@import url("../../../../assets/css/aeonik-font.css");

/* GLOBALS */
body {
  font-family: "Aeonik Pro", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* common body css */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html[style="overflow: hidden;"] body {
  overflow: hidden;
}

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

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: normal;
  color: #041e42;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

picture {
  display: block;
  line-height: 0;
}

.container {
  width: 100%;
  max-width: 1408px;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Header Starts */
header {
  background: #1e2426;
  padding: 22px 0;
}

header a {
  display: block;
  max-width: fit-content;
}

header a svg.hide-all {
  display: none;
}

/* Header Ends */
/* Hero Ends */
.hero {
  overflow-x: clip;
}

.overlay-modal {
  position: relative;
  /* needed for the absolute close btn */
}

.hero-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(30, 36, 38, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: right;
}

.hero-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.overlay-close-btn {
  position: absolute;
  top: 40px;
  right: 32px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.35s;
  z-index: 1;
  border: 1px solid var(--White, #fff);
  border-radius: 0;
}

.overlay-close-btn:hover {
  background-color: #e7ff00;
  border-color: #e7ff00;
  cursor: pointer;
}

.overlay-close-btn:hover svg path {
  fill: #1e2426;
}

.hero .hero-left,
.hero .hero-right {
  width: 100%;
}

.hero .hero-left {
  max-width: 730px;
}

.hero .hero-left .hero-left__heading {
  color: #1e2426;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 106px;
  max-width: 678px;
  padding-top: 159px;
}

.hero .hero-left .hero-left__heading span {
  background: #e7ff00;
  display: inline;
  line-height: normal;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 16px 16px;
}

.hero .hero-left .hero-left__desc {
  color: #5b6062;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 446px;
  margin-bottom: 22px;
}

.hero .hero-left__cta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero .hero-left__cta .hero-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  min-width: 100px;
  height: 56px;
}

.hero .hero-left__cta .hero-cta--primary {
  position: relative;
  background-color: #1e2426;
  color: #ffffff;
  border: 1px solid #fff;
}

.hero .hero-left__cta .hero-cta--primary:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}

.hero .hero-left__cta .hero-cta--primary:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #1e2426;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.hero .hero-left__cta .hero-cta--secondary {
  position: relative;
  background-color: transparent;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.hero .hero-left__cta .hero-cta--secondary:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.hero .hero-left__cta .hero-cta--secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hero .hero-left__cta .hero-cta--secondary:focus-visible::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #1e2426;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.hero .hero-right {
  max-width: 678px;
}

.hero .hero-right img {
  width: 100%;
  max-width: 446.002px;
  margin-left: 114px;
  margin-top: 93px;
}

/* Hero Form Code Starts */

.divider {
  max-width: 432px;
  background: #5b6062;
  height: 1px;
  margin: 23px 0;
}

.steps-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-form-wrap:has(#t-eval-tio-vm-eval-confirmation:not(.hidden)) .steps-wrapper {
  display: none;
}

.steps-wrapper .step {
  color: #1e2426;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 22px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 22 24" fill="none"><path d="M21.977 17.5496L21.977 6.4504C21.977 6.12851 21.7976 5.83124 21.5066 5.6703L11.4686 0.120707C11.1776 -0.0402382 10.8189 -0.0402381 10.5279 0.120707L0.489888 5.6703C0.198894 5.83125 0.0195323 6.12852 0.0195324 6.45041L0.0195343 17.5496C0.0195344 17.8715 0.198897 18.1688 0.48989 18.3297L10.5279 23.8793C10.8189 24.0402 11.1776 24.0402 11.4686 23.8793L21.5066 18.3297C21.7976 18.1688 21.977 17.8715 21.977 17.5496Z" fill="%235B6062"/></svg>');
}

.steps-wrapper .step.step-1,
.hero-form-wrap:has(.form-step-1.hidden) .step.step-2 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 22 24" fill="none"><path d="M21.977 17.5496L21.977 6.4504C21.977 6.12851 21.7976 5.83124 21.5066 5.6703L11.4686 0.120707C11.1776 -0.0402382 10.8189 -0.0402381 10.5279 0.120707L0.489888 5.6703C0.198894 5.83125 0.0195323 6.12852 0.0195324 6.45041L0.0195343 17.5496C0.0195344 17.8715 0.198897 18.1688 0.48989 18.3297L10.5279 23.8793C10.8189 24.0402 11.1776 24.0402 11.4686 23.8793L21.5066 18.3297C21.7976 18.1688 21.977 17.8715 21.977 17.5496Z" fill="%23E7FF00"/></svg>');
}

.hero-form-wrap:has(.form-step-1.hidden) .step.step-1 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 22 24" fill="none"><path d="M21.977 17.5496L21.977 6.4504C21.977 6.12851 21.7976 5.83124 21.5066 5.6703L11.4686 0.120707C11.1776 -0.0402382 10.8189 -0.0402381 10.5279 0.120707L0.489888 5.6703C0.198894 5.83125 0.0195323 6.12852 0.0195324 6.45041L0.0195343 17.5496C0.0195344 17.8715 0.198897 18.1688 0.48989 18.3297L10.5279 23.8793C10.8189 24.0402 11.1776 24.0402 11.4686 23.8793L21.5066 18.3297C21.7976 18.1688 21.977 17.8715 21.977 17.5496Z" fill="white"/></svg>');
}

.steps-wrapper .step.step-1::after {
  content: "";
  position: absolute;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  height: 1px;
  background: #5b6062;
}

.mktoButtonRow {
  width: 100%;
  margin-top: 24px !important;
}

