@font-face {
  font-family: "brandon_med-webfont";
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_bold";
  src: url("../../fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_med";
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_light";
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

.right {
  float: right;
}

.purple-color {
  color: #D5C1FF;
}

.yellow-color {
  color: #FBC702;
}

.green-color {
  color: #50B196;
}

.rose-color {
  color: #FA9D7E;
}

.red-color {
  color: #f44336;
}

.grey-color {
  color: #707070;
}

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

.white-color {
  color: #fff;
}

.blue-color {
  color: #2273b8;
}

.light-blue-color {
  color: #2BA7DE;
}

.dark-blue-color {
  color: #004E74;
}

.grey-blue-background {
  color: #dae6ee;
}

.light-blue-background {
  background-color: #2BA7DE;
}

.dark-blue-background {
  background-color: #004E74;
}

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

h1 {
  font-size: 5.5rem;
  line-height: 1;
}

h2 {
  font-size: 5rem;
  line-height: 1;
}

h3 {
  font-size: 4rem;
  line-height: 1;
}

h4 {
  font-size: 3rem;
  line-height: 1;
}

h5 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "brandon_bold", sans-serif;
  color: #2BA7DE;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #2BA7DE;
}

img {
  max-width: 100%;
}

i.show-password.active {
  color: #2BA7DE;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #2BA7DE;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2BA7DE;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #2BA7DE;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
  margin-bottom: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider.round {
  border-radius: 3.4rem;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-switch input:checked + .slider {
  background-color: #2196F3;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(2.6rem);
  -ms-transform: translateX(2.6rem);
  transform: translateX(2.6rem);
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px;
  }
}
.slider-container {
  position: relative;
  background: lightgrey;
}
.slider-container .slider-arrow {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  transform: translateY(-50%);
  color: lightgrey;
  z-index: 20;
  cursor: pointer;
}
.slider-container .slider-arrow.slider-arrow-left {
  left: 3rem;
}
.slider-container .slider-arrow.slider-arrow-right {
  right: 3rem;
}
.slider-container .slider-arrow:hover i {
  text-shadow: 1px 0px 5px white;
}
.slider-container .slider-arrow i {
  transition: text-shadow 0.2s ease-in-out;
}
.slider-container .slide-single {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.slider-container .slick-slide {
  height: auto;
}
.slider-container .slide-single-content button {
  margin: 2rem 0.5rem;
}
.slider-container .slide-single {
  min-height: 600px !important;
}
.slider-container ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.slider-container ul.slick-dots li {
  display: inline-block;
}
.slider-container ul.slick-dots li button {
  color: transparent;
  border-radius: 150px;
  padding: 0;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.25rem;
  border: 1px solid white;
  background: none;
}
.slider-container ul.slick-dots li.slick-active button {
  border: 1px solid lightgrey;
  background: lightgrey;
}

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
  border-width: 2px;
}
.button-rectangle a {
  color: inherit;
}
.button-rectangle a:hover {
  text-decoration: none;
  color: inherit;
}
.button-rectangle.button-rounded {
  font-size: 1.7rem;
  border-radius: 10rem;
  padding: 1.75rem 6rem;
}

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-button-rectangle:hover {
  background: #fff;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.dark-blue-button-rectangle:hover {
  background: #fff;
  color: #004E74;
  border: 1px solid #004E74;
}

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.white-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.darkblue-transparent-button-rectangle {
  background: transparent;
  color: #004E74;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle:hover {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.mediumblue-transparent-button-rectangle {
  background: transparent;
  color: #2273b8;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle:hover {
  background: #2273b8;
  color: #fff;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.green-transparent-button-rectangle {
  background: transparent;
  color: #50B196;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle:hover {
  background: #50B196;
  color: #fff;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff;
}
.white-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #fff;
}

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important;
}
.tabs-left > li {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tabs-left > li > a {
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: block !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.tabs-left > li > a:hover {
  background-color: inherit !important;
}
.tabs-left > li.active > a {
  border-bottom: 1px solid #2BA7DE !important;
}

@media print {
  html {
    font-size: 7px !important;
  }
  html body h1 {
    font-size: 3.5rem !important;
  }
  html body h2 {
    font-size: 3rem !important;
  }
  html body a[href]:after {
    content: none !important;
  }
  html body img[src]:after {
    content: none !important;
  }
  html body header {
    display: none;
  }
  html body footer {
    display: none;
  }
  html body table {
    table-layout: fixed !important;
    max-width: 100% !important;
  }
  html body ul {
    list-style: none !important;
  }
  html body ul li {
    list-style: disc !important;
  }
  html body ul li:before {
    content: "" !important;
    display: none !important;
  }
  html body .page-content {
    padding-bottom: 0 !important;
  }
  html body .page-content .content-wrapper {
    padding-bottom: 0 !important;
  }
  html body .header-content .header-image {
    display: none !important;
  }
  html body div.block-sidebar {
    display: none !important;
  }
  html body div.wistia_embed {
    display: none !important;
  }
  html body div.related-articles {
    display: none !important;
  }
  html body div.accordian-content,
  html body div.accordion-content {
    max-height: 1000rem !important;
  }
  html body .breadcrumbs {
    display: none !important;
  }
  html body ul.tabs-horizontal {
    display: none !important;
  }
  html body .stats-block.widget-block {
    display: none !important;
  }
  html body .tabs-container .tab-content .content-wrapper {
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}
html body #outer-wrapper {
  position: relative;
}
html body #nivo_qr_code img {
  margin: 3rem auto 1rem auto;
}
html body hr {
  width: 50%;
  margin: 0 0 1.15rem auto;
}
html body hr.dark-blue {
  border-top: 1px solid #08A7FE;
}
html body hr.left {
  margin: 0 auto 1.15rem 0;
}
html body hr.light-blue {
  border-top: 1px solid #08A7FE;
  opacity: 0.3;
  width: 53%;
  margin-bottom: 0;
}
html body hr.center {
  border-top: 1px solid #96D9FE;
  width: 100%;
  margin: 0;
}
html body section .section-content-wrapper {
  width: 95%;
  max-width: 1640px;
  margin: 0 auto;
}
html body section .section-content-wrapper h1, html body section .section-content-wrapper h2, html body section .section-content-wrapper h3, html body section .section-content-wrapper h4 {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: normal;
  margin: 0;
}
html body section .section-content-wrapper h3 {
  font-family: "brandon_bold", sans-serif;
}
html body section .section-content-wrapper h2 {
  font-size: 5rem;
  line-height: 1.16;
  color: #fff;
}
html body section .section-content-wrapper h2.light-blue {
  color: #BCE9FF;
}
html body section .section-content-wrapper h3 {
  font-size: 3.5rem;
  line-height: 4.7rem;
  color: #146A93;
  margin-bottom: 2.5rem;
}
html body section .section-content-wrapper h3.blue {
  color: #146A93;
}
html body section .section-content-wrapper p {
  font-size: 2rem;
  line-height: 3.4rem;
  margin-bottom: 0;
  color: #707070;
}
html body section .section-content-wrapper p.grey {
  color: #707070;
}
html body section .section-content-wrapper p.subtitle {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 2.5rem;
  color: #fff;
}
html body section .section-content-wrapper p.subtitle.blue {
  color: #0A88C6;
}
html body section .section-content-wrapper ul {
  margin-bottom: 0;
}
html body section .section-content-wrapper ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #707070;
  padding-left: 3rem;
  position: relative;
}
html body section .section-content-wrapper ul li:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #0A88C6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.85rem;
}
html body section .section-content-wrapper .video-container {
  border-radius: 0.5rem;
  overflow: hidden;
}
html body section .section-content-wrapper .video-container .w-bpb-wrapper {
  width: 18rem !important;
  aspect-ratio: 1/1 !important;
  border-radius: 100% !important;
  left: calc(50% - 2.5rem) !important;
  top: calc(50% - 4rem) !important;
}
html body section .section-content-wrapper .video-container button.w-big-play-button {
  width: 18rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  border-radius: 100% !important;
  background-color: #fff !important;
}
html body section .section-content-wrapper .video-container button.w-big-play-button div {
  display: none !important;
}
html body section .section-content-wrapper .video-container button.w-big-play-button svg {
  height: 100% !important;
  color: #146A93 !important;
}
html body section .section-content-wrapper .buttons-container {
  display: flex;
  gap: 2rem;
}
html body section .section-content-wrapper button.button-rounded {
  min-width: 25.3rem;
  min-height: 5.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  transition: all 200ms ease-in-out;
}
html body section .section-content-wrapper button.button-rounded.bold {
  font-family: "helvetica_neue_bold", sans-serif;
}
html body section .section-content-wrapper button.button-rounded.min-length {
  min-width: 22rem;
}
html body section .section-content-wrapper button.button-rounded.white-transparent {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.white-transparent:hover {
  background-color: #fff;
}
html body section .section-content-wrapper button.button-rounded.transparent {
  border: 1px solid transparent;
  color: #fff;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.transparent:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.dark-blue {
  border: 1px solid #146A93;
  color: #fff;
  background-color: #146A93;
}
html body section .section-content-wrapper button.button-rounded.dark-blue:hover {
  background-color: transparent;
  color: #146A93;
}
html body section .section-content-wrapper button.button-rounded.blue {
  border: 1px solid #0085C6;
  color: #fff;
  background-color: #0085C6;
}
html body section .section-content-wrapper button.button-rounded.blue:hover {
  background-color: transparent;
  color: #0085C6;
}
html body section .section-content-wrapper button.button-rounded.blue-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: #0085C6;
}
html body section .section-content-wrapper button.button-rounded.blue-white:hover {
  background-color: transparent;
  color: #fff;
}
html body section .section-content-wrapper button.button-rounded.grey-transparent {
  border: 1px solid #707070;
  color: #707070;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.grey-transparent:hover {
  background-color: #707070;
  color: #fff;
}
html body section .section-content-wrapper button.button-rounded.blue-transparent {
  border: 1px solid #146A93;
  color: #146A93;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.blue-transparent:hover {
  background-color: #146A93;
  color: #fff;
}
html body section .section-content-wrapper button.button-rounded.light-blue-transparent {
  border: 1px solid #0A88C6;
  color: #0A88C6;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.light-blue-transparent:hover {
  background-color: #0A88C6;
  color: #fff;
}
html body section .section-content-wrapper button.button-rounded.white {
  border: 1px solid #fff;
  color: #146A93;
  background-color: #fff;
}
html body section .section-content-wrapper button.button-rounded.white:hover {
  background-color: transparent;
  color: #fff;
}
html body section .section-content-wrapper button.button-rounded.white-transparent {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
html body section .section-content-wrapper button.button-rounded.white-transparent:hover {
  background-color: #fff;
  color: #146A93;
}
html body section .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
html body section .section-content-wrapper .flex-container.title {
  align-items: center;
  margin-bottom: 0.7rem;
}
html body section .section-content-wrapper .flex-container.title h3 {
  margin: 0;
}
html body section .section-content-wrapper .flex-container.center {
  align-items: center;
}
html body section .section-content-wrapper .flex-container .content-block {
  width: 50%;
}
html body section .section-content-wrapper .flex-container .content-block.text-block h3 {
  color: #146A93;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1.34;
  margin-bottom: 1.9rem;
}
html body section .section-content-wrapper .flex-container .content-block.text-block .light-blue {
  color: #0988C6;
}
html body section .section-content-wrapper .flex-container .content-block.image-block {
  padding: 0 4.33% 0 3.295%;
}
html body section .section-content-wrapper .flex-container .content-block.image-block img {
  width: 100%;
  border-radius: 0.5rem;
}
html body section#top_banner {
  background-color: #04131A;
  position: relative;
  background-size: cover;
  background-position: center;
}
html body section#top_banner .section-content-wrapper {
  padding: 0 0 20.7rem 0;
}
html body section#top_banner .section-content-wrapper .breadcrumbs {
  padding: 2.3rem 0 2.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
  margin-bottom: 17.95rem;
}
html body section#top_banner .section-content-wrapper .breadcrumbs span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2rem;
}
html body section#top_banner .section-content-wrapper .breadcrumbs span a {
  color: #fff;
  text-decoration: none;
}
html body section#top_banner .section-content-wrapper .breadcrumbs span.delimiter {
  padding: 0 0.5rem;
}
html body section#top_banner .section-content-wrapper .text-wrapper {
  width: 50%;
}
html body section#top_banner .section-content-wrapper .text-wrapper p {
  max-width: 66.6rem;
}
html body section#top_banner .section-content-wrapper .text-wrapper .buttons-container {
  margin-top: 4.7rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
