@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);


/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
html, body {
  font-family: Rubik;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.eal-section {
  width: 100%;
  padding: 140px 0;
  box-sizing: border-box;
}

.enroll-link a {
  color: #b1b1b1; /* Default color */
  transition: color 0.3s ease; /* Transition for smooth color change */
}

.enroll-link a:hover {
  color: #5865f2; /* Color on hover */
}

.install-link a {
  color: #888; /* Default color */
  transition: color 0.3s ease; /* Transition for smooth color change */
}

.install-link a:hover {
  color: #5865f2; /* Color on hover */
}

.easy-aim-lock {
  font-family: 'Roboto', sans-serif;
  color: #f0b232;
  font-size: 1em;
  font-weight: 700;
}
.typewrite {
  min-height: 1rem; /* Adjust this value based on the maximum expected height of your typewriter text */
  color: #ffffff; /* White color */
}

/* 
.typewrite > .wrap {
    border-right: 0.08em solid #fff;
    animation: blink-caret 0.4s step-end infinite;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #fff; }
}
 */


.eal-card {
  position: relative;
  max-width: 100%;  /* Changed to 100% to fit within the column */
  /* background: linear-gradient(-45deg, #64b5f6, #ffffff); */
  background: #2e2c2a; /* Changed background color */
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 18px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
  transition: transform .1s, margin-top .1s linear;
  box-sizing: border-box;
  border: 2px solid #6e5302;
  color: #ffffff;
  z-index: 10; /* Higher than canvas z-index to appear above contour lines */
  
  &:hover {
    margin-top: -5px;
    transform: scale(1.01);
    border-color: #ffc107;
    box-shadow: 0 12px 17px rgba(0, 0, 0, .8);
    background: #1b1a18;
    transition: margin-top .1s linear, transform .1s;
  }
}

.eal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(-45deg, #5865f2, #aef7ff); */
  border-radius: 12px;
  opacity: .8;
  transition: opacity .1s;
  z-index: -1;
  color: #ffffff;
}

.eal-card:hover::before {
  background: rgba(46, 46, 46, 0.1);
  color: #ffffff;
  opacity: 1;
}

/* .col-sm-3:nth-child(1) .eal-card {
  background: linear-gradient(-45deg, #00c6ff, #e6f7ff);
}

.col-sm-3:nth-child(2) .eal-card {
  background: linear-gradient(-45deg, #00c6ff, #e6f7ff);
}

.col-sm-3:nth-child(3) .eal-card {
  background: linear-gradient(-45deg, #00c6ff, #e6f7ff);
}

.col-sm-3:nth-child(4) .eal-card {
  background: linear-gradient(-45deg, #26ff00, #e6f7ff);
} */

/* .eal-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform: skewY(-5deg);
  border-radius: 0 0 15px 15px;
} */

.eal-title .fa {
  color: #fff;
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  background-color: #333; /* Added background color for better visibility */
}

.fa-clock, .fa-calendar, .fa-calendar-check-o, .fa-infinity {
  font-size: 1.5em; /* Adjust size as necessary */
  color: #f0b232; /* White color */
}


.eal-card a {
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: rgb(255, 255, 255);
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.eal-card:hover .eal-title h2 {
  color: #f0b232;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .4);
  transition: color 0.1s;
}

.eal-card:hover a {
  color: #fff;
  background: #5865f2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  transition: background 0.3s;
}

body {
  font-family: Rubik;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  min-height: 100vh;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-77 {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    font-display: swap;
}

.display-77 > .mbr-iconfont {
    font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (3.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.77rem + (0.5 - 0.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #9e0b0f !important;
}
.bg-success {
  background-color: #5865f2 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #5865f2 !important;
}
.btn-primary,
.btn-primary:active {
    /* box-shadow: inset 0 0 10px rgba(0,0,0,1); */
    /* background: linear-gradient(to right, #975600, #b856ff); */
    /* background:#ffffff !important; */
    /* border-color: #b7b7b7 !important; */
    color: #fff !important;
}
.btn-pay,
.btn-pay:active {
    /* box-shadow: inset 0 0 10px rgba(0,0,0,1); */
    /* border-color: #fff !important; */
    color: #222222 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5034ed !important;
  /* scale up by 0.1 */
  transform: scale(1.08);
  box-shadow: 0 10 10px rgba(0,0,0,0.5);
  animation-duration: 0.1ms;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #560608 !important;
  border-color: #560608 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5865f2 !important;
  /* border-color: #5865f2 !important; */
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #009bc0 !important;
  /* border-color: #009bc0 !important; */
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #009bc0 !important;
  /* border-color: #009bc0 !important; */
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
    background-color: #0079c1 !important;
    /* border-color: #0079c1 !important; */
    color: #ffffff !important;
}
    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success.active {
        color: #ffffff !important;
        background-color: #00457c !important;
        /* border-color: #00457c !important; */
    }
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #009bc0 !important;
  /* border-color: #009bc0 !important; */
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5865f2 !important;
  /* border-color: #5865f2 !important; */
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #009bc0 !important;
  /* border-color: #009bc0 !important; */
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #009bc0 !important;
  /* border-color: #009bc0 !important; */
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3f0406;
  color: #3f0406;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #9e0b0f;
  border-color: #9e0b0f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e0b0f !important;
  border-color: #9e0b0f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  /* border-color: #0086a6; */
  color: #0086a6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5865f2;
  /* border-color: #5865f2; */
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  /* border-color: #5865f2 !important; */
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  /* border-color: #0086a6; */
  color: #0086a6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5865f2;
  /* border-color: #5865f2; */
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0086a6;
  color: #0086a6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5865f2;
  /* border-color: #5865f2; */
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  /* border-color: #5865f2 !important; */
}
.btn-black-outline,
.btn-black-outline:active {
  background: #fff;
  border-color: #000000;
  color: #000000;
}
    .btn-black-outline:hover,
    .btn-black-outline:focus,
    .btn-black-outline.focus,
    .btn-black-outline.active {
        color: #ffffff;
        background-color: #5865f2;
        /* border-color: #fff; */
    }
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  /* border-color: #ffffff; */
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  /* background-color: #ffffff; */
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
  /* color: #fff !important; */
}
.text-secondary {
  color: #5865f2 !important;
}
.text-success {
  color: #5865f2 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #5865f2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #fff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f0b232 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0086a6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0086a6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0086a6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #5865f2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9e0b0f;
  border-color: #9e0b0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b8e9ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1373c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9f8ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9f8ff;
}
/* New Pricing Tables */
.easyaimlock-section {
  background-color: transparent; /* Making the section background transparent */
}

.easyaimlock-container {
  text-align: center; /* Ensuring everything is centered */
}

.easyaimlock-header {
  padding: 40px;
  background: transparent; /* Making the header background transparent */
}

.easyaimlock-header h1 {
  font-size: 40px;
  margin: 10px 0;
  text-align: center; /* Centering the title */
  font-smooth: always; /* Smooth the font */
}

.easyaimlock-header h3 {
  font-size: 24px;
  color: #666;
  margin: 10px 0;
  text-align: center; /* Centering the subtitle */
  font-smooth: always; /* Smooth the font */
}

.easyaimlock-action-button {
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  margin: 10px;
  transition: all 0.3s;
  width: 180px; /* Fixed width for both buttons */
  text-align: center; /* Centered text within the button */
}

.easyaimlock-action-button.discord {
  background-color: #7289da;
  color: #fff;
}

.easyaimlock-action-button.free-trial {
  background-color: #007bb5;
  color: #fff;
}

.easyaimlock-action-button:hover {
  transform: translateY(-3px);
}

.easyaimlock-pricing-table {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.easyaimlock-pricing-card {
  background: linear-gradient(135deg, #eeeeef 0%, #fdfdfd 100%);
  padding: 10px 10px;
  border-radius: 20px;
  margin: 20px;
  width: 210px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
  font-display: swap;
}

.easyaimlock-pricing-card:hover {
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
  /* zoom */
  -webkit-transform: scale(1.08);
}

.easyaimlock-pricing-card h2 {
  color: #333;
  font-size: 30px;
  margin: 10px 0;
}

.easyaimlock-pricing-card h4 {
  color: #666;
  font-size: 18px;
  margin: 5px 0;
}

.easyaimlock-pricing-card .easyaimlock-new-price {
  color: #007bb5;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}

.easyaimlock-pricing-card .easyaimlock-old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 18px;
  margin: 5px 0;
}

.easyaimlock-buy-now {
  background-color: #007bb5;
  color: #fff;
  padding: 10px 20px; /* Resizing the buy buttons */
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; /* Adjusting font size of buy buttons */
}

.easyaimlock-buy-now:hover {
  background-color: #005a8a;
}


/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #9e0b0f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #9e0b0f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #9e0b0f;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9e0b0f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9e0b0f;
  border-bottom-color: #9e0b0f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9e0b0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5865f2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239e0b0f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sFwci3mUm6 .navbar {
    background: #000000;
    transition: none;
    min-height: 77px;
    padding: .5rem 0;
}
/* background: #131725; */
.cid-sFwci3mUm6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFwci3mUm6 a {
  font-style: normal;
}
.cid-sFwci3mUm6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFwci3mUm6 .nav-item a {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-weight: bold;
}
.cid-sFwci3mUm6 .nav-item:focus,
.cid-sFwci3mUm6 .nav-link:focus {
  outline: none;
}
.cid-sFwci3mUm6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFwci3mUm6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFwci3mUm6 .menu-logo {
  margin-right: auto;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFwci3mUm6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFwci3mUm6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFwci3mUm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFwci3mUm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFwci3mUm6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFwci3mUm6 .dropdown .dropdown-menu {
    background: #131725;
    visibility: hidden;
    display: block;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    padding-bottom: 0.7rem;
    text-align: left;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
.cid-sFwci3mUm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFwci3mUm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
    .cid-sFwci3mUm6 .dropdown .dropdown-menu .dropdown-submenu {
        margin: 0;
        font-weight: bold;
    }
.cid-sFwci3mUm6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFwci3mUm6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFwci3mUm6 .navbar.navbar-short {

}
.cid-sFwci3mUm6 .navbar.navbar-short .navbar-toggler-right {

}
.cid-sFwci3mUm6 .navbar.navbar-short .navbar-logo a {

}
.cid-sFwci3mUm6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {

}
.cid-sFwci3mUm6 .navbar.navbar-short .navbar-logo a img {

}
.cid-sFwci3mUm6 .navbar.navbar-short .navbar-brand {

}
.cid-sFwci3mUm6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFwci3mUm6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sFwci3mUm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff;
}
.cid-sFwci3mUm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFwci3mUm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFwci3mUm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFwci3mUm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFwci3mUm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFwci3mUm6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFwci3mUm6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFwci3mUm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFwci3mUm6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFwci3mUm6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse.collapsing,
.cid-sFwci3mUm6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFwci3mUm6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFwci3mUm6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFwci3mUm6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFwci3mUm6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFwci3mUm6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFwci3mUm6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFwci3mUm6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFwci3mUm6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFwci3mUm6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFwci3mUm6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFwci3mUm6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFwci3mUm6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFwci3mUm6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFwci3mUm6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFwci3mUm6 img {
    height: 3.8rem !important;
  }
  .cid-sFwci3mUm6 .btn {
    display: -webkit-flex;
  }
  .cid-sFwci3mUm6 button.navbar-toggler {
    display: block;
  }
  .cid-sFwci3mUm6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFwci3mUm6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFwci3mUm6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFwci3mUm6 .navbar-collapse.collapsing,
  .cid-sFwci3mUm6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFwci3mUm6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sFwci3mUm6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFwci3mUm6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFwci3mUm6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFwci3mUm6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFwci3mUm6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFwci3mUm6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFwci3mUm6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFwci3mUm6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFwci3mUm6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFwci3mUm6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFwci3mUm6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFwci3mUm6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFwci3mUm6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFwci3mUm6 .nav-link:hover,
.cid-sFwci3mUm6 .dropdown-item:hover {
  color: #5865f2 !important;
}
.cid-sFwgAESLd2 {
    padding-top: 25px;
    background-image: url("../../../assets/images/eal_bg.png");
}
.cid-sFwgAESLd1 {
    padding-top: 100px;
    padding-bottom: 30px;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
    /* background: #131725; */
    /* background-image: url("../../../assets/images/eal_dark_background.jpg"); */
}
@media (max-width: 768px) {
    .cid-sFwgAESLd1 {
      /* background-image: url("../../../assets/images/eal_dark_background_.jpg"); */
        background: #1a1a1a;
        background-position: calc(50% - 170px) calc(50% - 50px);
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
@media (max-width: 991.98px) {
  .custom-spacing {
      margin-bottom: 20px; /* Adjust the value as needed */
  }
}
/* Add some styling for the bounding box */
.bounding-box {
    position: fixed;
    border: 1px solid red;
    width: 50px;
    height: 50px;
    pointer-events: none;
    border-radius: 5px;
}
/* Add some styling for the line */
.line {
    position: fixed;
    width: 1px;
    height: 1px;
    background: red;
    pointer-events: none;
}
/* Add some styling for the dots */
.dot {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
}
.dot.center {
    width: 5px;
    height: 5px;
    background: white;
}

    .dot.bounding-box {
        width: 10px;
        height: 10px;
        background: red;
        animation: ripple 0.5s ease;
    }


/* Define the ripple animation */
@keyframes ripple {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}
/* Add a new class for the fading circle */
.dot.bounding-box.fade {
    /* Set the circle to be transparent */
    opacity: 0;
    /* Use the same transform animation as the ripple class */
    animation: ripple 0.5s ease;
    /* Set the circle to fade out as it scales up */
    animation-fill-mode: both;
}

/* Define the fade-out animation */
@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Define the ripple class to increase the size of the dot */
.dot.bounding-box.ripple {
    transform: scale(2);
}
/* Add some styling for the coordinates */
.coordinates {
    position: fixed;
    top: 15%;
    left: 4%;
    font-size: 12px;
    color: #cacaca;
}
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: none;
    text-align: center;
    padding: 20px;
}

#cookie-banner p {
    margin: 0;
    font-size: 14px;
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline;
}

#cookie-banner button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin: 0 10px;
    outline: none;
}

#cookie-banner button:hover {
    text-decoration: underline;
}
.cid-sFwgAESLd1 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sFwgAESLd1 .mbr-section-title {
  color: #c20005;
  text-align: center;
}
.cid-sFwgAESLd1 H3 {
  color: #000000;
  text-align: center;
}
.cid-sFwgAESLd1 .mbr-text,
.cid-sFwgAESLd1 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sFwjoY6rs8 {
  padding-top: 75px;
  padding-bottom: 45px;
  /* background-color: #ffffff; */
}
.cid-sFwjoY6rs8 .counter-container {
  color: #767676;
}
.cid-sFwjoY6rs8 .counter-container ul {
  margin-bottom: 0;
}
.cid-sFwjoY6rs8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
    .cid-sFwjoY6rs8 .counter-container ul li:before {
        position: absolute;
        left: -55px;
        content: '';
        display: inline-block;
        margin: 10px 15px;
        line-height: 20px;
        width: 10px;
        height: 10px;
        color: #ffffff;
        background: #4ea2e3;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.cid-sFwjoY6rs8 .mbr-text {
  color: #000000;
}
.cid-sFwkVLvX2U {
    padding-top: 30px;
    padding-bottom: 30px;
    /*background-color: #5865f2;*/
    background: linear-gradient(180deg, #484344, #64605f);
}
.cid-sFwkVLvX2U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFwkVLvX2U .btn {
  margin: 0 0 .5rem 0;
}
.cid-sFwkVLvX2U H2 {
  color: #ffffff;
}
.cid-sFwoExngSq {
    /*background-color: #0095FF;*/
    background: linear-gradient(180deg, #484344, #64605f);
}
.cid-sFwoExngSq .mbr-text,
.cid-sFwoExngSq blockquote {
  color: #767676;
}
.cid-sFwoExngSq .mbr-text P {
  text-align: center;
}
.cid-sFwoExngSq .mbr-text {
  color: #ffffff;
}
.cid-sFwm1pF5xU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #383838;
  /* background-color: #efefef; */
}
.cid-sFwm1pF5xU .media-container-row .mbr-text {
  color: #c5c5c5;
}
.cid-sFwKN35dnc .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFwKN35dnc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFwKN35dnc a {
  font-style: normal;
}
.cid-sFwKN35dnc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFwKN35dnc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFwKN35dnc .nav-item:focus,
.cid-sFwKN35dnc .nav-link:focus {
  outline: none;
}
.cid-sFwKN35dnc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFwKN35dnc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFwKN35dnc .menu-logo {
  margin-right: auto;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFwKN35dnc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFwKN35dnc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFwKN35dnc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFwKN35dnc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFwKN35dnc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFwKN35dnc .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFwKN35dnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFwKN35dnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFwKN35dnc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFwKN35dnc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFwKN35dnc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFwKN35dnc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFwKN35dnc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFwKN35dnc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFwKN35dnc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFwKN35dnc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFwKN35dnc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFwKN35dnc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFwKN35dnc button.navbar-toggler:focus {
  outline: none;
}
.cid-sFwKN35dnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFwKN35dnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFwKN35dnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFwKN35dnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFwKN35dnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFwKN35dnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFwKN35dnc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFwKN35dnc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFwKN35dnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFwKN35dnc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFwKN35dnc .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse.collapsing,
.cid-sFwKN35dnc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFwKN35dnc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFwKN35dnc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFwKN35dnc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFwKN35dnc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFwKN35dnc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFwKN35dnc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFwKN35dnc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFwKN35dnc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFwKN35dnc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFwKN35dnc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFwKN35dnc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFwKN35dnc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFwKN35dnc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFwKN35dnc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFwKN35dnc img {
    height: 3.8rem !important;
  }
  .cid-sFwKN35dnc .btn {
    display: -webkit-flex;
  }
  .cid-sFwKN35dnc button.navbar-toggler {
    display: block;
  }
  .cid-sFwKN35dnc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFwKN35dnc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFwKN35dnc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFwKN35dnc .navbar-collapse.collapsing,
  .cid-sFwKN35dnc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFwKN35dnc .navbar-collapse.collapsing .navbar-nav,
  .cid-sFwKN35dnc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFwKN35dnc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFwKN35dnc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFwKN35dnc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFwKN35dnc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFwKN35dnc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFwKN35dnc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFwKN35dnc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFwKN35dnc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFwKN35dnc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFwKN35dnc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFwKN35dnc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFwKN35dnc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFwKN35dnc .nav-link:hover,
.cid-sFwKN35dnc .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFwKNc4Nf2 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/eal-bg-1920x1080.png");
}
.cid-sFwKNc4Nf2 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sFwKNc4Nf2 .mbr-section-title {
  color: #9e0b0f;
  text-align: right;
}
.cid-sFwKNc4Nf2 H3 {
  color: #000000;
  text-align: right;
}
.cid-sFwKNc4Nf2 .mbr-text,
.cid-sFwKNc4Nf2 .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-sFxpSKzM1g {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #5865f2;
}
.cid-sFxpSKzM1g .mbr-text {
  color: #ffffff;
}
.cid-sFxpSKzM1g .mbr-text p {
  background: #5865f2;
}
.cid-sFwKNcPzlG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5865f2;
}
.cid-sFwKNcPzlG .mbr-text,
.cid-sFwKNcPzlG blockquote {
  color: #767676;
}
.cid-sFwKNcPzlG .mbr-text P {
  text-align: center;
}
.cid-sFwKNcPzlG .mbr-text {
  color: #ffffff;
}
.cid-sFwKNcZtdK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sFwKNcZtdK .media-container-row .mbr-text {
  color: #000000;
}