.mktoButtonRow .mktoButtonWrap {
  display: flex;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  color: #fff;
  cursor: pointer;
  background-color: #1e2426;
  border: 1px solid #1e2426;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.35s;
  display: inline-flex;
  position: relative;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  background-color: var(--form-submit-bg, #fff) !important;
  color: var(--form-submit-text, #1e2426);
  cursor: pointer;
  border: none;
  position: relative;
  border-radius: unset !important;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  margin-right: 46px;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover {
  background-color: #e7ff00 !important;
  color: #1e2426 !important;
  /* border: 1px solid #1e2426 !important;   */
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:before {
  content: "";
  background-color: #e7ff00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%231E2426' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #e7ff00;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  right: -46px;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:before {
  width: 44px;
  height: 44px;
  right: -49px;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:after {
  content: "";
  pointer-events: none;
  opacity: 0;
  border: 2px solid #FFF;
  border-radius: 10px;
  width: calc(100% + 18px);
  margin: -9px;
  transition: opacity 0.2s;
  position: absolute;
  inset: 0;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background-color: #e7ff00 !important;
  color: #1e2426 !important;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:focus-visible:after {
  opacity: 1;
}

.hero .hero-overlay.mfp-wrap .wrap-btn {
  position: relative;
}

.hero .hero-overlay.mfp-wrap .btn {
  color: #1e2426 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%;
  border-radius: 0 !important;
  width: 189px;
  border: 0;
  height: 46px !important;
  padding: 0 !important;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 0;
  position: relative;
}

.try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-end;
}

.try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper .btn-wrapper-cta {
  color: #1e2426;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 0;
  width: 179px;
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent !important;
  font-family: inherit;
  text-decoration: none;
  margin: 0;
}

.hero .hero-overlay.mfp-wrap .btn:hover .try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper .btn-wrapper-cta {
  background: transparent !important;
}

.try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper .btn-wrapper-cta .btn-text {
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  height: 46px;
}

.try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper .btn-wrapper-cta .btn-arrow {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background-color: #e7ff00;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z' fill='%231E2426'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1e2426;
}

.try-buy-modal .content-02 .tio-vm-pricing .btn-wrapper .btn-wrapper-cta:hover .btn-arrow {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,<svg width='55' height='64' viewBox='0 0 55 64' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z' fill='%23E7FF00' stroke='%231E2426' stroke-width='0.5'/><path d='M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z' fill='%231E2426'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
  background-color: #1e2426;
}

.hero .hero-overlay.mfp-wrap .form-step-1.form-items-wrap-1 .btn {
  margin-top: 41px;
}

.hero .hero-overlay.mfp-wrap .btn#t-eval-tio-vm-eval-eval-submit {
  padding-right: 48px !important;
  outline: none;
}

.hero .hero-overlay.mfp-wrap .btn#t-eval-tio-vm-eval-eval-submit:focus+.step-status.hmt {
  display: block;
  position: absolute;
  width: 205px;
  height: 62px;
  pointer-events: none;
  top: -8px;
  right: -8px;
  margin-top: 0;
  border-radius: 12px;
  border: 2px solid #fff;
  font-size: 0;
}

.hero .hero-overlay.mfp-wrap .wrap-btn:has(.btn#t-eval-tio-vm-eval-eval-submit)::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  background-color: #e7ff00;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z" fill="%231E2426"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.hero .hero-overlay.mfp-wrap .wrap-btn:has(.btn#t-eval-tio-vm-eval-eval-submit:hover:not(:focus))::after {
  width: 64px;
  height: 64px;
  top: -10px;
  right: -5px;
  background-image: url('data:image/svg+xml,<svg width="55" height="64" viewBox="0 0 55 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z" fill="%23E7FF00" stroke="%231E2426" stroke-width="0.5"/><path d="M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z" fill="%231E2426"/></svg>');
  background-color: #1e2426;
}

.hero .hero-overlay.mfp-wrap .wrap-btn:has(.btn#t-eval-tio-vm-eval-eval-submit:not(:hover))::before,
.hero .hero-overlay.mfp-wrap .wrap-btn:has(.btn#t-eval-tio-vm-eval-eval-submit:focus)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 46px;
  background: #1e2426;
  top: 0;
  right: 46px;
  pointer-events: none;
}

.hero .hero-overlay.mfp-wrap .btn:hover {
  background: #e7ff00 !important;
}

.hero .hero-overlay.mfp-wrap .btn:focus {
  background: #ffffff !important;
  color: 1e2426;
}

.hero .hero-overlay.mfp-wrap .wrap-btn::before {
  z-index: 1;
}

.hero .hero-overlay.mfp-wrap .form-step-1.form-items-wrap-1 .btn:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #fff;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.hero .hero-overlay.mfp-wrap .btn#t-eval-tio-vm-eval-eval-submit:hover:not(:focus) {
  padding-right: 60px !important;
  width: 203px;
}

/* hero form starts*/
/* form style override starts */
.hero .hero-overlay.mfp-wrap .clearfix {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero .wrap-steps,
.hero .mktoForm .mktoFormRow,
.hero .mktoForm .mktoFormCol,
.hero .mktoForm .mktoFieldWrap {
  width: 100%;
}

.hero .mktoForm .mktoFormRow:has(.mktoHtmlText),
.hero .mktoForm .mktoFormRow:has(#LbltriggerGDPR) {
  display: none;
}

.hero .mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}

.mktoForm .mktoOffset {
  display: none;
}

.hero .mktoForm .mktoFieldWrap {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.hero .mktoForm .mktoGutter {
  display: none;
}

.hero .hero-overlay.mfp-wrap .onehalf {
  width: 100%;
  margin: 0;
}

.form-item {
  position: relative;
  margin-bottom: 16px;
}

.mfp-wrap input[type="text"],
.mfp-wrap input[type="password"],
.mfp-wrap input[type="email"],
.mfp-wrap input[type="tel"],
.mfp-wrap input[type="date"],
.mfp-wrap input[type="datetime-local"],
.mfp-wrap input[type="number"],
.mfp-wrap input[type="search"],
.mfp-wrap input[type="time"],
.mfp-wrap input[type="url"],
.mfp-wrap textarea {
  border: 1px solid #5b6062;
  height: 56px;
  width: 100%;
  outline: none;
  background: transparent;
}

.form-item label,
.mktoForm .mktoFieldWrap label.mktoLabel {
  display: block !important;
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  top: 16px;
  left: 12px;
  width: auto !important;
  pointer-events: none;
  position: absolute;
  padding: 0 !important;
  font-family: "Aeonik Pro", sans-serif;
}

.mktoForm[data-formid="3174"] .mktoFormRow:has(input.mktoField.mktoInvalid) label.mktoLabel, 
.mktoForm[data-formid="3174"] .mktoFormRow:has(select.mktoField.mktoInvalid) label.mktoLabel, 
.mktoForm[data-formid="3174"] .mktoFormRow:has(textarea.mktoField.mktoInvalid) label.mktoLabel, 
.mktoForm[data-formid="3174"] .mktoFormRow:has(div.mktoLogicalField.mktoInvalid) label.mktoLabel {
  color: #eb9e9e;
}

.mktoForm .mktoFieldWrap label.mktoLabel .mktoAsterix {
  display: none;
}

.hero .hero-form-wrap {
  position: relative;
  overflow: auto;
  border-left: 0.5px solid #5b6062;
  background: #1e2426;
  max-width: 594px;
  width: 594px;
  height: 100vh;
  padding: 56px 64px 56px;
  flex-shrink: 0;
  /* margin-left: 32px; */
}

.hero .hero-form-wrap .toggle-container {
  display: inline-flex;
  background-color: #2a2d31;
  border: 1px solid #3a3d41;
  border-radius: 2px;
  /* padding: 2px; */
  position: relative;
  margin-bottom: 24px;
}

.hero .hero-form-wrap .toggle-container::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 2px;
  left: 3px;
  width: 52%;
  background-color: #d4ff00;
  border-radius: 1px;
  z-index: 0;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  height: 45px;
}

.hero .hero-form-wrap .toggle-container:has(.toggle-btn:nth-child(2).active)::before {
  transform: translateX(100%);
  width: 46%;
  left: 11px;
}

.hero .hero-form-wrap .toggle-btn {
  position: relative;
  padding: 17.5px 7.2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #ffffff;
  transition: color 0.35s ease;
  position: relative;
  z-index: 1;
  outline: none;
  border-radius: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero .hero-form-wrap .toggle-btn.active {
  color: #1a1d21;
}

/* .hero .hero-form-wrap .toggle-btn:not(.active):hover {
  color: #d4ff00;
} */

.hero .hero-form-wrap .toggle-btn:not(.active):hover::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 2px;
  left: 1px;
  width: 94%;
  background-color: #44494b;
  border-radius: unset;
  z-index: -1;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  height: 45px;
}

.hero .hero-form-wrap .toggle-btn[data-target="buy-content"]:not(.active):hover::before {
  left: -2px;
  width: 100%;
}

.hero .hero-form-wrap .toggle-btn:focus-visible {
  outline: 2px solid #d4ff00;
  outline-offset: 2px;
}

/* Content Sections */
.hero .hero-form-wrap .content-section {
  display: none;
}

.hero .hero-form-wrap .content-section.active {
  display: block;
}

.hero .hero-form-wrap .hero-form-heading {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  max-width: 434px;
  margin: 0 0 24px;
}

.hero .hero-form-wrap .hero-form-para {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 393px;
  margin: 0px 0 23px;
}

.tooltip-copy {
  color: #969696;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 4px;
}

#t-eval-tio-vm-eval {
  max-width: 434px;
}

/* .hero form.mktoForm textarea.mktoField */
.hero form textarea {
  padding-top: 16px !important;
  min-height: 120px;
}

.hero form {
  max-width: 100% !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.hero form .wrap-steps>.form-step-2:not(.hidden) {
  display: flex;
  flex-direction: column;
}

.hero form .wrap-steps>.form-step-2>.clearfix,
.hero form .wrap-steps>.form-step-2>.input-checkbox,
.hero form .wrap-steps>.form-step-2>.wrap-btn {
  grid-column: span 2;
}

.hero form .wrap-steps>.form-step-2>.form-item {
  position: relative;
}

.hero form .wrap-steps>.form-step-2>.form-item:has(select)::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.9979 7.49999L11.9979 14.5L4.99792 7.49999L3.93723 8.56069L11.9979 16.6213L20.0586 8.56069L18.9979 7.49999Z" fill="white"/></svg>');
  top: 22px;
  right: 12px;
  pointer-events: none;
}

.hero form .wrap-steps>.form-step-2>.input-checkbox p,
.hero form .wrap-steps>.form-step-2>.input-checkbox p small {
  color: #969696;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.hero form .wrap-steps>.form-step-2>.wrap-btn a,
.hero form .wrap-steps>.form-step-2>.wrap-btn .step-status {
  display: none;
}

.hero form label[id="LblComments__c"] {
  width: 155px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero .product-get-started__form input,
.hero .product-get-started__form select,
.hero .product-get-started__form textarea,
.hero form.mktoForm input[type="text"],
.hero form.mktoForm input[type="url"],
.hero form.mktoForm input[type="email"],
.hero form.mktoForm input[type="tel"],
.hero form.mktoForm input[type="number"],
.hero form.mktoForm input[type="date"],
.hero form.mktoForm select.mktoField,
.hero form.mktoForm textarea.mktoField {
  width: 100% !important;
}

.hero form .focused label,
.hero form .error-in label,
.hero form .filled label,
.mktoForm .mktoFieldWrap.focused label.mktoLabel,
.mktoForm .mktoFieldWrap.has-value label.mktoLabel {
  top: 6px;
  z-index: 99;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 13px;
  left: 12px;
}

.hero form .typing.has-value.focused:not(.invalid):not(.has-error) label,
.mktoForm .mktoFieldWrap.has-value.focused:not(.invalid):not(.has-error) label {
  color: #9ae8ce !important;
}

.hero form input,
.hero form select,
.hero form textarea,
.hero form.mktoForm input[type="text"],
.hero form.mktoForm input[type="url"],
.hero form.mktoForm input[type="email"],
.hero form.mktoForm input[type="tel"],
.hero form.mktoForm input[type="number"],
.hero form.mktoForm input[type="date"],
.hero form.mktoForm select.mktoField,
.hero form.mktoForm textarea.mktoField {
  width: 100%;
  height: 56px;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 12px 12px 0;
  background: transparent;
  border: 1px solid #5b6062;
  border-radius: unset;
  font-family: "Aeonik Pro", sans-serif;
}

form.mktoForm textarea.mktoField {
  padding-top: 24px;
}

.hero form.mktoForm select.mktoField {
  padding: 12px 12px 0 !important;
  border: 1px solid #5b6062 !important;
  border-radius: unset !important;
}

.hero form select {
  appearance: none;
  outline: none;
}

.hero form .form-item:not(.focused) input:hover,
.hero form .form-item:not(.focused) select:hover,
.hero form .form-item:not(.focused) textarea:hover,
form.mktoForm .mktoFieldWrap:not(.focused) input:hover,
.hero form.mktoForm select.mktoField:not(.focused) select:hover,
form.mktoForm .mktoFieldWrap:not(.focused) textarea:hover {
  border: 1px solid #757575;
  background: #44494b;
}

.hero form .typing.focused:not(.invalid):not(.has-error) input:not(.mktoInvalid),
.hero form .typing.focused:not(.invalid):not(.has-error) select:not(.mktoInvalid),
.hero form .typing.focused:not(.invalid):not(.has-error) textarea:not(.mktoInvalid),
form.mktoForm .mktoFieldWrap.typing.focused:not(.invalid):not(.has-error) input:not(.mktoInvalid),
.hero form.mktoForm select.mktoField.typing.focused:not(.invalid):not(.has-error) select:not(.mktoInvalid),
form.mktoForm .mktoFieldWrap.typing.focused:not(.invalid):not(.has-error) textarea:not(.mktoInvalid),
form.mktoForm .mktoFieldWrap.has-value.focused:not(.invalid):not(.has-error) input:not(.mktoInvalid),
form.mktoForm .mktoFieldWrap.has-value.focused:not(.invalid):not(.has-error) select:not(.mktoInvalid),
form.mktoForm .mktoFieldWrap.has-value.focused:not(.invalid):not(.has-error) textarea:not(.mktoInvalid) {
  border: 1px solid #9ae8ce !important;
}

.hero form .typing:not(.invalid):not(.has-value):not(.has-error) input:not(.mktoInvalid):focus,
.hero form .typing:not(.invalid):not(.has-value):not(.has-error) select:not(.mktoInvalid):focus,
.hero form .typing:not(.invalid):not(.has-value):not(.has-error) textarea:not(.mktoInvalid):focus,
form.mktoForm .mktoFieldWrap.typing:not(.invalid):not(.has-value):not(.has-error) input:not(.mktoInvalid):focus,
form.mktoForm .mktoFieldWrap.typing:not(.invalid):not(.has-value):not(.has-error) select:not(.mktoInvalid):focus,
form.mktoForm .mktoFieldWrap.typing:not(.invalid):not(.has-value):not(.has-error) textarea:not(.mktoInvalid):focus {
  border: 1px solid #e7ff00 !important;
}

.hero form .invalid input,
.hero form .invalid select,
.hero form .invalid textarea,
.mktoForm .mktoFieldWrap.invalid input[type="text"],
.mktoForm .mktoFieldWrap.invalid input[type="url"],
.mktoForm .mktoFieldWrap.invalid input[type="email"],
.mktoForm .mktoFieldWrap.invalid input[type="tel"],
.mktoForm .mktoFieldWrap.invalid input[type="number"],
.mktoForm .mktoFieldWrap.invalid input[type="date"],
.mktoForm .mktoFieldWrap.invalid select.mktoField,
.mktoForm .mktoFieldWrap.invalid textarea.mktoField {
  border: 1px solid #eb9e9e !important;
}

.hero form .mktoForm input.mktoField.mktoInvalid,
.hero form .mktoForm select.mktoField.mktoInvalid,
.hero form .mktoForm textarea.mktoField.mktoInvalid,
.hero form .mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1px solid #eb9e9e !important;
}

.mktoForm[data-formid="3174"] input.mktoField.mktoInvalid,
.mktoForm[data-formid="3174"] select.mktoField.mktoInvalid,
.mktoForm[data-formid="3174"] textarea.mktoField.mktoInvalid,
.mktoForm[data-formid="3174"] div.mktoLogicalField.mktoInvalid {
  border: 1px solid #eb9e9e !important;
}

.hero form .eval-error1 {
  display: none;
}

.hero form .onehalf:has(.invalid) {
  z-index: 119;
  position: relative;
}

.hero form .invalid .eval-error {
  font-size: 12px;
  line-height: 140%;
  color: #eb9e9e;
  margin-top: 8px;
}

.mktoForm .mktoError {
  width: 100%;
  margin-top: 4px;
  animation: 0.25s ease-out forwards slideDownError;
  position: unset !important;
  top: 100%;
  left: 0;
  font-family: "Aeonik Pro", sans-serif;
}

@keyframes slideDownError {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.hero form.mktoForm .mktoError .mktoErrorMsg {
  color: #eb9e9e !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background: unset !important;
  border: none !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 0 !important;
  font-size: 0.75rem !important;
  line-height: 1.41667 !important;
  display: flex !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-wrap: wrap !important;
  white-space: nowrap;
  background: unset !important;
  border: unset !important;
  display: flex !important;
  align-items: center;
  gap: 4px;
  padding: 0 !important;
  margin-top: 8px !important;
}

.mktoForm .mktoError .mktoErrorMsg:before {
  content: "";
  background-color: #eb9e9e;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM11 11V17H13V11H11ZM11 7V9H13V7H11Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM11 11V17H13V11H11ZM11 7V9H13V7H11Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero form .invalid .eval-error1 {
  font-size: 12px;
  color: #ffffff;
  border-radius: 8px;
  background: #50627b;
  padding: 6px 10px;
  text-align: center;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 63px;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 187px;
}

.hero form .invalid .eval-error1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #50627b;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.hero form .invalid label,
.mktoForm .mktoFieldWrap.invalid label.mktoLabel {
  color: #eb9e9e !important;
}

.hero form label[for="triggerGDPR"] {
  position: relative;
  top: -16px;
  left: -2px;
  margin: 0;
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
  z-index: 0;
}

.hero form input[name="triggerGDPR"] {
  width: 16px !important;
  display: inline-block !important;
  height: 16px !important;
  padding: 0 !important;
  position: relative;
  left: -6px;
  top: -8px;
}

.hero p.gdpr-text {
  padding-bottom: 0 !important;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828e99;
  max-width: 100% !important;
}

.hero p.gdpr-text small {
  font-weight: normal;
  font-size: 10px;
  line-height: 140%;
  color: #828e99 !important;
  padding: 0;
  width: 100%;
}

.hero p.gdpr-text small a {
  color: #828e99 !important;
  padding: 0;
}

.hero p.gdpr-text small a:hover,
.hero p.gdpr-text small a:focus {
  color: #828e99 !important;
}

.hero p.gdpr-text small a:active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #828e99 !important;
  font-weight: 400;
}

.hero .gdpr-row {
  width: 100% !important;
}

.hero form select option {
  font-family: "Aeonik Pro", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828e99 !important;
}

.hero .product-get-started hr {
  display: none;
}

.hero form input:-webkit-autofill,
.hero form input[type="text"]:-webkit-autofill,
.hero form input[type="email"]:-webkit-autofill,
.hero form input[type="tel"]:-webkit-autofill,
.hero form input[type="number"]:-webkit-autofill,
.hero form input[type="date"]:-webkit-autofill,
.hero form textarea:-webkit-autofill,
.hero form input[type="text"]:-webkit-autofill:focus,
.hero form input[type="url"]:-webkit-autofill:focus,
.hero form input[type="email"]:-webkit-autofill:focus,
.hero form input[type="tel"]:-webkit-autofill:focus,
.hero form input[type="number"]:-webkit-autofill:focus,
.hero form input[type="date"]:-webkit-autofill:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px #1e2426 inset !important;
  -webkit-text-fill-color: #fff !important;
}

#t-eval-tio-vm-eval-confirmation>p {
  color: #d9d9d9;
}

