html {
  scroll-behavior: smooth;
}

#top-menu.white-links {
  background: #2E6EB3;
}
#top-menu.white-links .level-1 > li:before {
  background: #fff;
}

#head {
  background: #2E6EB3;
  color: #fff;
  padding-bottom: 65px;
}
#head .section {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
#head .section .incol {
  text-align: center;
}
#head .section .left {
  max-width: 620px;
  position: relative;
  top: -3px;
}
#head .section .right {
  text-align: right;
  width: 49%;
}
#head .section .right img {
  position: relative;
  top: 100px;
  left: 25px;
  width: 490px;
}
#head .section h1 {
  margin: 80px 0 30px;
  max-width: 611px;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.35;
  color: #FFFFFF;
}
#head .section ul {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 30px 20px;
  padding: 0;
}
#head .section ul li {
  padding-left: 10px;
}
#head .section .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#head .section .info-bold {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.65;
  color: #FFFFFF;
  max-width: 585px;
}
#head .section .info-bold span {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #FFB200;
  border-radius: 1000px;
  padding: 1px 10px;
  margin-left: 5px;
  white-space: nowrap;
}
#head .section .group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}
#head .section .group-label {
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  color: #D3D5E4;
}
#head .section .modal-video {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  padding: 20px 30px 16px;
}
#head .section .modal-video::before {
  content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.4792 8.19491L17.6112 12.8037L10.4792 17.4125V8.19491Z' fill='white'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  margin-right: 7px;
}
#head .section .btn {
  width: 360px;
  margin-bottom: 13px;
  padding: 15px 35px;
}
#head .section .question {
  padding-top: 8px;
  margin-left: 35px;
}
#head .section .question span {
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #4B5159;
}
#head .section .question button {
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  text-decoration-line: underline;
}
@media (max-width: 1200px) {
  #head .section .left {
    width: 60%;
  }
  #head .section .right {
    width: 40%;
  }
  #head .section h1 {
    margin-top: 0;
    font-size: 40px;
  }
  #head .section ul {
    text-align: left;
  }
  #head .section .info {
    font-size: 19px;
  }
  #head .section .group {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  #head .features {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  #head .incol {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 25px;
  }
  #head .container {
    padding-top: 50px;
  }
  #head .section {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  #head .section .question {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  #head .section .btn-group {
    width: 100%;
  }
  #head .section .group {
    width: 100%;
  }
  #head .section .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #head .section .right {
    width: 100%;
    text-align: center;
  }
  #head .section .right img {
    position: unset;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #head .section h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #head .section ul {
    text-align: left;
    font-size: 15px;
  }
  #head .section .info {
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #head .section .group {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #head .section .btn {
    width: 100%;
  }
  #head .section .group {
    flex-direction: column;
  }
  #head .section .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #head .section .link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

#how-get {
  color: #1A1E25;
}
#how-get .container.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#how-get h2 {
  margin-bottom: 70px;
}
#how-get .items {
  display: flex;
  justify-content: space-between;
}
#how-get .items .item {
  width: 25%;
  text-align: center;
  max-width: 270px;
  position: relative;
}
#how-get .items .item:after {
  content: url(../../img/pages/custom-new/arrow.svg);
  position: absolute;
  right: -110px;
  top: 22px;
}
#how-get .items .item.second:after {
  transform: rotateX(180deg);
}
#how-get .items .item.last:after {
  display: none;
}
#how-get .items .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#how-get .items .number {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #2E6EB3;
  border-radius: 15px;
  margin-bottom: 20px;
}
#how-get .items .text {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  #how-get .items .item:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  #how-get .items .item {
    width: 24%;
  }
}
@media (max-width: 991px) {
  #how-get .container.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #how-get .items {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  #how-get .items .item {
    width: 270px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  #how-get .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #how-get .items .item {
    width: 100%;
    max-width: 100%;
  }
  #how-get .items .item.last {
    margin-bottom: 0;
  }
  #how-get .items .group {
    flex-direction: row;
  }
  #how-get .items .number {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 19px;
    border-radius: 10px;
  }
}

