@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
:root {
  --blue: #0A1B9C;
  --blue-10: #F4F6FE;
  --blue-20: #EDF1FF;
  --dark: #000;
  --text-color: #4A4B55;
  --border-color: #E7E9FF;
}
body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
.view-frontpage {
  display: none;
}
#header .mobile-header {
  padding: 0.4em 0;
  background: #fff;
  border-bottom: 2px solid var(--border-color);
}
#header .mobile-header .site-logo {
  position: relative;
  left: 0;
}
#header .mobile-header .site-logo a img {
  width: auto;
  height: 24px;
  position: relative;
  left: 0;
}
#header .mobile-header #block-headersocial {
  display: none;
}
#header .mobile-header #block-languageswitcher {
  width: max-content;
}
#header .mobile-header #block-languageswitcher .content nav.links {
  position: relative;
}
#header .mobile-header #block-languageswitcher .content nav.links span {
  padding: 0.2em 0.6em;
}
#header .mobile-header #block-languageswitcher .content nav.links span.is-active {
  background: var(--blue-20);
}
#header .mobile-header #block-languageswitcher .content nav.links span:hover {
  background: var(--blue-10);
}
#header .mobile-header #block-languageswitcher .content nav.links span:first-child {
  margin-right: 2px;
}
#header .mobile-header #block-languageswitcher .content nav.links span a {
  text-decoration: none;
  color: #999;
}
#header .mobile-header #block-languageswitcher .content nav.links span a.is-active {
  color: var(--blue);
}
#header .mobile-header .navbar-toggler {
  -webkit-box-flex: 0;
  width: max-content;
  margin-left: 10px;
  border-radius: 5px;
  justify-content: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
}
#header .mobile-header .navbar-toggler span {
  position: relative;
  height: 2px;
  width: 22px;
  margin: 4px 0;
  background-color: var(--dark);
  background-image: none !important;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#header .mobile-header .navbar-toggler:focus {
  box-shadow: unset;
}
#header .mobile-header #navbarToggleExternalContent {
  position: absolute;
  background-color: var(--blue-20);
  top: 63px;
  z-index: 10;
  width: 100%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
  z-index: 999;
}
#header .mobile-header #navbarToggleExternalContent nav ul {
  display: grid;
}
#header .mobile-header #navbarToggleExternalContent nav ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--text-color);
  padding: 0.5rem 0;
}
#header .mobile-header #block-mainnavigation ul li {
  width: 100%;
}
#header .mobile-header #block-mainnavigation ul li a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
}
#header .mobile-header #block-mainnavigation ul li:last-child a {
  margin-bottom: 2em;
}
#header .desktop-header #header-top {
  height: 90px;
  box-sizing: border-box;
  background-color: var(--blue-10);
}
#header .desktop-header #header-top .brand-wrapper {
  position: relative;
  height: 90px;
  background-color: var(--blue-20);
}
#header .desktop-header #header-top .brand-wrapper .navbar-brand img {
  position: relative;
  top: 31px;
}
#header .desktop-header #header-top .brand-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  height: inherit;
  width: 2000px;
  background-color: var(--blue-20);
  right: 0;
}
#header .desktop-header #header-top .region-userbar {
  display: flex;
  flex-direction: row;
  float: right;
}
#header .desktop-header #header-top .region-userbar .block {
  width: max-content;
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time {
  display: flex;
  flex-direction: row;
  margin: 0 25px 0 0;
  padding: 0;
  list-style: none;
  width: max-content;
  float: right;
  top: 35px;
  position: relative;
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time li {
  display: flex;
  flex-direction: row;
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time li:first-child {
  margin-right: 40px;
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time li svg {
  margin-right: 6px;
  color: var(--blue);
  position: relative;
  top: 4px;
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time li a {
  text-decoration: none;
  font-size: 15px;
  color: var(--blue);
}
#header .desktop-header #header-top #block-headercontacts .content ul.address-time li a:hover {
  color: var(--text-color);
}
#header .desktop-header #header-top #block-inquire .content p {
  margin: 0;
}
#header .desktop-header #header-top #block-inquire .content p a.btn {
  border-radius: unset;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
  font-size: 15px;
  font-weight: 700;
  padding: 0.6em 1.5em;
  position: relative;
  top: 26px;
  transition: 0.5s all ease-in-out;
}
#header .desktop-header #header-top #block-inquire .content p a.btn:hover {
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
}
#header .desktop-header #header-bottom {
  background: #fff;
  border-bottom: 2px solid var(--border-color);
  height: 65px;
  box-sizing: border-box;
}
#header .desktop-header #header-bottom #block-mainnavigation {
  position: relative;
  width: max-content;
}
#header .desktop-header #header-bottom #block-mainnavigation .content ul.sf-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  line-height: 4.06;
}
#header .desktop-header #header-bottom #block-mainnavigation .content ul.sf-menu li a.sf-depth-1 {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
  padding: 0;
  font-size: 16px;
}
#header .desktop-header #header-bottom #block-mainnavigation .content ul.sf-menu li a.sf-depth-1.is-active,
#header .desktop-header #header-bottom #block-mainnavigation .content ul.sf-menu li a.sf-depth-1:hover {
  transition: 0.5s all ease-in-out;
  color: var(--blue);
}
#header .desktop-header #header-bottom #block-mainnavigation .content ul.sf-menu li:not(:last-child) {
  margin-right: 3em;
}
#header .desktop-header #header-bottom .region-socials {
  float: right;
}
#header .desktop-header #header-bottom #block-languageswitcher {
  width: max-content;
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links {
  position: relative;
  top: 12px;
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links span.is-active {
  background: var(--blue-20);
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links span:hover {
  background: var(--blue-10);
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links span:first-child {
  margin-right: 2px;
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links span a {
  text-decoration: none;
  color: #999;
}
#header .desktop-header #header-bottom #block-languageswitcher .content nav.links span a.is-active {
  color: var(--blue);
}
#header .desktop-header #header-bottom #block-headersocial {
  width: max-content;
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3.98;
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links li:not(:last-child) {
  margin-right: 1.5em;
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links li a {
  color: var(--dark);
  transition: 0.5s all ease-in-out;
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links li a svg {
  font-size: 18px;
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links li a:hover {
  transition: 0.5s all ease-in-out;
  color: var(--blue);
}
#header .desktop-header #header-bottom #block-headersocial .content ul.social-links li a img {
  height: 15.7px;
}
footer.site-footer {
  background: var(--dark);
}
@media only screen and (min-width: 992px) {
  footer.site-footer {
    padding: 60px 0 40px;
  }
}
footer.site-footer .block {
  border: unset;
}
footer.site-footer .block .content ul.social-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3.98;
}
footer.site-footer .block .content ul.social-links li:not(:last-child) {
  margin-right: 1.5em;
}
footer.site-footer .block .content ul.social-links li a {
  color: #fff;
  transition: 0.5s all ease-in-out;
}
footer.site-footer .block .content ul.social-links li a svg {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .block .content ul.social-links li a svg {
    font-size: 18px;
  }
}
footer.site-footer .block .content ul.social-links li a:hover {
  transition: 0.5s all ease-in-out;
  color: var(--blue-20);
}
footer.site-footer .block .content ul.social-links li a img {
  height: 15.7px;
}
footer.site-footer #block-footerlogo {
  margin: unset;
}
footer.site-footer #block-footerlogo .content img {
  height: 30px;
  width: auto;
}
footer.site-footer #block-intro {
  margin-bottom: unset;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #block-intro {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  footer.site-footer #block-intro {
    padding-right: 2em;
  }
}
footer.site-footer #block-intro .content p {
  color: #808080;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #block-intro .content p {
    font-size: 16px;
  }
}
footer.site-footer #block-intro .content p a {
  color: #fff;
}
footer.site-footer #block-intro .content p:last-child {
  margin: 0;
}
footer.site-footer #block-footersocial {
  margin-top: unset;
}
footer.site-footer #block-footer {
  margin: 0;
}
footer.site-footer #block-footer h2 {
  font-size: 17px;
  color: #fff;
  font-weight: 800;
}
footer.site-footer #block-footer .content ul.sf-menu {
  margin-top: 2em;
}
footer.site-footer #block-footer .content ul.sf-menu li {
  width: 100%;
}
footer.site-footer #block-footer .content ul.sf-menu li:not(:last-child) {
  margin-bottom: 12px;
}
footer.site-footer #block-footer .content ul.sf-menu li a {
  padding: 0;
  color: #808080;
  font-size: 15px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