/* Hero Form Code Ends*/

@media screen and (min-width: 1023.98px) and (max-width: 1259.98px) {}

@media screen and (max-width: 1259.98px) {
  .container {
    padding: 0 32px;
  }

  .hero .hero-left .hero-left__heading {
    font-size: 76px;
    padding-top: 88px;
  }

  .hero .hero-left .hero-left__desc {
    max-width: 400px;
  }

  .hero .hero-right img {
    width: 100%;
    max-width: 317.157px;
    margin-top: 149px;
    margin-left: 61px;
  }

  .hero .hero-form-wrap {
    flex-shrink: inherit;
    max-width: 100%;
    width: 100%;
    padding: 92px 24px;
    margin: 0;
  }

  .hero .hero-form-wrap .hero-form-heading,
  .hero .hero-form-wrap .hero-form-para,
  .divider,
  #t-eval-tio-vm-eval {
    max-width: 100%;
  }

  .tooltip-copy svg {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .container {
    padding: 0 24px;
  }

  header {
    background: #1e2426;
    padding: 16px 0 16px;
  }

  header a svg.hide-768 {
    display: none;
  }

  header a svg.hide-all {
    display: block;
  }

  .hero {
    padding-top: 24px;
  }

  .hero .row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero .hero-left .hero-left__heading {
    font-size: 56px;
    padding-top: 21px;
  }

  .hero .hero-left .hero-left__desc {
    max-width: 100%;
    margin-bottom: 30px;
  }

  /* .hero .hero-left .hero-left__heading span {
    padding: 0;
  } */

  .hero .hero-form-wrap {
    padding: 92px 24px;
  }

  .hero .hero-form-wrap .hero-form-heading {
    margin: 0 0 22px;
  }

  .hero .hero-form-wrap .hero-form-para {
    margin: 0px 0 25px;
  }

  .hero form {
    padding: 0;
  }

  .hero form .wrap-steps>.form-step-2:not(.hidden) {
    display: block;
  }

  .divider {
    margin: 21px 0;
  }

  .hero .hero-right img {
    max-width: 187.927px;
    margin: 0;
  }

  .hero .hero-left .hero-left__heading {
    font-size: 56px;
    margin: 0 0 26px;
  }

  /* .hero .hero-left .hero-left__heading span {
    padding: 0;
  } */

  .hero .hero-form-wrap {
    padding: 92px 24px;
  }

  .hero .hero-form-wrap .hero-form-heading {
    margin: 0 0 22px;
  }

  .hero .hero-form-wrap .hero-form-para {
    margin: 0px 0 25px;
  }

  .hero form {
    padding: 0;
  }

  .hero form .wrap-steps>.form-step-2:not(.hidden) {
    display: block;
  }

  .divider {
    margin: 21px 0;
  }

  .hero .hero-left__cta .hero-cta {
    height: 46px;
  }
}

@media screen and (max-width: 767.98px) {
  header {
    padding: 22px 0 20px;
  }

  header a svg.hide-768 {
    display: block;
    width: 120.381px;
    height: 32px;
  }

  header a svg.hide-all {
    display: none;
  }

  .hero .row {
    gap: 28px;
  }

  .hero .hero-right {
    text-align: center;
  }

  .hero .hero-left .hero-left__heading span {
    padding: 0 12px 12px;
  }

  .hero .hero-left .hero-left__heading {
    margin: 0 0 16px;
  }

  .hero .hero-left .hero-left__desc {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 383.98px) {
  .hero .hero-left .hero-left__heading span {
    padding: 0 1px 12px;
  }
}

/* Hero Ends */

/* Slider starts */
.slider-section {
  padding: 237px 0 78px;
}

.slider-section .slider-section-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.slider-section .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 78px;
  padding: 0 32px;
}

.slider-section .section-title {
  color: #1e2426;

  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  max-width: 794px;
}

.slider-section .nav-arrows {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  transform: translateY(-1px);
}

.slider-section .arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  opacity: 1;
  padding: 0;
  background: #1e2426;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.slider-section .arrow-btn.disabled {
  border: 1px solid #1e2426;
  opacity: 0.3;
  background: #fff;
}

.slider-section .arrow-btn:not(.disabled):hover {
  background: #e7ff00;
  border-color: #1e2426;
}

.slider-section .arrow-btn svg {
  width: 24px;
  height: 24px;
}

.slider-section .arrow-btn:not(.disabled) svg path {
  fill: #fff;
}

.slider-section .arrow-btn:not(.disabled):hover svg path {
  fill: #1e2426;
}

.slider-section .swiper {
  width: 100%;
  overflow: hidden;
}

.slider-section .swiper-slide {
  border-top: 0.5px solid #d9d9d9;
  border-right: 0.5px solid #d9d9d9;
  border-bottom: 0.5px solid #d9d9d9;
  padding: 39.5px;
  background: #fff;
  flex-shrink: 0;
  height: auto;
}

.slider-section .swiper-slide:first-child {
  border-left: 0.5px solid #d9d9d9;
}

.slider-section .slide-meta {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: none;
}

.slider-section .slide-num {
  color: #5b6062;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.slider-section .slide-icon {
  margin-bottom: 80px;
}

