@font-face {
  font-family: DinPro;
  src: url("../fonts/DINPro.otf");
}

nav#main_menu_first {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #F2F2F2 0%, #C2C0C0 100%);
}

@media (max-width: 991px) {
  nav#main_menu_first {
    display: none;
  }
}

nav#main_menu_first .logo {
  display: block;
  /* margin: 40px 50px 19px 0; */
  width: 200px;
}

nav#main_menu_first .logo img {
  display: block;
  width: 168px;
  height: auto;
}

/* @media (max-width: 1599px) {
  nav#main_menu_first .logo {
    margin: 40px 80px 19px 0;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .logo {
    margin: 30px 0px 15px 15px;
  }
}

@media (max-width: 991px) {
  nav#main_menu_first .logo {
    margin: 30px 15px 15px 15px;
  }
} */

nav#main_menu_first .menu-menu-glowne-container {
  display: block;
  width: auto;
}

/* @media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container {
    height: 86px;
  }
} */

nav#main_menu_first .menu-menu-glowne-container ul {
  display: flex;
  width: auto;
}

/* @media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container ul {
    padding: 30px 0 0 0;
  }
} */

nav#main_menu_first .menu-menu-glowne-container ul li {
  display: block;
  margin: 0 32px 0 0;
}

@media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container ul li {
    margin: 0 16px 0 0;
  }
}

nav#main_menu_first .menu-menu-glowne-container ul li:last-child {
  margin: 0;
}

nav#main_menu_first .menu-menu-glowne-container ul li a {
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #000000;
  line-height: 45px;
  padding: 13px 14px 13px 14px;
}

nav#main_menu_first .menu-menu-glowne-container ul li a:hover {
  color: #399ed5;
  /* background-color: #282828; */
}

nav#main_menu_first .menu-menu-glowne-container ul li.active a {
  color: #399ed5;
  /* background-color: #282828; */
}

nav#main_menu_first .button-region {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  /* margin: 40px 20px 20px 20px; */
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* @media (max-width: 1599px) {
  nav#main_menu_first .button-region {
    margin: 40px 0 20px 10px;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .button-region {
    margin: 30px 20px 16px 0;
  }
} */

nav#main_menu_first .button-region img {
  width: 40px;
}

nav#main_menu_first .button-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  /* margin: 40px 0 20px 0; */
  width: 178px;
  height: 48px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

nav#main_menu_first .button-apply:hover {
  /* color: #000000; */
}

/* @media (max-width: 1599px) {
  nav#main_menu_first .button-apply {
    margin: 40px 0 20px 20px;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .button-apply {
    margin: 30px 0 16px 0;
  }
} */

#region_language_modal {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999
}

#region_language_modal .modal-body {
  margin: 0;
  padding: 0
}

.region-select-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  color: #0E3C91;
  background: linear-gradient(180deg, #F5F5F5 0%, #BCB9B9 100%);
  font-size: 18px;
  font-weight: 700;
}

.region-selection-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 22px;
  margin-top: 0px;
}

.region-selection-wrapper:nth-child(odd) {
  background-color: #fff;
}

.region-selection-wrapper:nth-child(even) {
  background-color: #EFEFEF;
}

.region-flag-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  width: 32%;
}

.region-flag-wrapper .region-name {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  color: #0E3C91;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.region-flag-wrapper img {
  width: 40px;
}

.region-selection-choice {
  justify-content: space-around;
  color: #0E3C91;
  align-items: center;
  display: flex;
  width: 68%;
  font-size: 18px;
}

.region-selection-text a,
.region-selection-text a:hover {
  color: #000000;
  font-size: 15px;
}

.region-selection-text-seperator {
  background-color: #000000;
  width: 1.5px;
  height: 40px;
}

.region-select-close {
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 1;
}

.region-select-close img {
  width: 30px;
  height: 30px;
}

