@font-face {
  font-family: "Volta-75Bold";
  src: url("../fonts/VoltaModernDisplayWeb-75Bold.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-75Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta-55Roman";
  src: url("../fonts/VoltaModernDisplayWeb-55Roman.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-55Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta-45Light";
  src: url("../fonts/VoltaModernDisplayWeb-45Light.woff2") format("woff2"), url("../fonts/VoltaModernDisplayWeb-45Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.thanks-content h2, .faq-sec .collapse-sec .collapse-list h3, .tabber-sec ul.tab-list li > h3, .info-block-full .info-block-content h2, .lang-option select.lang-select, h3.sec-heading, h2.sec-heading, .btn-nav, strong, h1, h2, h3, h4, h5, h6 {
  font-family: "Volta-75Bold";
}

.input-box .input-text h4, .faq-sec .collapse-sec .collapse-list .collapse-content p a, .main-nav li a, .top-cta .btn-nav, h3.sec-heading-secondary, .btn-blue, .btn, p, .subtitle, input:not([type=checkbox]):not([type=radio]), select, textarea, body {
  font-family: "Volta-55Roman";
}

.faq-sec .collapse-sec .collapse-list .collapse-content {
  font-family: "Volta-45Light";
}

.thanks-content.ht-2, .email-opt-out-form, .input-box .input-text, .input-box, .footer .footer-seal-block, .header .header-content, .flex, .clearfix, .inner-space, .inner-space-small, .row {
  display: flex;
  flex-wrap: wrap;
}

.tabber-sec ul.tab-list li > h3, .footer .footer-nav-block .footer-nav li a, .header .header-content, .header, .btn-nav, .btn-blue, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-nav, .btn-blue, .btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 640px) {
  .btn-nav, .btn-blue, .btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

/** reset **/
a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

input, select, textarea, button {
  outline: none;
  border: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 66px;
  }
}
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 50px;
  }
}

form button {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto; /** remove scroller in IE **/
  min-height: 200px;
}

select::-ms-expand {
  display: none; /** IE fix **/
}