#independence {
  background: #EFEFF4;
  padding: 100px 0;
}
#independence h2 {
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 60px;
}
#independence .best-rated-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #959595;
  text-align: center;
  margin-bottom: 33px;
}
#independence .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1095px;
  margin: 0 auto;
}
#independence .items .item {
  max-width: 287px;
}
#independence .items .item:nth-child(2) {
  max-width: 301px;
}
#independence .items .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#independence .items .row {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
#independence .items .rate {
  padding-left: 13px;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}
#independence .items .rate span {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
}
#independence .items .based-on-reviews {
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #4B5159;
  text-align: center;
}
#independence .items .our-customers-trustpilot {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 9px;
}
#independence .owl-carousel {
  display: flex;
  flex-direction: column;
}
#independence .owl-item {
  display: flex;
  justify-content: center;
}
#independence .owl-nav {
  display: none;
}
@media (max-width: 991px) {
  #independence .owl-dot.active {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #1971C2;
  }
  #independence .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: rgba(25, 113, 194, 0.2);
    transition: 0.2s;
  }
  #independence .items {
    display: block;
  }
  #independence .items .item {
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #independence .owl-item {
    height: 183px;
  }
  #independence .row {
    justify-content: center;
  }
  #independence .logo {
    margin-bottom: 8px;
  }
  #independence .our-customers-trustpilot {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #independence {
    padding: 60px 0;
  }
  #independence h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #independence .best-rated-label {
    display: none;
  }
  #independence .items .item {
    max-width: unset;
  }
}

#discover {
  padding: 100px 0;
}
#discover h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
  color: #1A1E25;
  max-width: 900px;
  margin: 0 auto 20px;
}
#discover .flex {
  display: flex;
  flex-flow: row wrap;
  margin-left: -45px;
}
#discover .flex-item {
  width: 33.3333333333%;
  max-width: 390px;
  margin: 70px auto 0;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  color: #4B5159;
  padding-left: 45px;
}
#discover .flex-item h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #1A1E25;
  margin: 0 auto 10px;
}
#discover .flex-item:nth-child(1) h3, #discover .flex-item:nth-child(2) h3, #discover .flex-item:nth-child(3) h3 {
  max-width: 320px;
}
@media (max-width: 1200px) {
  #discover .flex-item {
    width: 50%;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  #discover {
    padding: 60px 0;
  }
  #discover h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  #discover .flex-item {
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
  }
  #discover .flex-item h3 {
    font-size: 19px;
  }
}
#act {
  background: #1A1E25;
  padding: 100px 0;
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
  color: #C9E2F0;
}
#act h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 20px;
}
#act p {
  max-width: 1000px;
  margin: 0 auto;
}
#act .limited {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #6A8AC9;
  margin: 50px 0 10px;
}
#act .price {
  font-size: 19px;
  line-height: 38px;
  color: #C9E2F0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#act .price b {
  color: #fff;
}
#act .price-regular, #act .price-sale {
  margin: 0 5px 10px;
  padding: 0 20px;
  text-align: center;
}
#act .price-regular b {
  text-decoration: line-through;
}
#act .price-sale {
  font-weight: 700;
  border: 1px solid #6A8AC9;
  border-radius: 120px;
}
#act .actions {
  margin-top: 50px;
  text-align: center;
}
#act .actions .btn {
  width: 360px;
  max-width: 100%;
  padding: 15px 35px;
}
@media (max-width: 991px) {
  #act {
    font-size: 19px;
  }
  #act h2 {
    font-size: 26px;
  }
  #act .limited {
    letter-spacing: 5px;
  }
}
#modal-contact-footer .ttl {
  font-size: 23px;
  margin-bottom: 33px;
}