nav.mobile.dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  nav.mobile.dropdown {
    display: block;
  }

  nav.mobile.dropdown .container {
    overflow: hidden;
    width: 100%;
    height: 70px;
    padding: 0;
    background: linear-gradient(180deg, #F2F2F2 0%, #C2C0C0 100%);
  }

  nav.mobile.dropdown .logo {
    display: block;
    height: 100%;
    text-align: center;
  }

  nav.mobile.dropdown .logo img {
    width: 40%;
    height: 100%;
    object-fit: contain;
  }

  nav.mobile.dropdown button {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0px 7px;
    width: 40px;
    height: 40px;
    background: #0000004D;
    z-index: 9;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }

  nav.mobile.dropdown button span {
    display: block;
    float: right;
    margin: 3px 0;
    width: 26px;
    height: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }

  nav.mobile.dropdown .menu_shadow {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    right: -100vw;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  nav.mobile.dropdown .menu_shadow.active {
    display: block;
    opacity: 0.7;
    right: 0;
    z-index: 2;
  }

  nav.mobile.dropdown #myDropdown {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 85%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background: linear-gradient(180deg, #F7F7F7 0%, #F2F2F2 100%);
  }

  nav.mobile.dropdown #myDropdown.full {
    left: 0;
    opacity: 1;
  }

  nav.mobile.dropdown #myDropdown .logo {
    padding: 0 15px;
    height: 60px;
    background: linear-gradient(180deg, #F5F5F5 0%, #BCB9B9 100%);
    text-align: left;
  }

  nav.mobile.dropdown #myDropdown .logo img {
    width: 50%;
  }

  nav.mobile.dropdown #myDropdown .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #0000004D;
    font-size: 1.6rem;
    z-index: 9;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }

  nav.mobile.dropdown #myDropdown .button-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 20px 0;
    width: 88%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

  }

  nav.mobile.dropdown #myDropdown .button-apply:hover {
    /* color: #000000; */
  }

  nav.mobile.dropdown #myDropdown ul {
    margin: 25px 20px;
  }

  nav.mobile.dropdown #myDropdown ul li {
    position: relative;
    margin-bottom: 25px;
  }

  nav.mobile.dropdown #myDropdown ul li a {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #0E3C91;
  }
}

#translate_modal.modal .modal-dialog {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

#translate_modal.modal .modal-content {
  height: 100%;
  background: linear-gradient(180deg, #F7F7F7 0%, #F2F2F2 100%);
  border: 0px;
  border-radius: 0px;
}

#translate_modal.modal .modal-header {
  height: 59px;
  background: linear-gradient(180deg, #F5F5F5 0%, #BCB9B9 100%);
  color: #0E3C91;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
}

#translate_modal.modal .modal-header .close {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #337ab7;
}

#translate_modal.modal .modal-title {
  color: #0E3C91;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

#translate_modal.modal .modal-body {
  padding: 0px;
  height: auto;
}

.region-selection-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  margin-top: 0px;
}

.region-selection-wrapper:nth-child(odd) {
  background-color: #fff;
}

.region-selection-wrapper:nth-child(even) {
  background-color: #EFEFEF;
}

.region-flag-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 45% !important;
  padding: 10px;
  text-align: center;
  position: relative;
}

.region-flag-wrapper .region-name {
  margin-top: 0px;
}

.region-selection-choice {
  justify-content: space-around;
  color: #0E3C91;
  width: 60%;
  min-width: 280px;
}

#contact {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#contact.show {
  display: block;
  opacity: 1;
}

#contact .contact-box {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: rgba(28, 28, 28, 0.9);
  top: 0;
  bottom: 0;
  height: 100%;
}

@media screen and (max-width: 767px),
screen and (max-height: 848px) {
  #contact .contact-box {
    max-height: 100vh;
    overflow-y: scroll;
  }
}

#contact .contact-box .form-border {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  max-width: 490px;
  background: linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

#contact .contact-box .form {
  padding: 30px 50px;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

@media (max-width: 991px) {
  #contact .contact-box .form-border {
    width: 90%;
  }
}