html body section#top_banner .section-content-wrapper .text-wrapper .buttons-container span {
  color: #fff;
  font-size: 1.8rem;
}
html body section#isa_allowance .section-content-wrapper {
  padding: 13rem 0 12rem 0;
}
html body section#isa_allowance .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block {
  width: 100%;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block h3 {
  margin-bottom: 3.1rem;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) {
  padding-right: 5.4rem;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) p, html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) h3 {
  max-width: 59rem;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) {
  padding-left: 5.4rem;
}
html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) p, html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) h3 {
  max-width: 67.5rem;
}
html body section#how_it_works .section-content-wrapper {
  padding: 10.45rem 0 13rem 0;
}
html body section#how_it_works .section-content-wrapper h3 {
  color: #146A93;
  text-align: center;
  margin-bottom: 1.5rem;
}
html body section#how_it_works .section-content-wrapper p.subtitle {
  text-align: center;
  margin-bottom: 9.3rem;
}
html body section#how_it_works .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block {
  width: 100%;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block p.bold {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 3rem;
  color: #146A93;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block p.subtitle {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 3rem;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(1) {
  padding-right: 11.75rem;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(1) p, html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(1) h3 {
  max-width: 69rem;
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(2) {
  padding-left: 11.75rem;
  border-left: 1px solid rgba(70, 189, 254, 0.4196078431);
}
html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(2) p, html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(2) h3 {
  max-width: 70.2rem;
}
html body section#ifisa_benefits .section-content-wrapper {
  padding: 9.2rem 0 15.6rem 0;
}
html body section#ifisa_benefits .section-content-wrapper h3 {
  margin-bottom: 5.3rem;
}
html body section#ifisa_benefits .section-content-wrapper .flex-container.three-columns {
  gap: 7.8rem;
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
html body section#ifisa_benefits .section-content-wrapper .flex-container.three-columns .content-block.benefit-block {
  width: 100%;
}
html body section#ifisa_benefits .section-content-wrapper .flex-container.three-columns .content-block.benefit-block p.benefit-title {
  font-family: "helvetica_neue_bold", sans-serif;
  color: #0A88C6;
  margin-bottom: 3.2rem;
}
html body section#simplified_scenario .section-content-wrapper {
  padding: 15.4rem 0;
}
html body section#simplified_scenario .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block h3 {
  margin-bottom: 5.3rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block p.bold {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 5.1rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block ul li {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #707070;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block ul li:last-child {
  margin-bottom: 0;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) {
  padding-right: 5.45rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) ul {
  max-width: 68rem;
  margin-bottom: 5.1rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) p.note {
  max-width: 54rem;
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) {
  padding-left: 5.45rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) ul {
  max-width: 70rem;
  margin-bottom: 3.9rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) ul li span {
  display: block;
  color: #0A88C6;
  margin-bottom: 2rem;
}
html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) a.link {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-decoration: underline;
  color: #0A88C6;
}
html body section#ifisa_risks .section-content-wrapper {
  padding: 15.4rem 0 14.8rem 0;
  background-image: url("../../images/triangles3.svg");
  background-size: 15rem;
  background-position: 0 calc(100% - 14.8rem);
  background-repeat: no-repeat;
}
html body section#ifisa_risks .section-content-wrapper h3 {
  margin-bottom: 5.3rem;
}
html body section#ifisa_risks .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block {
  width: 40%;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block p {
  max-width: 42rem;
  margin-bottom: 5.1rem;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block p.bold {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block a.link {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-decoration: underline;
  color: #0A88C6;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list {
  width: 58.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .column {
  width: 44.375%;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .risk-item {
  margin-bottom: 3rem;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .risk-item:last-child {
  margin-bottom: 0;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list p.risk-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  color: #0A88C6;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list p.risk-text {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .risk-note {
  margin-top: 17.5rem;
}
html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .risk-note p.note {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
html body section#trustpilor_reviews .section-content-wrapper {
  padding: 13.4rem 0 24.3rem 0;
  position: relative;
}
html body section#trustpilor_reviews .section-content-wrapper img.trustpilot-logo {
  width: 15rem;
  margin-bottom: 2.5rem;
}
html body section#trustpilor_reviews .section-content-wrapper h3 {
  margin-bottom: 7rem;
}
html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots {
  position: absolute;
  bottom: -9rem;
  left: 0;
  display: flex;
  gap: 1rem;
}
html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots li {
  margin: 0;
  padding: 0;
}
html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots li:before {
  display: none;
}
html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots li button {
  color: transparent;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid rgba(20, 106, 147, 0.2117647059);
  background-color: #fff;
  cursor: pointer;
}
html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots li.slick-active button {
  border-color: #0A88C6;
  background-color: #0A88C6;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list {
  display: flex;
  justify-content: space-between;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item {
  width: 30.5%;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item .review-content {
  max-width: 91.4%;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item img.trustpilot-stars {
  width: 24.3rem;
  margin-bottom: 2.5rem;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 2.5rem;
  color: #0A88C6;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-text {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 2.1rem;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-text .bold {
  font-family: "helvetica_neue_bold", sans-serif;
  cursor: pointer;
  transition: color 200ms linear;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-text .bold:hover {
  color: #0A88C6;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-text .review-text-full {
  display: none;
}
html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item p.review-name {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}
html body section#right_for_you .section-content-wrapper {
  padding: 14.6rem 0 16.5rem 0;
}
html body section#right_for_you .section-content-wrapper .flex-container {
  align-items: unset;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block {
  width: 100%;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block {
  padding-right: 5.45rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block h3 {
  margin-bottom: 3.2rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block p.subtitle {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 3.2rem;
  color: #146A93;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block p.text {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block p {
  max-width: 67rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block ul {
  margin-bottom: 3rem;
  max-width: 67rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block ul li {
  padding-left: 3rem;
  margin-bottom: 1.7rem;
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #0A88C6;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block ul li:last-child {
  margin-bottom: 0;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block a.link {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2rem;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
  text-decoration: underline;
  color: #0A88C6;
  display: inline-block;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block .buttons-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block .buttons-container span {
  color: #0A88C6;
  font-size: 1.8rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.image-block {
  padding-left: 5.45rem;
}
html body section#right_for_you .section-content-wrapper .flex-container .content-block.image-block img {
  width: 100%;
  max-width: 71.8rem;
  border-radius: 5px;
}
html body section#faqs_list .section-content-wrapper {
  padding: 14.6rem 0 14.1rem 0;
}
html body section#faqs_list .section-content-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}
html body section#faqs_list .section-content-wrapper .expand-container {
  border-top: 1px solid rgba(112, 112, 112, 0.1882352941);
}
html body section#faqs_list .section-content-wrapper .expand-container:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1882352941);
}
html body section#faqs_list .section-content-wrapper .expand-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 2rem 2.8rem 0;
  cursor: pointer;
}
html body section#faqs_list .section-content-wrapper .expand-container .title p {
  font-size: 2rem;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #0A88C6;
  max-width: 95%;
}
html body section#faqs_list .section-content-wrapper .expand-container .title .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}
html body section#faqs_list .section-content-wrapper .expand-container .content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  padding: 0;
}
html body section#faqs_list .section-content-wrapper .expand-container .content .video-container {
  max-width: 65rem;
}
html body section#faqs_list .section-content-wrapper .expand-container.expanded .title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1882352941);
}
html body section#faqs_list .section-content-wrapper .expand-container.expanded .title .arrow {
  transform: rotate(180deg);
}
html body section#faqs_list .section-content-wrapper .expand-container.expanded .content {
  max-height: 45rem;
  padding: 2rem 0;
}
html body section#bottom_banner {
  background-size: cover;
  background-position: center;
}
html body section#bottom_banner .section-content-wrapper {
  padding: 14rem 0;
}
html body section#bottom_banner .section-content-wrapper h3 {
  color: #fff;
  margin: 0 auto 2.5rem auto;
  display: block;
  max-width: 92.5rem;
}
html body section#bottom_banner .section-content-wrapper p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 4rem;
}
html body section#bottom_banner .section-content-wrapper .flex-container.centered {
  justify-content: center;
  flex-wrap: wrap;
}
html body section#bottom_banner .section-content-wrapper .flex-container.centered .content-block.text-block {
  width: 100%;
  text-align: center;
}
html body section#bottom_banner .section-content-wrapper .flex-container.centered .content-block.text-block .buttons-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
html body section#disclaimer .section-content-wrapper {
  padding: 5rem 0;
}
html body section#disclaimer .section-content-wrapper p {
  color: #004E74;
}
html body .demo-popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
html body .demo-popup-wrapper .popup-container {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  width: 896px;
  max-width: 90%;
  padding: 1rem;
}
html body .demo-popup-wrapper .popup-container .popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.35rem 1rem 1.35rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid lightgray;
}
html body .demo-popup-wrapper .popup-container .meetings-iframe-container {
  margin: -2rem 0 -4.5rem 0;
}
html body .demo-popup-wrapper .popup-container h4 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #146A93;
}
html body .demo-popup-wrapper .popup-container .popup-head button.popup-close {
  background-image: url("/wp-content/themes/reBuilding_society/images/cross_grey.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
}
html body .demo-popup-wrapper .popup-body {
  margin-bottom: 20px;
  position: relative;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.5rem);
  background-color: rgba(255, 255, 255, 0.9490196078);
  z-index: 1;
  padding: 5rem 2rem;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay h4 {
  color: #004E74;
  margin-bottom: 3.5rem;
  text-align: center;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay ul {
  list-style: disc;
  margin-bottom: 3rem;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay ul li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  margin-left: 1.5rem;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay ul li a {
  font-weight: bold;
  text-decoration: underline;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay label.checkbox-container {
  color: #3f4f5b;
  display: block;
  padding-left: 3.5rem;
  margin-bottom: 1rem;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay button#demo_proceed {
  min-width: 25.3rem;
  min-height: 5.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  transition: all 200ms ease-in-out;
  border: 1px solid #146A93;
  color: #fff;
  background-color: #146A93;
  margin: 5rem auto 0 auto;
  display: block;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay button#demo_proceed:hover {
  background-color: transparent;
  color: #146A93;
}
html body .demo-popup-wrapper .popup-body .popup-body-overlay button#demo_proceed:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 1200px) {
  html body section#top_banner .half-bg {
    width: 30%;
  }
  html body section#top_banner .section-content-wrapper .text-wrapper {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  html body section#top_banner .half-bg {
    width: 100%;
    z-index: 0;
    opacity: 0.2;
  }
  html body section#top_banner .section-content-wrapper .text-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  html body section .section-content-wrapper .flex-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
  html body section .section-content-wrapper .flex-container.title {
    margin-bottom: 3rem;
  }
  html body section .section-content-wrapper .flex-container .content-block {
    width: 100%;
  }
  html body section .section-content-wrapper .flex-container .content-block.image-block {
    padding: 0 !important;
  }
  html body h3 {
    text-align: center;
  }
  html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) {
    padding-right: 0;
  }
  html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) h3, html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(1) p {
    max-width: 100%;
  }
  html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) {
    padding-left: 0;
  }
  html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) h3, html body section#isa_allowance .section-content-wrapper .flex-container .content-block:nth-child(2) p {
    max-width: 100%;
  }
  html body section#how_it_works .section-content-wrapper .flex-container {
    row-gap: 5rem;
  }
  html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(1) {
    padding-right: 0;
  }
  html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(1) p {
    max-width: 100%;
  }
  html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(2) {
    padding-left: 0;
    border: none;
  }
  html body section#how_it_works .section-content-wrapper .flex-container .content-block:nth-child(2) p {
    max-width: 100%;
  }
  html body section#simplified_scenario .section-content-wrapper .flex-container {
    row-gap: 5rem;
  }
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) {
    padding-right: 0;
  }
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) ul,
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(1) p.note {
    max-width: 100%;
  }
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) {
    padding-left: 0;
  }
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) ul,
  html body section#simplified_scenario .section-content-wrapper .flex-container .content-block:nth-child(2) p.note {
    max-width: 100%;
  }
  html body section#ifisa_risks .section-content-wrapper .flex-container {
    row-gap: 5rem;
  }
  html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block {
    width: 100%;
  }
  html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.text-block p {
    max-width: 100%;
  }
  html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list {
    width: 100%;
    row-gap: 3rem;
  }
  html body section#trustpilor_reviews .section-content-wrapper {
    text-align: center;
  }
  html body section#trustpilor_reviews .section-content-wrapper img.trustpilot-logo {
    width: 20rem;
    margin: 0 auto 2.5rem auto;
  }
  html body section#trustpilor_reviews .section-content-wrapper ul.slick-dots {
    justify-content: center;
    width: 100%;
  }
  html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item .review-content {
    max-width: 100%;
  }
  html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item .review-content img.trustpilot-stars {
    margin: 0 auto 2.5rem auto;
  }
  html body section#trustpilor_reviews .section-content-wrapper .truspilot-reviews-list .review-item .review-content p {
    text-align: center;
  }
  html body section#right_for_you .section-content-wrapper .flex-container {
    row-gap: 5rem;
  }
  html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block {
    padding-right: 0;
  }
  html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block p, html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block ul {
    max-width: 100%;
  }
  html body section#right_for_you .section-content-wrapper .flex-container .content-block.text-block .buttons-container {
    justify-content: center;
  }
  html body section#right_for_you .section-content-wrapper .flex-container .content-block.image-block img {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  html body section .section-content-wrapper {
    padding: 10rem 0 !important;
  }
  html body section .section-content-wrapper h2,
  html body section .section-content-wrapper h3,
  html body section .section-content-wrapper .flex-container.title h3 {
    text-align: center;
  }
  html body section .section-content-wrapper .buttons-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  html body section .section-content-wrapper .buttons-container button.button-rounded {
    min-width: 27.5rem;
    min-height: 6.5rem;
    font-size: 2.4rem;
  }
  html body section .section-content-wrapper button.button-rounded {
    min-width: 27.5rem;
    min-height: 6.5rem;
    font-size: 2.4rem;
  }
  html body section#bottom_banner .section-content-wrapper .flex-container.centered .content-block.text-block .buttons-container {
    flex-wrap: wrap;
  }
  html body section#ifisa_risks .section-content-wrapper .flex-container .content-block.risks-list .column {
    width: 100%;
    row-gap: 3rem;
  }
  html body section .buttons-container span {
    display: block;
    width: 100%;
    text-align: center;
  }
  html body section#top_banner {
    background-position: 0 center;
  }
  html body section#top_banner .section-content-wrapper {
    padding: 0 0 10rem 0 !important;
  }
}

/*# sourceMappingURL=reciprocal-ifisa.css.map */