select {
  background-image: url(../images/full-arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 15px top 20px;
  padding-right: 40px;
  border-radius: 50px;
  height: auto;
  width: auto;
}
@media (max-width: 640px) {
  select {
    background-position: right 15px top 13px;
  }
}
@media (min-width: 768px) {
  select {
    background-position: right 15px top 12px;
  }
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  outline: none;
}

::placeholder {
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

/** hide placeholder text on focus **/
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

label {
  display: block;
  color: #000;
  margin-bottom: 7px;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  margin: 30px 0;
}

:where(ul[class]) {
  list-style-type: none;
}

:where(ul:not(:last-child)) {
  margin-bottom: 40px;
}

ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 15px;
}
ul li {
  margin-left: 20px;
}

h1 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 24px;
  color: #002068;
}
@media (max-width: 640px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
  color: #002068;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #002068;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

.subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 26.4px;
}
.subtitle.show-md {
  color: #002068;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

p:not(:last-child) {
  margin-bottom: 25px;
}

p a, li a {
  color: #002068;
  word-break: break-word;
  text-decoration: underline;
}
p a:hover, li a:hover {
  color: #0460A9;
  text-decoration: none;
}

.color-blue {
  color: #0460A9;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) { /** IE 9 and above fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
sup {
  font-size: 65%;
  line-height: 1;
}

.grey-back {
  background-color: #F2F2F4;
}

.white-back {
  background-color: #fff;
}

.white-text {
  color: #fff;
}

.btn {
  font-weight: 700;
  color: #002068;
  border-color: #002068;
  background-color: #fff;
}
.btn:hover {
  color: #fff;
  background-color: #002068;
}

.btn-blue {
  color: #fff;
  background-color: #002068;
}
.btn-blue:hover {
  color: #0460A9;
  background-color: #fff;
}

.btn-nav {
  color: #fff;
  background-color: #0460A9;
}
.btn-nav:hover {
  color: #0460A9;
  background-color: #fff;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container .container-small, .container .container-med {
  padding-left: 0;
  padding-right: 0;
}

.container-med {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 768px) {
  .container-med {
    max-width: 768px;
  }
}

.container-small {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 768px) {
  .container-small {
    max-width: 640px;
  }
}

.block-md {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .block-md {
    max-width: 930px;
  }
}

.row {
  margin-left: -30px;
  margin-right: -30px;
  flex-grow: 1;
}
.row .col, .row [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
  flex-grow: 1;
}

.inner-space, .inner-space-small {
  padding-top: 40px;
  padding-bottom: 40px;
  flex-grow: 1;
}

@media (max-width: 640px) {
  .inner-space-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 820px) {
  .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 640px) {
  .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-two-third {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 820px) {
  .md-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .xs-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.clearfix {
  width: 100%;
}

.p-relative {
  position: relative;
  z-index: 2;
}

.d-block {
  display: block;
}

@media (max-width: 820px) {
  .d-block-md {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: #0460A9;
}

.secondary-color {
  color: #002068 !important;
}

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

@media (min-width: 821px) {
  .text-center-lg {
    text-align: center;
  }
}

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

.font-large {
  font-size: 20px;
}
@media (min-width: 768px) {
  .font-large {
    font-size: 23px;
  }
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.w-100 {
  width: 100% !important;
}

.w-450 {
  max-width: 100%;
}
@media (min-width: 641px) {
  .w-450 {
    width: 450px !important;
  }
}

.mb-50 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .pr-120 {
    padding-right: 120px;
  }
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.bg-grey {
  background-color: #F2F2F4;
}

@media (min-width: 768px) {
  .bg-grey-lg {
    background-color: #F2F2F4;
  }
}

@media (max-width: 767px) {
  .bg-grey-md {
    background-color: #F2F2F4;
  }
}

.text-xs {
  font-size: 12px;
  line-height: 15px;
}

.text-small {
  font-size: 14px;
  line-height: 17px;
}

.notes-font-size {
  font-size: 17px;
}
.notes-font-size a {
  color: inherit;
  text-decoration: none;
}

.text-block:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.text-block h2.sec-heading {
  color: #000;
}
.text-block ul.dotted-list {
  margin-left: 0;
}

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ul.dotted-list {
  margin-left: 10px;
}
ul.dotted-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.dotted-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.dotted-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
}
@media (min-width: 641px) {
  ul.dotted-list {
    margin-left: 30px;
  }
  ul.dotted-list > li {
    margin-bottom: 17px;
  }
}

ul.num-list {
  margin-left: 20px;
  counter-reset: numCounter;
}
ul.num-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.num-list > li {
  counter-increment: numCounter;
  padding-left: 5px;
  position: relative;
  margin-bottom: 10px;
}
ul.num-list > li::marker {
  content: counter(numCounter) ") ";
}
@media (min-width: 641px) {
  ul.num-list > li {
    margin-bottom: 17px;
  }
}

@media (min-width: 641px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: none !important;
  }
}
h2.sec-heading {
  font-size: 28px;
  color: #0460A9;
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  h2.sec-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 821px) {
  h2.sec-heading {
    font-size: 35px;
  }
}

h3.sec-heading {
  color: #CCCCCC;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  h3.sec-heading {
    font-size: 21px;
  }
}

h3.sec-heading-secondary {
  line-height: 1.45;
}
h3.sec-heading-secondary:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  h3.sec-heading-secondary {
    font-size: 21px;
  }
}

.heading-group {
  margin: 0 auto 25px;
}
.heading-group h2.sec-heading {
  margin-bottom: 10px;
}
@media (min-width: 821px) {
  .heading-group {
    max-width: 640px;
  }
}

/** video responsive style: Youtube and Vimeo **/
.video-section > img {
  width: 100%;
  display: block;
}

.video-placeholder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-placeholder iframe, .video-placeholder object, .video-placeholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** video responsive style: Youtube and Vimeo: end **/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 5px 12px -4px #d4d4d4;
}
.header .header-content {
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.header .logo {
  line-height: 1;
}
@media (max-width: 640px) {
  .header .logo {
    max-width: 250px;
  }
}
.header .logo a, .header .logo img {
  display: block;
}
.header .nav-holder {
  display: none;
}
@media (min-width: 1320px) {
  .header .nav-holder {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
  }
}
@media (max-width: 1319px) {
  .header .nav-holder {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  }
}

.lang-option {
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
}
@media (max-width: 1319px) {
  .lang-option {
    padding: 20px 0;
  }
}
@media (min-width: 1320px) {
  .lang-option {
    display: flex;
    margin-left: 18px;
  }
}
.lang-option > h4 {
  font-size: 15px;
  font-weight: normal;
}
.lang-option > h4 img, .lang-option > h4 span {
  display: inline-block;
  vertical-align: middle;
}
.lang-option > h4 span {
  padding-top: 1px;
}
.lang-option select.lang-select {
  margin: 0 0 0 5px;
  border: none;
  border-left: 1px solid #0460A9;
  border-radius: 0;
  padding: 0 15px 1px 5px;
  width: auto;
  font-size: 15px;
  line-height: 1;
  height: auto;
  background-color: transparent;
  background-image: url(../images/lang-arrow.png);
  background-repeat: no-repeat;
  background-position: top 5px right 1px;
}

@media (min-width: 1320px) {
  .top-cta {
    margin-left: 18px;
  }
}
@media (max-width: 1319px) {
  .top-cta {
    padding: 16px 0 14px;
  }
}
.top-cta .btn-nav {
  font-size: 14px;
  padding: 8px 20px;
}

/** navigation style **/
.main-nav li {
  display: inline-block;
  text-align: center;
}
.main-nav li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 35px 14px;
  color: #000;
}
.main-nav li a:hover {
  background-color: #F2F2F4;
}
@media (max-width: 640px) {
  .main-nav li a {
    padding: 10px 0px;
  }
}
@media (max-width: 640px) {
  .main-nav li {
    width: 100%;
    margin-left: 0;
  }
}

.nav-trigger {
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1320px) {
  .nav-trigger {
    display: none;
  }
}
@media (max-width: 640px) {
  .nav-trigger {
    margin-left: 0;
  }
}
.nav-trigger > div {
  width: 26px;
}
.nav-trigger > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
.nav-trigger > div > span:nth-child(1) {
  transform: translateY(-6px);
}
.nav-trigger > div > span:nth-child(3) {
  transform: translateY(6px);
}
.nav-trigger.active > div > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-trigger.active > div > span:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}
.nav-trigger.active > div > span:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