#contact .contact-box .form .form_close {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  margin: auto;
  padding: 2px;
  width: 44px;
  height: 44px;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form .form_close img {
  width: 100%;
}

@media (max-width: 991px) {
  #contact .contact-box .form .form_close {
    /* right: 10px; */
  }
}

#contact .contact-box .form .form_close:hover {
  background: #FFFFFF;
}

#contact .contact-box .form h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 30px;
}

#contact .contact-box .form a {
  text-decoration: underline;
}

#contact .contact-box .form a:hover {
  color: #399ed5;
}

#contact .contact-box .form input,
#contact .contact-box .form select,
#contact .contact-box .form textarea {
  background: #1c1c1c;
  border: solid 1px #333333;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #cdcdcd;
  padding-left: 20px;
  resize: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form input::-webkit-input-placeholder,
#contact .contact-box .form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input::-moz-placeholder,
#contact .contact-box .form textarea::-moz-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input:-ms-input-placeholder,
#contact .contact-box .form textarea:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input:focus,
#contact .contact-box .form textarea:focus {
  color: #ffffff;
  border-color: #ffffff;
}

#contact .contact-box .form :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form textarea {
  height: 168px;
  padding: 19px 19px 19px 19px;
  line-height: 20px;
}

#contact .contact-box .form .phone {
  display: block;
  margin: 0;
  position: relative;
}

#contact .contact-box .form .wpcf7-form-control-wrap input,
#contact .contact-box .form .wpcf7-form-control-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#contact .contact-box .form .stat-text-div {
  display: none;
}

#contact .contact-box .form .wpcf7-form-control-wrap input:focus~.stat-text-div {
  display: block;
}

#contact .contact-box .form .stat-text-div .triangle-border {
  background: #fff;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .3);
  position: relative;
  border-radius: 0.5rem;
  color: #0f161f;
  z-index: 2;
}

#contact .contact-box .form .stat-text-div .triangle-border .triangle {
  position: absolute;
  top: -0.8rem;
  left: 2rem;
  width: 40px;
  height: 15px;
  overflow: hidden;
}

#contact .contact-box .form .stat-text-div .triangle-border .triangle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  transform: translate(0, -50%) rotate(45deg);
  background: #fff;
  box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, .3);
}

#contact .contact-box .form .stat-text-div .triangle-border span {
  word-wrap: break-word;
}

#contact .contact-box .form input.wpcf7-submit {
  position: relative;
  height: 50px;
  padding: 0;
  margin-bottom: 25px;
  font-size: 20px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  border-radius: 2rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form input.wpcf7-submit:hover {
  text-decoration: underline;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto 15px;
}

form.submitting .wpcf7-spinner {
  display: block;
}

#contact .contact-box .form input.error,
#contact .contact-box .form select.error,
#contact .contact-box .form textarea.error {
  padding-left: 45px;
  border-color: #ed1840;
}

#contact .contact-box .form .wpcf7-form label.error {
  position: absolute;
  top: -10px;
  left: 390px;
  padding: 10px;
  width: 180px;
  height: auto;
  color: #ffffff;
  background-color: #ed1840;
  font-size: 16px;
  line-height: 18px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#contact .contact-box .form .wpcf7-form label.error:before {
  left: -375px;
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

@media (max-width: 991px) {
  #contact .contact-box .form .wpcf7-form label.error:before {
    display: none;
  }
}

@media (max-width: 991px) {
  #contact .contact-box .form .wpcf7-form label.error {
    width: 100%;
    left: 0;
    right: 0;
    top: 33px;
    padding: 6px 0 3px 21px;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    color: #ed1840;
    background: rgba(0, 0, 0, 0);
  }
}

#contact .contact-box .form .wpcf7-form-control-wrap {
  position: relative;
}

#contact .contact-box .form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
  left: 20px;
  font-size: 10px;
  color: #ed1840;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message {
  position: relative;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
  left: 20px;
  font-size: 10px;
  color: #ed1840;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error {
  top: auto;
  bottom: 25px;
}