footer.site-footer #block-footer .content ul.sf-menu li a:hover {
  transition: 0.5s all ease-in-out;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #block-footer .content ul.sf-menu li a {
    font-size: 16px;
  }
}
footer.site-footer #block-signature {
  margin: 0;
}
footer.site-footer #block-signature .content p {
  color: #808080;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #block-signature .content p {
    font-size: 16px;
  }
}
footer.site-footer #block-signature .content p a {
  text-decoration: none;
  color: #fff;
}
.path-frontpage #hero-wrapper {
  background: url(../images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 25px 0;
  overflow-x: hidden !important;
}
.path-frontpage #hero-wrapper #block-hero .content .image-wrapper {
  text-align: center;
  margin-bottom: 1.2em;
}
.path-frontpage #hero-wrapper #block-hero .content .image-wrapper img {
  height: 32vh;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #hero-wrapper #block-hero .content .image-wrapper img {
    height: 345px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #hero-wrapper #block-hero .content .image-wrapper img {
    height: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #hero-wrapper #block-hero .content .image-wrapper img {
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #hero-wrapper #block-hero .content .image-wrapper img {
    height: 590px;
  }
}
.path-frontpage #hero-wrapper #block-hero .content .body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #hero-wrapper #block-hero .content .body {
    top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #hero-wrapper #block-hero .content .body {
    top: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #hero-wrapper #block-hero .content .body {
    top: 88px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #hero-wrapper #block-hero .content .body {
    top: 100px;
  }
}
.path-frontpage #hero-wrapper #block-hero .content .body h2 {
  font-weight: 800;
  color: var(--dark);
  text-align: center;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #hero-wrapper #block-hero .content .body h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #hero-wrapper #block-hero .content .body h2 {
    font-size: 40px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #hero-wrapper #block-hero .content .body h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #hero-wrapper #block-hero .content .body h2 {
    font-size: 50px;
  }
}
.path-frontpage #hero-wrapper #block-hero .content .body h2 em {
  font-style: normal;
  color: var(--blue);
}
.path-frontpage #hero-wrapper #block-hero .content .body p {
  color: var(--text-color);
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #hero-wrapper #block-hero .content .body p {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #hero-wrapper #block-hero .content .body p {
    font-size: 18px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #hero-wrapper #block-hero .content .body p {
    font-size: 20px;
  }
}
.path-frontpage #content-wrapper {
  padding: 40px 0;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #content-wrapper {
    padding: 80px 0;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header {
    margin-bottom: 50px;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header svg {
  color: var(--blue);
  display: block;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header span {
  color: var(--text-color);
  font-size: 15px;
  display: block;
  margin-bottom: 0.8em;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header h2 {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-header h2 {
    font-size: 35px;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content {
    margin-bottom: 50px;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul {
    grid-gap: 1.5em;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li {
  padding: 0;
  transition: 0.5s all ease-in-out;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 25px;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-field-image a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-title {
  margin-bottom: 1em;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-title h3 {
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-title h3 {
    line-height: 1.4;
  }
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-title h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li .views-field-body p {
  color: var(--text-color);
  line-height: 1.8;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .view-content .item-list ul li:hover .views-field-title h3 a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .more-link {
  position: relative;
  display: block;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .more-link a {
  border-radius: unset;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
  font-size: 15px;
  font-weight: 700;
  padding: 1em 2.5em;
  position: relative;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  display: block;
  width: max-content;
}
.path-frontpage #content-wrapper #block-views-block-benefits-block-1 .content .more-link a:hover {
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
}
.path-frontpage #breather-wrapper {
  padding: 40px 0 0 0;
  background: var(--dark);
  overflow: hidden !important;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #breather-wrapper {
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #breather-wrapper {
    padding: 80px 0 0 0;
  }
}
.path-frontpage #breather-wrapper #block-why .content .field {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #breather-wrapper #block-why .content .field {
    flex-direction: row-reverse;
  }
}
.path-frontpage #breather-wrapper #block-why .content .field .body {
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #breather-wrapper #block-why .content .field .body {
    flex-basis: 50%;
    margin: unset;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #breather-wrapper #block-why .content .field .body {
    flex-basis: 63%;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #breather-wrapper #block-why .content .field .body {
    flex-basis: 70%;
    top: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #breather-wrapper #block-why .content .field .body {
    flex-basis: 75%;
  }
}
.path-frontpage #breather-wrapper #block-why .content .field .body h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1em;
}
.path-frontpage #breather-wrapper #block-why .content .field .body .items {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #breather-wrapper #block-why .content .field .body .items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
  }
}
.path-frontpage #breather-wrapper #block-why .content .field .body .items .item h4 {
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.path-frontpage #breather-wrapper #block-why .content .field .body .items .item p {
  color: #fff;
  margin: 0;
  font-weight: 300;
  line-height: 1.8;
}
.path-frontpage #breather-wrapper #block-why .content .field .flag {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag {
    flex-basis: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag {
    flex-basis: 37%;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag {
    flex-basis: 25%;
  }
}
.path-frontpage #breather-wrapper #block-why .content .field .flag img {
  width: 80%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag img {
    height: auto;
    width: 89%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag img {
    width: 77%;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #breather-wrapper #block-why .content .field .flag img {
    flex-basis: 84%;
  }
}
.path-frontpage #blogs-wrapper {
  padding: 40px 0;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #blogs-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #blogs-wrapper {
    padding: 80px 0;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header {
    margin-bottom: 50px;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header svg {
  color: var(--blue);
  display: block;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header span {
  color: var(--text-color);
  font-size: 15px;
  display: block;
  margin-bottom: 0.8em;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header h2 {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-header h2 {
    font-size: 35px;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content {
    margin-bottom: 50px;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul {
    grid-gap: 1.5em;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li {
  padding: 0;
  transition: 0.5s all ease-in-out;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 25px;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-field-image a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-title {
  margin-bottom: 1em;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-title h3 {
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-title h3 {
    line-height: 1.4;
  }
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-title h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-body p {
  color: var(--text-color);
  line-height: 1.8;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-view-node span a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li .views-field-view-node span a svg {
  margin-left: 0.5em;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li:hover .views-field-title h3 a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .view-content .item-list ul li:hover .views-field-view-node span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .more-link {
  position: relative;
  display: block;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .more-link a {
  border-radius: unset;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
  font-size: 15px;
  font-weight: 700;
  padding: 1em 2.5em;
  position: relative;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  display: block;
  width: max-content;
}
.path-frontpage #blogs-wrapper #block-views-block-blog-block-1 .content .more-link a:hover {
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
}
.path-frontpage .featured-bottom {
  padding: 40px 0;
  background: var(--blue);
  overflow: hidden !important;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .featured-bottom {
    padding: 0 0 60px 0;
    background: linear-gradient(180deg, #fff 15%, var(--blue) 10%);
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom {
    padding: 0 0 80px 0;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter {
  display: grid;
  grid-gap: 1.2em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter {
    grid-template-columns: 1fr 2.5fr;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter {
    grid-template-columns: 1fr 3fr;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title {
    top: 95px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title {
    top: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title {
    top: 85px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title {
    top: 95px;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title h3 {
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter .title h3 {
    font-size: 28px;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form {
  padding: 1.5em;
  background: #fff;
  box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.3);
  border-top: 5px solid var(--blue);
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form {
    padding: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form {
    padding: 2.5em;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form #mc_embed_signup_scroll svg {
  color: var(--blue);
  display: block;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form #mc_embed_signup_scroll span {
  color: var(--text-color);
  font-size: 15px;
  display: block;
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form #mc_embed_signup_scroll h4 {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form #mc_embed_signup_scroll h4 {
    font-size: 20px;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs {
    flex-direction: row;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .mc-field-group {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .mc-field-group {
    margin-right: 0.2em;
    flex-basis: 40%;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .mc-field-group input {
  width: 100%;
  border: none;
  background-color: var(--blue-20);
  padding: 0.5em 1em;
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .mc-field-group input::placeholder {
  color: #aaa;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .mc-field-group input {
    padding: 0.7em 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .clear {
    flex-basis: 20%;
  }
}
.path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .clear input {
  border-radius: unset;
  color: #fff;
  background: var(--dark);
  box-shadow: none;
  border: none;
  padding: 0.5em 1.2em;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .clear input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .featured-bottom #block-subscription .content .field .newsletter form .inputs .clear input {
    padding: 0.7em 1.2em;
  }
}
.page-view-benefits #top-wrapper {
  padding: 40px 0;
  background: url(../images/top-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #top-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-benefits #top-wrapper {
    padding: 80px 0;
  }
}
.page-view-benefits #top-wrapper #block-thebenefits h2 {
  text-align: center;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1.2em;
}
.page-view-benefits #top-wrapper #block-thebenefits .content .items {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items {
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item {
    flex-basis: 50%;
    position: relative;
  }
}
.page-view-benefits #top-wrapper #block-thebenefits .content .items .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item img {
    height: 400px;
  }
}
.page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner {
  background: #4453c7;
  background: linear-gradient(45deg, #4453c7 0%, #1c2eb5 87%);
  padding: 3em 2em;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner {
    position: absolute;
    bottom: 0;
    padding: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner {
    padding: 3em;
    min-height: 315px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner {
    padding: 5em;
    min-height: 360px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner {
    padding: 5em 7em;
  }
}
.page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner p {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.8;
  word-break: break-word;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #top-wrapper #block-thebenefits .content .items .item:nth-child(2) .inner p {
    line-height: 2;
  }
}
.page-view-benefits #content-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-benefits #content-wrapper {
    padding: 80px 0;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-header {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-header {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-header {
    margin-bottom: 50px;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-header svg {
  color: var(--blue);
  display: block;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-header span {
  color: var(--text-color);
  font-size: 15px;
  display: block;
  margin-bottom: 0.8em;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-header h2 {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-header h2 {
    font-size: 35px;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content {
    margin-bottom: 50px;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-gap: 1.5em;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li {
  padding: 0;
  transition: 0.5s all ease-in-out;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 25px;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title {
  margin-bottom: 1em;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 {
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
@media only screen and (min-width: 768px) {
  .page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 {
    line-height: 1.4;
  }
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-body p {
  color: var(--text-color);
  line-height: 1.8;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-view-node span a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-view-node span a svg {
  margin-left: 0.5em;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover .views-field-title h3 a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.page-view-benefits #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover .views-field-view-node span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination {
  width: max-content;
  margin: 0 auto;
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li {
  border-color: var(--border-color);
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link {
  color: var(--blue);
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link:hover {
  color: #fff;
  background-color: var(--blue);
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link:focus {
  box-shadow: none;
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link {
  color: var(--blue);
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link:hover {
  color: #fff;
  background-color: var(--blue);
}
.page-view-benefits #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link:focus {
  box-shadow: none;
}
.page-view-blog #top-wrapper {
  padding: 40px 0;
  background: url(../images/top-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #top-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-blog #top-wrapper {
    padding: 80px 0;
  }
}
.page-view-blog #top-wrapper #block-blogposts h2 {
  text-align: center;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1.2em;
}
.page-view-blog #top-wrapper #block-blogposts .content .items {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items {
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item {
    flex-basis: 50%;
    position: relative;
  }
}
.page-view-blog #top-wrapper #block-blogposts .content .items .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1200px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item img {
    height: 400px;
  }
}
.page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner {
  background: #4453c7;
  background: linear-gradient(45deg, #4453c7 0%, #1c2eb5 87%);
  padding: 3em 2em;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner {
    position: absolute;
    bottom: 0;
    padding: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner {
    padding: 3em;
    min-height: 315px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner {
    padding: 5em;
    min-height: 360px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner {
    padding: 5em 7em;
  }
}
.page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner p {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.8;
  word-break: break-word;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .page-view-blog #top-wrapper #block-blogposts .content .items .item:nth-child(2) .inner p {
    line-height: 2;
  }
}
.page-view-blog #content-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-blog #content-wrapper {
    padding: 80px 0;
  }
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content {
    margin-bottom: 50px;
  }
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul {
    grid-gap: 1.5em;
  }
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li {
  padding: 0;
  transition: 0.5s all ease-in-out;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 25px;
  }
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-field-image a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title {
  margin-bottom: 1em;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 {
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
@media only screen and (min-width: 768px) {
  .page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 {
    line-height: 1.4;
  }
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-title h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-body p {
  color: var(--text-color);
  line-height: 1.8;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-view-node span a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li .views-field-view-node span a svg {
  margin-left: 0.5em;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover .views-field-title h3 a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.page-view-blog #content-wrapper #block-fa-content .content .view-content .item-list ul li:hover .views-field-view-node span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination {
  width: max-content;
  margin: 0 auto;
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li {
  border-color: var(--border-color);
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link {
  color: var(--blue);
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link:hover {
  color: #fff;
  background-color: var(--blue);
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li span.page-link:focus {
  box-shadow: none;
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link {
  color: var(--blue);
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link:hover {
  color: #fff;
  background-color: var(--blue);
}
.page-view-blog #content-wrapper #block-fa-content .content nav ul.pagination li a.page-link:focus {
  box-shadow: none;
}
.node--type-benefit #main-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .node--type-benefit #main-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-benefit #main-wrapper {
    padding: 80px 0;
  }
}
.node--type-benefit #main-wrapper h2.node-title {
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1.2em;
}
.node--type-benefit #main-wrapper .field--name-field-image {
  margin-bottom: 1.2em;
  width: 100%;
}
.node--type-benefit #main-wrapper .field--name-field-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.node--type-benefit #main-wrapper .field--name-body {
  margin-bottom: 2.5em;
}
.node--type-benefit #main-wrapper .field--name-body p,
.node--type-benefit #main-wrapper .field--name-body ol,
.node--type-benefit #main-wrapper .field--name-body ul {
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .node--type-benefit #main-wrapper .field--name-body p,
  .node--type-benefit #main-wrapper .field--name-body ol,
  .node--type-benefit #main-wrapper .field--name-body ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-benefit #main-wrapper .field--name-body p strong,
.node--type-benefit #main-wrapper .field--name-body ol strong,
.node--type-benefit #main-wrapper .field--name-body ul strong {
  color: var(--dark);
  font-weight: 800;
}
.node--type-benefit #main-wrapper .field--name-body figure {
  width: 100%;
}
.node--type-benefit #main-wrapper .field--name-body figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.node--type-benefit #main-wrapper .field--name-body figure figcaption {
  padding: 0 0 0 1em;
  border-left: 3px solid var(--blue);
  font-size: 90%;
  font-style: italic;
  color: var(--dark);
  position: relative;
  top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .node--type-benefit #main-wrapper aside {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 50px;
  }
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 {
  padding: 0;
  margin: 0;
  background: unset;
  border: none;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:not(:last-child) {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid var(--border-color);
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span {
  display: block;
  position: relative;
  width: 100%;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span svg {
  position: absolute;
  right: 0;
  top: 3px;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span svg {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.node--type-benefit #main-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .node--type-benefit #main-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-benefit #main-wrapper {
    padding: 80px 0;
  }
}
.node--type-benefit #main-wrapper h2.node-title {
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1.2em;
}
.node--type-benefit #main-wrapper .field--name-field-image {
  margin-bottom: 1.2em;
  width: 100%;
}
.node--type-benefit #main-wrapper .field--name-field-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.node--type-benefit #main-wrapper .field--name-body {
  margin-bottom: 2.5em;
}
.node--type-benefit #main-wrapper .field--name-body p {
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .node--type-benefit #main-wrapper .field--name-body p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-benefit #main-wrapper .field--name-body figure {
  margin-bottom: 2em;
  width: 100%;
}
.node--type-benefit #main-wrapper .field--name-body figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.node--type-benefit #main-wrapper .field--name-body figure figcaption {
  padding: 0 0 0 1em;
  border-left: 3px solid var(--blue);
  font-size: 90%;
  font-style: italic;
  color: var(--dark);
  position: relative;
  top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .node--type-benefit #main-wrapper aside {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 50px;
  }
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 {
  padding: 0;
  margin: 0;
  background: unset;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:not(:last-child) {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid var(--border-color);
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span {
  display: block;
  position: relative;
  width: 100%;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span svg {
  position: absolute;
  right: 0;
  top: 3px;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.node--type-benefit #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span svg {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.node--type-article #main-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .node--type-article #main-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-article #main-wrapper {
    padding: 80px 0;
  }
}
.node--type-article #main-wrapper .field--name-field-image {
  margin-bottom: 1.2em;
  width: 100%;
}
.node--type-article #main-wrapper .field--name-field-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 550px;
}
@media only screen and (min-width: 992px) {
  .node--type-article #main-wrapper .node-body {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-article #main-wrapper .node-body {
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .node--type-article #main-wrapper .node-body {
    width: 60%;
  }
}
.node--type-article #main-wrapper .node-body .top {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--border-color);
}
.node--type-article #main-wrapper .node-body .top h2.node-title {
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0.6em;
}
.node--type-article #main-wrapper .node-body .top .published {
  color: var(--text-color);
}
.node--type-article #main-wrapper .field--name-body {
  margin-bottom: 2.5em;
}
.node--type-article #main-wrapper .field--name-body p,
.node--type-article #main-wrapper .field--name-body ol,
.node--type-article #main-wrapper .field--name-body ul {
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .node--type-article #main-wrapper .field--name-body p,
  .node--type-article #main-wrapper .field--name-body ol,
  .node--type-article #main-wrapper .field--name-body ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-article #main-wrapper .field--name-body p strong,
.node--type-article #main-wrapper .field--name-body ol strong,
.node--type-article #main-wrapper .field--name-body ul strong {
  color: var(--dark);
  font-weight: 800;
}
.node--type-article #main-wrapper .field--name-body figure {
  width: 100%;
  margin-bottom: 2em;
}
.node--type-article #main-wrapper .field--name-body figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.node--type-article #main-wrapper .field--name-body figure figcaption {
  padding: 0 0 0 1em;
  border-left: 3px solid var(--blue);
  font-size: 90%;
  font-style: italic;
  color: var(--dark);
  position: relative;
  top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .node--type-article #main-wrapper aside {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 50px;
  }
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 {
  padding: 0;
  margin: 0;
  background: unset;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:not(:last-child) {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid var(--border-color);
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span {
  display: block;
  position: relative;
  width: 100%;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li span svg {
  position: absolute;
  right: 0;
  top: 3px;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover {
  transition: 0.5s all ease-in-out;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span a {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.node--type-article #main-wrapper #block-views-block-benefits-block-2 .content .item-list ul li:hover span svg {
  color: var(--blue);
  transition: 0.5s all ease-in-out;
}
.page-node-9 .a2a_kit {
  display: none;
}
.page-node-9 #content-wrapper {
  background: url(../images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-9 #content-wrapper {
    padding-top: 80px;
  }
}
.page-node-9 #content-wrapper .region-hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper .region-hero {
    height: 100%;
  }
}
.page-node-9 #content-wrapper #block-fa-content .content .node__content {
  position: relative;
  top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content {
    top: unset;
  }
}
.page-node-9 #content-wrapper #block-fa-content .content .node__content h2 {
  font-weight: 800;
  color: var(--dark);
  text-align: center;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content h2 {
    font-size: 40px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content h2 {
    font-size: 50px;
  }
}
.page-node-9 #content-wrapper #block-fa-content .content .node__content p {
  color: var(--text-color);
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content p {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-node-9 #content-wrapper #block-fa-content .content .node__content p {
    font-size: 20px;
  }
}
.page-node-9 #content-wrapper #block-aboutflag {
  margin-top: 2em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper #block-aboutflag {
    margin: unset;
    bottom: 0;
  }
}
.page-node-9 #content-wrapper #block-aboutflag .content .field {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #content-wrapper #block-aboutflag .content .field {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-node-9 #content-wrapper #block-aboutflag .content .field {
    width: 60%;
  }
}
.page-node-9 #content-wrapper #block-aboutflag .content .field img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #breather-wrapper {
    background: linear-gradient(90deg, var(--blue) 50%, var(--blue-20) 50%);
  }
}
.page-node-9 #breather-wrapper #block-lefthighlight {
  padding-top: 2em;
  padding-bottom: 2em;
  background: var(--blue);
}
@media only screen and (min-width: 992px) {
  .page-node-9 #breather-wrapper #block-lefthighlight {
    padding: 4em 2em 4em 0;
  }
}
.page-node-9 #breather-wrapper #block-lefthighlight .content h3 {
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
}
.page-node-9 #breather-wrapper #block-highlightright {
  padding-top: 2em;
  padding-bottom: 2em;
  background: var(--blue-20);
}
@media only screen and (min-width: 992px) {
  .page-node-9 #breather-wrapper #block-highlightright {
    padding: 4em 0 4em 2em;
  }
}
.page-node-9 #breather-wrapper #block-highlightright .content p {
  color: var(--text-color);
  line-height: 1.6;
}
.page-node-9 #body-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-node-9 #body-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-9 #body-wrapper {
    padding: 80px 0;
  }
}
.page-node-9 #body-wrapper .block .content figure {
  width: 100%;
  margin-bottom: 2em;
}
.page-node-9 #body-wrapper .block .content figure figcaption {
  padding: 0 0 0 1em;
  border-left: 3px solid var(--blue);
  font-size: 90%;
  font-style: italic;
  color: var(--dark);
  position: relative;
  top: 10px;
  font-weight: bold;
}
.page-node-9 #body-wrapper .block .content img {
  max-height: 390px;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-node-9 #body-wrapper .block .content p {
  color: var(--text-color);
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .page-node-9 #body-wrapper .block .content p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .page-node-9 #body-wrapper .block .content p {
    width: 60%;
  }
}
.page-node-10 #content-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-node-10 #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-10 #content-wrapper {
    padding: 80px 0;
  }
}
.page-node-10 #content-wrapper #block-phone {
  margin-bottom: 2em;
}
.page-node-10 #content-wrapper #block-phone .content .field {
  position: relative;
}
.page-node-10 #content-wrapper #block-phone .content .field::before {
  content: '';
  display: block;
  position: absolute;
  background: var(--blue);
  width: 80%;
  height: 80%;
  left: 0;
  top: 10%;
}
.page-node-10 #content-wrapper #block-phone .content .field img {
  width: 95%;
  height: auto;
  position: relative;
  max-height: 400px;
  left: 5%;
}
.page-node-10 #content-wrapper .node__content .field svg {
  color: var(--blue);
  display: block;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.page-node-10 #content-wrapper .node__content .field span {
  color: var(--text-color);
  font-size: 15px;
  display: block;
}
.page-node-10 #content-wrapper .node__content .field h2 {
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) {
  .page-node-10 #content-wrapper .node__content .field h2 {
    font-size: 35px;
  }
}
.page-node-10 #content-wrapper .node__content .field p.topline {
  color: var(--text-color);
  margin-bottom: 2em;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li {
  display: flex;
  flex-direction: row;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li:not(:last-child) {
  margin-bottom: 15px;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li .icon {
  margin-right: 0.8em;
  width: 58px;
  height: 58px;
  background: var(--blue-20);
  box-sizing: border-box;
  padding: 20px;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li .icon svg {
  color: var(--blue);
  width: 22px;
  height: 22px;
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li div:nth-child(2) span {
  color: var(--text-color);
}
.page-node-10 #content-wrapper .node__content .field ul.contact-info li div:nth-child(2) a {
  text-decoration: none;
  color: var(--dark);
  font-size: 120%;
  font-weight: 800;
}
.page-node-10 #content-wrapper .node__content .a2a_kit {
  display: none;
}
.page-node-10 #body-wrapper {
  padding: 0 0 40px 0;
  background: linear-gradient(180deg, #fff 15%, var(--blue-10) 10%);
}
@media only screen and (min-width: 768px) {
  .page-node-10 #body-wrapper {
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-10 #body-wrapper {
    padding: 0 0 80px 0;
  }
}
.page-node-10 #body-wrapper .inner-wrapper {
  padding: 1.5em;
  background: #fff;
  box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 8px 24px 0px rgba(0, 0, 0, 0.05);
  border-top: 5px solid var(--blue);
}
@media only screen and (min-width: 992px) {
  .page-node-10 #body-wrapper .inner-wrapper {
    padding: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-node-10 #body-wrapper .inner-wrapper {
    padding: 2.5em;
    width: 80%;
    margin: 0 auto;
  }
}
.page-node-10 #body-wrapper .inner-wrapper svg {
  color: var(--blue);
  font-size: 15px;
  text-align: center;
  margin: 0 auto 1em auto;
}
.page-node-10 #body-wrapper .inner-wrapper #block-webform h2 {
  text-align: center;
  color: var(--dark);
  font-weight: 800;
  margin-bottom: 1em;
}
.page-node-10 #body-wrapper .inner-wrapper #block-webform .form-control {
  border-radius: unset;
  width: 100%;
  border: none;
  background-color: var(--blue-20);
  padding: 0.5em 1em;
}
.page-node-10 #body-wrapper .inner-wrapper #block-webform .form-control::placeholder {
  color: #aaa;
}
@media only screen and (min-width: 1200px) {
  .page-node-10 #body-wrapper .inner-wrapper #block-webform .form-control {
    padding: 0.7em 1.2em;
  }
}
.page-node-10 #body-wrapper .inner-wrapper #block-webform .webform-button--submit {
  border-radius: unset;
  color: #fff;
  background: var(--dark);
  box-shadow: none;
  border: none;
  padding: 0.5em 1.2em;
  font-weight: 600;
}
.page-node-10 #body-wrapper .inner-wrapper #block-webform .webform-button--submit:hover {
  background: var(--blue);
}
@media only screen and (min-width: 1200px) {
  .page-node-10 #body-wrapper .inner-wrapper #block-webform .webform-button--submit {
    padding: 0.7em 1.2em;
  }
}
