/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.animateAll, .notificationPopup, .voucherPopupFormEl input, .voucherPopupFormEl select, .packageBack span:after, .welcomeFormBack span:after, .welcomeFormSubmit span:after, .packageSubmit span:after, .welcomeFormEl input, .packageInfoEl input, .welcomeFormEl select, .packageInfoEl select, .contentSign a, .mainHeaderSign a, .btn, .cardBuyBtn, .surveyLinkCopy, .surveyReadyResend, .dateRangePopupApply, .dateRangePopupCancel, .voucherPopupSubmit, .voucherPopupCancel, .packageBack, .welcomeFormBack, .welcomeFormSubmit, .packageSubmit, .welcomeFormVoucherBuy, .welcomeFormEmailCheck {
  transition: all 0.5s;
}

button,
input,
select,
textarea {
  font: 400 14px/1.15 "Inter", sans-serif;
}

*:after,
*:before,
body,
body * {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 280px;
}

body,
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 400 14px/1.15 "Inter", sans-serif;
  color: #171717;
  background: #EBF6FB;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  body {
    background: #fff;
  }
  body.mBgBlue {
    background: #EBF6FB;
  }
}

.defContainer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1280px;
}
.indexPage .defContainer {
  max-width: 1280px;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.tac {
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 1.5) {
  .dpiTest {
    width: 20px;
  }
}
.showAjaxPopup {
  cursor: pointer;
}

.lazyImg {
  opacity: 0;
  transition: opacity 0.5s;
}
.lazyImg.loaded {
  opacity: 1;
}

button, a, img {
  outline: none !important;
}

.btn, .cardBuyBtn, .surveyLinkCopy, .surveyReadyResend, .dateRangePopupApply, .dateRangePopupCancel, .voucherPopupSubmit, .voucherPopupCancel, .packageBack, .welcomeFormBack, .welcomeFormSubmit, .packageSubmit, .welcomeFormVoucherBuy, .welcomeFormEmailCheck {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 24px;
  background: #35BFF4;
  border-radius: 6px;
  border: solid 1px #35BFF4;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.btn.disabled, .disabled.cardBuyBtn, .disabled.surveyLinkCopy, .disabled.surveyReadyResend, .disabled.dateRangePopupApply, .disabled.dateRangePopupCancel, .disabled.voucherPopupSubmit, .disabled.voucherPopupCancel, .disabled.packageBack, .disabled.welcomeFormBack, .disabled.welcomeFormSubmit, .disabled.packageSubmit, .disabled.welcomeFormVoucherBuy, .disabled.welcomeFormEmailCheck, .btn:disabled, .cardBuyBtn:disabled, .surveyLinkCopy:disabled, .surveyReadyResend:disabled, .dateRangePopupApply:disabled, .dateRangePopupCancel:disabled, .voucherPopupSubmit:disabled, .voucherPopupCancel:disabled, .packageBack:disabled, .welcomeFormBack:disabled, .welcomeFormSubmit:disabled, .packageSubmit:disabled, .welcomeFormVoucherBuy:disabled, .welcomeFormEmailCheck:disabled {
  cursor: default;
  opacity: 0.5;
}
@media all and (max-width: 767px) {
  .btn, .cardBuyBtn, .surveyLinkCopy, .surveyReadyResend, .dateRangePopupApply, .dateRangePopupCancel, .voucherPopupSubmit, .voucherPopupCancel, .packageBack, .welcomeFormBack, .welcomeFormSubmit, .packageSubmit, .welcomeFormVoucherBuy, .welcomeFormEmailCheck {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn_compact, .dateRangePopupApply, .dateRangePopupCancel, .voucherPopupSubmit, .voucherPopupCancel {
  padding: 8px 10px;
}
.btn:hover, .cardBuyBtn:hover, .surveyLinkCopy:hover, .surveyReadyResend:hover, .dateRangePopupApply:hover, .dateRangePopupCancel:hover, .voucherPopupSubmit:hover, .voucherPopupCancel:hover, .packageBack:hover, .welcomeFormBack:hover, .welcomeFormSubmit:hover, .packageSubmit:hover, .welcomeFormVoucherBuy:hover, .welcomeFormEmailCheck:hover {
  background: #019EDB;
  border-color: #019EDB;
}
.btn_smallpad, .welcomeFormEmailCheck {
  padding: 7px 2px;
}
.btn_border, .surveyReadyResend, .dateRangePopupCancel, .voucherPopupCancel, .packageBack, .welcomeFormBack, .welcomeFormVoucherBuy {
  background: transparent;
  color: #35BFF4;
}
.btn_border:hover, .surveyReadyResend:hover, .dateRangePopupCancel:hover, .voucherPopupCancel:hover, .packageBack:hover, .welcomeFormBack:hover, .welcomeFormVoucherBuy:hover {
  background: rgba(53, 191, 244, 0.21);
  border-color: #35BFF4;
}
.btn_grey, .dateRangePopupCancel, .voucherPopupCancel {
  color: #374151;
  border-color: rgba(16, 24, 40, 0.05);
}

.mainHeader {
  width: 50%;
  text-align: right;
  display: inline-flex;
  justify-content: right;
}
.mainHeaderInner {
  width: 100%;
  max-width: 640px;
  padding: 50px;
  text-align: center;
}
@media all and (max-width: 959px) {
  .mainHeader:not(.mainHeader_compact) {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .mainHeader:not(.mainHeader_compact) {
    width: 100%;
  }
}
.mainHeaderSign {
  position: absolute;
  top: 48px;
  right: 48px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}
.mainHeaderSign a {
  color: #35BFF4;
  text-decoration: none;
  display: inline-block;
}
.mainHeaderSign a:hover {
  color: #171717;
  text-decoration: none;
}
.mainHeader:not(.mainHeader_compact) .mainHeaderSign {
  display: none;
}
@media all and (max-width: 767px) {
  .mainHeader:not(.mainHeader_compact) .mainHeaderSign {
    display: block;
  }
}
.mainHeader_compact {
  width: 100%;
  max-width: 1124px;
  padding: 64px 24px 24px 24px;
  text-align: left;
  margin: 0 auto;
  display: block;
}
.mainHeader_compact .mainHeaderInner {
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 100%;
}
.mainHeader_compact .mainHeaderLogo {
  width: 94px;
  height: auto;
}
.mainHeader_compact .mainHeaderSign {
  top: 5px;
  right: 0px;
}
.mainHeader_wide {
  max-width: 1232px;
}
@media all and (max-width: 767px) {
  .mainHeader {
    padding: 37px 20px 32px 20px;
    width: 100%;
    max-width: 100%;
  }
  .mainHeaderInner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainHeaderLogo {
    width: 81px;
    margin: 0 20px 0 0;
  }
  .mainHeaderSign {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
}

.mainText {
  display: block;
  text-align: left;
}
@media all and (max-width: 767px) {
  .mainText {
    display: none;
  }
}

.wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.wrap_col {
  display: block;
  height: auto;
}
@media all and (max-width: 767px) {
  .wrap {
    display: block;
    height: auto;
  }
}

.content {
  height: 100vh;
  width: 50%;
  overflow: auto;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content.loading {
  position: relative;
}
.content.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("img/loading.gif") center no-repeat;
}
.content.hide {
  display: none;
}
@media all and (max-height: 600px) {
  .content {
    align-items: start;
  }
}
@media all and (max-width: 959px) {
  .content:not(.content_large) {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .content:not(.content_large) {
    width: 100%;
    overflow: visible;
  }
}
@media all and (max-width: 767px) {
  .content {
    height: auto;
    width: 100%;
    display: block;
    overflow: visible;
  }
}
.contentSign {
  position: absolute;
  top: 48px;
  right: 48px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}
.contentSign a {
  color: #35BFF4;
  text-decoration: none;
}
.contentSign a:hover {
  color: #171717;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .contentSign {
    display: none;
  }
}
.contentInner {
  padding: 100px 48px 40px 80px;
  max-width: 640px;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 959px) {
  .contentInner {
    padding: 100px 24px 40px 24px;
  }
}
@media all and (max-width: 767px) {
  .contentInner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.content_large {
  height: auto;
  width: 100%;
  max-width: 1124px;
  padding: 0 22px 40px 22px;
  background: none;
  display: block;
  margin: 0 auto;
  overflow: visible;
}
@media all and (max-width: 767px) {
  .content_large {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.content_large .contentInner {
  padding: 0;
  max-width: 100%;
}
@media all and (max-width: 959px) {
  .content_large .contentInner {
    padding: 0;
  }
}
.content_white {
  padding: 0;
  margin: 0 auto 40px auto;
}
@media all and (max-width: 767px) {
  .content_white {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
  }
}
.content_white .contentInner {
  background: #FFFFFF;
  box-shadow: -1px 7px 17px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 53px 36px 36px 36px;
  display: block;
  width: auto;
  max-width: 864px;
  margin: 0 auto;
}
@media all and (max-width: 959px) {
  .content_white .contentInner {
    padding: 24px 24px 24px 24px;
  }
}
@media all and (max-width: 767px) {
  .content_white .contentInner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.welcomeTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #111827;
}
@media all and (max-width: 767px) {
  .welcomeTitle {
    padding-left: 8px;
  }
}
@media all and (max-width: 359px) {
  .welcomeTitle {
    font-size: 22px;
    line-height: 32px;
  }
}
.welcomeSubTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  /* identical to box height, or 225% */
  letter-spacing: -0.02em;
  color: #35BFF4;
}
@media all and (max-width: 767px) {
  .welcomeSubTitle {
    padding-left: 8px;
  }
}
.welcomeText {
  display: block;
}
@media all and (min-width: 767px) {
  .welcomeText {
    display: none;
  }
}
.welcomeForm {
  margin: 26px 0 0 0;
}
.welcomeFormEl, .packageInfoEl {
  margin: 24px 0 0 0;
  display: table;
  width: 100%;
}
.welcomeFormEl input, .packageInfoEl input, .welcomeFormEl select, .packageInfoEl select {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  padding: 10px 12px;
}
.welcomeFormEl input::-moz-placeholder, .packageInfoEl input::-moz-placeholder, .welcomeFormEl select::-moz-placeholder, .packageInfoEl select::-moz-placeholder {
  color: #9CA3AF;
}
.welcomeFormEl input::placeholder, .packageInfoEl input::placeholder, .welcomeFormEl select::placeholder, .packageInfoEl select::placeholder {
  color: #9CA3AF;
}
.welcomeFormEl input:focus, .packageInfoEl input:focus, .welcomeFormEl input:active, .packageInfoEl input:active, .welcomeFormEl select:focus, .packageInfoEl select:focus, .welcomeFormEl select:active, .packageInfoEl select:active {
  border-color: #35BFF4;
  outline: none;
  box-shadow: none;
}
.welcomeFormEl.error input, .error.packageInfoEl input, .welcomeFormEl.error .nice-select, .error.packageInfoEl .nice-select, .welcomeFormEl.error select, .error.packageInfoEl select {
  border-color: #FF3819;
}
.welcomeFormEl.success input, .success.packageInfoEl input, .welcomeFormEl.success select, .success.packageInfoEl select {
  border-color: #52D452;
}
.welcomeFormEl label, .packageInfoEl label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  display: block;
  margin: 0 0 4px 0;
}
.welcomeFormElInfo, .welcomeFormElError, .welcomeFormElSuccess {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6B7280;
  margin: 4px 0 0 0;
  display: block;
}
.welcomeFormElInfo.hide, .welcomeFormElError.hide, .welcomeFormElSuccess.hide {
  display: none;
}
.welcomeFormElError {
  color: #FF3819;
  display: none;
}
.welcomeFormElSuccess {
  color: #52D452;
  display: none;
}
.welcomeFormEl.success .welcomeFormElInfo, .success.packageInfoEl .welcomeFormElInfo, .welcomeFormEl.error .welcomeFormElInfo, .error.packageInfoEl .welcomeFormElInfo {
  display: none;
}
.welcomeFormEl.success .welcomeFormElSuccess, .success.packageInfoEl .welcomeFormElSuccess {
  display: block;
}
.welcomeFormEl.error .welcomeFormElError, .error.packageInfoEl .welcomeFormElError {
  display: block;
}
.welcomeFormEl.loading .welcomeFormEmailBox, .loading.packageInfoEl .welcomeFormEmailBox, .welcomeFormEl.loading .welcomeFormVoucherBox, .loading.packageInfoEl .welcomeFormVoucherBox , .loading.welcomeFormEl .welcomeFormCodeBox {
  position: relative;
}
.welcomeFormEl.loading .welcomeFormEmailBox:after, .loading.packageInfoEl .welcomeFormEmailBox:after, .welcomeFormEl.loading .welcomeFormVoucherBox:after, .loading.packageInfoEl .welcomeFormVoucherBox:after, .loading.packageInfoEl .welcomeFormCodeBox:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("img/loading.gif") center no-repeat;
}
@media all and (max-width: 767px) {
  .welcomeFormEmail.error input {
    background-position: calc(99.5% - 54px) center;
  }
}
.welcomeFormEmail.success input, .welcomeFormVoucher.success input {
  background-image: url("img/ok.svg");
  background-repeat: no-repeat;
  padding-right: 45px;
  background-position: 99.5% center;
}
@media all and (max-width: 767px) {
  .welcomeFormEmail.success input {
    background-position: calc(99.5% - 54px) center;
  }
}
.welcomeFormEmailBox {
  position: relative;
  padding-right: 62px;
}
@media all and (max-width: 767px) {
  .welcomeFormEmailBox {
    padding-right: 0;
  }
  .welcomeFormEmailBox input {
    padding-right: 62px;
  }
}

.welcomeFormCodeBox {
  position: relative;
  padding-right: 62px;
}
@media all and (max-width: 767px) {
  .welcomeFormCodeBox {
    padding-right: 0;
  }
  .welcomeFormCodeBox input {
    padding-right: 62px;
  }
}

.welcomeFormEmailCheck {
  position: absolute;
  width: 54px;
  top: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .welcomeFormEmailCheck {
    bottom: 0;
  }
}
.welcomeFormVoucherBox {
  position: relative;
  padding-right: 62px;
}
@media all and (max-width: 767px) {
  .welcomeFormVoucherBox {
    padding-right: 0;
  }
}
.welcomeFormSubmit span, .packageSubmit span {
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
  vertical-align: top;
}
.welcomeFormSubmit span:after, .packageSubmit span:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("img/arr_right_white.svg");
}
.welcomeFormSubmit:hover span:after, .packageSubmit:hover span:after {
  right: -5px;
}
.welcomeFormBack span {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  vertical-align: top;
}
.welcomeFormBack span:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("img/arr_left_blue.svg");
}
.welcomeFormBack:hover span:after {
  left: -5px;
}
.welcomeFormBottom {
  margin: 34px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 359px) {
  .welcomeFormBottom > * {
    font-size: 14px;
  }
}

.qnt {
  width: 144px;
  position: relative;
}
.qnt .qntVal {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  padding: 21px 30px 21px 24px;
}
.qnt .qntVal::-moz-placeholder {
  color: #9CA3AF;
}
.qnt .qntVal::placeholder {
  color: #9CA3AF;
}
.qnt .qntVal:focus, .qnt .qntVal:active {
  border-color: #35BFF4;
  outline: none;
  box-shadow: none;
}
.qntPlus, .qntMinus {
  right: 9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  background: url("img/arr.svg") center no-repeat;
  display: block;
  top: 50%;
}
.qntPlus {
  margin: -22px 0 0 0;
}
.qntMinus {
  margin: 2px 0 0 0;
  transform: rotate(180deg);
}

.steps {
  margin: 16px 0 0 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .steps {
    margin: 24px 0 0 0;
  }
}
.steps[data-step="2"] .stepsList:after {
  height: 2px;
  width: 50%;
  background: #35BFF4;
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  z-index: 2;
}
.stepsList {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: space-between;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  position: relative;
  color: #898F8F;
  text-align: center;
  border-top: solid 2px #E0E0E7;
}
@media all and (max-width: 959px) {
  .stepsList {
    width: auto;
    margin: 0 50px;
  }
}
@media all and (max-width: 359px) {
  .stepsList {
    margin: 0 32px;
  }
}
.stepsEl {
  width: 16px;
  text-transform: uppercase;
  padding: 16px 0 0 0;
  height: 34px;
  position: relative;
  z-index: 3;
}
.stepsEl:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -8px;
  background: #E0E0E7;
  border: solid 4px #fff;
  border-radius: 50%;
  content: "";
}
.stepsEl.active {
  color: #35BFF4;
}
.stepsEl.active:before {
  background: #fff;
  border-color: #35BFF4;
}
.stepsEl span {
  position: absolute;
  display: block;
  width: 100px;
  text-align: center;
  top: 14px;
  left: 50%;
  margin: 0 0 0 -50px;
}

#welcomeFormIndustryInput *,
#packageLanguage * {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.nice-select {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  padding: 10px 12px;
}
.nice-select input {
  border: 1px solid #D1D5DB !important;
}
.nice-select.open {
  border-color: #35BFF4;
}
.nice-select .nice-select-dropdown {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #35BFF4;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.packageHeader {
  position: relative;
  padding: 0 25%;
}
.packageHeaderInner {
  position: relative;
  top: -70px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 959px) {
  .packageHeaderInner {
    top: auto;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 959px) {
  .packageHeader {
    padding: 0 70px;
  }
}
@media all and (max-width: 767px) {
  .packageHeader {
    padding: 0px;
  }
}
.packageTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #111827;
}
@media all and (max-width: 359px) {
  .packageTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
.packageSubTitle {
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 136.02%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #9CA3AF;
}
.packageBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.packageBack span {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  vertical-align: top;
}
.packageBack span:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("img/arr_left_blue.svg");
}
.packageBack:hover span:after {
  left: -5px;
}
@media all and (max-width: 959px) {
  .packageBack {
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    width: 30px;
    height: 30px;
  }
  .packageBack span {
    padding: 0;
    position: static;
  }
  .packageBack span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    content: "";
    background: url("img/arr_left_blue.svg");
  }
  .packageBack:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
  }
}
.packageList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 0 -6px;
  width: calc(100% + 12px);
}
.packageListError {
  width: 100%;
  padding: 0 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FF3819;
  display: none;
}
.packageList.error + .packageListError {
  display: block;
}
@media all and (max-width: 479px) {
  .packageList {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.packageEl {
  width: calc(25% - 12px);
  margin: 6px;
  position: relative;
}
@media all and (max-width: 959px) {
  .packageEl {
    width: calc(50% - 12px);
  }
}
.packageElInput {
  display: none;
}
.packageElLabel {
  display: block;
  padding: 29px 6.5px;
  background: #FFFFFF;
  box-shadow: -1px 7px 17px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 2px solid #fff;
  cursor: pointer;
}
.packageElTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #35BFF4;
  padding: 0 0 15px 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
.packageElText {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #171717;
  padding: 16px 24px 0 24px;
}
.packageElInput:checked + .packageElLabel {
  border-color: #35BFF4;
}
@media all and (max-width: 479px) {
  .packageEl {
    width: 100%;
    margin: 0;
  }
  .packageEl + .packageEl {
    margin: 6px 0 0 0;
  }
  .packageElLabel {
    padding: 10px;
    background: #FFFFFF;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .packageElTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #35BFF4;
    padding: 0 0 0 56px;
    position: relative;
    border: none;
    text-align: left;
  }
  .packageElTitle:before {
    width: 20px;
    height: 20px;
    border: 1.5px solid #000000;
    top: 4px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    content: "";
  }
  .packageElInput:checked + .packageElLabel .packageElTitle:before {
    border-color: #35BFF4;
    background: #35BFF4;
  }
  .packageElText {
    font-size: 12px;
    line-height: 15px;
    padding: 16px 0 0 0;
    border-top: 1px solid #DDDDDD;
    margin: 15px 0 0 0;
    display: none;
  }
  .packageElInput:checked + .packageElLabel .packageElText {
    display: block;
  }
}
.packageInfo {
  margin: 32px 0 0 0;
  display: flex;
  align-items: flex-end;
}
.packageInfoEl {
  width: 100%;
  margin: 24px 50px 0 0;
}
.packageInfoElInfo, .packageInfoElError, .packageInfoElSuccess {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6B7280;
  margin: 4px 0 0 0;
  display: block;
}
.packageInfoElInfo.hide, .packageInfoElError.hide, .packageInfoElSuccess.hide {
  display: none;
}
.packageInfoElError {
  color: #FF3819;
  display: none;
}
.packageInfoElSuccess {
  color: #52D452;
}
.packageInfoEl.success .packageInfoElInfo, .packageInfoEl.error .packageInfoElInfo {
  display: none;
}
.packageInfoEl.success .packageInfoElSuccess {
  display: block;
}
.packageInfoEl.error .packageInfoElError {
  display: block;
}
@media all and (max-width: 767px) {
  .packageInfo {
    display: block;
  }
  .packageInfoEl {
    margin: 39px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .packageSubmit {
    margin: 39px auto 0 auto;
    width: 218px;
    display: block;
  }
}
.packageDate {
  background-image: url("img/date.svg") !important;
  background-position: calc(100% - 12px) 10px !important;
  background-repeat: no-repeat !important;
}

#packagePopupDate {
  display: block;
  height: 0;
  border: none;
  visibility: hidden;
  width: 320px;
}
@media all and (max-width: 360px) {
  #packagePopupDate {
    width: 280px;
  }
}

.voucherPopup {
  position: fixed;
  top: 0;
  left: -110vw;
  width: 100vw;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voucherPopup.active {
  left: 0;
}
.voucherPopupOverlay {
  background: rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.voucherPopupFormRow {
  display: flex;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
}
.voucherPopupFormRow:first-child .voucherPopupFormEl {
  margin-top: 0;
}
.voucherPopupFormEl {
  margin: 20px 0 0 0;
  padding: 0 10px;
  width: 100%;
}
.voucherPopupFormEl input, .voucherPopupFormEl select {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  padding: 10px 12px;
}
.voucherPopupFormEl input::-moz-placeholder, .voucherPopupFormEl select::-moz-placeholder {
  color: #9CA3AF;
}
.voucherPopupFormEl input::placeholder, .voucherPopupFormEl select::placeholder {
  color: #9CA3AF;
}
.voucherPopupFormEl input:focus, .voucherPopupFormEl input:active, .voucherPopupFormEl select:focus, .voucherPopupFormEl select:active {
  border-color: #35BFF4;
  outline: none;
  box-shadow: none;
}
.voucherPopupContent {
  position: relative;
  z-index: 20;
  width: 320px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 6px rgba(17, 24, 39, 0.05), 0px 12px 16px rgba(17, 24, 39, 0.1);
  border-radius: 6px;
}
@media all and (max-width: 359px) {
  .voucherPopupContent {
    width: 280px;
  }
}
.voucherPopupBtns {
  margin: 20px 10px 0 10px;
  padding: 20px 0px 0 0;
  border-top: 1px solid #E5E7EB;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.voucherPopupCancel {
  width: calc(50% - 10px);
}
.voucherPopupSubmit {
  width: calc(50% - 10px);
}

.dateRangePopup {
  position: fixed;
  top: 0;
  left: -110vw;
  width: 100vw;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dateRangePopup.active {
  left: 0;
}
.dateRangePopupOverlay {
  background: rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.dateRangePopupClose {
  display: none;
}
.dateRangePopupContent {
  position: relative;
  z-index: 20;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 6px rgba(17, 24, 39, 0.05), 0px 12px 16px rgba(17, 24, 39, 0.1);
  border-radius: 6px;
}
.dateRangePopupBtns {
  padding: 20px 0;
  margin: 0 20px;
  border-top: 1px solid #E5E7EB;
  display: flex;
  justify-content: space-between;
}
.dateRangePopupCancel {
  width: calc(50% - 6px);
}
.dateRangePopupApply {
  width: calc(50% - 6px);
}

.notificationPopup {
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  position: fixed;
  z-index: 1010;
  opacity: 0;
  width: 200px;
  top: 20px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  right: -300px;
}
.notificationPopup.active {
  right: 20px;
  opacity: 1;
}
.notificationPopup.success {
  color: #52D452;
}
.notificationPopup.error {
  color: #FF3819;
}

.survey {
  max-width: 613px;
  margin: 0 auto;
}
.surveyReady {
  text-align: center;
}
.surveyReadyTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 5px 0 0 0;
}
.surveyReadyTitleEmail {
  display: block;
}
.surveyReadyResend {
  display: inline-block;
  min-width: 207px;
  margin: 5px 0 0 0;
}
.surveyLink {
  margin: 5px 0 0 0;
}
.surveyLinkTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 7px 0;
}
.surveyLinkInner {
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  padding: 0 120px 0 85px;
  position: relative;
}
@media all and (max-width: 420px) {
  .surveyLinkInner {
    padding-right: 65px;
  }
}
.surveyLinkInner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  border-right: 1px solid #CDCDCD;
  content: "";
  background: url("img/link.svg") center no-repeat;
}
.surveyLinkVal {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  border: none;
  background: transparent;
  outline: none;
  padding: 15px 5px 15px 0;
  min-height: 54px;
  display: block;
  word-break: break-all;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.surveyLinkCopy {
  position: absolute;
  top: 3px;
  right: 5px;
  bottom: 3px;
  width: 113px;
}
@media all and (max-width: 420px) {
  .surveyLinkCopy {
    width: 56px;
    padding-left: 0;
    padding-right: 0;
  }
}

.share {
  margin: 26px 0 0 0;
}
.shareTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 7px 0;
}
.shareList {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media all and (max-width: 420px) {
  .shareList {
    flex-wrap: wrap;
  }
}
.shareEl {
  width: 88px;
  text-align: center;
  color: #171717;
  text-decoration: none;
}
@media all and (max-width: 420px) {
  .shareEl {
    width: calc(33.3333% - 16px);
    margin: 16px 8px 0 8px;
  }
}
.shareElImg {
  width: 48px;
  height: 48px;
  background: #F5FCFF;
  display: flex;
  margin: 0 auto;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.shareElTitle {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  margin: 10px 0 0 0;
}

.card {
  text-align: center;
}
.cardTitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 5px 0 0 0;
}
.cardTitleEmail {
  display: block;
}
.cardDetails {
  max-width: 300px;
  margin: 0 auto;
}
.cardDetailsEl {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
}
.cardDetailsElVal {
  color: #D1D5DB;
  padding: 0 20px 0 0;
}
.cardPrice {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 20px 0 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .cardPrice {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.cardBuy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.cardBuyBtn {
  margin: 0 0 0 20px;
  height: 64px;
  min-width: 100px;
}
@media all and (max-width: 767px) {
  .cardBuy {
    flex-wrap: wrap;
  }
}
.cardText {
  margin: 20px auto 0 auto;
  max-width: 500px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .cardText {
    text-align: left;
  }
}

.modal__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  display: none;
}
.modal__wrapper .modal {
  height: 70%;
  width: 100%;
  max-width: 70%;
  margin: auto;
  position: relative;
}
@media (max-width: 992px) {
  .modal__wrapper .modal {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .modal__wrapper .modal {
    height: 340px;
    max-width: 90%;
  }
}
.modal__wrapper .modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal__wrapper .modal__title {
  text-align: center;
}
.modal__wrapper .modal__close {
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal__wrapper .modal__close {
    right: 25px;
  }
}
.modal__wrapper .modal__close:hover path {
  fill: white;
}
.modal__wrapper .modal__close svg {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.modal__wrapper .modal__close path {
  fill: rgba(255, 254, 254, 0.7490196078);
}

.play__btn {
  color: #1faaec;
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.play__btn-mob {
  color: #1faaec;
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.swiper-wrapper.brands-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1px;
  transition-timing-function: linear !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Add these styles for the testimonials carousel */
.testimonies-carousel {
    padding: 0 40px 0;
    background-color: #063f8b;
    margin: 0;
}

.testimony {
    text-align: center;
    padding: 0 15px;
    color: white;
}

.testimony p {
    font-size: 14px;
    line-height: 1.4;
    color: white;
    margin-bottom: 15px;
    font-style: italic;
}

.testimony-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: block;
}

.testimony span {
    display: block;
    color: white;
    font-size: 12px;
}

/* Swiper pagination styling */
.testimonies-pagination {
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

/* Add these styles after the existing testimonies-carousel styles */

.testimonies-carousel-left {
    margin-top: 30px;
    padding: 20px;
    background-color: #063f8b;
    border-radius: 8px;
    overflow: hidden; /* Ensure slides don't show outside container */
}

.testimonies-carousel-left .swiper-wrapper {
    transition-timing-function: linear !important;
}

.testimonies-carousel-left .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonies-carousel-left .swiper-slide-active {
    opacity: 1;
}

/* Smooth pagination transitions */
.testimonies-pagination-left .swiper-pagination-bullet {
    transition: background-color 0.3s ease;
}

/* Update the author line styling */
.testimony-left .author-line {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimony-left .testimony-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.testimony-left span {
    display: inline-block;
    color: white;
    font-size: 12px;
    vertical-align: middle;
}

.testimonies-pagination-left {
    margin-top: 15px;
}

.testimonies-pagination-left .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.testimonies-pagination-left .swiper-pagination-bullet-active {
    background: white;
}

/* Adjust mainText styles to accommodate testimonials */
.mainText {
    max-width: 500px;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .testimonies-carousel-left {
        display: none; /* Hide on mobile since testimonials are shown below */
    }
}

/* Update the spacing for the brands carousel */
.swiper.brands-carousel {
    padding-top: 10px;
    padding-bottom: 0;
}

/* In case the above doesn't work, also try targeting the container */
.content .brands-carousel {
    padding-top: 10px;
    padding-bottom: 0;
}
