p b {
  font-weight: 700 !important;
}
body:has([ll-modal-wrapper].visible) {
  overflow: hidden;
}
.landerlab-form [form-input]:focus-visible {
  outline: 0;
}
.ll-form__input-date:focus-visible,
.ll-form__input-i:focus-visible,
.ll-form__input-textarea:focus-visible {
  outline: 0;
  border-color: #00f !important;
}
.landerlab-newsletter__input:focus-visible {
  outline: 0;
  border-color: #00f !important;
}
.ll-newsletter-input:focus-visible {
  outline: rgb(149, 213, 255) solid 1px;
}
[data-gjs-type="ll-video"] {
  height: auto;
  width: 100%;
  max-width: 100%;
}
[data-gjs-type="ll-video"] video {
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0 !important;
  outline: 0 !important;
}
[data-ll-event] {
  cursor: pointer;
}
[data-marker-type] li::marker,
li[data-marker-type]::marker {
  content: none !important;
  display: none !important;
}

[data-accordion-header]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

[data-gjs-type="ll-newsletter"] input:focus-visible {
  outline: none;
}

.ll-car-section .ll-choice-option:has(.ll-choice-option__media) {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.ll-car-section
  .ll-choice-option:has(.ll-choice-option__media)
  .ll-choice-option__media {
  height: 50px !important;
  width: 100% !important;
}
.ll-car-section
  .ll-choice-option:has(.ll-choice-option__media)
  .ll-choice-option__media
  svg {
  height: 100% !important;
  width: 100% !important;
}
.ll-quiz-block:has(
    .ll-quiz-block__input-wrapper:has(
      .ll-quiz-block__decorator.ll-quiz-block__decorator--suffix
    )
  )
  .ll-quiz-block__input {
  border-right-style: none;
}
.ll-quiz-block:has(
    .ll-quiz-block__input-wrapper:has(
      .ll-quiz-block__decorator.ll-quiz-block__decorator--prefix
    )
  )
  .ll-quiz-block__input {
  border-left-style: none;
}
.ll-quiz-block:has(.ll-quiz-block__input-wrapper) {
  position: relative;
}
.ll-quiz-block:has(.is-active):nth-of-type(1) {
  z-index: 20 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(2) {
  z-index: 19 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(3) {
  z-index: 18 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(4) {
  z-index: 17 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(5) {
  z-index: 16 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(6) {
  z-index: 15 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(7) {
  z-index: 14 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(8) {
  z-index: 13 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(9) {
  z-index: 12 !important;
}
.ll-quiz-block:has(.is-active):nth-of-type(10) {
  z-index: 11 !important;
}
.choices__list--multiple:has(.choices__item) + input {
  padding-top: 0.6em !important;
}
.ll-quiz-block[block-preset="outline"]
  .ll-quiz-block__input-wrapper:has(.ll-quiz-block__input:focus),
.ll-quiz-block[block-preset="outline"]
  .ll-quiz-block__input-wrapper:has(.iti:focus) {
  background: var(--inputFocusBackgroundOutline);
}
.ll-quiz-block[block-preset="outline"]:has(.ll-quiz-block__input-wrapper:hover),
.ll-quiz-block[block-preset="outline"]:has(.iti:hover) {
  --computed-border-color: var(--inputHoverBorderColorOutline);
}
.ll-quiz-block[block-preset="outline"]:has(.ll-quiz-block__input:focus),
.ll-quiz-block[block-preset="outline"]:has(.iti:focus) {
  --computed-border-color: var(--inputFocusBorderColorOutline);
}
.ll-quiz-block[block-preset="underline"]
  .ll-quiz-block__input-wrapper:has(.ll-quiz-block__input:focus),
.ll-quiz-block[block-preset="underline"]
  .ll-quiz-block__input-wrapper:has(.iti:focus) {
  background: var(--inputFocusBackgroundUnderline);
}
.ll-quiz-block[block-preset="underline"]:has(
    .ll-quiz-block__input-wrapper:hover
  ),
.ll-quiz-block[block-preset="underline"]:has(.iti:hover) {
  --computed-border-color: var(--inputHoverBorderColorUnderline);
}
.ll-quiz-block[block-preset="underline"]:has(.ll-quiz-block__input:focus),
.ll-quiz-block[block-preset="underline"]:has(.iti:focus) {
  --computed-border-color: var(--inputFocusBorderColorUnderline);
}
.ll-quiz-block[block-preset="ghost"]:has(.ll-quiz-block__input-wrapper:hover),
.ll-quiz-block[block-preset="ghost"]:has(.iti:hover) {
  --computed-border-color: var(--inputHoverBorderColorGhost);
  --computed-background: var(--inputHoverBackgroundGhost);
}
.ll-quiz-block[block-preset="ghost"]:has(.ll-quiz-block__input:focus),
.ll-quiz-block[block-preset="ghost"]:has(.iti:focus) {
  --computed-border-color: var(--inputFocusBorderColorGhost);
  --computed-background: var(--inputFocusBackgroundGhost);
}
.ll-quiz-block[block-preset="ghost"]:has(.ll-quiz-block__decorator--prefix)
  .ll-quiz-block__input {
  padding-left: 0;
}
.ll-quiz-block[block-preset="ghost"]:has(.ll-quiz-block__decorator--suffix)
  .ll-quiz-block__input,
.ll-quiz-block[block-preset="ghost"]
  .ll-quiz-block__decorator--suffix:has(+ .ll-quiz-block__decorator--suffix) {
  padding-right: 0;
}
.ll-quiz-block[block-preset="simple"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked) {
  color: var(--checkboxTextColorActiveSimple);
}
.ll-quiz-block[block-preset="simple"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked)
  .ll-quiz-block-checkbox-checkmark {
  background-color: var(--checkboxInputBackgroundActiveSimple);
  border-color: var(--checkboxInputBorderColorActiveSimple);
}
.ll-quiz-block[block-preset="outline"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked) {
  border-color: var(--checkboxBorderColorActiveOutline);
  color: var(--checkboxTextColorActiveOutline);
}
.ll-quiz-block[block-preset="outline"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked)
  .ll-quiz-block-checkbox-checkmark {
  background-color: var(--checkboxInputBackgroundActiveOutline);
  border-color: var(--checkboxInputBorderColorActiveOutline);
}
.ll-quiz-block[block-preset="outline-ghost"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked) {
  background-color: color-mix(
    in srgb,
    var(--checkboxBaseColorActiveOutlineGhost) 15%,
    var(--checkboxContainerBackgroundOutlineGhost) 85%
  );
  border-color: var(--checkboxBaseColorActiveOutlineGhost);
  color: var(--checkboxTextColorActiveOutlineGhost);
}
.ll-quiz-block[block-preset="outline-ghost"]
  .ll-quiz-block-checkbox-wrapper:has(.ll-quiz-block-checkbox:checked)
  .ll-quiz-block-checkbox-checkmark {
  background-color: var(--checkboxBaseColorActiveOutlineGhost);
  border-color: var(--checkboxBaseColorActiveOutlineGhost);
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
.ll-quiz-block:has(input),
.ll-quiz-block:has(select),
.ll-quiz-block:has(textarea) {
  text-align: start;
}
.ll-quiz-block--custom-code:not(:has(> :not(script, style))) {
  display: none;
}
@container quiz-container (inline-size > 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
.ll-choice-option:has(input:checked) {
  z-index: 2;
}
.ll-choice-option:has(input:checked) .ll-choice-option__custom-input svg {
  opacity: 1 !important;
}
.ll-quiz-block[block-preset="simple"] .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveSimple);
}
.ll-quiz-block[block-preset="simple"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveSimple);
}
.ll-quiz-block[block-preset="simple"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__custom-input {
  border-color: var(--multipleChoiceBaseColorActiveSimple);
  background-color: var(--multipleChoiceBaseColorActiveSimple);
}
.ll-quiz-block[block-preset="outline"] .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveOutline);
  border-color: var(--multipleChoiceBorderColorActiveOutline);
}
.ll-quiz-block[block-preset="outline"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveOutline);
}
.ll-quiz-block[block-preset="outline"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__custom-input {
  border-color: var(--multipleChoiceBaseColorActiveOutline);
  background-color: var(--multipleChoiceBaseColorActiveOutline);
}
.ll-quiz-block[block-preset="outline-ghost"]
  .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveOutlineGhost);
  border-color: var(--multipleChoiceBorderColorActiveOutlineGhost);
  background-color: color-mix(
    in srgb,
    var(--multipleChoiceBaseColorActiveOutlineGhost) 10%,
    var(--multipleChoiceBackgroundColorOutlineGhost) 90%
  );
}
.ll-quiz-block[block-preset="outline-ghost"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveOutlineGhost);
}
.ll-quiz-block[block-preset="outline-ghost"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__custom-input {
  border-color: var(--multipleChoiceBaseColorActiveOutlineGhost);
  background-color: var(--multipleChoiceBaseColorActiveOutlineGhost);
}
.ll-quiz-block[block-preset="outline-solid"]
  .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveOutlineSolid);
  border-color: var(--multipleChoiceBorderColorActiveOutlineSolid);
  background-color: var(--multipleChoiceBaseColorActiveOutlineSolid);
}
.ll-quiz-block[block-preset="outline-solid"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveOutlineSolid);
}
.ll-quiz-block[block-preset="outline-solid"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__custom-input {
  border-color: var(--multipleChoiceBaseColorActiveOutlineSolid);
  background-color: var(--multipleChoiceBaseColorActiveOutlineSolid);
}
.ll-quiz-block[block-preset="outline-solid-centered"]
  .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveOutlineSolidCentered);
  border-color: var(--multipleChoiceBorderColorActiveOutlineSolidCentered);
  background-color: var(--multipleChoiceBaseColorActiveOutlineSolidCentered);
}
.ll-quiz-block[block-preset="outline-solid-centered"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveOutlineSolidCentered);
}
.ll-quiz-block[block-preset="outline-solid-centered"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__custom-input {
  border-color: var(--multipleChoiceBaseColorActiveOutlineSolidCentered);
  background-color: var(--multipleChoiceBaseColorActiveOutlineSolidCentered);
}
.ll-quiz-block[block-preset="button"] .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveButton);
  background: color-mix(
    in srgb,
    var(--multipleChoiceBaseColorButton) 90%,
    black 10%
  );
}
.ll-quiz-block[block-preset="button"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveButton);
}
.ll-quiz-block[block-preset="button-start"]
  .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveButtonStart);
  background: color-mix(
    in srgb,
    var(--multipleChoiceBaseColorButtonStart) 90%,
    black 10%
  );
}
.ll-quiz-block[block-preset="button-start"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveButtonStart);
}
.ll-quiz-block[block-preset="button-end"] .ll-choice-option:has(input:checked) {
  color: var(--multipleChoiceColorActiveButtonEnd);
  background: color-mix(
    in srgb,
    var(--multipleChoiceBaseColorButtonEnd) 90%,
    black 10%
  );
}
.ll-quiz-block[block-preset="button-end"]
  .ll-choice-option:has(input:checked)
  .ll-choice-option__media {
  color: var(--multipleChoiceIconColorActiveButtonEnd);
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
@container quiz-container (inline-size <= 490px) {
}
@supports not (container-type: inline-size) {
}
.ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input
  svg {
  opacity: 1 !important;
}
[block-preset="simple"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceLabelColorActiveSimple);
}
[block-preset="simple"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveSimple);
}
[block-preset="simple"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input {
  border-color: var(--imgChoiceBaseColorActiveSimple);
  background-color: var(--imgChoiceBaseColorActiveSimple);
}
[block-preset="outline"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceLabelColorActiveOutline);
  border-color: var(--imgChoiceBorderColorActiveOutline);
}
[block-preset="outline"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveOutline);
}
[block-preset="outline"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input {
  border-color: var(--imgChoiceBaseColorActiveOutline);
  background-color: var(--imgChoiceBaseColorActiveOutline);
}
[block-preset="outline-ghost"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceLabelColorActiveOutlineGhost);
  border-color: var(--imgChoiceBorderColorActiveOutlineGhost);
  background-color: color-mix(
    in srgb,
    var(--imgChoiceBaseColorActiveOutlineGhost) 10%,
    var(--imgChoiceBackgroundColorOutlineGhost) 90%
  );
}
[block-preset="outline-ghost"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveOutlineGhost);
}
[block-preset="outline-ghost"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input {
  border-color: var(--imgChoiceBaseColorActiveOutlineGhost);
  background-color: var(--imgChoiceBaseColorActiveOutlineGhost);
}
[block-preset="outline-solid"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceColorActiveOutlineSolid);
  border-color: var(--imgChoiceBorderColorActiveOutlineSolid);
  background-color: var(--imgChoiceBaseColorActiveOutlineSolid);
}
[block-preset="outline-solid"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveOutlineSolid);
}
[block-preset="outline-solid"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input {
  border-color: var(--imgChoiceBaseColorActiveOutlineSolid);
  background-color: var(--imgChoiceBaseColorActiveOutlineSolid);
}
[block-preset="half-solid"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceColorActiveHalfSolid);
  border-color: var(--imgChoiceBorderColorActiveHalfSolid);
}
[block-preset="half-solid"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__content {
  background-color: var(--imgChoiceBaseColorActiveHalfSolid);
}
[block-preset="half-solid"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveHalfSolid);
}
[block-preset="half-solid"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__custom-input {
  border-color: var(--imgChoiceBaseColorActiveHalfSolid);
  background-color: var(--imgChoiceBaseColorActiveHalfSolid);
}
[block-preset="button"] .ll-img-choice-option:has(input:checked) {
  color: var(--imgChoiceColorActiveButton);
  background: color-mix(
    in srgb,
    var(--imgChoiceBaseColorButton) 90%,
    black 10%
  );
}
[block-preset="button"]
  .ll-img-choice-option:has(input:checked)
  .ll-img-choice-option__media {
  color: var(--imgChoiceIconColorActiveButton);
}
.ll-quiz-list-loader[data-animation-type="show-all-load-all"]:has(
    :last-child.ll-quiz-list-loader__item[data-loading="true"]
  )
  .ll-quiz-list-loader__loader {
  opacity: 1;
  visibility: visible;
}
.ll-quiz-list-loader[data-animation-type="show-all-load-all"]:has(
    :last-child.ll-quiz-list-loader__item[data-loading="false"]
  )
  .ll-quiz-list-loader__media
  *:not(.ll-quiz-list-loader__loader) {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0);
  animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.95) rotate(-5deg);
  }
  60% {
    opacity: 0.8;
    transform: scale(1.02) rotate(1deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.ll-quiz-progress.ll-quiz-progress--check-marks
  .ll-quiz-progress__item-dash:has(+ [data-filled="true"]) {
  background-color: var(--progressBarFillColorSimple);
  border-color: var(--progressBarFillColorSimple);
  color: var(--colorWhite);
}
::root {
  --mobile-screen-width: 576px;
}

* {
  max-width: unset;
}
#ilqpu {
  display: contents;
}
#i0hxu {
  background-color: rgb(255, 255, 255);
}
#iizbb {
  background-color: rgb(255, 255, 255);
}
#it40s {
  background-color: rgb(255, 255, 255);
}
#iseay {
  background-color: rgb(3, 12, 38);
}
#i1kch {
  background-color: rgb(3, 12, 38);
}
#iendm {
  background-color: rgb(3, 12, 38);
}
#ibtp1 {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(15, 170, 219);
}
#i8kng {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(253, 103, 2);
}
#ib3jk {
  background-color: rgb(255, 255, 255);
}
#iy9bl {
  background-color: rgb(255, 255, 255);
}
#i7ndp {
  background-color: rgb(255, 255, 255);
}
#i57nug {
  display: contents;
}
#iytgig {
  background-color: rgb(255, 255, 255);
}
#inepkk {
  background-color: rgb(255, 255, 255);
}
#i3zjw1 {
  background-color: rgb(255, 255, 255);
}
#i3338e {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
}
#i1q7ye {
  display: contents;
}
#i4knt2 {
  background-color: rgb(255, 255, 255);
}
#ig7b41 {
  background-color: rgb(255, 255, 255);
}
#ipbmav {
  background-color: rgb(255, 255, 255);
}
#inh3c7g {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(216, 7, 7);
}
#irq6igg {
  background-color: rgb(255, 255, 255);
}
#iupxur4 {
  background-color: rgb(255, 255, 255);
}
#ibbta5l {
  background-color: rgb(255, 255, 255);
}
#iy4ei1x {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
}
#iwz38tf {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(78, 141, 245);
}
#iovivkj {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(78, 188, 113);
}
#iqsylnb {
  background-color: rgb(255, 255, 255);
}
#iazosmj {
  background-color: rgb(255, 255, 255);
}
#i86z82i {
  background-color: rgb(255, 255, 255);
}
#ize3eel {
  background-color: rgb(255, 255, 255);
}
#ihxskxl {
  background-color: rgb(255, 255, 255);
}
#iw9jgoy {
  background-color: rgb(255, 255, 255);
}
#i8qbbko {
  display: contents;
}
#ink4jaf {
  background-color: rgb(3, 12, 38);
}
#ibjktsn {
  background-color: rgb(3, 12, 38);
}
#ivfn67o {
  background-color: rgb(3, 12, 38);
}
#ibnywxx {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(0, 179, 99);
}
#ifdog1f {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: rgb(0, 179, 99);
}
#i18fqkj {
  display: contents;
}
#ilfuuua {
  display: contents;
}
#i11ksoi {
  letter-spacing: 0.15008px;
}
#ium2w1s {
  display: contents;
}
#ire095 {
  padding-right: 0px;
  padding-left: 62px;
}
#i6vo86v {
  text-align: center;
}
#irhcvl7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-style: solid;
  max-width: 500px;
  margin: 20px auto;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(38, 107, 245);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 20px;
  font-weight: 500;
}

