.gvs-form {
  font-family: Poppins;
}
.gvs-form hr {
  border: 1px solid #D8E0EB;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gvs-form h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #214287;
}
@media only screen and (min-width: 600px) {
  .gvs-form h2 {
    font-size: 34px;
    line-height: 51px;
  }
}
.gvs-form h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #161717;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .gvs-form h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
  }
}
.gvs-form h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #161717;
}
@media only screen and (min-width: 600px) {
  .gvs-form h4 {
    font-size: 22px;
    line-height: 33px;
  }
}
.gvs-form h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4D4D4D;
}
@media only screen and (min-width: 600px) {
  .gvs-form h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.gvs-form table {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .gvs-form table {
    font-size: 22px;
    line-height: 33px;
  }
}
.gvs-form table th,
.gvs-form table td {
  padding: 15px;
  border: 1px solid #D8E0EF;
}
@media only screen and (min-width: 600px) {
  .gvs-form table th,
  .gvs-form table td {
    padding: 30px 60px;
  }
}

.gvs-form-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1000px;
  background: rgb(223, 30, 48);
  border: 1px solid rgb(216, 224, 235);
  color: #fff;
  padding: 10px 30px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-button {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 20px;
    height: 60px;
  }
}
.gvs-form-button:hover, .gvs-form-button:focus {
  color: #fff;
}

.gvs-form-card {
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #FAFAFA;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: right 95px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-card {
    box-shadow: 20px 30px 80px -5px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    margin-top: -270px;
    margin-bottom: 80px;
    height: 100%;
  }
}
.gvs-form-card-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gvs-form-card-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .gvs-form-card-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 600px) {
  .gvs-form-card-col-1 {
    max-width: 415px;
  }
}
.gvs-form-card-col-2 {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 600px) {
  .gvs-form-card-col-2 {
    flex: 1 0 0;
  }
}
.gvs-form-card-products {
  max-width: 1460px;
  background-color: rgb(238, 238, 238);
}

body.products .gvs-form-card-row {
  display: block;
}

.gvs-form {
  /* Form */
  /* iti */
}
.gvs-form .form-group {
  margin-bottom: 24px;
}
.gvs-form .form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161717;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-label {
    font-size: 18px;
    line-height: 27px;
  }
}
.gvs-form .form-label > em {
  font-style: normal;
}
.gvs-form .form-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #214287;
  margin-top: 20px;
}
.gvs-form .form-check-radio {
  margin-bottom: 15px;
}
.gvs-form .form-control-wrapper {
  position: relative;
  max-width: 345px;
}
.gvs-form .form-control {
  max-width: 345px;
}
.gvs-form .form-control,
.gvs-form .form-check-radio {
  background: #FAFAFA;
  border: 1px solid #D8E0EB;
  border-radius: 1000px;
  color: #808080;
  padding: 12px 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-control,
  .gvs-form .form-check-radio {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 27px;
  }
}
.gvs-form .form-control:hover,
.gvs-form .form-control:focus {
  color: #7485A8;
}
.gvs-form .form-control-wrapper svg {
  position: absolute;
  z-index: 1;
  color: #808080;
  top: 20px;
  right: 15px;
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-control-wrapper svg {
    top: 23px;
    right: 30px;
    font-size: 14px;
  }
}
.gvs-form .form-check-radio {
  display: inline-flex;
  align-items: center;
  color: #161717;
  padding: 10px 20px 10px 40px;
  background: #FFFFFF;
  width: 100%;
  gap: 8px;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-check-radio {
    min-width: 170px;
    background: #FAFAFA;
    width: auto;
  }
}
.gvs-form .form-check-radio:has(> input:checked) {
  color: #fff;
  background-color: #214287;
}
.gvs-form .form-check-radio .form-check-label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gvs-form .form-check-radio .form-check-input {
  width: 14px;
  height: 14px;
  border: 1px solid #D8E0EB;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-check-radio .form-check-input {
    width: 28px;
    height: 28px;
  }
}
.gvs-form .form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
  background-color: transparent;
  border: 2px solid #fff;
}
@media only screen and (min-width: 600px) {
  .gvs-form .form-check-radio .form-check-input:checked[type=radio] {
    border: 4px solid #fff;
  }
}
.gvs-form .form-control-date-control {
  display: flex;
  gap: 16px;
}
.gvs-form .iti {
  width: 100%;
}
.gvs-form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.gvs-form-frame {
  position: relative;
  width: 100%;
  min-height: 1500px;
  min-width: 320px;
  height: 100%;
}
.gvs-form-frame-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  justify-content: center;
  padding-top: 75px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.95);
}

