@media (min-width: 1320px) {
  .container {
    width: 1290px;
  }
}
#welcome {
  padding: 40px 0;
  background: #2E6EB3;
  color: #fff;
}
#welcome .content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
#welcome .content-text {
  width: 530px;
  max-width: 100%;
  padding: 0 0 50px;
}
#welcome .content-text h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.35;
  color: inherit;
  text-transform: none;
  margin: 0 0 30px;
}
#welcome .content-text p,
#welcome .content-text ul {
  font-size: 23px;
  line-height: 1.4;
  max-width: 530px;
  margin: 30px 0;
}
#welcome .content-text p b,
#welcome .content-text ul b {
  font-size: 17px;
  line-height: 1.65;
}
#welcome .content-text p b > span,
#welcome .content-text ul b > span {
  padding: 3px 10px;
  border: 1px solid #FFB200;
  border-radius: 1000px;
  white-space: pre;
  text-transform: uppercase;
}
#welcome .content-text .size-small {
  font-size: 17px;
  font-weight: 500;
}
#welcome .content-text ul {
  padding: 0 0 0 25px;
}
#welcome .content-text ul > li {
  list-style: disc;
  padding: 0 0 0 5px;
  font-size: 20px;
  line-height: 1.5;
}
#welcome .content-actions {
  color: #D3D5E4;
  max-width: 270px;
  margin: 30px 0 0;
  text-align: center;
}
#welcome .content-actions p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 5px auto 0;
}
#welcome .content-actions p b {
  font-size: inherit;
}
#welcome .content-actions .btn {
  font-size: 17px;
  width: 100%;
  margin: 0;
}
#welcome .content picture img {
  width: 495px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  #welcome {
    padding: 40px 0;
  }
  #welcome .content {
    flex-direction: column;
    gap: 40px;
  }
  #welcome .content-text {
    padding: 0;
    text-align: center;
  }
  #welcome .content-text h1 {
    font-size: 34px;
  }
  #welcome .content-text ul li {
    font-size: 17px;
    text-align: left;
  }
  #welcome .content picture img {
    transform: none;
  }
  #welcome .content-actions {
    margin: 30px auto 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #welcome .content-actions .btn-gray {
    width: 100%;
    line-height: 48px;
  }
}

#provides {
  padding: 100px 0 !important;
}
#provides h2 {
  text-align: center;
  margin: 0 auto 90px;
}
#provides ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 70px 45px;
}
#provides ul > li {
  display: block;
  width: 390px;
  max-width: 100%;
  text-align: center;
}
#provides ul > li h3 {
  font-size: 19px;
  line-height: 1.4;
  margin: 0 auto 10px;
}
#provides ul > li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 5px 0 0;
}
@media (max-width: 992px) {
  #provides {
    padding: 60px 0 !important;
  }
  #provides h2 {
    margin-bottom: 60px;
  }
}

#package {
  padding: 100px 0 !important;
  background: #353636;
  color: #D6D6D6;
}
#package h2 {
  color: #fff;
  font-weight: 400;
  margin: 0 auto 20px;
}
#package .content-text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
#package .content-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 20px auto 50px;
}
#package .content-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#package .content-price {
  max-width: 400px;
  margin: 10px auto 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px 30px;
}
#package .content-price-regular, #package .content-price-sale {
  font-size: 19px;
  line-height: 2;
}
#package .content-price-regular b,
#package .content-price-regular span, #package .content-price-sale b,
#package .content-price-sale span {
  color: #fff;
}
#package .content-price-regular span {
  text-decoration: line-through;
}
#package .content-price-sale {
  padding: 0 20px;
  border: 1px solid #fff;
  font-weight: 500;
  border-radius: 120px;
}
#package .content-actions .btn {
  font-size: 17px;
}

.how-it-works-v1 h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #464646;
  margin-bottom: 60px;
}
.how-it-works-v1 p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #464646;
  max-width: 990px;
  margin: -40px auto 60px;
}
.how-it-works-v1 .cols {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
}
.how-it-works-v1 .cols-item {
  position: relative;
  width: 270px;
  max-width: 100%;
  text-align: center;
}
.how-it-works-v1 .cols-item:not(:last-child)::after {
  content: url(../../img/pages/custom-new/arrow.svg);
  position: absolute;
  top: 22px;
  right: calc(-50% + 50px);
}
.how-it-works-v1 .cols-item:not(:last-child):nth-child(even)::after {
  transform: rotateX(180deg);
}
.how-it-works-v1 .cols-item-label {
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  width: 64px;
  margin: 0 auto 20px;
  border: 2px solid #F57F17;
  border-radius: 15px;
}
.how-it-works-v1 .cols-item-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #464646;
}
@media (max-width: 1200px) {
  .how-it-works-v1 .cols-item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .how-it-works-v1 {
    padding: 50px 0 !important;
  }
  .how-it-works-v1 h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .how-it-works-v1 p {
    margin-top: -20px;
  }
  .how-it-works-v1 .cols {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
  }
  .how-it-works-v1 .cols-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: auto;
    text-align: left;
  }
  .how-it-works-v1 .cols-item-label {
    flex: 0 0 35px;
    font-size: 19px;
    line-height: 33px;
    border-width: 1px;
    border-radius: 10px;
    margin: 0 15px 0 0;
    text-align: center;
  }
}

.how-it-works-v1 .cols-item-text {
  font-weight: 400;
  font-size: 17px;
  color: #1A1E25;
}
.how-it-works-v1 .cols-item-text b {
  font-weight: 500;
}

#independence {
  background: #EFEFF4;
}
#independence h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #464646;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#independence .best-rated-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #464646;
  text-align: center;
  margin-bottom: 30px;
}
#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;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#independence .items .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  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: 1.3;
  margin-bottom: 9px;
}
#independence .owl-carousel {
  display: block;
}
#independence .owl-item {
  display: flex;
  justify-content: center;
}
#independence .owl-nav {
  display: none;
}
@media (max-width: 991px) {
  #independence {
    padding: 50px 0;
  }
  #independence h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #independence .best-rated-label {
    margin-bottom: 20px;
    color: #959595;
  }
  #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 h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #independence .items .item {
    max-width: unset;
  }
}

#independence h2 b {
  font-weight: 500;
}

#contactUsForm.v2 .modal-header .modal-title {
  font-weight: 700;
}
#contactUsForm.v2 .modal-header p {
  font-weight: 400;
}
#contactUsForm.v2 .agree-to-receive {
  display: none;
}