.text-center_new {
  text-align: center;
}

.p-4_new {
  padding: 1.5rem;
}

.spinner-border_new {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.loader__overlay_new {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Suponiendo un fondo semi-transparente */
  z-index: 1000;
}

.loader_new {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loader__card_new {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  width: 90%;
  max-width: 400px;
}

.loader__icon_new {
  position: relative;
}

.loader__title_new {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.loader__text_new {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.loader__overlay_new {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.583);
  z-index: 9999999;
}

.loader_new {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader__card_new {
  background-color: white;
  height: 380px;
  width: 463px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #011740;
}

@media (max-width: 540px) {
  .loader__card_new {
    height: 380px;
    width: 263px;
  }
  .loader__title_new {
    font-size: 22px;
  }
  .loader__text_new {
    font-size: 0.8rem;
  }
}

.loader__title_new {
  color: inherit;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.12;
}

.loader__text_new {
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-top: 30px;
}

.not-show {
  display: none !important;
}

.video-wrapper {
  position: relative;
}

.js-goto-form {
  cursor: pointer !important;
}

.iaZBIw {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .iaZBIw {
    padding-inline-end: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .iaZBIw {
    max-width: 768px;
    padding: 0 9px;
  }
}

@media screen and (max-width: 767px) {
  .iaZBIw {
    max-width: 360px;
    padding-right: 10px;
  }
}

.YgGjL {
  background: #e5e5e5;
  padding: 35px 0 55px;
  position: relative;
}

.hkhlrZ {
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .hkhlrZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .jeOmhK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 80px;
  }
}

@media (max-width: 1199px) {
  .jeOmhK {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .fSuHFZ {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .fSuHFZ {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.IcxeA {
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}

.kVtDGa {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

@media (max-width: 1199px) {
  .kVtDGa {
    text-align: center;
  }
}

.kVtDGa p {
  line-height: 18px;
  margin-bottom: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  overflow: visible;
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p,
ul,
ol {
  margin: 0;
}

* {
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: inherit;
}

.fPfSye {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #030c261a;
}

.foTzUa {
  position: relative;
  width: 100%;
}

.jJuwDU {
  position: relative;
  width: 100%;
  padding-block: 25px 18px;
}

.MhutM {
  position: relative;
}

.ksHfns {
  position: relative;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  font-family: "Lato";
}

.cwVTDz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 1230px;
  padding: 8px 15px;
  margin: 0 auto;
}

.byKFDK {
  position: relative;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.geMIEM {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.dDwyju {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dDwyju div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .dDwyju {
    display: none;
  }
}

.egjuLH {
  position: absolute;
  inset: 0;
  display: none;
}

@media (min-width: 768px) {
  .egjuLH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .egjuLH {
    display: none;
  }
}

.egjuLH div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.iraRIK {
  position: absolute;
  inset: 0;
  display: none;
}

.iraRIK div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .iraRIK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ysAUD:not(:disabled) {
  cursor: pointer;
}

:root {
  --header-top-l-btn-background-color: #0faadb;
}

.fIORWi {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fIORWi button {
  background: var(--header-top-l-btn-background-color);
}

.eUuXFt {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.eUuXFt button {
  background: var(--header-top-r-btn-background-color);
}

@media (max-width: 767px) {
  .eUuXFt {
    display: none;
  }
}

.kiRnqc {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.kiRnqc button {
  background: var(--top-date-btn-background-color);
}

.bgfqPW {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bgfqPW button {
  background: var(--article-btn-background-color);
}

.kUYbLG {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.kUYbLG button {
  background: var(--container-correct-btn-background-color);
}

.lopRrW {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lopRrW button {
  background: var(--container-news-btn1-background-color);
}

.gNQvll {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.gNQvll button {
  background: var(--container-news-btn2-background-color);
}

.gIoCKw {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.gIoCKw button {
  background: var(--footer-soc-btn1-background-color);
}

.kVoXsT {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.kVoXsT button {
  background: var(--footer-soc-btn2-background-color);
}

:root {
  --header-top-r-btn-background-color: #fd6702;
}

:root {
  --top-date-btn-background-color: #fff;
}

:root {
  --article-btn-background-color: #d80707;
}

:root {
  --container-correct-btn-background-color: #fff;
}

:root {
  --container-news-btn1-background-color: #4e8df5;
}

:root {
  --container-news-btn2-background-color: #4ebc71;
}

:root {
  --footer-soc-btn1-background-color: #00b363;
}

:root {
  --footer-soc-btn2-background-color: #00b363;
}

.efewXt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fDoAvK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
}

.fDoAvK:hover {
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .fDoAvK > div:nth-child(2) {
    display: none;
  }
}

.kwOTTw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
}

.kwOTTw:hover {
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .kwOTTw > div:nth-child(2) {
    display: none;
  }
}

@media (max-width: 767px) {
  .kwOTTw {
    margin-right: 0;
  }
}

.KKGge {
  background-color: #13aadb;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dnHnaq {
  background-color: #13aadb;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f46e5;
}

.fmanOz {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fmanOz img {
  cursor: pointer;
  max-width: 270px;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 900px) {
    .fmanOz {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
    }
    .fmanOz img {
      max-width: 170px;
      margin: 0;
    }
  }
}

.fzTOzX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fzTOzX img {
  cursor: pointer;
}

.fzTOzX > div:nth-child(1),
.fzTOzX > div:nth-child(3) {
  max-width: 25px;
  width: 100%;
}

@media (max-width: 767px) {
  .fzTOzX {
    gap: 20px;
  }
}

.NAnuL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1230px;
  padding: 0 15px;
  color: #fff;
}

.gWWdLb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.gWWdLb::-webkit-scrollbar {
  display: none;
}

.meCBS {
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato";
  color: #030c26;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 13px 15px;
  cursor: pointer;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.meCBS:hover::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #0faadb;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}

.meCBS:hover::after {
  content: "";
  position: absolute;
  background-color: #0faadb;
  bottom: 0;
  height: 2px;
  width: calc(100% - 30px);
}

.meCBS:hover::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #0faadb;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}

.meCBS:hover::after {
  content: "";
  position: absolute;
  background-color: #0faadb;
  bottom: 0;
  height: 2px;
  width: calc(100% - 15px);
}

.eZRdzx {
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato";
  color: #030c26;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 13px 15px;
  cursor: pointer;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.eZRdzx img {
  width: auto;
  height: 30px;
}

.eZRdzx:hover::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #0faadb;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}

.eZRdzx:hover::after {
  content: "";
  position: absolute;
  background-color: #0faadb;
  bottom: 0;
  height: 2px;
  width: calc(100% - 30px);
}

.fciMsV {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding-inline: 25px;
  border: none;
}

.fciMsV:hover {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.fciMsV img {
  max-width: 14px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .fciMsV {
    width: 200px;
    padding-inline: 20px;
  }
}

.httpCS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding-inline: 25px;
  border: none;
  font-size: 13px;
}

.httpCS:hover {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.httpCS img {
  max-width: 14px;
}

.httpCS > div:nth-child(1) {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .httpCS {
    width: 200px;
    padding-inline: 20px;
  }
}

.ewJqnc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1010px;
  padding: 0;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 990px) {
    .ewJqnc {
      max-width: 710px;
      margin-right: 20px;
    }
  }
}

@media (max-width: 767px) {
  .ewJqnc {
    padding: 0 10px;
    padding: 0 20px;
    margin-right: 0;
  }
}

.lmMXeQ h1 {
  margin: 0;
  width: 90%;
  font-family: "Martel", serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

.lmMXeQ h2 {
  margin: 0;
  border-bottom: 1px solid rgba(136, 153, 166, 0.2);
  color: #007aff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .lmMXeQ h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
}

.boiXQx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #444;
  font-family: "Martel", serif;
  font-size: 14px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 20px;
}

.boiXQx .js-goto-form {
  font-weight: 700;
}

.gSGoiB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 730px;
}

@media (max-width: 767px) {
  .gSGoiB {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hcsDSy {
  color: #444;
  font-family: "Martel", serif;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.hcsDSy p,
.hcsDSy div {
  display: inline;
}

.hcsDSy p {
  padding-right: 6px;
}

.hcsDSy p::first-letter {
  text-transform: uppercase !important;
}

.eGWFpe {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 23px;
  height: 36px;
  font-size: 15px;
  color: #555;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border: 1px solid #cbd5e1;
  border-radius: 100px;
}

.eGWFpe:hover {
  background-color: #4338ca;
  color: #fff;
  cursor: pointer;
}

.ifiTEK {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  max-width: 934px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.bAzwpC h3 {
  margin: 0;
  margin-block: 40px 10px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #4338ca;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 1;
}

.bAzwpC h3 span {
  padding: 4px 0 0;
  border-bottom: 4px solid #4338ca;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .bAzwpC h3 {
      font-size: 16px;
    }
  }
}

.cXKtfd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 20px;
}

.cXKtfd > div:nth-child(1) {
  font-weight: 700;
  padding: 12px 32px;
  color: #4338ca;
  border-inline: 1px solid #cbd1d2;
  border-top: 4px solid #4338ca;
  cursor: pointer;
}

.cXKtfd > div:nth-child(2) {
  background-color: #f4f7f7;
  padding-inline: 15px;
  color: #353f44;
  border-top: 1px solid #cbd1d2;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cXKtfd p:nth-child(3) {
  border-bottom: 1px solid #cbd1d2;
  border-left: 1px solid #cbd1d2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .cXKtfd {
      font-size: 16px;
    }
  }
}

.IDgvT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin: 40px 0 20px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #65696b;
}

.IDgvT textarea {
  min-height: 120px;
  border: 1px solid #bbb;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #353f44;
}

.IDgvT textarea::-webkit-input-placeholder {
  color: #9fa4a6;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.IDgvT textarea::-moz-placeholder {
  color: #9fa4a6;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.IDgvT textarea:-ms-input-placeholder {
  color: #9fa4a6;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.IDgvT button {
  color: #9fa4a6;
  background-color: #eaeff0;
  border-color: #eaeff0;
  padding: 8px 12px;
  border: none;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .IDgvT {
      font-size: 12px;
    }
    .IDgvT textarea::-webkit-input-placeholder {
      font-size: 14px;
    }
    .IDgvT textarea::-moz-placeholder {
      font-size: 14px;
    }
    .IDgvT textarea:-ms-input-placeholder {
      font-size: 14px;
    }
  }
}

.dpmXEj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.gpHrUr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #e12248;
  padding-bottom: 5px;
  color: #e12248;
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.gpHrUr > div:nth-child(2) {
  color: #fff;
  background-color: #e12248;
  padding: 2px 3px;
  border-radius: 3px;
  font-size: 12px;
  -webkit-letter-spacing: 0.171429px;
  -moz-letter-spacing: 0.171429px;
  -ms-letter-spacing: 0.171429px;
  letter-spacing: 0.171429px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .gpHrUr {
      font-size: 12px;
    }
    .gpHrUr > div:nth-child(2) {
      font-size: 10px;
    }
  }
}

.jiZqqk {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #0000001f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
  font-size: 14px;
}

.jiZqqk select {
  padding: 5px 8px;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .jiZqqk {
      font-size: 12px;
      padding-bottom: 10px;
    }
  }
}

@media (max-width: 767px) {
  .jiZqqk {
    font-size: 11px;
    padding-bottom: 6px;
    gap: 5px;
  }
}

.eaayKM {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 8px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .eaayKM {
    padding: 0;
  }
}

.zRBCN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: #9fa4a6;
  border-bottom: 1px solid #0000001f;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .zRBCN {
    gap: 8px;
  }
}

.iInQaM {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.kRhFFK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #65696b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .kRhFFK {
      font-size: 12px;
    }
  }
}

.cboTZO {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "Nunito";
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .cboTZO {
      font-size: 16px;
    }
  }
}

.cVoDmr {
  color: #353f44;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  margin: 4px 0 12px;
}

.cVoDmr span {
  color: #0070d9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cVoDmr span:hover {
  color: #e12248;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .cVoDmr {
      font-size: 14px;
    }
  }
}

.kOwIhr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kOwIhr img {
  max-height: 14px;
}

.jUPEYr {
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .jUPEYr {
      font-size: 12px;
    }
  }
}

@media (max-width: 767px) {
  .jUPEYr {
    gap: 6px;
  }
}

.dacTlR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #65697f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .dacTlR {
      font-size: 12px;
    }
  }
}

.dacTlR:hover {
  cursor: pointer;
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(3%)
    saturate(2603%) hue-rotate(163deg) brightness(92%) contrast(86%);
  filter: brightness(0) saturate(100%) invert(32%) sepia(3%) saturate(2603%)
    hue-rotate(163deg) brightness(92%) contrast(86%);
}

.hFLRsj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .hFLRsj {
    gap: 4px;
  }
}