.gvs-form-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(33, 66, 135);
}
@media only screen and (min-width: 600px) {
  .gvs-form-header {
    height: 490px;
  }
}
@media only screen and (min-width: 600px) {
  .gvs-form-header-logo {
    margin-top: -290px;
  }
}

.gvs-form-footer-policy {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  background-color: #FFF;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #808080;
}
@media only screen and (min-width: 600px) {
  .gvs-form-footer-policy {
    -size: 18px;
    line-height: 32px;
  }
}
.gvs-form-footer-disclaimer {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  background-color: #FFF;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #808080;
}
@media only screen and (min-width: 600px) {
  .gvs-form-footer-disclaimer {
    font-size: 18px;
    line-height: 32px;
  }
}
.gvs-form-footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-footer-bottom-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.gvs-form-footer-bottom-column {
  display: flex;
}
.gvs-form-footer-bottom-column-1 {
  width: 8%;
}
.gvs-form-footer-bottom-column-2 {
  width: 20%;
}
.gvs-form-footer-bottom-column-3 {
  justify-content: end;
  width: 20%;
}

.gvs-form-container {
  max-width: 1320px;
  margin: 0 auto;
}

body.products .gvs-form-container {
  max-width: 1460px;
}

.gvs-form-topbar-steps {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 746px;
}
.gvs-form-topbar-step {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.gvs-form-topbar-step.done + .gvs-form-topbar-step-line {
  background: #D20019;
}
.gvs-form-topbar-step.active p {
  color: #D20019;
}
.gvs-form-topbar-step.active .gvs-form-topbar-step-icon, .gvs-form-topbar-step.done .gvs-form-topbar-step-icon {
  background-image: url("../img/icons/check_red.png?v=1.2");
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
  text-indent: -100000px;
  border: 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .gvs-form-topbar-step {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.gvs-form-topbar-step-icon {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #DFDFDF;
  text-align: center;
  color: #777777;
  position: relative;
  line-height: 32px;
  font-size: 16px;
}
.gvs-form-topbar-step p {
  text-align: center;
  position: absolute;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: #222;
  margin: 10px 0;
  width: 75px;
  left: -20px;
}
@media screen and (min-width: 600px) {
  .gvs-form-topbar-step p {
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
    margin: 0;
    bottom: -35px;
    width: auto;
    left: auto;
  }
}
.gvs-form-topbar-step.step-2 p, .gvs-form-topbar-step.step-3 p {
  left: 50%;
  transform: translateX(-50%);
}
.gvs-form-topbar-step-line {
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #DFDFDF;
  flex: 1;
}
.gvs-form-topbar-step-line.active {
  background: #D20019;
}

.gvs-form-navigation-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.gvs-form-navigation-dot {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.gvs-form-navigation-dot.active {
  border-color: #D0D5DD;
}
.gvs-form-navigation-dot.active:after {
  background-color: #FF283B;
}
.gvs-form-navigation-dot:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D0D5DD;
  border-radius: 50%;
  content: " ";
}

.gvs-form-actions {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 600px) {
  .gvs-form-sidebar {
    width: 100%;
    max-width: 400px;
  }
}
.gvs-form-sidebar-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 25px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-info {
    padding: 50px 40px;
  }
}
.gvs-form-sidebar-info-item {
  border-bottom: 1px solid #D8E0EB;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gvs-form-sidebar-info-item:last-child {
  border-bottom: 0;
}
.gvs-form-sidebar-info-title {
  font-weight: 600;
  font-size: 16px;
  color: #161717;
  text-align: inherit;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-info-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.gvs-form-sidebar-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* margin: 0; */
  padding: 0 15px;
}
.gvs-form-sidebar-steps {
  padding: 25px 15px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps {
    padding: 65px;
  }
}
.gvs-form-sidebar-steps-list {
  margin: 0;
  padding: 0;
}
.gvs-form-sidebar-steps-list-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gvs-form-sidebar-steps-list-item-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  background: #EAEFFA;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.gvs-form-sidebar-steps-list-item-icon img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps-list-item-icon img {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps-list-item-icon {
    width: 90px;
    height: 90px;
  }
}
.gvs-form-sidebar-steps-list-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps-list-item-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.gvs-form-sidebar-steps-list-item:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps-list-item:not(:first-child) {
    display: block;
  }
}
.gvs-form-sidebar-steps-list-item:not(:first-child):before {
  position: absolute;
  top: -115px;
  width: 8px;
  height: 97px;
  background-image: url("../img/connection.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: " ";
}
@media only screen and (min-width: 600px) {
  .gvs-form-sidebar-steps-list-item:not(:last-child) {
    margin-bottom: 135px;
  }
}
.gvs-form-sidebar-steps-list-item.active:not(:first-child):before {
  background-image: url("../img/connection_active.png");
}
.gvs-form-sidebar-steps-list-item.active .gvs-form-sidebar-steps-list-item-icon {
  background-color: #FFE5E8;
}
.gvs-form-sidebar-steps-list-item.active .gvs-form-sidebar-steps-list-item-title {
  color: #DF1E30;
}

.gvs-form-article {
  padding: 30px 20px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-article {
    padding: 60px 50px;
  }
}
.gvs-form-article-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8E0EB;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-article-header {
    gap: 10px;
  }
}
.gvs-form-article-header-financial-title {
  color: #161717;
  font-weight: 600;
  font-size: 32px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-article-header-financial-title {
    font-size: 40px;
  }
}
.gvs-form-article-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: rgb(22, 23, 23);
}
@media only screen and (min-width: 600px) {
  .gvs-form-article-title {
    font-size: 36px;
    line-height: 54px;
  }
}
.gvs-form-article-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: rgb(77, 77, 77);
}
@media only screen and (min-width: 600px) {
  .gvs-form-article-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

body.products .gvs-form-article-header {
  border-bottom: 0;
  margin-bottom: 0;
}
body.products .gvs-form-article-title {
  color: rgb(22, 23, 23);
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  body.products .gvs-form-article-title {
    font-size: 48px;
    line-height: 52.8px;
  }
}
body.products .gvs-form-article-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: center;
  color: #070404;
}