/** navigation style end **/
/** footer style **/
.footer {
  position: relative;
  background-color: #002068;
  color: #fff;
  padding: 40px 0;
}
.footer p, .footer a {
  color: #fff;
  font-size: 14px;
}
.footer p:hover, .footer a:hover {
  color: #fff;
}
.footer .footer-title {
  margin-bottom: 50px;
  color: #fff;
}
.footer .footer-title h2 {
  color: #fff;
}
.footer .footer-content {
  padding: 0 0 40px 0;
  justify-content: space-between;
  font-size: 14px;
}
.footer .footer-content .footer-columns:nth-of-type(2) {
  text-align: right;
}
@media (max-width: 640px) {
  .footer .footer-content .footer-columns:nth-of-type(2) {
    text-align: left;
    padding-top: 10px;
  }
}
.footer .footer-content .footer-columns img {
  margin-bottom: 50px;
}
@media (min-width: 821px) {
  .footer .footer-content {
    align-items: flex-end;
  }
}
.footer .footer-nav-block p:not(:last-child) {
  margin-bottom: 15px;
}
.footer .footer-nav-block p {
  font-size: 12px;
}
.footer .footer-nav-block .footer-nav {
  padding-top: 7px;
}
.footer .footer-nav-block .footer-nav li {
  margin-bottom: 5px;
}
.footer .footer-nav-block .footer-nav li:last-child {
  margin-bottom: 0;
}
.footer .footer-nav-block .footer-nav li a {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.footer .footer-nav-block .footer-nav li a:hover {
  color: #002068;
}
.footer .footer-center-block {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}
.footer .footer-center-block p {
  font-size: 12px;
}
.footer .footer-seal-block {
  flex-direction: column;
}
.footer .footer-seal-block .seal-images {
  text-align: right;
}
.footer .footer-seal-block .seal-images img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100px;
}
.footer .footer-seal-block .seal-images img + img {
  margin-left: 15px;
}