.slider-section .hex-wrap {
  width: 80px;
  height: 92px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-section .hex-wrap svg.hex-bg {
  width: 80px;
  height: 92px;
  flex-shrink: 0;
}

.slider-section .hex-wrap .icon-svg {
  position: absolute;
  width: 60.66px;
  height: 60.66px;
}

.slider-section .slide-title {
  color: #1e2426;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}

.slider-section .slide-sub-title {
  color: #1e2426;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}

.slider-section .slide-desc {
  color: #5b6062;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.slider-section .mobile-nav {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0;
  /* border-top: 1px solid #e0e0e0; */
  margin-top: 0;
}

.slider-section .pag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.slider-section .swiper-pagination-bullet-active {
  background: #c8e000;
}

/* Pagination dots */
.slider-section .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.slider-section .pag-dot {
  width: 7.43px;
  height: 7.43px;
  border-radius: 0.619px;
  background-color: #1e2426;
  transition:
    background 0.2s,
    transform 0.2s;
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
}

.slider-section .pag-dot:hover {
  background-color: #e7ff00;
}

.slider-section .pag-dot.active {
  width: 13px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M6.47363 14.4932L0.530273 11.0244C0.51309 11.0143 0.500079 10.9936 0.5 10.9688L0.499999 4.03125C0.500113 4.00643 0.513091 3.98572 0.530272 3.97559L6.47363 0.507813C6.49015 0.498171 6.50985 0.498171 6.52637 0.507813L12.4697 3.97559C12.4869 3.9857 12.4999 4.0064 12.5 4.03125L12.5 10.9688L12.4912 11.002C12.4858 11.0114 12.4783 11.0193 12.4697 11.0244L6.52637 14.4932C6.51815 14.4979 6.50899 14.5 6.5 14.5L6.47363 14.4932Z" fill="%23E7FF00" stroke="%231E2426"/></svg>');
  border-radius: 0;
  background-color: transparent;
}

/* Tablet pagination wrapper */
.slider-section .tablet-pag-wrap {
  display: none;
  justify-content: center;
  margin-top: 45px;
}

/* Mobile bottom nav */
.slider-section .mobile-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  /* border-top: 1px solid #e0e0e0; */
}

/* DESKTOP: 3 slides equal width, static */
@media (min-width: 1025px) {
  .slider-section .section-header .nav-arrows {
    display: none;
  }

  .slider-section .swiper-slide {
    width: calc(100% / 3) !important;
  }

  /* .slider-section .mobile-nav {
    display: none !important;
  } */

  /* .slider-section .tablet-pag-wrap,
  .slider-section .mobile-nav {
    display: none !important;
  } */
}

/* TABLET */
@media (min-width: 1920px) {
  .slider-section .slide-meta {
    display: flex;
  }
}

@media (max-width: 1259.98px) {
  .slider-section {
    padding: 180px 0 90px;
  }

  .slider-section .slide-meta {
    display: none !important;
  }

  .slider-section .section-title {
    /* max-width: 586px; */
    font-size: 56px;
    margin-right: 20px;
  }

  .slider-section .section-header {
    padding: 0 32px;
  }

  .slider-section .section-header .nav-arrows {
    display: flex;
  }

  .slider-section .swiper-slide {
    width: 480px !important;
    border-left: none;
  }

  .slider-section .swiper-slide:first-child {
    border-left: 1px solid #e0e0e0;
  }

  .slider-section .mobile-nav {
    display: flex !important;
    padding: 46px 24px 0;
    justify-content: center;
  }

  .slider-section .mobile-nav .arrow-btn {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .slider-section {
    padding: 138px 0 10px;
  }

  .slider-section .section-header .nav-arrows {
    display: none;
  }

  .slider-section .mobile-nav {
    display: flex !important;
    justify-content: space-between;
    padding: 30px 24px;
  }

  .slider-section .mobile-nav .arrow-btn {
    display: flex !important;
  }

  .slider-section .swiper-slide {
    width: 390px !important;
    padding: 40px 24px;
  }

  .slider-section .tablet-pag-wrap {
    display: none !important;
  }

  .slider-section .section-header {
    padding: 0 24px;
    margin-bottom: 63px;
  }

  .slider-section .section-title {
    font-size: 48px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .slider-section {
    padding: 85px 0 28px;
  }

  .slider-section .section-title {
    font-size: 48px;
    margin-right: 0;
  }

  .slider-section .section-header {
    margin-bottom: 63px;
    padding: 0 24px;
  }

  .slider-section .section-header .nav-arrows {
    display: none;
  }

  .slider-section .slide-meta {
    margin-bottom: 24px;
  }

  .slider-section .slide-title {}

  .slider-section .slide-icon {
    margin-bottom: 81px;
  }

  /* .slider-section .slide-desc {
    font-size: 18px;
  } */

  .slider-section .swiper-slide {
    width: 100% !important;
    border: unset;
    border-top: 0.5px solid #d9d9d9;
    border-bottom: 0.5px solid #d9d9d9;
    padding: 39.5px 22.5px 37.5px;
  }

  .slider-section .mobile-nav {
    display: flex !important;
    padding: 32px 24px;
  }

  .slider-section .tablet-pag-wrap {
    display: none !important;
  }
}

/* Slider ends */

/* exposure section starts */
.exposure-section {
  background: transparent;
  padding: 122px 0 0;
}

.exposure-section .container {
  max-width: 1174px;
  width: 100%;
  margin: 0 auto;
}

/* 
.exposure-section .heading-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 0 32px;
}

.exposure-title {
  max-width: 794px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
} */

.exposure-acc-wrapper {
  /* border-top: 0.5px solid #5b6062; */
  /* border-bottom: 0.5px solid #5b6062; */
}

.exposure-acc-inner {
  /*  max-width: 1440px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  flex-direction: column;
  /* gap: 104px; */
}

.exposure-acc-inner .dropdown-wrapper {
  display: none;
}

.sidebar {
  max-width: 980px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 4px; */
  flex-shrink: 0;
  padding: 4px;
  background: #1e2426;
  border: 0.5px solid #44494b;
  height: 46px;
}

.sidebar .tab {
  /* width: fit-content; */
  /* padding: 12px 10px; */
  position: relative;
  border: 0.5px solid #1e2426;
}

.sidebar .tab p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 12px 10px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.sidebar .tab p span {
  color: #d9d9d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* transform: translateY(3px); */
  text-transform: uppercase;
}

.sidebar .tab:hover {
  background: #44494b;
  color: #fff;
  border: 0.5px solid #5b6062;
}

.sidebar .tab:focus::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8.611px;
  border: 1.722px solid #fff;
  width: 100%;
  height: 100%;
}

.sidebar .tab:not(.active):hover {
  color: #fff;
}

.sidebar .tab.active {
  background: #e7ff00;

  border: 0.5px solid var(--ramps-w-30-lines-text, #d9d9d9);
}

.sidebar .tab.active p {
  color: #2b2f31;
}

.sidebar .tab.active p span {
  color: #1e2426;
}

.panel {
  width: 100%;
  padding: 170px 0 210px;
}

.panel .contents {
  opacity: 0;
  height: 0;
  display: none;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    height 0.4s ease;
}

.panel .contents.active {
  opacity: 1;
  height: auto;
  display: block;
  pointer-events: all;
}

.panel .contents .exposure-acc-left {
  max-width: 440px;
}

.panel h4 {
  color: #1e2426;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
}

.panel img {
  border: 1.045px solid var(--ramps-b-50-disclaimer, #757575);
  background: var(--ramps-w-10, #f2f2f2);
  padding: 10.446px;
  max-width: 560px;
  width: 100%;
}

.panel p {
  /* max-width: 678px; */
  color: #5b6062;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 22px;
}

.panel .try-free {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  position: relative;
  height: 46px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  pointer-events: all;
  font-weight: 400;
  line-height: 100%;
  background: #1e2426;
  border: 1px solid #fff;
}

.panel .try-free:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.panel .try-free:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #1e2426;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.exposure-leader {
  margin-top: 155px;
}

.review-section .exposure-leader .row {
  justify-content: space-between;
}

.exposure-leader .exposure-leader__left {
  max-width: 794px;
}

.exposure-leader .exposure-leader__left h4 {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 56px */
  /* margin-top: 18px;
  margin-bottom: 31px; */
}

.exposure-leader .exposure-leader__left a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  position: relative;
  height: 46px;
  color: #1e2426;
  font-size: 16px;
  font-style: normal;
  pointer-events: all;
  font-weight: 400;
  line-height: 100%;
  background: #fff;
  border: 1px solid var(--Black, #1e2426);
}

.exposure-leader .exposure-leader__left a:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.exposure-leader .exposure-leader__left a:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #fff;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.exposure-leader .exposure-leader__right {}

.exposure-leader .exposure-leader__right img {
  max-width: 413px;
  width: 100%;
  margin-top: 43px;
}

@media (max-width: 1319.98px) {
  .exposure-acc-inner {
    justify-content: space-between;
    column-gap: 0;
  }

  /* .footer-top {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 32px;
  } */

  /* .footer-top .footer-top-left,
  .footer-top .footer-top-right {
    padding: 60px 48px;
  }

  .footer-top .footer-top-left {
    max-width: 55%;
  }

  .footer-top .footer-top-right {
    max-width: 45%;
  } */
}

@media (max-width: 1259.98px) {
  .exposure-section .container {
    padding: 0 22px;
  }

  .exposure-acc-inner {
    justify-content: space-between;
    column-gap: 0;
  }

  .sidebar {
    /* max-width: 328px;
    padding: 170px 32px 40px; */
  }

  .sidebar .tab p span {
    font-size: 14px;
  }

  .sidebar .tab p {
    font-size: 14px;
  }

  .sidebar .tab {
    /* padding: 6px; */
  }

  .panel {
    padding: 201px 10px 240px;
  }

  .panel img {
    max-width: 450px;
  }
}

@media (max-width: 1023.98px) {
  .exposure-section {
    padding: 39px 0 0;
  }

  .exposure-section .container {
    padding: 0 24px;
  }

  .exposure-section .heading-wrapper {
    margin: 0 auto 80px;
    max-width: 767.98px;
  }

  .exposure-title {
    flex-direction: column;
    gap: 0;
    font-size: 40px;
  }

  .exposure-title img {
    width: 69px;
    margin-bottom: 24px;
  }

  .exposure-acc-inner {
    flex-direction: column;
    padding: 60px 24px 0;
    max-width: 100%;
    /* min-height: 957px; */
  }

  .exposure-acc-inner .dropdown-wrapper {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .sidebar {
    display: none;
  }

  .dropdown {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .dropdown-box {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #1e2426;
  }

  .dropdown-box span {
    color: #d9d9d9;
    margin-right: 4px;
  }

  .dropdown-wrapper:has(.dropdown-options.open) .dropdown-box {
    border: 0.5px solid #5b6062;
    background: #e7ff00;
    color: #2b2f31;
  }

  .dropdown-wrapper:has(.dropdown-options.open) .dropdown-box span {
    color: #1e2426;
  }

  .dropdown-wrapper:has(.dropdown-options.open) .dropdown-arrow {
    color: #1e2426;
  }

  .dropdown-arrow {
    justify-content: center;
    width: 40px;
    align-items: center;
    flex-shrink: 0;
    height: 40px;
    display: flex;
    border: 1px solid #1e2426;
    background: #fff;
  }

  .dropdown-wrapper:has(.dropdown-options.open) .dropdown-arrow {
    border: 1px solid #1e2426;
    background: #e7ff00;
  }

  .dropdown-wrapper:has(.dropdown-options.open) .dropdown-arrow svg {
    transform: rotate(180deg);
  }

  .dropdown-options {
    background: #1e2426;
    position: absolute;
    width: 100%;
    top: 48px;
    opacity: 0;
    padding: 24px 16px 16px;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
    z-index: 10;
  }

  .dropdown-options.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .dropdown-options .option {
    color: #d9d9d9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 7.5px 4px;
    margin-bottom: 8px;
    width: fit-content;
  }

  .dropdown-options .option span {
    color: #d9d9d9;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    /* transform: translateY(1px); */
    margin-right: 6px;
  }

  .dropdown-options .option.active,
  .dropdown-options .option.active span {
    background: #e7ff00;
    color: #1e2426;
  }

  .panel {
    padding: 32px 0 80px;
  }

  .panel h4 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .panel p {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .exposure-acc-inner {
    min-height: 736px;
    padding: 60px 0 0;
  }

  .row {
    flex-direction: column-reverse;
  }

  .panel .contents .exposure-acc-left {
    max-width: 100%;
  }

  .exposure-leader .exposure-leader__left h4 {
    font-size: 40px;
  }

  .panel {
    padding: 0 0 80px;
  }

  .panel .row {
    gap: 32px;
  }

  .panel img {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .exposure-acc-inner {
    padding: 41px 0 0;
    min-height: auto;
  }

  .panel p {
    margin-bottom: 22px;
  }
}

.review-section {
  background: #1e2426;
  padding: 140px 0 34px;
  overflow: hidden;
}

.review-section .review-section-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.review-section .container {
  /* max-width: 1406px;
  margin: 0 auto;
  padding: 0 60px;
  margin-bottom: 140px; */
}

/* ── HEADER ── */
.review-section .review-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.review-section .review-title {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  max-width: 727px;
  flex-shrink: 0;
  margin: 0;
}

.review-section .review-cta-wraper {
  width: 100%;
  max-width: 562px;
}

.review-section .review-header-wrapper .review-copy {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 31px;
  margin-top: 0;
}

/* ── CTA BUTTONS ── */
.review-section .cta-wrap {
  display: flex;
  gap: 16px;
}

.review-section .cta-wrap .read-report {
  position: relative;
  display: block;
  border: 1px solid #1e2426;
  background: #fff;
  color: #1e2426;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  width: 159px;
  height: 46px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.review-section .cta-wrap .read-report:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.review-section .cta-wrap .read-report:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #fff;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.review-section .cta-wrap .explore-reviews {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  width: 186px;
  height: 46px;
  text-decoration: none;

  transition: all 0.2s ease;
}

.review-section .cta-wrap .explore-reviews:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

/* ── NAV ARROWS (top-right, desktop only) ── */
.review-section .nav-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 24px;
  margin-right: 2px;
}

.review-section .arrow-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  border-radius: 0;
}

.review-section .arrow-btn.swiper-button-disabled {
  border: 1px solid var(--White, #fff);
  opacity: 0.3;
  background: transparent;
  cursor: not-allowed;
}

.review-section .arrow-btn.swiper-button-disabled svg path {
  fill: #fff;
}

.review-section .arrow-btn:not(.swiper-button-disabled):hover {
  background-color: #e7ff00;
  border: 1px solid #1e2426;
}

.review-section .arrow-btn svg path {
  fill: #1e2426;
}

.review-section .arrow-btn:not(.swiper-button-disabled):hover svg path {
  fill: #1e2426;
}

.review-section .arrow-btn:not(.swiper-button-disabled):focus::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #fff;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

/* ── SWIPER ── */
.review-section .swiper {
  overflow: hidden;
  width: 100%;
}

.review-section .swiper-wrapper {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  /* gap: 8px; */
}

.review-section .swiper-slide {
  /* border: 0.5px solid #000; */
  background: #2b2f31;
  padding: 40px 40px 40px 38px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  min-height: 360px;
  box-sizing: border-box;
  max-width: 994px;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .review-section .swiper-slide {
    width: 994px;
  }
}

.review-section .swiper-slide-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-section .review-logo {
  width: 338.172px;
  height: 25.532px;
  margin-bottom: 32px;
}

.review-section .review-cta-link {
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.review-section .review-cta-link:hover {
  background-color: #e7ff00;
  border: 1px solid #1e2426;
}

.review-section .review-cta-link:hover svg path {
  color: #1e2426;
}

.review-section .swiper-slide>.review-copy {
  max-width: 773px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  flex: 1;
  margin: 0 0 192px;
}

/* ── RATING WRAPPER ── */
.review-section .rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.review-section .rating-wrapper .left-part p {
  color: #d9d9d9;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

.review-section .rating-wrapper .left-part p b {
  color: #fff;
}

.review-section .rating-wrapper .left-part p br {
  display: none;
}

.review-section .stars {
  display: flex;
  gap: 4px;
}

.review-section .stars .review-cta-link {
  display: none;
}

.review-section .star {
  width: 20px;
  height: 20px;
}

.review-section .client-logo {
  width: 123.478px;
  height: 42.921px;
}

.review-section .client-part img {
  display: none;
}

.review-section .mobile-nav {
  display: none !important;
}

.review-section .disc-pagination {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 3px;
}

/* ── PAGINATION DOTS ── */
.review-section .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.857px;
  transform: translate(-3px, 4px);
  /* margin-top: 16px; */
}

.review-section .custom-pagination .pag-dot {
  position: relative;
  /* width: 7.429px;
  height: 7.429px; */
  width: 15px;
  height: 15px;
  border-radius: 0.619px;
  background-color: #fff;
  transform: scale(0.4956);
  transform-origin: center;
  transition:
    background 0.2s,
    transform 0.2s;
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
}

.review-section .custom-pagination .pag-dot.active {
  width: 13px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M6.47363 14.4932L0.530273 11.0244C0.51309 11.0143 0.500079 10.9936 0.5 10.9688L0.499999 4.03125C0.500113 4.00643 0.513091 3.98572 0.530272 3.97559L6.47363 0.507813C6.49015 0.498171 6.50985 0.498171 6.52637 0.507813L12.4697 3.97559C12.4869 3.9857 12.4999 4.0064 12.5 4.03125L12.5 10.9688L12.4912 11.002C12.4858 11.0114 12.4783 11.0193 12.4697 11.0244L6.52637 14.4932C6.51815 14.4979 6.50899 14.5 6.5 14.5L6.47363 14.4932Z" fill="%23E7FF00" stroke="%231E2426"/></svg>');
  border-radius: 0;
  background-color: transparent;
  transform: scale(1);
}

.review-section .custom-pagination .pag-dot:not(.active):focus {
  outline: none;
  box-shadow:
    0 0 0 4px #1e2426,
    0 0 0 6px #fff;
  border-radius: 2px;
}

/* ── BOTTOM NAV (mobile/tablet only) ── */
.review-section .bottom-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.review-section .bottom-nav .swiper-pagination {
  display: flex;
  margin-top: 0;
}

.review-section .bottom-nav button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;

  transition: all 0.2s ease;
}

.review-section .bottom-nav button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.review-section .disclaimer {
  margin-top: 28px;
  color: #969696;
  font-size: 10px;
  line-height: 140%;
  max-width: 559px;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 1919.98px) {
  .review-section_container {
    width: 100%;
    max-width: 1408px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .review-section .review-section_container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 0 32px;
  }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .review-section .review-section_container {
    padding: 0 0 0 30px;
  }

  .review-section .container {
    padding: 0 31px;
  }
}

@media (max-width: 1259.98px) {
  .review-section {
    padding: 140px 0 88px;
  }

  .review-section .review-cta-wraper {
    max-width: 361px;
  }

  .review-section .review-title {
    /* font-size: 40px;
    max-width: 360px; */
    max-width: 577px;
  }

  .review-section .nav-arrows {
    margin-right: 0;
  }

  .review-section .review-logo {
    margin-bottom: 30px;
  }

  .review-section .swiper-slide {
    padding: 39px 38px 39px 40px;
    /* gap: 30px; */
  }

  .review-section .swiper-slide>.review-copy {
    margin: 0 0 195px;
  }

  .exposure-leader {
    margin-top: 200px;
  }

  .exposure-leader .exposure-leader__left {
    max-width: 525px;
  }

  .exposure-leader .exposure-leader__left h4 {
    /* margin-top: 31px; */
  }

  .exposure-leader .exposure-leader__right img {
    margin-top: 0px;
  }

  .review-section .custom-pagination {
    transform: translate(4px, 5px);
    gap: 7.457px;
  }
}

@media (max-width: 1023.98px) {
  .review-section {
    padding: 61px 0 61px;
  }

  .review-section .container {
    padding: 0 24px;
  }

  .review-section .exposure-leader .row {
    flex-direction: column;
    gap: 32px;
  }

  .review-section .review-header-wrapper {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
  }

  .review-section .review-title {
    font-size: 40px;
    max-width: 100%;
  }

  .review-section .review-cta-wraper {
    max-width: 100%;
  }

  .review-section .review-header-wrapper .review-copy {
    margin-bottom: 15px;
  }

  .review-section .cta-wrap {
    gap: 24px;
  }

  .review-section .review-section_container {
    padding: 0 0 0 24px;
  }

  .review-section .swiper-slide {
    max-width: 334px;
    padding: 32px 24px;
    /* gap: 32px; */
  }

  .review-section .review-logo {
    width: 286px;
    height: 21.598px;
    margin-bottom: 34px;
  }

  .review-section .review-cta-link,
  .review-section .client-logo {
    display: none;
  }

  .review-section .client-part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-top: 25px;
  }

  .review-section .stars {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    width: 284px;
    margin-bottom: 9px;
  }

  .review-section .stars .review-cta-link,
  .review-section .client-part img {
    display: flex;
  }

  .review-section .client-part img {
    width: 91px;
    height: 32px;
  }

  .review-section .stars>svg {
    margin-top: 10px;
  }

  .review-section .stars .review-cta-link {
    width: 40px;
    height: 40px;
  }

  .review-section .swiper-slide>.review-copy {
    font-size: 20px;
    margin: 0 0 39px;
  }

  /* Hide top arrows, show bottom nav */
  .review-section .nav-arrows,
  .review-section .custom-pagination#disc-pag {
    display: none;
  }

  .review-section .mobile-nav {
    display: flex !important;
    padding: 31px 0 0;
    align-items: center;
    justify-content: space-between;
    padding: 31px 0 0;
  }

  .review-section .disc-pagination {
    margin-top: 5px;
  }

  .review-section .custom-pagination {
    transform: translate(1px, 1px);
  }

  .review-section .disclaimer {
    max-width: 100%;
  }

  .review-section .disclaimer br {
    display: none;
  }

  .exposure-leader {
    margin-top: 140px;
  }

  .exposure-leader .exposure-leader__left {
    max-width: 100%;
  }

  .exposure-leader .exposure-leader__right img {
    max-width: 342px;
  }

  .review-section .rating-wrapper .left-part p {
    font-size: 14px;
    margin-top: 0;
  }

  .review-section .rating-wrapper .left-part p b {
    display: inline-block;
    margin-bottom: 8px;
  }

  .review-section .rating-wrapper .left-part p br {
    display: block;
  }
}

/* 360px — mobile: stacked header, single card, bottom nav */
@media (max-width: 767.98px) {
  .review-section {
    padding: 61px 0 61px;
  }

  .review-section .container {
    padding: 0 24px;
  }

  .review-section .cta-wrap {
    gap: 23px;
    flex-wrap: wrap;
  }

  .review-section .cta-wrap .read-report,
  .review-section .cta-wrap .explore-reviews {
    width: auto;
    flex: 1;
    min-width: 130px;
  }

  .review-section .swiper-slide {
    padding: 32px 24px;
    min-height: auto;
  }

  /* .review-section .swiper-slide > .review-copy {
    font-size: 16px;
  } */

  .review-section .stars {
    margin-bottom: 28px;
  }
}

/* Card-section start */
.card-section.slider-section {
  padding: 0;
}

.card-section.slider-section-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.card-section.slider-section .section-header {
  margin-bottom: 0;
}

.card-section .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  flex-wrap: wrap;
}

.card-section.slider-section .swiper-slide {
  padding: 0 39px 0 0;
  /* border-bottom: unset; */
}

.card-section .swiper-wrapper .swiper-slide:first-child {
  flex: 0 0 100%;
  border: unset;
  padding: 0 31px 0 0;
}

.card-section .swiper-wrapper .swiper-slide:first-child .card,
.card-section .swiper-wrapper .swiper-slide .card {
  display: flex;
  min-height: 360px;
  gap: 40px;
}

.card-section .swiper-wrapper .swiper-slide:first-child .card .card-body {
  max-width: 891px;
  width: 100%;
}

.card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-footer span {
  transform: translate(0, 12px);
}

.card-section .swiper-wrapper .swiper-slide {
  width: calc(100% / 2) !important;
}

.card-section .swiper-wrapper .swiper-slide:nth-child(2) {
  border-left: 0.5px solid #d9d9d9;
}

.card-section .swiper-wrapper .swiper-slide .card .card-img {
  flex: 0 0 342px;
  width: 100%;
}

.card-section .swiper-wrapper .swiper-slide:first-child .card .card-img {
  flex: 0 0 477px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-img .card-meta {
  display: none !important;
}

.card-section .swiper-wrapper .swiper-slide .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-meta,
.card-section .swiper-wrapper .swiper-slide .card .card-img .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 64px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .q-label,
.card-section .swiper-wrapper .swiper-slide .card .card-img .card-meta .q-label {
  color: #5b6062;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .cat-badge,
.card-section .swiper-wrapper .swiper-slide .card .card-img .card-meta .cat-badge {
  text-transform: uppercase;
  border: 0.5px solid #5b6062;
  padding: 4px 10px;
  color: #5b6062;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 12px */
  letter-spacing: 1.2px;
  height: 28px;
  width: 90px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-title {
  color: #1e2426;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

.card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-title {
  color: #1e2426;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28.8px */
  max-width: 539px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #1e2426;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  flex-shrink: 0;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr:hover {
  background-color: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr:hover svg path {
  fill: #1e2426;
}

.card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr:focus::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #1e2426;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

@media (max-width: 1259.98px) {
  .card-section.slider-section .section-header .nav-arrows {
    display: none;
  }

  .card-section .swiper-wrapper {
    flex-direction: column;
  }

  .card-section .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child {
    flex: none;
    padding: 0 40px 0 0;
  }

  .card-section .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-title,
  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-title {
    max-width: 100%;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-title br {
    display: none;
  }

  .card-section.slider-section .tablet-pag-wrap {
    margin-top: 0px;
  }

  .card-section.slider-section .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .card-section.slider-section .slider-section-inner {
    padding: 24px 24px 60px;
  }

  .card-section .swiper-wrapper {
    flex-direction: inherit;
    flex-wrap: unset;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child .card .card-img {
    flex: 0 0 417px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-img {
    padding: 0;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-img .card-meta {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 0 24px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-img img {
    width: 342px;
    height: 342px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-meta {
    display: none !important;
  }

  .card-section .swiper-wrapper .swiper-slide,
  .card-section .swiper-wrapper .swiper-slide:first-child {
    width: 100% !important;
    padding: 0;
  }

  .card-section .swiper-wrapper .card {
    flex-direction: column;
    overflow: hidden;
  }

  .card-section .swiper-wrapper .swiper-slide {
    border: 0.5px solid #d9d9d9 !important;
    background: #fff;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child .card,
  .card-section .swiper-wrapper .swiper-slide .card {
    gap: 24px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body {
    padding: 0 24px 32px;
    max-width: 100% !important;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-title {
    font-size: 28px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer {
    margin-top: 16px;
  }

  .card-section .swiper-wrapper .swiper-slide:first-child .card .card-body .card-footer span svg {
    width: 76.119px;
    height: 16px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr {
    width: 40px;
    height: 40px;
  }

  .card-section .swiper-wrapper .swiper-slide .card .card-body .card-footer .arr svg {
    width: 24px;
    height: 24px;
  }

  .card-section.slider-section .mobile-nav {
    display: flex !important;
    justify-content: space-between;
    padding: 30px 0 0;
  }

  .card-section.slider-section .mobile-nav .arrow-btn {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  /* .card-section .swiper-wrapper .card {
    flex-direction: column-reverse;
  } */
}

/* Card-section end */

.footer-top {
  background: #e7ff00;
  padding: 110.54px 0;
}

.footer-top .container {
  max-width: 1175px;
}

.footer-top .footer-top-left,
.footer-top .footer-top-right {
  width: 100%;
}

.footer-top .footer-top-left {
  max-width: 445px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-top .footer-top-left svg {
  width: 408px;
  height: 77.148px;
  margin-bottom: 32px;
}

.footer-top .footer-top-left .footer-top-left__heading {
  color: #1e2426;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  margin-bottom: 24px;
}

.footer-top .footer-top-left .footer-top-left__desc {
  color: #1e2426;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 446px;
  margin-bottom: 30px;
}

.footer-top .footer-top-left__cta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-top .footer-top-left__cta .footer-top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
  cursor: pointer;
  /* min-width: 140px; */
}

.footer-top .footer-top-left__cta .footer-top-cta--primary {
  background-color: #1e2426;
  color: #ffffff;
  /* border: 1px solid #fff; */
}

.footer-top .footer-top-left__cta .footer-top-cta--primary:hover {
  background-color: #333333;
  border-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-top .footer-top-left__cta .footer-top-cta--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.footer-top .footer-top-left__cta .footer-top-cta--secondary {
  background-color: transparent;
  border: 1px solid #1e2426;
}

.footer-top .footer-top-left__cta .footer-top-cta--secondary:hover {
  background-color: #1e2426;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-top .footer-top-left__cta .footer-top-cta--secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.footer-top .footer-top-right {
  max-width: 560px;
}

.footer-top-left__cta .wrap-btn {
  position: relative;
  display: inline-flex;
  width: 179px;
  /* height: 46px; */
  gap: 4px;
}

.footer-top-left__cta .btn-footer-cta {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 0;
  width: 179px;
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
  text-decoration: none;
}

.footer-top-left__cta .btn-text {
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #1e2426;
  height: 46px;
}

.footer-top-left__cta .btn-arrow {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background-color: #e7ff00;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z' fill='%231E2426'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1e2426;
}

.footer-top-left__cta .btn-footer-cta:hover {
  background: transparent;
  margin-left: 10px;
}

.footer-top-left__cta .btn-footer-cta:hover .btn-text {
  background: #e7ff00;
  color: #1e2426;
  border: 1px solid #1e2426;
}

.footer-top-left__cta .btn-footer-cta:hover .btn-arrow {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,<svg width='55' height='64' viewBox='0 0 55 64' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z' fill='%23E7FF00' stroke='%231E2426' stroke-width='0.5'/><path d='M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z' fill='%231E2426'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
}

.footer-top-left__cta .btn-footer-cta:focus {
  margin-left: 0;
}

.footer-top-left__cta .btn-footer-cta:focus:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 12px;
  border: 2px solid #1e2426;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}

.footer-top-left__cta .btn-footer-cta:focus .btn-text {
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: #1e2426;
  height: 46px;
}

.footer-top-left__cta .btn-footer-cta:focus .btn-arrow {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background-color: #e7ff00;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z' fill='%231E2426'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1e2426;
}

@media screen and (max-width: 1259.98px) {
  .footer-top {
    background: #e7ff00;
    padding: 174.54px 0 176px;
  }

  .footer-top .footer-top-right img {
    width: 100%;
    max-width: 452px;
    transform: translate(39px, 0px);
  }
}

@media screen and (max-width: 1023.98px) {
  .footer-top {
    background: #e7ff00;
    padding: 59.54px 0 0;
  }

  .footer-top .row {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .footer-top .footer-top-left {
    padding: 0 0 60px;
    max-width: 100%;
  }

  .footer-top .footer-top-right {
    display: flex;
    justify-content: center;
  }

  .footer-top .footer-top-right img {
    max-width: 300px;
    transform: unset;
  }

  .footer-top .footer-top-left svg {
    margin-bottom: 32px;
    width: 310px;
    height: 58.786px;
  }

  .footer-top .footer-top-left .footer-top-left__heading {
    margin-bottom: 13px;
  }

  .footer-top .footer-top-left .footer-top-left__desc {
    max-width: 100%;
  }
}

/* footer section start*/
.footer {
  padding: 31px 0;
  text-align: center;
  background: #1e2426;
}

.footer .container {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .container::before,
.footer .container::after {
  display: none;
}

.footer .copyright {
  color: #969696;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin-top: 16px;
}

.footer-links a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  margin-right: 12px;
  position: relative;
}

.footer-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 2px;
  width: 1px;
  height: 15px;
  background: #757575;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1023.98px) {
  .footer .container {
    flex-direction: column-reverse;
  }

  .footer .copyright {
    text-align: center;
  }

  .hidden-separator {
    display: none;
  }

  .footer-logos {
    margin-bottom: 20px;
  }

  .footer-links a {
    margin: 0 4px;
  }

  .footer-links a:first-child::after,
  .footer-links a:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-logos {
    margin-bottom: 22px;
  }

  .footer-links {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    max-width: 328px;
    margin: 0 auto;
  }

  .footer-links a {
    margin: 0 8px 8px;
  }

  .footer .copyright {
    margin-top: 8px;
  }

  .footer-links a:first-child::after,
  .footer-links a:nth-child(2)::after {
    display: none;
  }

  .footer-links a:not(:last-child)::after {
    top: 0;
  }
}

/* footer section ends*/

/* form style start */
/*///
  ////// MODAL //////////
  /////*/
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mfp-wrap ::-moz-selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap ::selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap h5,
.mfp-wrap h6,
.mfp-wrap p {
  margin: 0;
}

.mfp-wrap h3 {
  font-size: 1.5em;
  margin: 1em 0 0.25em;
  color: #00839b;
}

.mfp-wrap p {
  margin: 0 0 1em;
}

.mfp-wrap .line {
  line-height: 1.1;
}

.mfp-wrap b,
.mfp-wrap strong,
.mfp-wrap .field-label {
  font-weight: 600;
  color: #425363;
}

.mfp-wrap .white-text,
.mfp-wrap .text-white {
  color: #fff !important;
}

.mfp-wrap .clearfix,
.mfp-wrap .org-question,
.mfp-wrap .in-title-nav,
.try-buy-modal.banner-title,
.mfp-wrap .container,
.mfp-wrap .row,
.mfp-wrap .mobile-grid,
.mfp-wrap .page-title .menu,
.mfp-wrap .page-title .subnav,
.mfp-wrap .subnav nav,
.mfp-wrap .subnav .menu,
.mfp-wrap .legend__content,
.mfp-wrap .tech-select__item {
  zoom: 1;
}

.mfp-wrap input {
  line-height: normal;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #c8ced4;
  font-size: 17px;
  padding: 12px 16px;
  color: inherit;
}

.mfp-wrap .onesixth,
.mfp-wrap .onefifth,
.mfp-wrap .onefourth,
.mfp-wrap .view-related-industries .views-row,
.mfp-wrap .view-product-resources .views-row,
.mfp-wrap .onethird,
.mfp-wrap .field-collection-container .field-name-field-speaker,
.mfp-wrap .onehalf,
.mfp-wrap .twothirds,
.mfp-wrap .threefourths,
.mfp-wrap .onethird--nmr,
.mfp-wrap .twothirds--nmr,
.mfp-wrap .onehalf--nmr {
  margin-bottom: 2em;
}

@media (min-width: 38em) {

  .mfp-wrap .onesixth,
  .mfp-wrap .onethird,
  .mfp-wrap .field-collection-container,
  .mfp-wrap .field-name-field-speaker,
  .mfp-wrap .twothirds,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries,
  .mfp-wrap .views-row,
  .mfp-wrap .view-product-resources .views-row,
  .mfp-wrap .onefifth,
  .mfp-wrap .threefourths,
  .mfp-wrap .onehalf,
  .mfp-wrap .onethird--nmr,
  .mfp-wrap .twothirds--nmr,
  .mfp-wrap .onehalf--nmr {
    float: left;
    margin: 0 20px 0 0;
  }

  .mfp-wrap .onehalf,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries .views-row,
  .mfp-wrap .view-product-resources .views-row {
    width: calc(50% - 10px);
    position: relative;
  }
}

.mfp-wrap .clearfix:before,
.mfp-wrap .org-question:before,
.mfp-wrap .in-title-nav:before,
.mfp-wrap .banner-title:before,
.mfp-wrap .container:before,
.mfp-wrap .row:before,
.mfp-wrap .mobile-grid:before,
.mfp-wrap .page-title .menu:before,
.mfp-wrap .page-title .subnav:before,
.subnav nav:before,
.mfp-wrap .subnav .menu:before,
.mfp-wrap .legend__content:before,
.mfp-wrap .tech-select__item:before,
.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  content: " ";
  display: table;
}

.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  clear: both;
}

.last {
  margin-right: 0 !important;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

/*media all*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* IE Buy now setting */

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-thumb {
  -webkit-box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  box-shadow:
    0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  margin-top: -0.5em;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-lower {
  background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-lower {
  background: #ddd;
  border: 0px solid #000101;
  border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-upper {
  background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border: 0px solid #000101;
  border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form select {
  border: 1px solid #c8ced4 !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px !important;
  display: block;
  height: 2.8em;
  padding: 12px !important;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  color: #041e42 !important;
}

.mfp-wrap .hmb {
  margin-bottom: 0.5em;
}

.mfp-wrap .hmt {
  margin-top: 0.5em;
}

.mfp-wrap .btn-large {
  font-size: 1.25em;
  padding: 0.5em 1em;
}

.mfp-wrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mfp-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

button,
.mfp-wrap input[type="button"],
input[type="reset"],
.mfp-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.mfp-wrap .btn,
.mfp-wrapbutton,
.mfp-wrap.mfp-wrap .form-submit,
.mfp-wrap input[type="submit"] {
  height: 56px !important;
  border-radius: 100px !important;
  background: #fff !important;
  border: 2px solid #041e42;
  font-size: 16px;
  font-weight: 700 !important;
  color: #041e42 !important;
  padding: 18px 0px;
  cursor: pointer !important;
  text-decoration: none !important;
}

.btn-primary,
.form-submit,
.mfp-wrap input[type="submit"] {
  color: #fff !important;
  background-color: #00a5b5;
}

.try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
.mfp-wrap input[type="button"].btn-block {
  width: 100%;
}

.mfp-wrap input[type="submit"] {
  background-color: #fff !important;
  color: var(--Accents-Midnight, #041e42) !important;
  width: 100%;
}

.mfp-wrap input[type="submit"]:hover,
.mfp-wrap input[type="submit"]:focus {
  background-color: #d16617;
}

.mfp-wrap small {
  font-size: 0.75em;
}

.mfp-wrap a {
  background: transparent;
  color: #969696;
  text-decoration: none;
}

.mfp-wrap a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.mfp-wrap a:active,
a:hover {
  outline: 0;
}

.mfp-wrap .hidden {
  display: none;
}

.mfp-wrap .textcenter {
  text-align: center;
}

.mfp-wrap .confirmation-box {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--Utility-500, #64748b);
}

.mfp-wrap a.btn,
.mfp-wrap .btn>a {
  font-weight: normal;
}

.mfp-wrap .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.mfp-wrap .btn-2017,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  display: inline-block;
  -webkit-transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  -o-transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  margin: 0 0.1em 0.5em 0.1em;
  padding: 0.5em 1.58em;
  font-size: 1.0625em;
  border-radius: 4px;
}

.mfp-wrap .btn-2017--large,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  padding: 0.75em 2em;
}

.mfp-wrap .btn-2017--orange {
  border: 2px solid #f87b1e;
  background-color: #f87b1e;
  color: #fff;
}

.mfp-wrap .btn-2017--orange:hover {
  background-color: #d16617;
  border-color: #d16617;
  text-decoration: none;
}

.mfp-wrap .mt {
  margin-top: 1em;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap .field-collection-container .field-name-field-event-topic,
.mfp-wrap h5,
.mfp-wrap h6 {
  line-height: 1.2;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #425363;
}

.mfp-wrap h2 {
  font-size: 2.5em;
  margin: 0 0 0.25em;
  color: #00839b;
}

/* MFP */
.mfp-container>.mfp-content {
  margin-top: 2em;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-wrap .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2.5em;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-wrap .mfp-close {
  bottom: -50px;
  right: -11px;
  top: auto;
  color: #fff;
}

button.mfp-close:hover {
  background: transparent;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* Modal */
.mfp-wrap .try-buy-modal {
  position: relative;
  /* width: 100%;
  margin: auto;
  max-width: 620px;
  border: 0px solid #fff;
  padding: 24px 40px 40px 40px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgba(255, 255, 255, 0.96) 100%
  );
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); */
}

.mfp-wrap .try-buy-modal__nav {
  width: 100%;
  border-bottom: 0px solid #005f9b;
}

.mfp-wrap .try-buy-modal__nav a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  background-color: #ffffff;
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px 0 0 0;
}

.mfp-wrap .try-buy-modal__nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: #e9ebed;
}

.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}

.mfp-wrap .try-buy-modal__nav::after {
  display: block;
  content: "";
  clear: both;
}

.mfp-wrap .try-buy-modal__nav a span {
  display: none;
}

.mfp-wrap .try-buy-modal__nav a.js-active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-wrap .try-buy-modal__nav a.js-active {
  color: #041e42;
  font-weight: 700;
}

.mfp-wrap .try-buy-modal__nav a.js-active:after {
  background-color: #041e42;
}

/* .mfp-wrap .js-tab-content {
  display: none;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
} */

.mfp-wrap .try-buy-modal__content {
  /*  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 24px;
  display: none;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important; */
}

.mfp-wrap .js-tab-content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content h3 {
  color: #575757;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mfp-wrap .try-buy-modal__content .tagline {
  display: block;
  color: #00a5b5;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
  color: #77777a;
}

.mfp-wrap .try-buy-modal__form {
  margin-top: 16px;
}

.mfp-wrap .mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.try-buy-modal .content-01 .modal-heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #041e42;
  text-align: center;
  max-width: 449px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0 20px;
}

.try-buy-modal .content-01 p.textcenter {
  max-width: 540px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #415465;
  margin-bottom: 55px;
  position: relative;
}

.try-buy-modal .content-01 p.textcenter::after {
  content: "";
  position: absolute;
  background-image: url(../images/pagi-1.svg);
  width: 36px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  opacity: 0;
}

.mfp-wrap .try-buy-modal__form .error-msg {
  display: none !important;
}

#t-eval-tio-vm-eval-error-msg {
  background: #e24301;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
}

.try-buy-modal .content-01 .form-item {
  position: relative;
}

.try-buy-modal .content-01 .form-item input,
.try-buy-modal .content-01 .form-item select {
  padding: 3px 16px;
  height: 50px;
  border-radius: 9px;
  border: 1.5px solid var(--Utility-300, #cbd5e1);
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #041e42;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.try-buy-modal .content-01 .form-item select option {
  padding: 0px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
}

.try-buy-modal .content-01 .form-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
  overflow: unset;
  width: auto;
  height: auto;
  clip: unset;
  margin: 0px;
  top: 17px;
  left: 11px;
  padding: 0 5px;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.try-buy-modal .content-01 .form-item.focused label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  top: -9px;
  color: #65758c;
}

.try-buy-modal .content-01 .form-item.focused input {
  border: 1.5px solid #94a3b8;
  color: #334155;
}

.try-buy-modal .content-01 .form-item input:focus,
.try-buy-modal .content-01 .form-item select:focus {
  border-color: #0079dd !important;
}

.try-buy-modal input:-webkit-autofill,
.try-buy-modal input:-webkit-autofill:hover,
.try-buy-modal input:-webkit-autofill:focus,
.try-buy-modal input:-webkit-autofill:active,
.try-buy-modal select:-webkit-autofill,
.try-buy-modal select:-webkit-autofill:hover,
.try-buy-modal select:-webkit-autofill:focus,
.try-buy-modal select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #3f4e6e;
}

.try-buy-modal .content-01 .form-item input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

/*input stats*/
.try-buy-modal .content-01 .form-item.blue label {
  color: #0079dd !important;
}

.try-buy-modal .content-01 .form-item.has-error input,
.try-buy-modal .content-01 .form-item.has-error select {
  border: 1.5px solid #e94a6f !important;
}

.try-buy-modal .content-01 .form-item.has-error label {
  color: #e94a6f !important;
}

/* first step */
.first-step.hide {
  display: none;
}

.first-step .clearfix {
  display: block;
}

.first-step .clearfix .onehalf {
  margin: 0 3.6% 0 0;
  width: 48.2%;
}

.first-step .input-errors {
  background: rgba(255, 0, 0, 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: 10px;
  display: none;
}

.first-step .input-errors.active {
  display: block;
}

.first-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ff0000;
  margin-bottom: 0px;
  text-align: left;
}

.first-step .btn-next img {
  display: inline-block;
  -webkit-transform: translate(7px, -2px);
  -ms-transform: translate(7px, -2px);
  transform: translate(7px, -2px);
  position: relative;
  top: 2px;
}

.first-step .btn-next {
  display: block;
  background: #041e42;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: white;
  margin-top: 17px;
  padding: 16px 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  cursor: pointer;
}

@media (hover: hover) {

  .first-step .btn-next:hover,
  .first-step .btn-next:active {
    background: #006bc4;
  }
}

/*second tab*/
.second-step.hide {
  display: none;
}

.second-step {
  margin-top: -39px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-column-gap: 20px;
}

.second-step .second-step-head {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 27px;
}

.second-step .second-step-head .back-arrow {
  color: #041e42;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.second-step .second-step-head .back-arrow svg {
  margin-right: 5px;
  transform: translateY(2px);
}

.second-step .second-step-head .back-arrow:hover {
  cursor: pointer;
}

.second-step .second-step-head .step-no {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
  margin-bottom: 0px;
  display: none;
}

.try-buy-modal .content-01 .second-step .form-item {
  margin-bottom: 20px;
}

/*.try-buy-modal .content-01 .second-step .form-item:nth-child(6),
.try-buy-modal .content-01 .second-step .form-item:nth-child(7) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}*/

.try-buy-modal .content-01 .second-step .input-checkbox {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: 6px;
  margin-bottom: 15px;
}

.try-buy-modal .content-01 .second-step .input-checkbox p {
  margin-bottom: -1px;
  font-weight: 400;
  font-size: 12px;
  line-height: 6px;
  color: #64748b;
  max-width: 540px;
  text-align: left;
  display: inline-block;
}

.try-buy-modal .content-01 .second-step .input-checkbox small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px !important;
  display: inline-block;
  color: #768693;
  text-align: left;
}

.try-buy-modal .content-01 .second-step .input-checkbox a {
  color: #0079dd;
}

.try-buy-modal .content-01 .second-step .wrap-btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-01 .second-step .wrap-btn input {
  background: #041e42;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding: 15px 16px 14px;
  margin-top: 6px;
}

@media (hover: hover) {
  .try-buy-modal .content-01 .second-step .wrap-btn input:hover {
    background: #006bc4;
  }
}

.second-step .input-errors {
  background: rgba(255, 0, 0, 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: -14px;
  margin-bottom: 34px;
  display: none;
}

.second-step .input-errors.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.second-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ff0000;
  margin-bottom: 0px;
  text-align: left;
}

.second-step .input-errors p strong {
  display: none;
}

.second-step .input-errors br:nth-child(2) {
  display: none;
}

@-webkit-keyframes shake {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}

@keyframes shake {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}

/*second tab*/
.try-buy-modal .content-02 .modal-heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 33.6px;
  color: #041e42;
  text-align: center;
  margin: 0px 0 15px;
  max-width: 540px;
}

.try-buy-modal .content-02 .tagline {
  display: none;
}

.try-buy-modal .content-02 p.textcenter {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #415465;
  margin-bottom: 25px;
  max-width: 540px;
}

.try-buy-modal .content-02 p.textcenter strong {
  font-weight: 400 !important;
  color: #425363 !important;
}

.try-buy-modal .content-02 .try-buy-modal__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #425363;
}

.try-buy-modal .content-02 .try-buy-modal__slider .minus-one {
  left: -28px;
  top: -2px;
  font-size: 46px;
  line-height: 0px;
  padding: 0px 0px 10px;
  margin: 0px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  color: #0079dd;
  background: #ffffff;
  border: 0px solid #041e42;
  border-radius: 40px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Crect x='1' y='1' width='39' height='39' rx='19.5' stroke='%23041E42'/%3E%3Cg clip-path='url(%23clip0_22_348)'%3E%3Cpath d='M14.3125 20.5H26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_348'%3E%3Crect width='18' height='18' fill='white' transform='translate(11.5 11.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .minus-one:hover {
    border: 1px solid #0079dd;
  }
}

.try-buy-modal .content-02 .try-buy-modal__slider span {
  font-weight: 700;
  font-size: 56px;
  line-height: 67.2px;
  color: #041c3c;
  margin: 0 9px 0 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.try-buy-modal .content-02 .try-buy-modal__slider .plus-one {
  left: 0px;
  top: -1px;
  font-size: 41px;
  line-height: 0px;
  padding: 0px 0px 9px;
  margin: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  color: #0079dd;
  background: #ffffff;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Crect x='1' y='1' width='39' height='39' rx='19.5' stroke='%23041E42'/%3E%3Cg clip-path='url(%23clip0_22_355)'%3E%3Cpath d='M14.3125 20.5H26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 14.3125V26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_355'%3E%3Crect width='18' height='18' fill='white' transform='translate(11.5 11.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .plus-one:hover {
    border: 1px solid #0079dd;
  }
}

/* .try-buy-modal .content-02 .tio-vm-assets {
  max-width: 540px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 23px 0px 30px;
  background-color: #e9ebed;
  background-image: -o-linear-gradient(#0079dd, #0079dd);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0079dd),
    to(#0079dd)
  );
  background-image: linear-gradient(#0079dd, #0079dd);
  -webkit-appearance: none;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 12px;
} */

/* .try-buy-modal .content-02 input[type="range"]::-webkit-slider-runnable-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
} */
/* 
.try-buy-modal .content-02 input[type="range"]::-moz-range-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
}

.try-buy-modal .content-02 input[type="range"]::-ms-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
}

.try-buy-modal .content-02 input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #ffffff;
}

.try-buy-modal .content-02 input[type="range"]::-moz-range-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #ffffff;
}

.try-buy-modal .content-02 input[type="range"]::-ms-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #ffffff;
}
 */
.try-buy-modal .content-02 .indicators+p.textcenter {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #64748b;
}

.try-buy-modal .content-02 .tio-vm-pricing {
  /* margin-top: -13px; */
  max-width: 540px;
}

.try-buy-modal .content-02 .tio-vm-pricing .clearfix {
  display: block;
}

.try-buy-modal .content-02 .tio-vm-pricing .col-sm-4 {
  padding: 0px;
}

.try-buy-modal .content-02 .tio-vm-pricing label {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #005cb9;
  padding: 9.5px 0px;
  border: 1px solid transparent;
  min-height: unset;
  border-radius: 10px;
  cursor: pointer;
}

.try-buy-modal .content-02 .tio-vm-pricing label br {
  display: none;
}

.try-buy-modal .content-02 .tio-vm-pricing label strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #425363;
  display: block;
  margin-top: 3px;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label {
  background: rgba(0, 121, 221, 0.05);
  border: 1px solid #0079dd;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label strong,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label strong {
  color: #041c3c;
}

.try-buy-modal .content-02 .tio-vm-pricing a {
  height: 56px;
  background: #041e42;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 14.5px 0px;
  display: block;
  border: 0px;
  width: 100%;
  margin: 23px auto 0px;
}

.try-buy-modal .content-02 .tio-vm-pricing a img {
  margin-left: -3px;
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

@media (hover: hover) {
  .try-buy-modal .content-02 .tio-vm-pricing a:hover {
    background: #006bc4;
  }
}

/*second tab form with input states*/
.try-buy-modal .content-02 .tio-vm-contact-info {
  margin-top: -14px;
}

.try-buy-modal .mktoHtmlText {
  width: 100% !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.41667 !important;
  color: #969696;
  margin-bottom: 25px;
  max-width: 100%;
  text-align: left;
  gap: 5px;
  font-family: "Aeonik Pro", sans-serif;
}

/* .try-buy-modal .content-02 .tio-vm-contact-info p::before {
  content: "";
  background-color: #969696;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.5 3.78208C7.64528 3.78208 7.76708 3.83125 7.86542 3.92958C7.96375 4.02778 8.01292 4.14951 8.01292 4.29479C8.01292 4.44021 7.96375 4.56201 7.86542 4.66021C7.76708 4.75854 7.64528 4.80771 7.5 4.80771C7.35472 4.80771 7.23292 4.75854 7.13458 4.66021C7.03625 4.56201 6.98708 4.44021 6.98708 4.29479C6.98708 4.14951 7.03625 4.02778 7.13458 3.92958C7.23292 3.83125 7.35472 3.78208 7.5 3.78208ZM7.08333 6.53854H7.91667V11.5385H7.08333V6.53854ZM7.50271 0C6.46562 0 5.49056 0.196804 4.5775 0.590415C3.66458 0.984027 2.87042 1.5182 2.195 2.19292C1.51958 2.86764 0.98493 3.66111 0.591042 4.57333C0.197014 5.48542 0 6.46007 0 7.49729C0 8.53438 0.196805 9.50944 0.590417 10.4225C0.984028 11.3354 1.51819 12.1296 2.19292 12.805C2.86764 13.4804 3.66111 14.0151 4.57333 14.409C5.48542 14.803 6.46007 15 7.49729 15C8.53438 15 9.50945 14.8032 10.4225 14.4096C11.3354 14.016 12.1296 13.4818 12.805 12.8071C13.4804 12.1324 14.0151 11.3389 14.409 10.4267C14.803 9.51458 15 8.53993 15 7.50271C15 6.46562 14.8032 5.49056 14.4096 4.5775C14.016 3.66458 13.4818 2.87042 12.8071 2.195C12.1324 1.51958 11.3389 0.98493 10.4267 0.591042C9.51458 0.197014 8.53993 0 7.50271 0ZM7.5 0.833334C9.36111 0.833334 10.9375 1.47917 12.2292 2.77083C13.5208 4.0625 14.1667 5.63889 14.1667 7.5C14.1667 9.36111 13.5208 10.9375 12.2292 12.2292C10.9375 13.5208 9.36111 14.1667 7.5 14.1667C5.63889 14.1667 4.0625 13.5208 2.77083 12.2292C1.47917 10.9375 0.833333 9.36111 0.833333 7.5C0.833333 5.63889 1.47917 4.0625 2.77083 2.77083C4.0625 1.47917 5.63889 0.833334 7.5 0.833334Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.5 3.78208C7.64528 3.78208 7.76708 3.83125 7.86542 3.92958C7.96375 4.02778 8.01292 4.14951 8.01292 4.29479C8.01292 4.44021 7.96375 4.56201 7.86542 4.66021C7.76708 4.75854 7.64528 4.80771 7.5 4.80771C7.35472 4.80771 7.23292 4.75854 7.13458 4.66021C7.03625 4.56201 6.98708 4.44021 6.98708 4.29479C6.98708 4.14951 7.03625 4.02778 7.13458 3.92958C7.23292 3.83125 7.35472 3.78208 7.5 3.78208ZM7.08333 6.53854H7.91667V11.5385H7.08333V6.53854ZM7.50271 0C6.46562 0 5.49056 0.196804 4.5775 0.590415C3.66458 0.984027 2.87042 1.5182 2.195 2.19292C1.51958 2.86764 0.98493 3.66111 0.591042 4.57333C0.197014 5.48542 0 6.46007 0 7.49729C0 8.53438 0.196805 9.50944 0.590417 10.4225C0.984028 11.3354 1.51819 12.1296 2.19292 12.805C2.86764 13.4804 3.66111 14.0151 4.57333 14.409C5.48542 14.803 6.46007 15 7.49729 15C8.53438 15 9.50945 14.8032 10.4225 14.4096C11.3354 14.016 12.1296 13.4818 12.805 12.8071C13.4804 12.1324 14.0151 11.3389 14.409 10.4267C14.803 9.51458 15 8.53993 15 7.50271C15 6.46562 14.8032 5.49056 14.4096 4.5775C14.016 3.66458 13.4818 2.87042 12.8071 2.195C12.1324 1.51958 11.3389 0.98493 10.4267 0.591042C9.51458 0.197014 8.53993 0 7.50271 0ZM7.5 0.833334C9.36111 0.833334 10.9375 1.47917 12.2292 2.77083C13.5208 4.0625 14.1667 5.63889 14.1667 7.5C14.1667 9.36111 13.5208 10.9375 12.2292 12.2292C10.9375 13.5208 9.36111 14.1667 7.5 14.1667C5.63889 14.1667 4.0625 13.5208 2.77083 12.2292C1.47917 10.9375 0.833333 9.36111 0.833333 7.5C0.833333 5.63889 1.47917 4.0625 2.77083 2.77083C4.0625 1.47917 5.63889 0.833334 7.5 0.833334Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
} */

.try-buy-modal .content-02 .tio-vm-contact-info p a {
  color: #969696;
  text-decoration: underline;
}

/* .try-buy-modal .content-02 .tio-vm-contact-info form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-column-gap: 20px;
  row-gap: 10px;
  grid-row-gap: 10px;
} */

/* .try-buy-modal .content-02 .tio-vm-contact-info form textarea {
  height: 120px !important;
} */

@media (max-width: 991.98px) {
  .mfp-wrap .try-buy-modal__content {
    padding-top: 21px;
  }

  .try-buy-modal .content-01 .modal-heading {
    margin-bottom: 10px;
  }
}

@media (max-width: 900.98px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767.98px) {
  .mfp-wrap .try-buy-modal__nav a {
    font-size: 14px;
    padding: 16px 15px 15px;
  }

  .mfp-wrap .try-buy-modal__content {
    padding-top: 24px;
  }

  .first-step .btn-next,
  .try-buy-modal .content-02 .tio-vm-pricing a {
    width: 100%;
  }

  .try-buy-modal .content-02 .modal-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .try-buy-modal .content-02 .try-buy-modal__slider span {
    font-size: 40px;
  }

  .try-buy-modal .content-02 .tio-vm-pricing .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mfp-wrap .onehalf {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (max-width: 374.98px) {
  .mfp-wrap .try-buy-modal__nav a {
    padding: 20px 15px 12px;
  }

  .mfp-wrap .try-buy-modal__nav a span {
    right: 15px;
  }
}

.mfp-wrap .btn-link {
  color: #00a5b5;
  background: transparent;
}

.btn:hover,
button:hover,
.form-submit:hover,
input[type="submit"]:hover {
  background-color: #e0e2e4;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-link:hover {
  color: #00839b;
  background: transparent;
}

.btn,
button,
.form-submit,
input[type="submit"] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}

.assets-value {
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  margin: 30px auto;
  color: #425363;
}

input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  clip-path: polygon(9px 0%,
      calc(100% - 9px) 0%,
      100% 50%,
      calc(100% - 9px) 100%,
      9px 100%,
      0% 50%);
  background-color: #2b2f31;
  width: 100%;
  height: 30px;
}

.try-buy-modal__form input,
.try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  width: 100%;
  margin: 12px 0;
  padding: 0 !important;
  border: unset !important;
  font-size: 100% !important;
  overflow: visible;
  /* allow thumb to overflow track */
}

input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  clip-path: polygon(9px 0%,
      calc(100% - 9px) 0%,
      100% 50%,
      calc(100% - 9px) 100%,
      9px 100%,
      0% 50%);
  background-color: #2b2f31;
  width: 100%;
  height: 30px;
  overflow: visible;
  /* allow thumb to overflow */
}

input[type="range"]::-moz-range-track {
  cursor: pointer;
  clip-path: polygon(9px 0%,
      calc(100% - 9px) 0%,
      100% 50%,
      calc(100% - 9px) 100%,
      9px 100%,
      0% 50%);
  background-color: #2b2f31;
  width: 100%;
  height: 30px;
}

input[type="range"]::-webkit-slider-container {
  overflow: visible;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 32px;
  height: 30px;
  margin-top: 0px;
  background-color: #E7FF00;
  clip-path: polygon(30% 0%,
      70% 0%,
      100% 50%,
      70% 100%,
      30% 100%,
      0% 50%);
  border: none;
  position: relative;
  z-index: 2;
}

input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  width: 32px;
  height: 30px;
  background-color: #E7FF00;
  clip-path: polygon(30% 0%,
      70% 0%,
      100% 50%,
      70% 100%,
      30% 100%,
      0% 50%);
  border: none;
}

input[type="range"]:focus {
  outline: none !important;
}

.mfp-wrap .plus-one,
.mfp-wrap .minus-one {
  font-size: 2em;
  padding: 0 0.25em;
  margin: 0 0.5em;
  display: inline;
  top: -0.3em;
  position: relative;
  border: 1px solid #ddd;
}

.mb {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mfp-wrap p {
  margin: 0 0 1em;
}

.col-sm-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 38em) {
  .tio-vm-pricing label {
    min-height: 132px;
  }
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label {
  display: block !important;
  text-align: center;
  border: 3px solid #ececec;
  padding: 1em 2em;
  width: 100%;
  min-height: none;
}

.tio-option {
  display: none;
}

.mfp-wrap .mt2 {
  margin-top: 2em;
}

.tio-vm-price-two-years-discount,
.tio-vm-price-three-years-discount {
  color: #f87b1e;
}

.try-buy-modal__content p,
.try-buy-modal__content strong {
  color: #77777a;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover strong {
  color: #fff;
}

.indicators {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 30em;
  position: relative;
  height: 0.5em;
  background-image: -o-linear-gradient(left,
      transparent 50%,
      #aaa 50%,
      #aaa 51%,
      transparent 51%);
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, transparent),
      color-stop(50%, #aaa),
      color-stop(51%, #aaa),
      color-stop(51%, transparent));
  background-image: linear-gradient(90deg,
      transparent 50%,
      #aaa 50%,
      #aaa 51%,
      transparent 51%);
  background-size: 10%;
  z-index: -1;
}

.mt4 {
  margin-top: 4em;
}

.kilo {
  font-size: 1.25em;
}

.try-buy-modal__form .tio-vm-contact-info label {
  display: none !important;
}

.btn[disabled],
.btn.disabled,
button[disabled],
button.disabled,
.form-submit[disabled],
.form-submit.disabled,
input[type="submit"][disabled],
input[type="submit"].disabled {
  cursor: default;
  opacity: 0.375;
}

@media (max-width: 767px) {
  .mfp-wrap .try-buy-modal {
    /* padding: 0px 20px 44px 20px; */
  }

  .try-buy-modal .content-01 .modal-heading {
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .try-buy-modal .content-01 p.textcenter {
    font-size: 14px;
  }

  .first-step .clearfix .onehalf {
    margin: 0;
    width: 100%;
  }
}

.badges-wrapper.desk-only img {
  max-width: 160px;
  width: 100%;
}

/* form style ends */

/* Popup for Image */
.open-lightbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  height: 60px;
  width: 60px;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.open-lightbox-btn:hover,
.open-lightbox-btn:active,
.open-lightbox-btn:focus {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.2;
}

.open-lightbox-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

/* popup */
.lightbox-opened-mask.img {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.lightbox-opened.img {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: auto;
  top: 0px;
  left: 0px;
  padding: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.lightbox-opened.img .lightbox-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.lightbox-opened.img .main-img {
  max-height: -o-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.lightbox-opened.img .close {
  position: absolute;
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -48px;
  padding: 0;
  top: -48px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.lightbox-opened.img .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.lightbox-opened.img .close:focus {
  outline: none;
}

.lightbox-opened.img .close img {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: auto;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 991.98px) {
  .lightbox-opened.img .close {
    right: -41px;
  }
}

@media screen and (max-width: 767.98px) {
  .lightbox-opened.img .close {
    max-width: 48px;
    max-height: 48px;
    right: 16px;
    top: 16px;
    position: fixed;
  }

  .lightbox-opened.img .close img {
    width: 30px;
    height: 30px;
  }

  .lightbox-opened.img {
    padding: 0 0 0 16px;
  }

  .lightbox-opened.img .lightbox-inner {
    overflow-x: scroll;
  }

  .lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 172px);
    max-height: calc(100vh - 172px);
    max-width: none;
    margin-right: 16px;
  }
}

@media screen and (max-device-width: 767.98px) and (orientation: landscape) {
  .lightbox-opened.img .lightbox-inner {
    overflow-x: initial;
  }

  .lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }

  .lightbox-opened.img .close {
    position: absolute;
    top: -12px;
    right: 5px;
    max-width: 25px;
    max-height: 25px;
  }

  .lightbox-opened.img .close img {
    width: 30px;
    height: 30px;
  }
}

/* Buy Now Form CSS */
.bn-content .content-02 p {
  max-width: 100% !important;
}

.bn-content .content-02 p>strong {
  color: #fff !important;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-label,
.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-labe.tio-vm-price-two-years {
  color: white !important;
}

.bn-content .content-02 hr {
  border-color: #5b6062 !important;
  margin-bottom: 30px !important;
}

.bn-content .content-02 div hr {
  border: none;
  border-top: 1px solid #1e2426;
  height: 0;
  /* margin: 1em 0 !important; */
  overflow: visible;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls {
  display: flex;
  align-items: center;
  transform: translate(-19px, 0px);
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls .btn {
  left: 0;
  top: 0;
  background-color: #0000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 40px !important;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls .btn:hover {
  border-color: #e7ff00 !important;
  background-color: #e7ff00 !important;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls .btn:hover svg path {
  fill: #1e2426 !important;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls .btn.invisible {
  opacity: 0.3;
  pointer-events: none;
}

.bn-content .content-02 .try-buy-modal__form .try-buy-modal__slider .try-buy-modal__slider-controls .plus-one {
  left: -10px !important;
}

.bn-content .content-02 .try-buy-modal__form .assets-value {
  color: #fff !important;
  display: flex;
  justify-content: end;
}

.bn-content .content-02 .try-buy-modal__form .textcenter {
  text-align: left !important;
  color: #fff !important;
}

.bn-content .content-02 .try-buy-modal__form .clearfix {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  margin-bottom: 20px;
}

.bn-content .content-02 .try-buy-modal__form .clearfix:before {
  display: none;
}

.bn-content .content-02 .try-buy-modal__form .clearfix .col-sm-4 {
  width: 100% !important;
  /* margin-bottom: 10px; */
}

.bn-content .content-02 .try-buy-modal__form .tio-vm-pricing label {
  font-size: 14px;
  color: #fff;
  min-height: unset;
  cursor: pointer;
  cursor: pointer;
  background-color: #1e2426;
  border: 1px solid #5b6062;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
  text-align: left;
  display: flex !important;
  border-radius: unset;
}

.bn-content .content-02 .try-buy-modal__form .tio-vm-pricing label strong {
  color: #fff;
  font-size: 14px;
}

.bn-content .content-02 .try-buy-modal__form .clearfix .col-sm-4 .radio-indicator {
  border: 1px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 0;
  display: block;
  position: relative;
}

.bn-content .content-02 .try-buy-modal__form .clearfix .col-sm-4 .radio-indicator::after {
  content: "";
  background-color: #fff;
  opacity: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: opacity 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bn-content .content-02 .try-buy-modal__form .tio-vm-pricing label input:checked~.radio-indicator:after {
  opacity: 1;
}

.bn-content .content-02 .try-buy-modal__form .tio-vm-pricing label:has(input:checked) {
  border-color: #e7ff00;
}

/* .bn-content .content-02 .try-buy-modal__form .tio-vm-pricing .tio-option {
  display: block;
} */

/* Range */
/* .try-buy-modal .content-02 .tio-vm-assets[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  width: 100%;
  margin: 12px 0;
}

.try-buy-modal .content-02 .tio-vm-assets[type="range"]:focus {
  outline: none;
} */

/* .try-buy-modal
  .content-02
  .tio-vm-assets[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  clip-path: polygon(
    9px 0%,
    calc(100% - 9px) 0%,
    100% 50%,
    calc(100% - 9px) 100%,
    9px 100%,
    0% 50%
  );
  background-color: #2b2f31;
  width: 100%;
  height: 30px;
} */

/* .try-buy-modal .content-02 .tio-vm-assets[type="range"]::-moz-range-track {
  cursor: pointer;
  clip-path: polygon(
    9px 0%,
    calc(100% - 9px) 0%,
    100% 50%,
    calc(100% - 9px) 100%,
    9px 100%,
    0% 50%
  );
  background-color: #2b2f31;
  width: 100%;
  height: 30px;
} */

/* .try-buy-modal .content-02 .tio-vm-assets[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 32 30'%3E%3Cpath d='M9.5 0.5 L22.5 0.5 L31.5 15 L22.5 29.5 L9.5 29.5 L0.5 15 Z' fill='%23E7FF00' stroke='black' stroke-width='1' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.try-buy-modal .content-02 .tio-vm-assets[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 32 30'%3E%3Cpath d='M9.5 0.5 L22.5 0.5 L31.5 15 L22.5 29.5 L9.5 29.5 L0.5 15 Z' fill='%23E7FF00' stroke='black' stroke-width='1' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 0;
} */