@media (max-width: 991px) {
  #contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error {
    bottom: 5px;
  }
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error:before {
  left: -340px;
  top: -40px;
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

#contact .contact-box .form .wpcf7-validation-errors,
#contact .contact-box .form .wpcf7-mail-sent-ng {
  position: absolute;
  bottom: 71px;
  border: 0;
  color: #ed1840;
  text-align: center;
  font-size: 16px;
  margin: 0;
  left: 0;
  right: 0;
  padding: 0 100px 0 100px;
}

@media (max-width: 991px) {

  #contact .contact-box .form .wpcf7-validation-errors,
  #contact .contact-box .form .wpcf7-mail-sent-ng {
    padding: 0 15px 0 15px;
  }
}

#contact .contact-box .form .ajax-loader {
  opacity: 0 !important;
}

#contact .contact-box .form .wpcf7-mail-sent-ok {
  background-color: #FFD800;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 18px;
  line-height: 55px;
  height: 50px;
  position: absolute;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  bottom: 103px;
  margin: 0;
  width: calc(100% - 200px);
}

@media (max-width: 991px) {
  #contact .contact-box .form .wpcf7-mail-sent-ok {
    width: calc(100% - 60px);
  }
}

#contact .contact-box .contact-shadow {
  width: 100%;
  height: 100%;
}

#contact .send {
  display: none;
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(28, 28, 28, 0.95);
}

#contact .send.show {
  display: block;
}

#contact .send .inside {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#contact .send .inside h3 {
  font-family: 'SteelfishRg-Bold';
  color: #FFD800;
  font-size: 80px;
}

#contact .send .inside h4 {
  font-family: Overpass;
  font-size: 20px;
  color: #ffffff;
  margin: 16px 2rem 70px;
}

#contact .send .inside a {
  display: inline-block;
  width: 290px;
  height: 48px;
  font-size: 20px;
  line-height: 44px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

#slider {
  display: block;
  width: 100%;
  height: 650px;
  padding: 109px 0 0 0;
}

@media (max-width: 991px) {
  #slider {
    padding-top: 70px;
    height: auto;
  }
}

#slider .swiper-container {
  position: relative;
  display: block;
  height: 100%;
  background-image: url('../images/top-bg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #slider .swiper-container {
    padding: 3rem 0;
  }
}

#slider .swiper-container .scroll {
  display: block;
  position: absolute;
  bottom: 78px;
  left: 0;
  top: auto;
  right: 0;
  width: 150px;
  height: auto;
  margin: auto;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

#slider .swiper-container .scroll img {
  width: auto;
  height: 25px;
  margin: -7px 10px;
}

@media (max-width: 991px) {
  #slider .swiper-container .scroll {
    display: none;
  }
}

#slider .swiper-container .swiper-slide .container,
#slider .swiper-container .swiper-slide .row,
#slider .swiper-container .swiper-slide .col-lg-4,
#slider .swiper-container .swiper-slide .mobile-off .content {
  height: 100%;
}

#slider .swiper-container .swiper-slide .content {
  /* height: 114%; */
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .content {
    /* width: 50%;
    margin: 0; */
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content {
    /* width: 100%; */
  }
}

#slider .swiper-container .swiper-slide .content .inside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -2% auto 0;
  width: 700px;
  height: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside {
    width: 100%;
    /* transform: none;
    top: auto;
    padding: 40px 0 50px 0; */
  }
}

#slider .swiper-container .swiper-slide .content .inside h3 {
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside h3 {
    font-size: 28px;
  }
}

#slider .swiper-container .swiper-slide .content .inside p {
  font-size: 32px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  #slider .swiper-container .swiper-slide .content .inside p {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside p {
    font-size: 20px;
    line-height: 20px;

  }
}

#slider .swiper-container .swiper-slide .content .inside ul {
  margin-top: 2rem;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    /* margin: 50px 0 0 0; */
  }
}