@media (min-width: 821px) {
  .footer .footer-nav-block {
    order: 1;
  }
  .footer .footer-center-block {
    order: 2;
  }
  .footer .footer-seal-block {
    order: 3;
    align-items: flex-end;
  }
  .footer .footer-seal-block .seal-images {
    margin-bottom: 25px;
  }
  .footer .footer-seal-block .sponsor {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1023px) {
  .footer .footer-seal-block .sponsor {
    flex-wrap: nowrap;
  }
}
/** footer style end **/
.page-banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right -120px;
  background-size: cover;
}
.page-banner .black-gradient {
  position: absolute;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  color: #000000;
}
.page-banner .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-banner .container .banner-content {
  max-width: 500px;
  position: absolute;
  z-index: 9999;
  margin-left: 40px;
}
@media (max-width: 640px) {
  .page-banner .container .banner-content {
    margin-top: 320px;
    margin-left: 0;
    max-width: 300px;
  }
}
.page-banner .container .banner-content-mob p {
  color: #0460A9;
  font-size: 17px;
  line-height: 24px;
}
.page-banner .container .banner-content-mob h1 {
  color: #002068;
}
@media (max-width: 640px) {
  .page-banner .container .banner-content-mob {
    margin-top: 20px;
    margin-left: 0;
    max-width: 330px;
  }
}
.page-banner.mob-banner-under {
  height: auto;
  margin-bottom: 40px;
}
.page-banner.mob-banner-under .container {
  height: auto;
}
@media (min-width: 1025px) {
  .page-banner {
    background-position: top right;
  }
}
@media (max-width: 640px) {
  .page-banner {
    background-position: top center;
  }
}
.page-banner .container {
  position: relative;
}
.page-banner .banner-mob-img img {
  display: block;
  width: 100%;
}

.general-block {
  padding: 40px 0 0 0;
}

@media (min-width: 991px) {
  .content-sec .left-content {
    padding-right: 8.5%;
  }
}
@media (max-width: 820px) {
  .content-sec .right-content {
    padding: 0;
  }
  .content-sec .right-content figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-sec .right-content figure img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 821px) {
  .content-sec .right-content {
    order: 2;
  }
}
@media (max-width: 640px) {
  .content-sec .right-content figure {
    margin-top: 20px;
  }
}
.content-sec .right-content figure img {
  display: block;
  margin: 0 auto;
}
.content-sec .show-md figure {
  margin: 20px 0;
}