.bunAnD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e12248;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  padding: 0 8px;
}

.bunAnD img {
  max-height: 14px;
}

.bunAnD:hover {
  cursor: pointer;
}

@media (max-width: 1199px) {
  @media screen and (max-width: 1024px) {
    .bunAnD {
      font-size: 10px;
    }
  }
}

.eNTnPd h2 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  padding: 30px 15px;
  color: #fff;
  font-family: Arial;
}

@media (max-width: 767px) {
  .eNTnPd h2 {
    font-size: 18px;
    line-height: 1.5;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
}

.bcCjew {
  margin: 0 auto 30px;
  max-width: 560px;
  width: 100%;
  background: #154f90;
  border-radius: 5px;
  box-shadow: 3px 3px 6px #00000030;
}

.hNqOrj {
  cursor: pointer;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #8c98a4;
}

.kqLVPa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  gap: 10px;
}

.gpQloJ {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3a5998;
  width: 42px;
  height: 42px;
}

.cSfOnp {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #26aced;
  width: 42px;
  height: 42px;
}

.yWQzm {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b363;
  width: 42px;
  height: 42px;
}

.ddIgUR {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #8899a6;
  width: 42px;
  height: 42px;
}

.kgocfs {
  cursor: pointer;
}

.MFxzZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .MFxzZ {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.gdvoUk {
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0faadb;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  max-width: 262px;
  position: relative;
  border: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
}

.gdvoUk > div:nth-child(1) {
  background-color: #2bb643;
  margin-right: 5px;
  padding: 5px;
  position: relative;
}

.gdvoUk > div:nth-child(3) {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001d38;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  padding: 0 5px;
}

.gdvoUk::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0faadb;
  top: -7px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 10px;
}

