.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003087;
}

.lottie-animation-3 {
  width: 120px;
  height: 120px;
}

.lottie-animation-3.rel {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper._500 {
  max-width: 500px;
}

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #68c3cd;
  text-decoration: none;
}

.nav_text.white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.header_image {
  height: 70vh;
  margin-top: 20px;
  border-radius: 3px;
  background-image: url('../images/connect-with-us-banner.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_image.nomargin {
  margin-top: 0px;
}

.links-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.link-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #68c3cd;
  color: #111;
  text-decoration: none;
}

.link-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-7 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.spacer {
  width: 10px;
  height: 10px;
}

.spacer._20 {
  width: 20px;
  height: 20px;
}

.spacer._50 {
  width: 50px;
  height: 50px;
}

.spacer._40 {
  width: 40px;
  height: 40px;
}

.spacer._1 {
  width: 1px;
  height: 1px;
}

.spacer._2 {
  width: 2px;
  height: 2px;
}

.spacer._5 {
  width: 5px;
  height: 5px;
}

.video_wrapper {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
}

.video_wrapper.spinner {
  padding-top: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.header {
  position: relative;
}

.header.blackbg {
  background-image: url('../images/connect-with-us-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.animation-controller {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003087;
}

.blog-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-title.gird {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-title.gird.no-bottom {
  margin-bottom: 0px;
}

.top-title.gird.no-bottom.for-post {
  padding-right: 20%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.line-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #fff;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 56px;
}

.title-text.sub-text {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
}

._70 {
  width: 70%;
}

._70.center {
  margin-right: auto;
  margin-left: auto;
}

.page-content {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.scroll-text {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40%;
  background-color: #1e2028;
}

.banner-overlay-2.blue {
  background-color: #68c3cd;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 4px;
  margin-bottom: 10px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #1e2028;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon:hover {
  border-color: #a1c4e4;
  background-color: #a1c4e4;
}

.social-icon.dark {
  background-color: #12141d;
}

.social-icon.dark:hover {
  background-color: #a1c4e4;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-bottom: 30px;
  background-image: url('../images/connect-with-us-banner.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.banner-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 110px 5% 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12141d;
}

.banner-2.sub {
  padding-top: 154px;
  padding-bottom: 154px;
  background-color: #003087;
}

.social-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.social-wrapper.none-on-mobile.hide {
  display: none;
}

.section-3 {
  position: relative;
  z-index: 1;
  padding: 0px 5%;
  background-color: #12141d;
}

.section-3.add-both {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #003087;
}

.scroll-line {
  position: relative;
  width: 50px;
  height: 2px;
  margin-right: 13px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.scroll-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 82px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  text-decoration: none;
}

.rich-text-block {
  color: #fff;
  text-align: justify;
}

.question-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #003087;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.terms_actual_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-24 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

.text-block-24.darker {
  color: #444141;
}

.text-block-24.centre {
  display: block;
  color: #fff;
  text-align: center;
}

.div-block-24 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-block {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.title-block.underline {
  border-bottom: 1px solid hsla(0, 0%, 67.5%, 0.22);
  background-color: #e53f35;
}

.title-block.underline.blue {
  background-color: #667783;
}

.title-block.underline {
  border-bottom: 1px solid hsla(0, 0%, 67.5%, 0.22);
  background-color: #333436;
}

.title-block.underline {
  border-bottom: 1px solid hsla(0, 0%, 67.5%, 0.22);
  background-color: #e53f35;
}

.heading-24 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.heading-24.center {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #222;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-2 {
  width: 100%;
  justify-items: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.answer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: justify;
}

.answer-2.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.answer_visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: justify;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2._800 {
  max-width: 800px;
}

.question-container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 67.3%, 0.22);
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.question-container-4.tall {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lottie-animation-2 {
  width: 50px;
  height: 50px;
  opacity: 0.55;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scheme_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.scheme_bg.bon {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #003087;
}

.getting_started_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swiper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 85%;
  padding: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: none;
  perspective: none;
}

.swiper-slide {
  overflow: hidden;
  width: 80%;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.swiper-slide.my_meds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-14 {
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.heading-14.footer-title {
  font-size: 25px;
  text-align: center;
}

.block_standard {
  height: 100%;
  min-height: 560px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-1903.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_standard.non_card_2 {
  background-image: url('../images/card_background_2.jpg');
  background-position: 50% 50%;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.spacer-5 {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-8 {
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-8.hide {
  display: none;
}

.cards-social-bottom {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_bg._80 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-image: url('../images/Rectangle-1903.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.white_paragraph {
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.semitransparent_overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 560px;
  padding: 126px 15% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#667783), to(#667783));
  background-image: linear-gradient(180deg, #667783, #667783);
}

.getstarted_detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-7 {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.block_video {
  position: static;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 200px;
  min-width: 200px;
  margin-right: -15%;
  margin-left: -15%;
  border-radius: 2px;
}

.module_indicator {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.module_indicator.card-cta-tag-2 {
  background-color: #000;
}

.module_indicator.card-cta-tag-2.fdh {
  background-color: #003087;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 6px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.fdh_band {
  display: block;
  padding: 30px;
  background-color: #68c3cd;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.fdh_text {
  font-family: Lato, sans-serif;
  color: #e53f35;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.spacer-6 {
  min-height: 2px;
  min-width: 2px;
}

.spacer-6._10 {
  min-height: 10px;
  min-width: 10px;
}

.spacer-6._20 {
  min-height: 20px;
  min-width: 20px;
}

.spacer-6._5 {
  min-height: 5px;
  min-width: 5px;
}

.spacer-6._100 {
  min-height: 100px;
  min-width: 100px;
}

.spacer-6._40 {
  min-height: 40px;
  min-width: 40px;
}

.text-block-25 {
  color: #003087;
  font-size: 22px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.padding._20 {
  padding: 20px;
}

.detail_text_two_wrapper {
  padding-right: 0px;
  padding-left: 5px;
}

.story_wrapper {
  margin-bottom: 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.extended_space {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indicator {
  width: 3px;
  height: 3px;
  margin: 4px;
  border-radius: 100%;
  background-color: #9e9e9e;
}

.indicator.red {
  background-color: #003087;
}

.sub_content_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 74.7%, 0.16);
}

.hide {
  display: none;
}

.info_wrapper {
  padding: 20px;
}

.detail_text {
  margin-bottom: 0px;
  color: #9e9e9e;
}

.detail_text.red {
  color: #003087;
}

.detail_text.white {
  color: #fff;
}

.detail_text.black {
  color: #000;
}

.wrapper-2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.story_icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_claims_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.story_icon.claims {
  background-image: url('../images/icon_claims_1.svg');
}

.story_icon.claims.bon {
  background-image: url('../images/icon_claims.svg');
}

.story_icon.authorisations {
  background-image: url('../images/icon_authorisations.svg');
}

.info_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #68c3cd;
}

.info_card.outline {
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #003087;
  background-color: #fff;
  color: #333;
}

.info_card.claim {
  background-color: #667783;
}

.detail_text_one_wrapper {
  padding-right: 5px;
}

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

.header_text {
  font-weight: 500;
}

.header_text.medium {
  font-size: 15px;
  font-weight: 400;
}

.header_text.large {
  font-size: 16px;
}

.header_text.large.white {
  color: #fff;
  font-size: 18px;
}

.header_text.large.black {
  color: #000;
  font-size: 18px;
}

.header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 74.5%, 0.16);
}

.footer_bg {
  height: 200px;
  background-color: #68c3cd;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003087;
}

.text-block-26 {
  color: #fff;
}

.div-block-73 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.html-embed-12 {
  width: 100%;
  height: 100%;
}

.div-block-74 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 60px;
  background-color: #667783;
}

.card_benefit_summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.loader {
  width: 120px;
  height: 120px;
}

.loader.black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #333436;
}

.card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card_content.centre {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_content.avatar_card {
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white_bg {
  background-color: #fff;
}

.thrive_wrapper {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.thrive_wrapper.hide {
  display: none;
}

.expanded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.webcore_card {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.webcore_card.black {
  background-color: #667783;
}

.webcore_card.hidden {
  display: none;
}

.webcore_card.hide {
  display: none;
}

.webcore_card.scope_user_gender_male {
  background-color: #003087;
}

.benefit_value {
  font-size: 20px;
  line-height: 28px;
}

.benefit_value.white {
  color: #fff;
}

.button_block_text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.filler {
  height: 20vh;
  background-color: #fafafa;
}

.filler.xtra {
  height: 50vh;
}

.filler._5 {
  height: 5vh;
}

.filler._5.white {
  background-color: #fff;
}

.filler.small {
  height: 2vh;
}

.trailing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_benefit_content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #667783;
}

.card_benefit_content.red {
  background-color: #003087;
}

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

.card_benefit_content.blue {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003087;
}

.card_benefit_content.outline {
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #003087;
  background-color: rgba(102, 119, 131, 0);
}

.chevron {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card_image {
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #ebebeb;
}

.card_image.avo_green {
  background-color: #009639;
}

.card_image.avo_trans {
  background-color: transparent;
}

.card_image.avo_white {
  background-color: #fff;
}

.new_padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

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

.feed_description {
  padding: 30px;
  background-color: #667783;
  color: #fff;
}

.card_banner_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/banner_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_banner_image.store {
  position: static;
  width: 100vw;
  height: 60vw;
  max-height: 469.05px;
  max-width: 750px;
  background-image: url('../images/avo_banner_may.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card_banner_image.medical_aid {
  background-image: url('../images/medical_aid_feed.jpg');
}

.card_banner_image.personal {
  background-image: url('../images/personal_feed.jpg');
  background-position: 50% 0%;
}

.card_banner_image.badges {
  background-image: url('../images/badges_header.jpg');
  background-position: 50% 0%;
}

.card_banner_image.avo-temrs {
  position: static;
  width: 100vw;
  height: 50vw;
  max-height: 480px;
  max-width: 800px;
  background-image: url('../images/avo_banner_win_car.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.module_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  max-height: 70px;
  max-width: 70px;
  margin-right: 1vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b8092e;
}

.module_icon.hide {
  display: none;
}

.card_banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #667783;
  text-decoration: none;
}

.outlinebutton {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
}

.card_single_button_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.card_single_button_block_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #003087;
  color: #fff;
}

.body_is_blue {
  background-color: #667783;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-weight: 600;
}

.image-16 {
  width: 45px;
}

.text-block-32 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content_wrapper.relative {
  position: relative;
}

.content_wrapper.relative.centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich-text-block-2 {
  color: #2e2d2d;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-57 {
  padding: 10px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #667783;
}

.html-embed-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #667783;
}

.terms_button {
  min-width: 110px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: #003087;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.terms_block {
  position: relative;
  width: 100%;
  height: 100vh;
}

.div-block-76 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #667783;
  color: #fff;
}

.answer_visible-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: left;
}

.answer_visible-2.terms {
  margin-bottom: 5px;
}

.fake_bullet {
  width: 5px;
  height: 5px;
  margin-top: 12px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #333436;
}

.fake_bullet.terms {
  width: 50px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 0%;
  background-color: rgba(51, 52, 54, 0);
}

.text-block-33 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-block-33.darker {
  color: #444141;
}

.text-block-33.darker {
  margin-top: 0px;
  color: #444141;
}

.text-block-33.darker.terms {
  margin-bottom: 0px;
}

.text-block-33.centre {
  display: block;
  color: #b6b6b6;
  text-align: left;
}

.text-block-33.centre.center {
  text-align: center;
}

.text-block-33.centre.center.white {
  color: #fff;
}

.quickinfo_card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(102, 119, 131, 0.2);
}

.scheme_logo {
  width: 30px;
  height: 30px;
}

.scheme_logo.avo {
  width: 50px;
}

.card_header {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.new_card_single_button_block_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b8092e;
  color: #fff;
}

.new_card_single_button_block_content.white {
  width: 96vw;
  max-width: 680px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 #c9c9c9;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 1px 1px 20px 0 #e2e2e2;
}

.div-block-49.hide {
  display: none;
}

.badge {
  min-height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/deactivated_badge.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.badge.sized {
  width: 120px;
  height: 120px;
}

.div-block-50-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.badge_explanation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-weight: 400;
  text-align: center;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 100%;
}

.question-text-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #003087;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.scope_user_gender_female {
  height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff82e2;
}

.scope_user_gender_male {
  height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #003087;
}

.scope_user_gender {
  height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.scope_user_dependantcode {
  display: none;
  background-color: transparent;
}

.scope_user_dependantcode.black {
  background-color: #667783;
}

.scope_user_dependantcode.hidden {
  display: none;
}

.scope_user_dependantcode.hide {
  display: none;
}

.scope_user_dependantcode.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_dependantcode_00 {
  display: block;
  background-color: transparent;
}

.scope_user_dependantcode_00.black {
  background-color: #667783;
}

.scope_user_dependantcode_00.hidden {
  display: none;
}

.scope_user_dependantcode_00.hide {
  display: none;
}

.scope_user_dependantcode_00.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_plancode {
  display: none;
  background-color: transparent;
}

.scope_user_plancode.black {
  background-color: #667783;
}

.scope_user_plancode.hidden {
  display: none;
}

.scope_user_plancode.hide {
  display: none;
}

.scope_user_plancode.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_membernumber {
  display: block;
  background-color: transparent;
}

.scope_user_membernumber.black {
  background-color: #667783;
}

.scope_user_membernumber.hidden {
  display: none;
}

.scope_user_membernumber.hide {
  display: none;
}

.scope_user_membernumber.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_membernumber_82700025729 {
  display: none;
  background-color: transparent;
}

.scope_user_membernumber_82700025729.black {
  background-color: #667783;
}

.scope_user_membernumber_82700025729.hidden {
  display: none;
}

.scope_user_membernumber_82700025729.hide {
  display: none;
}

.scope_user_membernumber_82700025729.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_membernumber_82700025729-copy {
  display: none;
  background-color: transparent;
}

.scope_user_membernumber_82700025729-copy.black {
  background-color: #667783;
}

.scope_user_membernumber_82700025729-copy.hidden {
  display: none;
}

.scope_user_membernumber_82700025729-copy.hide {
  display: none;
}

.scope_user_membernumber_82700025729-copy.scope_user_gender_male {
  background-color: #003087;
}

.scope_user_membernumber_81900032348 {
  display: none;
  background-color: transparent;
}

.scope_user_membernumber_81900032348.black {
  background-color: #667783;
}

.scope_user_membernumber_81900032348.hidden {
  display: none;
}

.scope_user_membernumber_81900032348.hide {
  display: none;
}

.scope_user_membernumber_81900032348.scope_user_gender_male {
  background-color: #003087;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.rtf_terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.question-text-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #424242;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.question-text-4.red {
  font-family: 'Open Sans', sans-serif;
  color: #b8092e;
  font-weight: 600;
}

.question-text-4.blue {
  color: #003087;
}

.padding-2 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}

.div-block-78 {
  padding: 30px;
  text-align: center;
}

.div-block-79 {
  display: -ms-grid;
  display: grid;
  margin-top: 11px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffc800;
}

.div-block-79.red {
  background-color: #cc2124;
}

.div-block-79.green {
  background-color: #11a307;
}

.text-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003087;
}

.terms_and_conditions_blcok {
  color: #444141;
}

.webcorecard {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}

.webcorecard.black {
  background-color: #667783;
}

.card_banner-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333436;
  text-decoration: none;
}

.card_banner-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #667783;
  text-decoration: none;
}

.text-block-34 {
  color: #000;
  text-align: center;
}

.filler-2 {
  height: 20vh;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-title.gird {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-title.gird.no-bottom.for-post {
    padding-right: 0%;
  }

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

  .title-text.sub-text {
    font-size: 50px;
    line-height: 50px;
  }

  ._70 {
    width: 100%;
  }

  .page-content {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .banner-overlay-2 {
    width: 60%;
  }

  .banner-2 {
    padding: 81px 2% 20px;
    background-image: none;
  }

  .banner-2.sub {
    padding-top: 125px;
  }

  .social-wrapper.none-on-mobile {
    display: none;
  }

  .scroll-to-top {
    margin-right: -50px;
  }

  .question-text {
    font-size: 20px;
  }

  .text-block-24.centre {
    text-align: center;
  }

  .question-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .question-container-4 {
    padding-left: 24px;
  }

  .block_standard {
    position: relative;
  }

  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .white_paragraph {
    margin-bottom: 89px;
  }

  .semitransparent_overlay {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .block_video {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .fdh_band {
    display: block;
    width: 100%;
    color: #333436;
  }

  .card_content.avatar_card {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_benefit_content {
    padding: 2vw 20px 2vw 2vw;
  }

  .new_padding {
    width: 100vw;
    max-width: 750px;
    padding-top: 3vw;
    padding-right: 3vw;
    padding-left: 3vw;
    background-color: #fff;
  }

  .card_banner_image.avo-temrs {
    height: 60vw;
  }

  .module_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: rgba(255, 59, 59, 0);
  }

  .text-block-33.centre {
    text-align: left;
  }

  .quickinfo_card {
    padding: 2vw 20px 2vw 2vw;
  }

  .new_card_single_button_block_content.white {
    width: 96vw;
    max-width: 640px;
  }

  .question-text-3 {
    font-size: 18px;
  }

  .question-text-4 {
    font-size: 18px;
  }

  .question-text-4.red {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation-3 {
    width: 100px;
    height: 100px;
  }

  .wrapper.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .header_image {
    background-position: 30% 50%;
  }

  .links-section {
    max-width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-text {
    font-size: 40px;
    line-height: 50px;
  }

  .title-text.sub-text {
    font-size: 40px;
  }

  .banner-overlay-2 {
    width: 50%;
  }

  .blog-image-wrapper {
    background-position: 20% 50%;
  }

  .banner-2.sub {
    padding-top: 107px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-3.add-both {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .social-card-base {
    margin-left: 1px;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card_benefit_summary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .loader {
    width: 100px;
    height: 100px;
  }

  .webcore_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .webcore_card.hide {
    display: none;
  }

  .benefit_value {
    font-size: 16px;
    line-height: 20px;
  }

  .button_block_text {
    font-size: 16px;
  }

  .trailing {
    width: 50px;
    height: 50px;
  }

  .card_benefit_content {
    padding: 3vw;
  }

  .new_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .module_icon {
    width: 50px;
    height: 50px;
  }

  .card_banner {
    max-width: 100vw;
  }

  .card_single_button_block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content_wrapper {
    width: 100%;
  }

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

  .text-block-33.centre {
    text-align: left;
  }

  .quickinfo_card {
    padding: 3vw;
  }

  .card_header {
    font-size: 16px;
    line-height: 20px;
  }

  .scope_user_gender_female {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_gender_male {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_gender {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_gender.hide {
    display: none;
  }

  .scope_user_dependantcode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_dependantcode_00 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_plancode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_membernumber {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_membernumber_82700025729 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_membernumber_82700025729-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scope_user_membernumber_81900032348 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .padding-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .webcorecard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card_banner-2 {
    max-width: 100vw;
  }

  .card_banner-3 {
    max-width: 100vw;
  }
}

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

  .header_image {
    background-position: 15% 50%;
  }

  .links-section {
    max-width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-card {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-info {
    padding: 0px 0%;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-text {
    font-size: 33px;
    line-height: 40px;
  }

  .banner-2.sub {
    padding-top: 109px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .scroll-to-top {
    display: none;
  }

  .question-text {
    font-size: 16px;
    line-height: 20px;
  }

  .title-block.underline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-block.underline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-block.underline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block_standard {
    min-height: 530px;
  }

  .semitransparent_overlay {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .block_video {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fdh_text {
    font-size: 150%;
  }

  .text-block-25 {
    font-size: 100%;
    text-align: center;
  }

  .terms_button {
    text-align: center;
  }

  .question-text-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .question-text-4 {
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-e808492c-07b6-ff3b-1914-c4239f4d2413-b69f2a85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#avo_footer.w-node-_9af546b2-7331-a2c2-65ff-e92fa6c1f671-b69f2a85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4b8-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4bb-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4bf-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4c2-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4c6-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4c9-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4cd-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68aab721-4dc2-3bf1-9e5e-05c2f6c2b4d0-1302c623 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