.info-block-full {
  position: relative;
  background: url(../images/full-info-bg.png) no-repeat bottom center;
  background-size: cover;
  padding: 0;
}
@media (min-width: 768px) {
  .info-block-full {
    text-align: center;
  }
}
.info-block-full .block-md {
  margin: 0 auto;
}
.info-block-full .info-block-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 9px;
  padding: 25px 10%;
}
@media (max-width: 1024px) {
  .info-block-full .info-block-content {
    margin: 0 30px;
    padding: 25px;
  }
}
.info-block-full .info-block-content h2 {
  color: #0460A9;
  padding: 0 12.5%;
}
.info-block-full .info-block-content p {
  font-size: 28px;
}
@media (max-width: 767px) {
  .info-block-full {
    padding-bottom: 150px;
    background-position: bottom left -30px;
  }
  .info-block-full .info-block-content h2 {
    padding: 0;
    margin-bottom: 10px;
  }
  .info-block-full .info-block-content p {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .info-block-full {
    background-position: bottom left 25%;
  }
  .info-block-full .info-block-content {
    margin: 0 25px;
    padding: 20px;
  }
  .info-block-full .info-block-content h2 {
    font-size: 27px;
  }
  .info-block-full .info-block-content p {
    font-size: 20px;
  }
}

@media (min-width: 821px) {
  .trial-purpose-sec .trial-purpose-right {
    order: 2;
  }
  .trial-purpose-sec .trial-purpose-img {
    padding-right: 5%;
  }
}
@media (max-width: 820px) {
  .trial-purpose-sec .inner-space {
    padding-bottom: 0;
  }
  .trial-purpose-sec .trial-purpose-img {
    padding: 40px 0 0;
  }
  .trial-purpose-sec .trial-purpose-img figure img {
    display: block;
    width: 100%;
  }
}

.icons-sec {
  padding: 40px 0;
}
.icons-sec .icon-heading {
  margin-bottom: 20px;
}
.icons-sec .icon-block-holder {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .icons-sec .icon-block-holder {
    flex-wrap: wrap;
  }
}
.icons-sec .icon-block-holder .icon-block {
  padding-right: 100px;
}
@media (max-width: 640px) {
  .icons-sec .icon-block-holder .icon-block {
    padding-right: 0;
  }
}
.icons-sec .icon-block-holder .icon-block.col-4 {
  padding-right: 30px;
}
.icons-sec .icon-block-holder .icon-block.col-4:last-child {
  padding-right: 0;
}
.icons-sec .icon-block-holder .icon-block figure {
  padding: 20px 0;
}
.icons-sec .icon-block-holder .icon-block.icon-fancy {
  margin-bottom: 20px;
  padding-right: 30px;
}
.icons-sec .icon-block-holder .icon-block.icon-fancy figure {
  background-color: #F2F2F4;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.icons-sec .icon-block-holder .icon-block.icon-fancy:last-child {
  padding-right: 0;
}

.columns-sec {
  padding: 40px 0;
}
.columns-sec .column-block-holder {
  display: flex;
  gap: 60px;
}
@media (max-width: 640px) {
  .columns-sec .column-block-holder {
    flex-wrap: wrap;
  }
}
.columns-sec .column-block-holder .flex-2, .columns-sec .column-block-holder .flex-3, .columns-sec .column-block-holder .flex-4, .columns-sec .column-block-holder .flex-5 {
  flex: 1;
}
@media (max-width: 640px) {
  .columns-sec .column-block-holder .flex-2 {
    flex: unset;
  }
}
.columns-sec .column-block-holder figure {
  margin-bottom: 20px;
}
.sw-privacy ol {
  margin-bottom: 40px;
}
.sw-privacy ol li {
  margin-left: 20px;
  padding-left: 5px;
}

/** tabber-sec style **/
.tabber-sec {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 821px) {
  .tabber-sec {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.tabber-sec ul.tab-list {
  margin-bottom: 0;
}
.tabber-sec ul.tab-list li {
  list-style: none;
}
.tabber-sec ul.tab-list li > h3 {
  position: relative;
  color: #fff;
  background-color: #0460A9;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 821px) {
  .tabber-sec ul.tab-list {
    display: flex;
    width: 100%;
  }
  .tabber-sec ul.tab-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tabber-sec ul.tab-list li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .tabber-sec ul.tab-list li > h3 {
    font-size: 21px;
    text-align: center;
    height: 100%;
  }
  .tabber-sec ul.tab-list li > h3:hover {
    background-color: #fff;
  }
  .tabber-sec ul.tab-list li > h3.active {
    color: #000;
    background-color: #fff;
  }
  .tabber-sec ul.tab-list li > h3.active:hover {
    background-color: #fff;
  }
  .tabber-sec ul.tab-list li > h3 .collapse-arrow {
    display: none;
  }
}
@media (max-width: 820px) {
  .tabber-sec ul.tab-list li {
    border-radius: 5px;
    overflow: hidden;
  }
  .tabber-sec ul.tab-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .tabber-sec ul.tab-list li > h3 {
    font-size: 21px;
    padding: 10px 40px 10px 15px;
  }
  .tabber-sec ul.tab-list li > h3 .collapse-arrow {
    top: 23px;
  }
  .tabber-sec ul.tab-list li > h3 .collapse-arrow:before, .tabber-sec ul.tab-list li > h3 .collapse-arrow:after {
    background-color: #fff;
  }
  .tabber-sec ul.tab-list li > h3.active .collapse-arrow:after {
    transform: rotate(0deg);
  }
}
@media (max-width: 640px) {
  .tabber-sec ul.tab-list li > h3 {
    font-size: 20px;
  }
}
.tabber-sec .tab-content-holder {
  padding: 20px 40px 30px;
  background-color: #fff;
}
@media (max-width: 820px) {
  .tabber-sec .tab-content-holder {
    display: none;
  }
}
.tabber-sec .tab-content-holder .tab-list-content {
  display: none;
  font-size: 23px;
}
.tabber-sec .mob-tab-content {
  display: none;
}
@media (max-width: 820px) {
  .tabber-sec .mob-tab-content {
    background-color: #fff;
    padding: 15px;
  }
}

/** tabber-sec style end **/
.expect-collapse-sec .collapse-holder h2.sec-heading {
  margin-bottom: 5px;
}
.expect-collapse-sec .collapse-sec {
  margin-bottom: 35px;
}
.expect-collapse-sec .collapse-sec .collapse-list {
  border-radius: 30px;
  border: 1px solid #000;
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 640px) {
  .expect-collapse-sec .collapse-sec .collapse-list {
    font-size: 20px;
    padding: 20px;
    width: 100%;
  }
}
.expect-collapse-sec .collapse-sec .collapse-list h3 {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .expect-collapse-sec .collapse-sec .collapse-list h3 {
    margin-right: 20px;
  }
}
.expect-collapse-sec .collapse-sec .collapse-list .collapse-content {
  margin-top: 20px;
}

.collapse-sec {
  position: relative;
}
.collapse-sec .collapse-list {
  position: relative;
}
.collapse-sec .collapse-list:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  .collapse-sec .collapse-list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.collapse-sec .collapse-list .collapse-content {
  display: none;
}
.collapse-sec .collapse-list h3 {
  position: relative;
  cursor: pointer;
}

.collapse-arrow {
  display: block;
  position: absolute;
  right: 30px;
}
.collapse-arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/arrow-up.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
  margin-top: -5px;
}
@media (max-width: 640px) {
  .collapse-arrow:after {
    margin-left: 20px;
  }
}
.collapse-arrow.open:after {
  background-image: url("../images/arrow-down.png");
}

/** faq-sec style **/
.faq-sec .collapse-sec {
  margin-bottom: 40px;
}
.faq-sec .collapse-sec .collapse-list {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
}
.faq-sec .collapse-sec .collapse-list h3 {
  font-size: 18px;
  color: #CCCCCC;
  padding: 10px 60px 10px 15px;
}
.faq-sec .collapse-sec .collapse-list h3 .collapse-arrow {
  width: 22px;
  height: 22px;
  background-color: #0460A9;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
}
.faq-sec .collapse-sec .collapse-list h3 .collapse-arrow:before, .faq-sec .collapse-sec .collapse-list h3 .collapse-arrow:after {
  background-color: #fff;
  height: 1px;
}
@media (max-width: 640px) {
  .faq-sec .collapse-sec .collapse-list h3 {
    padding: 10px 50px 10px 15px;
  }
  .faq-sec .collapse-sec .collapse-list h3 .collapse-arrow {
    right: 15px;
  }
}
.faq-sec .collapse-sec .collapse-list .collapse-content {
  font-size: 17px;
  line-height: 1.5;
  padding: 15px;
  border-top: 1px solid #000;
}
/** faq-sec style end **/
/** INPUT RADIO & CHECKBOX STYLE **/
.control {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-left: 0;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .control {
    margin-bottom: 20px;
  }
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
}
.control + ul {
  margin-left: 30px;
}
.control + ul li {
  list-style: inside disc;
}
.control + ul li::marker {
  font-size: 14px;
}
.control p {
  font-size: 17px;
  font-weight: normal;
}
@media (min-width: 641px) {
  .control p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .control p {
    font-size: 20px;
  }
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #000;
}
@media (min-width: 641px) {
  .control-indicator {
    top: 2px;
  }
}
.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator {
  border-radius: 4px;
}
.control-checkbox .control-indicator:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.control-radio .control-indicator {
  border-radius: 50%;
}
.control-radio .control-indicator:after {
  left: 2px;
  top: 2px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #000;
}

.input-box {
  flex-grow: 1;
  margin-bottom: 40px;
}
.input-box .input-num-area {
  text-align: center;
  color: #000;
}
.input-box .input-num-area p {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.input-box .input-num-area span {
  font-size: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .input-box .input-num-area {
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
  }
}
@media (min-width: 768px) {
  .input-box .input-num-area {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
  .input-box .input-num-area p {
    font-size: 48px;
  }
  .input-box .input-num-area span {
    font-size: 16px;
  }
}
.input-box .input-text {
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-left: 10px;
}
.input-box .input-text h4 {
  color: #000;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  .input-box .input-text h4 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .input-box .input-text {
    margin-left: 20px;
  }
  .input-box .input-text h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.input-box .form-list {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
}
.input-box .form-list li {
  padding-bottom: 3px;
}

.input-row {
  text-align: left;
  position: relative;
}
.input-row.input-vertical {
  display: flex;
}
.input-row.input-vertical .input-row {
  float: left;
  margin-left: 20px;
}
.input-row.input-vertical .input-row p {
  margin: -20px 20px 0 0;
}
@media (max-width: 640px) {
  .input-row.input-vertical .input-row p {
    margin: -15px 20px 0 0;
  }
}
.input-row .inline-block + .inline-block {
  margin-left: 30px;
}
.input-row > h4 {
  margin-bottom: 4px;
}
.input-row > p {
  padding-left: 35px;
  padding-bottom: 10px;
}
.input-row > h5 {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.input-row input:not([type=checkbox]):not([type=radio]), .input-row select {
  margin-bottom: 0;
}

#cz_submit_form_1_field_zip {
  width: 256px;
}

/** INPUT RADIO & CHECKBOX STYLE END **/
.qualify-form-sec {
  padding-bottom: 40px;
}
.qualify-form-sec .disclosure-intro {
  padding-top: 40px;
}

.qualify-form {
  position: relative;
  padding-bottom: 10px;
}
.qualify-form button {
  margin-top: 25px;
}
@media (min-width: 641px) {
  .qualify-form button {
    margin-top: 40px;
  }
}

.info-form button {
  margin-top: 10px;
}

.form-submit {
  margin-top: 30px;
}

.step-form {
  position: relative;
}
.step-form h2.sec-heading {
  color: #000;
}
.step-form .step {
  margin-bottom: 35px;
}
@media (min-width: 821px) {
  .step-form .step {
    margin-bottom: 50px;
  }
}
.step-form .step.step-1 .control p {
  line-height: 1.5;
}
.step-form .step.step-1 .control-indicator {
  top: 4px;
}
.step-form .step.step-2 .control {
  padding-left: 32px;
}
.step-form .step.step-2 .control p {
  font-size: 17px;
}
.step-form .step.step-3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.step-form .step.step-3 .row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.step-form .cz-field-locationselect {
  width: 100%;
  display: flex;
}
.step-form .cz-field-locationselect .column-3 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 820px) {
  .step-form .cz-field-locationselect .column-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.step-form .cz-field-locationselect .column-3.location-outer {
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
}
.step-form .cz-field-locationselect .column-3.location-outer .location-inner {
  text-align: left;
  position: relative;
}
.step-form .cz-field-locationselect .column-3.location-outer .location-inner span {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
.step-form .cz-field-locationselect .column-3.location-outer .location-inner span:empty {
  display: none;
}
.step-form .cz-field-locationselect .column-3.location-outer .location-inner .location-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}
.step-form .cz-field-locationselect .column-3.location-outer .location-inner .location-distance {
  margin-top: 10px;
  font-weight: bold;
}

.dnq-form {
  margin-bottom: 60px;
}
.dnq-form button {
  margin-top: 25px;
}
.dnq-form h2.sec-heading {
  color: #000;
}
.dnq-form .control p {
  font-size: 17px;
}

.disclosure-form .input-row {
  padding: 20px 0;
}

.email-opt-out-form {
  flex-direction: column;
  align-items: center;
}

.disclaimer {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .disclaimer {
    max-width: 640px;
  }
}

#cz_submit_form_1_field_ext_health_agree .control-indicator {
  border-radius: 50%;
}
#cz_submit_form_1_field_ext_health_agree .control {
  display: inline-block;
  float: left;
}

#cz_submit_form_1_field_ext_q5 .input-row, #cz_submit_form_1_field_ext_q7 .input-row, #cz_submit_form_1_field_ext_q8 .input-row {
  width: 100%;
}

/** error handling styles **/
.cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: #fbf6f7;
  border: 3px solid #ed1c24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 0;
  display: inline-block;
}