@media (max-width: 1199px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    /* margin: 30px 0 0 0; */
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    /* height: auto; */
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 10px 10px 0;
}

#slider .swiper-container .swiper-slide .content .inside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 200px;
  height: 48px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 20px;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside ul li a {
    font-size: 20px;
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li:first-child a {
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
}

#slider .swiper-container .swiper-slide .content .inside ul li:first-child a:hover {
  color: 000000;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .mobile-off {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .mobile-off {
    display: none;
  }
}

#slider .swiper-container .swiper-pagination {
  bottom: 100px;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-pagination {
    bottom: 10px;
  }
}

#slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 18px;
  height: 18px;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#slider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover,
#slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0EC5FF;
  opacity: 1;
}

#why-us {
  width: 100%;
  height: auto;
  margin: 90px 0 0 0;
}

@media (max-width: 991px) {
  #why-us {
    margin: 50px 0 0 0;
    padding: 5px 0 0 0;
  }
}

#why-us h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 0 4px 0;
}

@media (max-width: 991px) {
  #why-us h2 {
    font-size: 31px;
  }
}

#why-us p {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 50px 0;
}

@media (max-width: 991px) {
  #why-us p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #why-us .row .col-sm-6 {
    height: 380px;
  }
}

#why-us .row .col-lg-4:nth-child(4n) {
  clear: both;
}

@media (max-width: 991px) {
  #why-us .row .col-lg-4:nth-child(4n) {
    clear: none;
  }
}

#why-us .row .box {
  height: auto;
  display: block;
  margin: 0 0 60px 0;
  padding: 0 100px 0 100px;
  text-align: center;
}

@media (max-width: 1599px) {
  #why-us .row .box {
    padding: 0 50px 0 50px;
  }
}

@media (max-width: 1199px) {
  #why-us .row .box {
    padding: 0 25px 0 25px;
    margin: 0 0 30px 0;
  }
}

#why-us .row .box img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#why-us .row .box h3 {
  margin: 15px 0 15px 0;
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #why-us .row .box h3 {
    margin: 10px 0 15px 0;
    font-size: 18px;
  }
}

#why-us .row .box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

@media (max-width: 991px) {
  #why-us .row .box p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
}

#why-us .row .box a {
  color: #646464;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  top: 5px;
}

@media (max-width: 991px) {
  #why-us .row .box a {
    font-size: 16px;
    line-height: 20px;
  }
}

#why-us .row .box a:after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFD800;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#why-us .row .box a:hover:after {
  opacity: 0;
}

#how-it-works {
  width: 100%;
  height: auto;
  padding: 60px 0 80px 0;
  background-color: #000000;
  background-image: url('../images/how-it-works-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  #how-it-works {
    padding: 50px 0 35px 0;
    background-size: auto 100%;
    background-position: 90% center;
  }
}

#how-it-works h2 {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 50px 0;
}

@media (max-width: 991px) {
  #how-it-works h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

#how-it-works .content {
  position: relative;
  padding: 15px 0 45px 0;
  z-index: 1;
}

#how-it-works .content .box {
  display: block;
  padding: 10px 40px 0 40px;
}

@media (max-width: 991px) {
  #how-it-works .content {
    padding-bottom: 0;
  }

  #how-it-works .content .box {
    margin: 0 0 30px 0;
  }
}

#how-it-works .content .box div {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 2rem;
  padding: 4px;
  background: linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 991px) {
  #how-it-works .content .box div {
    margin-bottom: 1rem;
  }
}

#how-it-works .content .box div>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#how-it-works .content .box h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin: 15px 0 15px 0;
}

@media (max-width: 992px) {
  #how-it-works .content .box h3 {
    margin: 10px 0 10px 0;
  }
}

#how-it-works .content .box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991px) {
  #how-it-works .content .box p {
    margin: 0;
  }
}

.how-it-works-line {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  border-bottom: 8px solid #FFFFFF;
}

@media (max-width: 991px) {
  .how-it-works-line {
    display: none;
  }
}