.gvs-form-products-row {
  width: 100%;
  display: inline-flex;
  gap: 24px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .gvs-form-products-row {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) {
  .gvs-form-products-col {
    width: 33%;
  }
}
.gvs-form-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
  padding: 16px;
  max-width: 440px;
  border-radius: 24px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-product {
    padding: 32px;
  }
}
.gvs-form-product-header {
  display: flex;
  gap: 12px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-product-header {
    gap: 16px;
  }
}
.gvs-form-product-heading {
  display: flex;
  flex-direction: column;
}
.gvs-form-product-icon {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(59, 107, 211, 0.1);
  padding: 10px;
  gap: 10px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.gvs-form-product-icon-1 {
  background-image: url("../img/icons/person.svg");
}
.gvs-form-product-icon-2 {
  background-image: url("../img/icons/star.svg");
}
.gvs-form-product-icon-3 {
  background-image: url("../img/icons/crown.svg");
}
.gvs-form-product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}
.gvs-form-product-caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: rgb(7, 4, 4);
}
.gvs-form-product-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-product-body {
    height: 440px;
  }
}
.gvs-form-product-prices {
  display: flex;
  gap: 8px;
  align-items: end;
  margin-bottom: 8px;
}
.gvs-form-product-price {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 4, 4);
}
@media only screen and (min-width: 600px) {
  .gvs-form-product-price {
    font-size: 40px;
    line-height: 44px;
  }
}
.gvs-form-product-price.original {
  position: relative;
  color: rgba(7, 4, 4, 0.3);
  margin-right: 8px;
}
.gvs-form-product-price.original::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 4px solid;
  border-color: rgb(223, 30, 48);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.gvs-form-product-special-image {
  display: block;
  max-height: 75px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .gvs-form-product-special-image {
    max-height: 90px;
  }
}
.gvs-form-product-features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gvs-form-product-features-list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: rgb(7, 4, 4);
  background-image: url("../img/icons/check_blue.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-product-features-list-item {
    font-size: 16px;
  }
}
.gvs-form-product-features-list-item.highlight {
  color: rgb(31, 65, 138);
  font-weight: 600;
}
.gvs-form-product-features-list-item.excluded {
  opacity: 0.6;
  background-image: url("../img/icons/close_blue.svg");
}
.gvs-form-product-actions {
  text-align: center;
}
.gvs-form-product-button {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 32px;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.gvs-form-section-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .gvs-form-section-row {
    gap: 24px;
    flex-direction: row;
  }
}
.gvs-form-section-column {
  flex: 1 0 0;
}