.cz-submit-invalid .require {
  display: inline-block;
}

.contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}

.require {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #ed1c24;
  color: #fff;
  float: right;
  margin-right: -20px;
  margin-top: 20px;
}
.require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ed1c24;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.require > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.thanks-content {
  text-align: center;
  background-color: #F2F2F4;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .thanks-content {
    padding: 90px 0;
  }
  .thanks-content.ht-2 {
    height: 500px;
  }
}
.thanks-content.ht-2 {
  align-items: center;
}
@media (max-width: 767px) {
  .thanks-content.ht-2 {
    padding: 60px 0;
  }
}
@media (min-width: 991px) {
  .thanks-content .container {
    max-width: 860px;
  }
}
.thanks-content h2 {
  font-size: 48px;
  color: #0460A9;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .thanks-content h2 {
    font-size: 40px;
  }
}
.thanks-content h2:not(:last-child) {
  margin-bottom: 10px;
}
.thanks-content p {
  font-size: 18px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .thanks-content h2 {
    font-size: 64px;
  }
  .thanks-content p {
    font-size: 24px;
  }
}

/** Tooltip style **/
.tooltip {
  width: 20px;
  height: 20px;
  background: transparent;
  font-weight: 600;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #0460A9;
  color: #0460A9;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 4px;
  font-size: 16px;
  cursor: pointer;
}