#how-it-works a {
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  width: 268px;
  height: 48px;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  display: inline-block;
  margin-top: 30px;
}

#how-it-works a:hover {
  /* background-color: #FFD800; */
}

@media (max-width: 991px) {
  #how-it-works a {
    /* width: 202px;
    height: 50px; */
    font-size: 16px;
  }
}

#commisions {
  width: 100%;
  height: auto;
  padding: 90px 0 50px 0;
  background-color: #ffffff;
  color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

@media (max-width: 991px) {
  #commisions {
    padding: 60px 0 50px 0;
  }
}

#commisions h2 {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 4px 0;
}

@media (max-width: 991px) {
  #commisions h2 {
    font-size: 31px;
    line-height: 35px;
  }
}

#commisions p {
  text-align: left;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 991px) {
  #commisions p {
    font-size: 16px;
    line-height: 25px;
  }
}

#commisions .content {
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  #commisions .content {
    /* padding: 55px 15px 0 15px; */
  }
}

#commisions .content img {
  display: block;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

#commisions .content h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 40px 0 15px 0;
  font-size: 25px;
}

#commisions .calculation h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 10px 0 0px 0;
  font-size: 25px;
}

#commisions .calculation h4 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 10px 0 0px 0;
  font-size: 18px;
}

#commisions .calculation h5 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 10px 0 0px 0;
  font-size: 16px;
}

#commisions .content p1 {
  text-align: center;
  color: #FFD800;
  margin: 30px 0 40px 0;
  font-size: 25px;
}

#commisions .content h5 {
  text-align: center;
  color: #FFD800;
  margin: 30px 0 40px 0;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 991px) {
  #commisions .content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  #commisions .calculation h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

#commisions .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

#commisions .content p strong {
  display: block;
}

@media (max-width: 991px) {
  #commisions .content p {
    font-size: 16px;
    line-height: 22px;
  }
}

#commisions .content a {
  color: #646464;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  position: relative;
  margin: 5px 0 50px 0;
}

@media (max-width: 991px) {
  #commisions .content a {
    font-size: 16px;
    line-height: 25px;
  }
}

#commisions .content a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #646464;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#commisions .content a:hover:after {
  opacity: 0;
}

#commisions .content a.button {
  font-weight: 700;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  width: 250px;
  height: 48px;
  font-size: 20px;
  border: solid 4px #ffd800;
  color: #000000;
  background-color: #ffd800;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 991px) {
  #commisions .content a.button {
    display: none;
  }
}

#commisions .content a.button:after {
  display: none;
}

#commisions .content a.button:hover {
  background-color: #FFD800;
  color: #ffffff;
}

#commisions .chart {
  display: block;
}

/* @media (max-width: 1599px) {
  #commisions .chart {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #commisions .chart {
    width: calc(100% - 40px);
    margin: 0 40px 0 0;
  }
}

@media (max-width: 991px) {
  #commisions .chart {
    width: 100%;
    margin: 0;
  }
} */

#commisions .chart ul {
  display: block;
  margin: 20px 0 0 0;
  overflow: hidden;
}

#commisions .chart ul li {
  list-style: inside;
  margin: 0 0 15px 0;
  position: relative;
  width: calc(100% - 70px);
  text-align: left;
  line-height: normal;
}

@media (max-width: 1199px) {
  #commisions .chart ul li {
    width: 100%;
    background-position: 8px center;
  }
}

@media (max-width: 991px) {
  #commisions .chart ul li {
    padding: 0 0 0 34px;
  }
}

#commisions .chart ul li b {
  font-weight: 700;
}

#commisions .calculation p {
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

#commisions .commission-gap {
  margin: 50px 0 0 0;
}

@media (max-width: 119px) {
  #commisions .commission-gap {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 991px) {
  #commisions .commission-gap {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 991px) {
  #commisions .commission-gap {
    margin: 15px 0 0 0;
  }
}