.dUTXFY {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dee1e5;
  border-bottom: 1px solid #dee1e5;
  padding: 16px 0px;
  margin-bottom: 16px;
}

.dUTXFY > div:nth-child(1) img {
  width: 110px;
}

.dUTXFY > div:nth-child(2) img {
  width: 103px;
}

@media (max-width: 767px) {
  .dUTXFY {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.invNFU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

.cVgaBT {
  color: #444;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .cVgaBT {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.gDRmAh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 403px;
  padding: 15px 24px;
  border: 1px solid #d3d8e1;
  border-radius: 4px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gDRmAh {
    width: auto;
    padding: 15px 10px;
  }
  .gDRmAh > div:nth-child(2) {
    display: none;
  }
}

.biywiN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 403px;
  padding: 15px 24px;
  border: 1px solid #d3d8e1;
  border-radius: 4px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
}

@media (max-width: 767px) {
  .biywiN {
    width: auto;
    padding: 15px 10px;
  }
}

.kAbtrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 80px;
  max-width: 1010px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .kAbtrp {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .kAbtrp {
    padding: 0 20px;
    margin-right: auto;
  }
}

.fGKwMC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
  max-width: 730px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .fGKwMC {
    margin-right: 20px;
    max-width: 710px;
  }
}

@media (max-width: 767px) {
  .fGKwMC {
    margin-right: 0;
  }
}