.gvs-form-logo {
  max-height: 50px;
}

.gvs-form-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gvs-form-social-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .gvs-form-social-label {
    margin-bottom: 0;
  }
}
.gvs-form-social-list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}
.gvs-form-social-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gvs-form-social-list-item a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4361A0;
  border-radius: 50%;
}

/* One */
body.one .gvs-form {
  font-size: 14px;
  /* Forms */
  /* iti */
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form {
    font-size: 16px;
  }
}
body.one .gvs-form-header {
  display: none;
  background-color: #fff;
}
body.one .gvs-form-wrapper {
  margin-top: 0;
  background: 0;
  border: 0;
  box-shadow: none;
}
body.one .gvs-form-container {
  max-width: 1030px;
}
body.one .gvs-form-card {
  filter: drop-shadow(10px 12px 50px rgba(0, 0, 0, 0.06));
  border-radius: 20px;
  background: #FFF;
  box-shadow: none;
  margin-top: 0;
  padding: 25px 15px;
  max-width: 800px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form-card {
    padding: 24px 40px;
  }
}
body.one .gvs-form-card-row {
  display: block;
}
body.one .gvs-form-section-header {
  display: none;
}
body.one .gvs-form-article {
  padding: 0;
}
body.one .gvs-form-article-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.one .gvs-form-article-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #161717;
  text-align: inherit;
}
body.one .gvs-form-article-subtitle {
  text-align: inherit;
  font-size: 16px;
}
body.one .gvs-form-title {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form-title {
    font-size: 28px;
  }
}
body.one .gvs-form-button {
  border-radius: 10px;
  border: 1px solid #6F2232;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: 0;
  color: #6F2232;
  width: auto;
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form-button {
    min-width: 128px;
    padding: 16px 34px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body.one .gvs-form-frame {
    width: 100%;
  }
}
body.one .gvs-form .form-label {
  font-size: 14px;
}
body.one .gvs-form .form-control {
  border-radius: 5px;
  background-color: #F6F6F6;
  padding: 13px;
  font-size: 14px;
}
body.one .gvs-form .iti__selected-dial-code {
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form .iti__selected-dial-code {
    font-size: 14px;
  }
}
body.one .gvs-form .iti--separate-dial-code .iti__selected-flag {
  padding-left: 15px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form .iti--separate-dial-code .iti__selected-flag {
    padding-left: 15px;
  }
}
body.one .gvs-form .country-select .flag-dropdown {
  padding: 0 20px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form .country-select .flag-dropdown {
    padding: 0px 20px;
  }
}
body.one .gvs-form .country-select.inside input,
body.one .gvs-form .country-select.inside input[type=text] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 600px) {
  body.one .gvs-form .country-select.inside input,
  body.one .gvs-form .country-select.inside input[type=text] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.one.products .gvs-form-card {
  box-shadow: none;
  background: 0;
  padding: 0;
}
body.one.products .gvs-form-article-header {
  margin-bottom: 30px;
}
body.one.products .gvs-form-article-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #1E2B34;
}
body.one.products .gvs-form-article-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #666666;
}
body.one.products .gvs-form-products-row {
  gap: 50px;
  justify-content: center;
}
body.one.products .gvs-form-products-col {
  width: auto;
}
body.one.products .gvs-form-products-col:last-child .gvs-form-button {
  background-color: #fff;
}
body.one.products .gvs-form-products-col:last-child .gvs-form-button-text {
  color: #6F2232;
}
body.one.products .gvs-form-products-col:last-child .gvs-form-button-text:after {
  background-image: url("../img/icons/arrow_right_red.svg");
}
body.one.products .gvs-form-product {
  position: relative;
  padding: 40px 24px;
  box-shadow: 10px 12px 60px 0px rgba(0, 0, 0, 0.1215686275);
  max-width: 410px;
  gap: 10px;
}
body.one.products .gvs-form-product-header {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
body.one.products .gvs-form-product-body {
  height: 180px;
}
body.one.products .gvs-form-product-title {
  display: inline-block;
  height: 38px;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #6F2232;
  background-color: #F0E4E6;
}
body.one.products .gvs-form-product-caption {
  display: none;
}
body.one.products .gvs-form-product-description {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
  height: 110px;
}
body.one.products .gvs-form-product-icon {
  display: none;
}
body.one.products .gvs-form-product-prices {
  justify-content: center;
  margin-bottom: 0;
}
body.one.products .gvs-form-product-price-label {
  display: none;
}
body.one.products .gvs-form-product-period {
  display: none;
}
body.one.products .gvs-form-product-featured {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
}
body.one.products .gvs-form-product-featured-title {
  display: inline-block;
  height: 32px;
  padding: 7px 40px;
  border-radius: 1000px;
  border: 1px solid #1A1A1D;
  background-color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #1A1A1D;
}
body.one.products .gvs-form-product-features-list-item {
  font-size: 14px;
  font-weight: 400;
  background-image: url("../img/icons/check_red.svg");
}
body.one.products .gvs-form-product-button {
  display: block;
  height: 59px;
  padding: 16px 32px;
  border-radius: 1000px;
  background-color: #6F2232;
  border: 1px solid #6F2232;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
}
body.one.products .gvs-form-product-button-text {
  text-transform: none;
}
body.one.products .gvs-form-product-button-text:after {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/arrow_right.svg");
  background-repeat: no-repeat;
  content: " ";
}
body.one.payment .gvs-form-article {
  padding: 0;
}
body.one.payment .gvs-form-article-header {
  padding: 20px;
}

/* Two */
body.two .gvs-form {
  /* iti */
}
body.two .gvs-form .gvs-form {
  font-family: "Rubik", sans-serif;
  background-color: #FFFFFF;
}
body.two .gvs-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 0 0;
}
body.two .gvs-form .form-label {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.44px;
  margin-bottom: 0;
}
body.two .gvs-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--Neutral-400, #98A2B3);
  display: flex;
  height: 56px;
  padding: 13px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: 0;
  color: var(--Neutral-300, #D0D5DD);
  /* Paregraph txt/Body 3..100% */
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
body.two .gvs-form .form-control-wrapper svg {
  color: #fff;
  font-size: 18px;
  top: 20px;
  right: 16px;
}
body.two .gvs-form .country-select .flag-dropdown {
  padding: 0 16px;
}
body.two .gvs-form .country-select.inside input,
body.two .gvs-form .country-select.inside input[type=text] {
  padding-left: 50px;
}
body.two .gvs-form-header {
  display: flex;
  width: 100%;
  height: 90px;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: rgba(17, 15, 16, 0.6);
  backdrop-filter: blur(19.5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
body.two .gvs-form-header-logo {
  margin-top: 0;
}
body.two .gvs-form-footer {
  padding: 72px 417px 34px 418px;
  justify-content: center;
  align-items: center;
  background-color: #24262B;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
body.two .gvs-form-article {
  background: 0;
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.44px;
  padding: 100px 160px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 32px;
  width: 100%;
  margin-top: 0;
}
body.two .gvs-form-article-header {
  text-align: center;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
body.two .gvs-form-article-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
body.two .gvs-form-article-subtitle {
  color: #D0D5DD;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 24px;
  margin: 0;
}
body.two .gvs-form-topbar {
  display: none;
}
body.two .gvs-form-hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 0;
}
body.two .gvs-form-card {
  border-radius: 24px;
  background-color: #292A2F;
  background-image: none;
  box-shadow: none;
  border: 0;
}
@media only screen and (min-width: 600px) {
  body.two .gvs-form-card {
    margin-top: -230px;
    margin-bottom: 66px;
    max-width: 1030px;
  }
}
body.two .gvs-form-card-row {
  flex-flow: column;
}
body.two .gvs-form .gvs-form-button {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 32px;
  max-width: 120px;
  gap: 10px;
  background: #FF283B;
  border-radius: 8px;
  border-color: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.gvs-form *,
.gvs-form *:before {
  box-sizing: border-box;
}
.gvs-form img {
  max-width: 100%;
}