#commisions .calculation-table {
  width: 90%;
  margin: 15px 0;
  font-weight: 700;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

#commisions .calculation-table>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#commisions .calculation-table>div>div {
  width: calc(100% / 3);
  padding: 12px 0;
}

@media (max-width: 992px) {
  #commisions .calculation-table {
    width: 100%;
  }

  #commisions .calculation-table>div>div {
    font-size: 0.9rem;
    line-height: 100%;
    /* height: 50px;
    padding: 20px 0; */
  }
}

#commisions .calculation-table .calculation-table-header {
  font-size: 16px;
  background: linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
}

#commisions .calculation-table .calculation-table-data {
  font-size: 16px;
}

#sign-up-now {
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
  background-image: url('../images/why-join-bg.webp');
  background-size: cover;
  color: #ffffff;
}

@media (max-width: 991px) {
  #sign-up-now {
    padding: 30px 0 30px 0;
    background-size: cover;
    background-position: center center;
  }
}

#sign-up-now h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  background: -webkit-linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign-up-row {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.sign-up-row>div {
  width: calc(100%/3);
  display: flex;
  align-items: center;
  font-weight: 700;
}

.sign-up-row>div img {
  margin-right: 1.5rem;
}

#sign-up-now p {
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
}

#sign-up-now p>span {
  background: -webkit-linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (max-width: 991px) {
  #sign-up-now h3 {
    /* font-size: 32px; */
  }

  .sign-up-row {
    flex-direction: column;
  }

  .sign-up-row>div {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
    flex-direction: column;
  }

  .sign-up-row>div img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  #sign-up-now p {
    font-size: 16px;
  }
}

#sign-up-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 991px) {
  #sign-up-now a {
    width: 203px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
  }
}

#sign-up-now a:hover {
  background-color: #ffffff;
}

@media (max-width: 1599px) {
  #sign-up-now .left {
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {
  #sign-up-now .left {
    width: 50%;
  }
}

@media (max-width: 991px) {
  #sign-up-now .left {
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 1599px) {
  #sign-up-now .right {
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {
  #sign-up-now .right {
    width: 50%;
    margin: 0;
  }

  #sign-up-now .right a {
    margin: 0;
    float: right;
  }
}

@media (max-width: 991px) {
  #sign-up-now .right {
    width: 100%;
    padding: 0 15px 0 15px;
    text-align: center;
  }

  #sign-up-now .right a {
    width: 70%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}

#affiliate-program {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
  background-color: #F1F2F2;
}

#affiliate-program .character-icon {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  #affiliate-program .character-icon {
    width: 200px;
  }
}

#affiliate-program h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 991px) {
  #affiliate-program h2 {
    font-size: 24px;
  }
}

#affiliate-program h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  #affiliate-program h3 {
    font-size: 16px;
  }
}

#affiliate-program .content {
  position: relative;
  /* padding: 70px 15px 0 15px; */
  display: block;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  #affiliate-program .content {
    margin-bottom: 2rem;
  }
}

#affiliate-program .content img {
  width: 80%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

#affiliate-program .content strong {
  font-weight: 700;
}

#affiliate-program h4 {
  margin-bottom: 2rem;
  font-size: 28px;
  font-weight: 700;
}

#affiliate-program .benefit div {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

#affiliate-program .benefit div h5 {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  #affiliate-program h4 {
    margin-bottom: 1rem;
    font-size: 20px;
  }

  #affiliate-program .benefit div {
    font-size: 16px;
  }

  #affiliate-program .benefit div h5 {
    font-size: 18px;
  }
}

#affiliate-program .benefit ul li {
  list-style: inside;
  margin: 0 0 15px 0;
}

#affiliate-program .affiliate-table {
  background-color: #FFFFFF;
  font-size: 1.0rem;
  border: 1px solid #000000;
}

#affiliate-program .affiliate-table>div {
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: center;
}

#affiliate-program .affiliate-table .affiliate-table-data>div {
  width: 68%;
  padding: 15px 10px;
  border: 1px solid #000000;
  text-align: center;
}