.JNgpp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #8899a633;
  margin-bottom: 20px;
  padding: 18px 0;
}

.cWxSrW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #030c26;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
}

.cWxSrW p {
  font-size: 17px;
}

.idXaOs {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 990px) {
  .idXaOs {
    display: none;
  }
}

.hJlQBM {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eWuucr h2 {
  margin: 0;
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Martel";
  margin-bottom: 20px;
}

.eWuucr h2 .js-goto-form {
  color: #007aff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eWuucr h2 .js-goto-form:hover {
  color: #b90808;
}

@media (max-width: 767px) {
  .eWuucr h2 {
    font-size: 22px;
  }
}

.eDXnXw {
  color: #222;
  font-family: "Martel";
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 16px;
}

.eDXnXw .js-goto-form {
  color: #007aff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eDXnXw .js-goto-form:hover {
  color: #b90808;
}

@media (max-width: 767px) {
  .eDXnXw {
    font-size: 16px;
    line-height: 28px;
  }
}

.hcwyvA {
  margin-bottom: 20px;
}

.hcwyvA img {
  width: 100%;
}

.goKQhu {
  color: #222;
  font-family: "Martel";
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .goKQhu {
    font-size: 16px;
    line-height: 28px;
  }
}

.jYtfVy {
  color: #222;
  font-family: "Martel";
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.jYtfVy li {
  margin-left: 0;
}

@media (max-width: 767px) {
  .jYtfVy {
    font-size: 16px;
    line-height: 28px;
  }
}

.hqUYSg {
  margin-left: 20px;
}

.kOoEFM {
  background-color: #770d0d;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.kOoEFM h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.hEwHZm {
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 28px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: 40px auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.iSskdE {
  padding-inline: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  width: 90%;
  font-family: "Lato";
}

@media screen and (max-width: 990px) {
  .iSskdE {
    width: 94%;
  }
}

.ewfJTe {
  padding: 0;
  list-style: none;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.ewfJTe > li:nth-child(1) img {
  height: 25px;
  margin-bottom: 9px;
}

@media (max-width: 1199px) {
  .ewfJTe {
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    margin-right: 20px;
    gap: 20px;
  }
}

.iPhgRg {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  color: #fafafa;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.iPhgRg img {
  height: 30px;
}

.jbLMMF {
  width: 32px;
  height: 1px;
  background-color: #353c51;
  width: 100%;
}

.iSWvja {
  width: 32px;
  height: 1px;
  background-color: #353c51;
}

.iXvGRR {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fafafa;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.iXvGRR::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: 4px;
  content: "";
  border-top: 4.5px solid;
  border-right: 4.5px solid transparent;
  border-bottom: 0;
  border-left: 4.5px solid transparent;
}

.cftwTu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cftwTu {
    display: none;
  }
}

.lmYdDU h2 {
  margin: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fafafa;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-block: 6px 30px;
}

.lmYdDU h2::before {
  background-color: #0faadb;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 7px;
  width: 1px;
}

.deFMur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hjbtab {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fdJvzq {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .fdJvzq {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  @media screen and (max-width: 990px) {
    .fdJvzq {
      display: none;
    }
  }
}

.ivMFHY h3 {
  margin: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: hsla(0, 0%, 98%, 0.8);
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 23px;
}

.ivMFHY h3::after {
  background-color: hsla(0, 0%, 98%, 0.2);
  content: "";
  display: block;
  height: 1px;
  margin: 0 30px;
  width: 100%;
}

.lbMRVb {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 17px;
}

.jINHwA {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 17px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.fZuXFd {
  margin-bottom: 15px;
  cursor: pointer;
}

.fZuXFd img {
  padding: 17px;
  width: 104px;
  max-height: 68px;
}

.gITkzO {
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 98%, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 19px;
}

@media screen and (max-width: 990px) {
  .gITkzO {
    gap: 10px;
  }
}

.wPEyG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 188px;
  width: 100%;
}

.wPEyG img {
  cursor: pointer;
}

.gPueca {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 4px;
  color: #fafafa;
  font-size: 13px;
  height: 33px;
  line-height: 13px;
  width: 220px;
  padding: 5px 20px;
  text-align: center;
}

.gPueca img {
  width: 18px;
}

@media screen and (max-width: 990px) {
  .gPueca {
    gap: 8px;
    font-size: 12px;
    width: 175px;
    padding: 5px 10px;
  }
}

body {
  font-family: "Lato", "Open Sans", "Martel", "Nunito", sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  --main-font: "Poppins";
  --primary-color-1: #333333;
  --primary-color-2: #4f4f4f;
  --primary-color-3: #828282;
  --primary-color-4: #bdbdbd;
  --primary-color-5: #e0e0e0;
  --primary-color-6: #f2f2f2;
}

img {
  display: block;
}

.js-goto-form {
  cursor: pointer;
}

.cgfqGT {
  position: relative;
  max-width: 100%;
}

#i3gv2 a {
  color: inherit;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

#form {
  scroll-margin-top: 100px;
}