/* Tipso Bubble Styles */
.tooltip-section .tooltip-content {
  display: none;
}

.tipso_bubble, .tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  z-index: 9999;
  padding: 17px 23px 2px;
  background: #0460A9;
  border: none;
  color: #fff;
  border-radius: 12px;
}

.tooltip-content {
  padding-bottom: 10px;
  font-size: 16px;
}
.tooltip-content > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
.tooltip-content p:not(:last-child) {
  margin-bottom: 15px;
}
.tooltip-content ul {
  margin-bottom: 5px;
}
.tooltip-content ul.dotted-list {
  margin-left: 0;
}
.tooltip-content ul.dotted-list li {
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 3px;
}
.tooltip-content ul.dotted-list li:before {
  top: 9px;
  width: 4px;
  height: 4px;
}

.tipso_style {
  cursor: help;
  position: relative;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
}

.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #0460A9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #0460A9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #0460A9;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -12px;
}

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #0460A9;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -12px;
}

.tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

/** Tooltip style end **/
/** popup style **/
.popup {
  display: none;
  position: fixed;
  z-index: -999;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10% 20px 40px;
  background: rgba(0, 0, 0, 0.3);
}
.popup .popup-content {
  position: relative;
  font-size: 17px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 641px) {
  .popup .popup-content {
    padding: 40px;
    max-width: 500px;
  }
}
.popup .popup-content .close-popup {
  color: #F2892F;
  word-break: break-word;
  text-decoration: underline;
  cursor: pointer;
}
.popup .popup-content .close-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media (min-width: 641px) {
  .popup .popup-content .close-icon {
    top: -30px;
    right: -15px;
  }
}
.popup .popup-content .close-icon:before, .popup .popup-content .close-icon:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 5px;
  background-color: #fff;
}
.popup .popup-content .close-icon:before {
  transform: rotate(45deg);
}
.popup .popup-content .close-icon:after {
  transform: rotate(-45deg);
}
.popup .popup-content .close-icon:hover {
  background-color: #002068;
}
.popup .popup-content h2.sec-heading {
  color: #000;
}
.popup .popup-content ul.dotted-list {
  margin-left: 0;
}
.popup .popup-content ul.dotted-list li:before {
  background-color: #002068;
}

.mdc-data-popup a, .mdc-collect-popup a, .get-popup {
  cursor: pointer;
}

/*# sourceMappingURL=stylesheet.css.map */