#affiliate-program .affiliate-table .affiliate-table-data>div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  font-weight: 700;
}

#affiliate-program .affiliate-table .affiliate-table-data:nth-child(2)>div:not(:first-child) {
  width: 34%;
}

#affiliate-program .affiliate-table .affiliate-table-footer {
  padding: 15px 10px;
  background: linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  border: 1px solid #000000;
}

@media (max-width: 991px) {
  #affiliate-program .affiliate-table .affiliate-table-footer {
    padding: 15px;
  }
}

#affiliate-program .affiliate-table strong {
  font-weight: 700;
}

#welcome-package {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-image: url('../images/bottom-bg.webp');
  background-size: cover;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  #welcome-package {
    padding: 30px 0;
  }
}

#welcome-package p {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 991px) {
  #welcome-package p {
    font-size: 16px;
  }
}

#welcome-package p>span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

#welcome-package p .highlight {
  margin: 20px 0px;
  font-weight: 700;
  background: -webkit-linear-gradient(180deg, #F8E157 0%, #E6BF36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#welcome-package a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 48px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0CD2FF 0%, #1F67FE 100%);
  border: 2px solid #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 991px) {
  #welcome-package a {
    font-size: 16px;
  }
}

#welcome-package a:hover {
  /* background: #ffffff; */
}

@media (max-width: 991px) {
  #welcome-package .left {
    margin-bottom: 3rem;
    text-align: center;
  }
}

footer div {
  padding: 20px 0;
  color: #FFFFFF;
  background: #1C3774;
  font-size: 16px;
  font-weight: 700;
  font-family: 'DinPro';
  text-align: center;
}

.animated {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animated2 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.radius {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.radius2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.placeholder {
  font-family: 'DinPro';
  color: #cdcdcd;
  font-size: 16px;
}

.form-error {
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

.button {
  display: block;
  font-family: 'DinPro';
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
}

html {
  overflow-x: hidden;
  position: relative;
}

html.block {
  overflow: hidden;
}

body {
  color: #000000;
  font-family: 'DinPro';
  overflow-x: hidden;
  position: relative;
  &[lang="viet"] {
    font-family: "Roboto", sans-serif, "font awesome 5 free" !important;
  }
}

body.block {
  overflow: hidden;
}

.font_head {
  font-family: 'SteelfishRg-Bold';
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sticky-backnavbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 255;
}

#LoginTopNavbar .back-navbar-container {
  background-color: #FFD800;
  width: 100vw;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#LoginTopNavbar .back-navbar-container .back-button {
  color: #000;
  position: absolute;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: auto 10px;
}

#LoginTopNavbar .back-navbar-container .back-button i {
  font-size: 1.5rem;
}

#LoginTopNavbar .back-navbar-container .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  align-self: center;
  padding: 0 4px;
  margin: auto;
}

#LoginTopNavbar .regional-country {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 110px;
  width: 100vw;
  background-color: #000;
}

#LoginTopNavbar .regional-country.selected {
  background-color: #000000;
}

#LoginTopNavbar .regional-country-icon {
  width: 20vw;
  height: 110px;
  margin-right: 5vw;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5vw;
}

#LoginTopNavbar .regional-country.selected .regional-country-icon {
  font-size: 0.875rem;
  font-weight: 700;
}

#LoginTopNavbar .regional-country-icon>img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 2px solid transparent;
  border-radius: 20px;
  margin-top: 6px;
}

#LoginTopNavbar .regional-country.selected .regional-country-icon>img {
  border: 2px solid #FFD800;
}

#LoginTopNavbar .region-select-lang {
  display: flex;
  align-items: center;
}

#LoginTopNavbar .region-select-lang>a {
  margin: 0 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: relative;
}

#LoginTopNavbar .region-select-lang>a.active {
  color: #FFD800;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

#LoginTopNavbar .region-select-dash {
  height: 35px;
  border-left: 1px solid #FFD800;
}