@charset "UTF-8";
@import "sass/fonts.css";
@import "sass/style.css";
@import "sass/style-rtl.css";
@import "fonts/icomoon/style.css";
@import "sass/sib_default_form.css";
body,
#page,
header.site-header,
main.site-main,
footer.site-footer {
  float: left;
  width: 100%;
}

html.open-menu, html.open-menu body {
  overflow: hidden;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-content {
  clear: both;
}

.post, .page {
  margin: 0;
}

main.site-main {
  padding: 0;
}

.element-group .wp-block-columns {
  max-width: 970px;
  margin: 0 auto;
}
.element-group .wp-block-columns + .wp-block-columns {
  margin-top: 2.1rem;
}
.entry-content > .element-group {
  padding: 12rem 15px;
}
@media (max-width: 767.98px) {
  .entry-content > .element-group {
    padding: 7rem 15px;
  }
}
.entry-content > .element-group.full-height-group {
  padding-top: 0;
}
.entry-content > .element-group[class*=ct-element-] {
  margin-bottom: 0;
}
.entry-content > .element-group:last-child {
  padding-bottom: 22rem;
}
@media (max-width: 767.98px) {
  .entry-content > .element-group:last-child {
    padding-bottom: 15rem;
  }
}

.element-group.dark {
  background: #001721;
  color: #ffffff;
}
.element-group.dark ul li:before {
  background: #ffffff;
}
.element-group.dark .wp-block-pullquote blockquote:before {
  background-color: #003952;
}
.site-main .element-group.dark a {
  color: #ffffff;
}
.element-group.dark:last-child {
  padding-bottom: 12rem;
  margin-bottom: 15rem;
}
@media (max-width: 767.98px) {
  .element-group.dark:last-child {
    padding-bottom: 7rem;
    margin-bottom: 12rem;
  }
}
.element-group.dark .ct-element-newslist, .element-group.dark .ct-element-newslist a {
  color: #003952;
}
.element-group.triangle {
  position: relative;
}
.element-group.triangle:before, .element-group.triangle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
}
.element-group.triangle:before {
  top: 0;
  left: 0;
  border-color: #e6f1f2 transparent transparent transparent;
  border-width: 78rem 75rem 0 0;
}
@media (max-width: 767.98px) {
  .element-group.triangle:before {
    border-width: 37rem 20rem 0 0;
  }
}
.element-group.triangle:after {
  bottom: 0;
  right: 0;
  border-color: transparent transparent #e6f1f2 transparent;
  border-width: 0 0 78rem 75rem;
}
@media (max-width: 767.98px) {
  .element-group.triangle:after {
    border-width: 0 0 37rem 20rem;
  }
}
.element-group.triangle.dark:before, .element-group.triangle.dark:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.element-group.triangle.dark:before {
  top: 0;
  left: 0;
  border-color: #171c33 transparent transparent transparent;
  border-width: 78rem 75rem 0 0;
}
@media (max-width: 767.98px) {
  .element-group.triangle.dark:before {
    border-width: 37rem 20rem 0 0;
  }
}
.element-group.triangle.dark:after {
  bottom: 0;
  right: 0;
  border-color: transparent transparent #171c33 transparent;
  border-width: 0 0 78rem 75rem;
}
@media (max-width: 767.98px) {
  .element-group.triangle.dark:after {
    border-width: 0 0 37rem 20rem;
  }
}
.element-group.triangle.dark > * {
  position: relative;
  z-index: 10;
}
.element-group.lead-animation {
  position: relative;
  overflow: hidden;
}
.element-group.lead-animation:first-child {
  margin-top: -12.7rem;
}
@media (max-width: 991.98px) {
  .element-group.lead-animation:first-child {
    margin-top: -6.1rem;
  }
}
body.is-touch .element-group.lead-animation:first-child {
  margin-top: -6.1rem;
}
.element-group.lead-animation:before {
  font-family: "zaw-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  display: block;
  position: absolute;
  z-index: 1;
  top: -25vw;
  right: 0;
  width: 100%;
  height: calc(100% + 25vw);
  color: #003952;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  font-size: 146.0361613vw;
  animation: animatedBackground 200s linear infinite alternate;
}
@media (min-width: 1439px) {
  .element-group.lead-animation:before {
    font-size: 210rem;
    top: -36rem;
    height: calc(100% + 36rem);
  }
}
@media (max-width: 991.98px) {
  .element-group.lead-animation:before {
    top: -20vw;
    height: calc(100% + 20vw);
  }
}
@media (max-width: 767.98px) {
  .element-group.lead-animation:before {
    top: -15rem;
    height: calc(100% + 15rem);
    font-size: 112rem;
    animation: animatedBackground 100s linear infinite alternate;
  }
}
@keyframes animatedBackground {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-150vw, 0, 0);
  }
}
.element-group.lead-animation > .wp-block-group__inner-container {
  position: relative;
  z-index: 10;
}

.flex-grid {
  display: flex;
  width: 100%;
  flex-grow: initial;
}

.widget {
  margin: 0;
}

[class*=ct-element-] {
  margin-bottom: 12rem;
}
[class*=ct-element-]:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  [class*=ct-element-] {
    margin-bottom: 8.4rem;
  }
}

@media (min-width: 768px) {
  .wp-block-group:not([class*=grid-]) > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.wp-block-group:not([class*=grid-]) > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  .wp-block-group.grid-3-1 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile),
.wp-block-group.grid-3-3-3 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: nowrap;
  }
  .wp-block-group.grid-3-1 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.wp-block-group.grid-3-3-3 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1;
  }
  .wp-block-group.grid-3-1 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
    flex-basis: 66.66% !important;
  }
  .wp-block-group.grid-3-1 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
    flex-basis: 33.33% !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-group.grid-3-1 > .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ct-element-teaser .wp-block-columns .wp-block-column:first-child,
[class*=ct-element-].mobile-fix .wp-block-columns .wp-block-column {
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.wp-block-group.reverse .wp-block-columns {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .wp-block-group.reverse .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) {
    margin-left: 0;
  }
  .wp-block-group.reverse .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(odd) {
    margin-left: 3rem;
  }
}
.wp-block-group.grid-3-1 .wp-block-column:last-child [class*=ct-element-] {
  border-top: 2px solid #003952;
  padding-top: 0.5rem;
}
.wp-block-group.full-height {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.wp-block-group.full-height > .wp-block-group__inner-container {
  position: relative;
  height: 100vh;
}
.wp-block-group.full-height + .wp-block-group {
  margin-top: 10rem;
}
.wp-block-group.full-height .scroll-down {
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8rem;
}
body.loaded-page .wp-block-group.full-height {
  opacity: 1;
}

.lottie-animation {
  max-width: 31rem;
}
.lottie-animation svg * {
  pointer-events: none !important;
}
.lottie-animation.size-1 {
  max-width: 25.2rem;
}
.lottie-animation.size-2 {
  max-width: 28.2rem;
}

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

.entry-content a.button-style, input.button-style, .button-style {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #003952;
  padding: 0.8rem 2.5rem 0.6rem;
  border-radius: 2.8rem;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  background: #ffffff;
}
.entry-content a.button-style:hover, .entry-content a.button-style:focus, input.button-style:hover, input.button-style:focus, .button-style:hover, .button-style:focus {
  background: #003952;
  color: #ffffff;
  border-color: #003952;
}

.element-group.dark a.button-style, .element-group.dark .button-style {
  color: #003952;
}
.element-group.dark a.button-style:hover, .element-group.dark a.button-style:focus, .element-group.dark .button-style:hover, .element-group.dark .button-style:focus {
  color: #ffffff;
}

.icon-scroll-down.left, .icon-scroll-down.right {
  display: inline-block;
}
.icon-scroll-down.left {
  transform: rotate(90deg);
}
.icon-scroll-down.right {
  transform: rotate(-90deg);
}

.CookieDeclaration {
  display: none;
}

#masthead {
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
}
body.loaded-first #masthead {
  opacity: 1;
}
body.home #masthead {
  background: transparent;
}
body.home #masthead * {
  color: #ffffff;
}
#masthead * {
  color: #003952;
}
@media (max-width: 991.98px) {
  body.home #masthead.open-menu, #masthead.open-menu {
    background: #002738;
  }
  body.home #masthead.open-menu *, #masthead.open-menu * {
    color: #ffffff;
  }
}
body.is-touch #masthead.open-menu {
  background: #002738;
}
body.is-touch #masthead.open-menu * {
  color: #ffffff;
}
@media (min-width: 992px) {
  #masthead.thumbnail-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.logged-in.admin-bar #masthead.thumbnail-page {
    margin-top: 32px;
  }
}

#logo {
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.9rem;
}
#logo i {
  float: left;
}

ul, ol {
  padding: 0;
  margin: 0;
}
ul.menu li, ol.menu li {
  list-style: none;
}

#masthead {
  padding: 2.7rem 3.5rem 3.4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  #masthead {
    padding: 1.6rem 3.5rem;
  }
}
body.is-touch #masthead {
  padding: 1.6rem 3.5rem;
}
@media (max-width: 767.98px) {
  #masthead {
    padding: 1.6rem;
  }
}
#masthead .menu {
  display: flex;
}

#meta-menu-wrap {
  float: right;
  display: flex;
}

#site-navigation {
  float: right;
}
#site-navigation li {
  margin-left: 6.5rem;
}
@media (max-width: 1199.98px) {
  #site-navigation li {
    margin-left: 3rem;
  }
}
#site-navigation li:first-child {
  margin: 0;
}
#site-navigation .menu > .menu-item {
  position: relative;
}
#site-navigation .menu > .menu-item:hover, #site-navigation .menu > .menu-item:focus, #site-navigation .menu > .menu-item.current-menu-item, #site-navigation .menu > .menu-item.current_page_parent {
  text-decoration: underline;
}
#site-navigation .menu > .menu-item.menu-item-has-children:hover > a, #site-navigation .menu > .menu-item.menu-item-has-children:focus > a {
  position: relative;
  z-index: 10;
  color: #003952;
}
@media (max-width: 991.98px) {
  #site-navigation .menu > .menu-item.menu-item-has-children:hover > a, #site-navigation .menu > .menu-item.menu-item-has-children:focus > a {
    color: #ffffff;
  }
}
body.is-touch #site-navigation .menu > .menu-item.menu-item-has-children:hover > a, body.is-touch #site-navigation .menu > .menu-item.menu-item-has-children:focus > a {
  color: #ffffff;
}
#site-navigation .menu > .menu-item.menu-item-has-children:hover .sub-menu, #site-navigation .menu > .menu-item.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) {
  body:not(.is-touch) #site-navigation .menu > .menu-item.menu-item-has-children:nth-last-child(-n+2) .sub-menu {
    right: 0;
    left: auto;
    text-align: right;
  }
}
#site-navigation .menu > .menu-item.menu-item-has-children .current_page_item {
  text-decoration: underline;
}
#site-navigation .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25rem;
  background: none;
  box-shadow: none;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
body.loaded-first #site-navigation .sub-menu {
  transition: opacity 0.25s ease-in-out;
}
#site-navigation .sub-menu .menu-item {
  float: none;
  width: auto;
  margin: 1.8rem 0 0 0;
  text-transform: none;
}
#site-navigation .sub-menu .menu-item:first-child {
  position: unset;
  margin-top: 4rem;
}
#site-navigation .sub-menu .menu-item:first-child:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -20px;
  left: -28px;
  border-radius: 3px;
  height: calc(100% + 40px);
  width: calc(100% + 56px);
  z-index: -1;
}
@media (max-width: 991.98px) {
  #site-navigation .sub-menu .menu-item:first-child:before {
    display: none;
  }
}
body.is-touch #site-navigation .sub-menu .menu-item:first-child:before {
  display: none;
}
#site-navigation .sub-menu .menu-item a {
  color: #003952;
  width: 100%;
  line-height: 1.2;
}
#site-navigation .sub-menu .menu-item a:hover, #site-navigation .sub-menu .menu-item a:focus {
  text-decoration: underline;
}

.site-branding {
  width: 100%;
  float: left;
  margin-bottom: 2.9rem;
}

#meta-menu-wrap li, #meta-menu-wrap .widget_nav_menu {
  margin-left: 3.2rem;
}
#meta-menu-wrap li:first-child, #meta-menu-wrap .widget_nav_menu:first-child {
  margin: 0;
}

/* NAV */
.main-navigation {
  width: auto;
}
.main-navigation li {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  /* SUB NAV */
}
.main-navigation li li {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/* META NAV */
.meta-menu li {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .meta-menu li {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.meta-menu li a {
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu li {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.mobile-menu li li {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}

.link-icon {
  position: relative;
}
#colophon .footer-header .link-icon a {
  text-indent: -9999px;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  body:not(.is-touch) #masthead .link-icon a {
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#masthead #menuButton {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 2.9rem;
  transform: translateY(-50%);
}
#masthead #menuButton span {
  display: block;
  margin-bottom: 0.6rem;
  height: 2px;
  width: 100%;
  background: #003952;
}
body.home #masthead #menuButton span {
  background: #ffffff;
}
#masthead #menuButton span:last-child {
  margin-bottom: 0;
}
#masthead #menuButton.open span:nth-child(2) {
  opacity: 0;
}
#masthead #menuButton.open span:first-child {
  transform: rotate(45deg);
  transform-origin: 6px 4px;
  width: 3.2rem;
}
#masthead #menuButton.open span:last-child {
  transform: rotate(-45deg);
  transform-origin: 5px -2px;
  width: 3.2rem;
}

@media (max-width: 991.98px) {
  #masthead.open-menu #site-navigation {
    display: block;
    height: calc(100vh - 6.1rem);
    overflow: auto;
  }
  #masthead.open-menu #menuButton span {
    background: #ffffff;
  }
  #masthead #menuButton {
    display: block;
  }
  #masthead #site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #002738;
    padding: 2rem 3.5rem 3.5rem;
    z-index: 10;
  }
  #masthead #site-navigation li {
    font-size: 2.4rem;
    text-decoration: none;
  }
  #masthead #site-navigation li .sub-menu li {
    font-size: 1.7rem;
  }
  #masthead #site-navigation .menu {
    display: block;
  }
  #masthead #site-navigation > * > .menu > .menu-item {
    float: left;
    width: 100%;
  }
  #masthead #site-navigation > * > .menu > .menu-item > a {
    padding: 1.3rem 0 0.8rem;
    width: 100%;
  }
  #masthead #site-navigation > * > .menu > .menu-item > a:hover, #masthead #site-navigation > * > .menu > .menu-item > a:focus {
    position: relative;
    z-index: 10;
  }
  #masthead #site-navigation > * > .menu > .menu-item > a:hover:before, #masthead #site-navigation > * > .menu > .menu-item > a:hover:after, #masthead #site-navigation > * > .menu > .menu-item > a:focus:before, #masthead #site-navigation > * > .menu > .menu-item > a:focus:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  #masthead #site-navigation > * > .menu > .menu-item > a:hover:before, #masthead #site-navigation > * > .menu > .menu-item > a:focus:before {
    z-index: 1;
    top: 0;
    left: -1.6rem;
    width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
    height: 100%;
    background: #ffffff;
    opacity: 0.25;
    pointer-events: none;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a {
    width: calc(100% - 4.5rem);
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a:hover:after, #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a:focus:after {
    z-index: 10;
    right: 0;
    width: 2px;
    height: 100%;
    background: #002738;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a {
    position: relative;
    z-index: 10;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:before, #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:before {
    z-index: 1;
    top: 0;
    left: -1.6rem;
    width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
    height: 100%;
    background: #ffffff;
    opacity: 0.25;
    pointer-events: none;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:after {
    z-index: 10;
    right: 0;
    width: 2px;
    height: 100%;
    background: #002738;
  }
  #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a, #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a, #masthead #site-navigation > * > .menu > .menu-item.open > a {
    position: relative;
    z-index: 10;
  }
  #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:before, #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:after, #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:before, #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:after, #masthead #site-navigation > * > .menu > .menu-item.open > a:before, #masthead #site-navigation > * > .menu > .menu-item.open > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:before, #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:before, #masthead #site-navigation > * > .menu > .menu-item.open > a:before {
    z-index: 1;
    top: 0;
    left: -1.6rem;
    width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
    height: 100%;
    background: #ffffff;
    opacity: 0.25;
    pointer-events: none;
  }
  #masthead #site-navigation > * > .menu > .menu-item.current-menu-item.menu-item-has-children > a:after, #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent.menu-item-has-children > a:after, #masthead #site-navigation > * > .menu > .menu-item.open.menu-item-has-children > a:after {
    z-index: 10;
    right: 0;
    width: 2px;
    height: 100%;
    background: #002738;
  }
  #masthead #site-navigation > * > .menu > .menu-item .sub-menu {
    float: left;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: none;
  }
  #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item {
    position: relative;
    z-index: 10;
  }
  #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a {
    text-decoration: none;
  }
  #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a:hover:before, #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a:focus:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1rem;
    left: -1.6rem;
    width: calc(100% + 3.2rem);
    height: calc(100% + 1.7rem);
    background: #ffffff;
    opacity: 0.25;
    pointer-events: none;
    border-radius: 0;
  }
  #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item.current-menu-item a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1rem;
    left: -1.6rem;
    width: calc(100% + 3.2rem);
    height: calc(100% + 1.7rem);
    background: #ffffff;
    opacity: 0.25;
    pointer-events: none;
    border-radius: 0;
  }
  #masthead #site-navigation > * > .menu > .menu-item.open .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  #masthead #site-navigation .menu-item {
    margin: 0;
    width: 100%;
  }
  #masthead #site-navigation .menu-item:last-child {
    margin-bottom: 0;
  }
  #masthead #site-navigation .menu-item.open .sub-menu {
    height: auto;
  }
  #masthead #site-navigation .sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    pointer-events: auto;
    float: none;
    width: 100%;
    max-width: none;
    height: 0;
  }
  #masthead #site-navigation .sub-menu .menu-item {
    margin: 0 0 1.7rem;
  }
  #masthead #site-navigation .sub-menu .menu-item:first-child {
    margin-top: 1rem;
  }
  #masthead #site-navigation .sub-menu .menu-item a {
    color: #ffffff;
  }
  #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:after {
    font-family: "zaw-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    display: block;
    position: absolute;
    top: 0.9rem;
    right: 0.2rem;
    cursor: pointer;
  }
  #masthead #meta-menu-wrap {
    margin-top: 2.3rem;
  }
  #masthead #meta-menu-wrap, #masthead #meta-menu-wrap .widget_nav_menu {
    width: 100%;
    display: block;
    float: left;
  }
  #masthead #meta-menu-wrap .widget_nav_menu {
    margin-left: 0;
    margin-bottom: 1.2rem;
  }
  #masthead #meta-menu-wrap .widget_nav_menu:last-child {
    margin-bottom: 0;
  }
  #masthead #meta-menu-wrap .menu-item {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  #masthead #meta-menu-wrap .menu-item.link-icon {
    padding-left: 2.7rem;
    margin-bottom: 1.2rem;
  }
  #masthead #meta-menu-wrap .menu-item.link-icon:last-child {
    margin-bottom: 0;
  }
  #masthead #meta-menu-wrap .menu-item.link-icon:before {
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-size: 2rem;
  }
  #masthead #meta-menu-wrap .menu-item.link-icon a {
    font-family: "Hind Semi-bold", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #masthead .site-branding #meta-menu-wrap {
    display: none;
  }
  #logo {
    font-size: 3.7rem;
  }
}
body.is-touch #masthead.open-menu #site-navigation {
  display: block;
  height: calc(100vh - 6.1rem);
  overflow: auto;
}
body.is-touch #masthead.open-menu #menuButton span {
  background: #ffffff;
}
body.is-touch #masthead #menuButton {
  display: block;
}
body.is-touch #masthead #site-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #002738;
  padding: 2rem 3.5rem 3.5rem;
  z-index: 10;
}
body.is-touch #masthead #site-navigation li {
  font-size: 2.4rem;
  text-decoration: none;
}
body.is-touch #masthead #site-navigation li .sub-menu li {
  font-size: 1.7rem;
}
body.is-touch #masthead #site-navigation .menu {
  display: block;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item {
  float: left;
  width: 100%;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a {
  padding: 1.3rem 0 0.8rem;
  width: 100%;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:hover, body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:focus {
  position: relative;
  z-index: 10;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:hover:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:hover:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:focus:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:hover:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item > a:focus:before {
  z-index: 1;
  top: 0;
  left: -1.6rem;
  width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
  height: 100%;
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a {
  width: calc(100% - 4.5rem);
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a:hover:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children > a:focus:after {
  z-index: 10;
  right: 0;
  width: 2px;
  height: 100%;
  background: #002738;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a {
  position: relative;
  z-index: 10;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:before {
  z-index: 1;
  top: 0;
  left: -1.6rem;
  width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
  height: 100%;
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:hover > a:after {
  z-index: 10;
  right: 0;
  width: 2px;
  height: 100%;
  background: #002738;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open > a {
  position: relative;
  z-index: 10;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-item > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent > a:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open > a:before {
  z-index: 1;
  top: 0;
  left: -1.6rem;
  width: calc(100% + 3.2rem + 4.5rem + 0.2rem);
  height: 100%;
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-item.menu-item-has-children > a:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.current-menu-parent.menu-item-has-children > a:after, body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open.menu-item-has-children > a:after {
  z-index: 10;
  right: 0;
  width: 2px;
  height: 100%;
  background: #002738;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu {
  float: left;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: none;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item {
  position: relative;
  z-index: 10;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a {
  text-decoration: none;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a:hover:before, body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item a:focus:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: -1.6rem;
  width: calc(100% + 3.2rem);
  height: calc(100% + 1.7rem);
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
  border-radius: 0;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item .sub-menu .menu-item.current-menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: -1.6rem;
  width: calc(100% + 3.2rem);
  height: calc(100% + 1.7rem);
  background: #ffffff;
  opacity: 0.25;
  pointer-events: none;
  border-radius: 0;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.open .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
body.is-touch #masthead #site-navigation .menu-item {
  margin: 0;
  width: 100%;
}
body.is-touch #masthead #site-navigation .menu-item:last-child {
  margin-bottom: 0;
}
body.is-touch #masthead #site-navigation .menu-item.open .sub-menu {
  height: auto;
}
body.is-touch #masthead #site-navigation .sub-menu {
  position: relative;
  display: block;
  opacity: 1;
  pointer-events: auto;
  float: none;
  width: 100%;
  max-width: none;
  height: 0;
}
body.is-touch #masthead #site-navigation .sub-menu .menu-item {
  margin: 0 0 1.7rem;
}
body.is-touch #masthead #site-navigation .sub-menu .menu-item:first-child {
  margin-top: 1rem;
}
body.is-touch #masthead #site-navigation .sub-menu .menu-item a {
  color: #ffffff;
}
body.is-touch #masthead #site-navigation > * > .menu > .menu-item.menu-item-has-children:after {
  font-family: "zaw-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  display: block;
  position: absolute;
  top: 0.9rem;
  right: 0.2rem;
  cursor: pointer;
}
body.is-touch #masthead #meta-menu-wrap {
  margin-top: 2.3rem;
}
body.is-touch #masthead #meta-menu-wrap, body.is-touch #masthead #meta-menu-wrap .widget_nav_menu {
  width: 100%;
  display: block;
  float: left;
}
body.is-touch #masthead #meta-menu-wrap .widget_nav_menu {
  margin-left: 0;
  margin-bottom: 1.2rem;
}
body.is-touch #masthead #meta-menu-wrap .widget_nav_menu:last-child {
  margin-bottom: 0;
}
body.is-touch #masthead #meta-menu-wrap .menu-item {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
body.is-touch #masthead #meta-menu-wrap .menu-item.link-icon {
  padding-left: 2.7rem;
  margin-bottom: 1.2rem;
}
body.is-touch #masthead #meta-menu-wrap .menu-item.link-icon:last-child {
  margin-bottom: 0;
}
body.is-touch #masthead #meta-menu-wrap .menu-item.link-icon:before {
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 2rem;
}
body.is-touch #masthead #meta-menu-wrap .menu-item.link-icon a {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
body.is-touch #masthead .site-branding #meta-menu-wrap {
  display: none;
}
body.is-touch #logo {
  font-size: 3.7rem;
}

@media (max-width: 767.98px) {
  #masthead #menuButton {
    right: 1.5rem;
  }
  #masthead #site-navigation {
    padding: 1.6rem;
  }
}
#to-top {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  padding-top: 5rem;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}
#to-top:hover, #to-top:focus {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #to-top {
    padding-top: 4rem;
    font-size: 17px;
    top: -1rem;
  }
}
#to-top i {
  font-size: 3.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  #to-top i {
    font-size: 3rem;
  }
}

#colophon {
  position: relative;
  background: #002738;
  padding: 3.5rem 4rem 2rem;
}
@media (max-width: 575.98px) {
  #colophon {
    padding: 2.4rem 0.6rem 0;
  }
}
#colophon * {
  color: #ffffff;
}
#colophon #to-top, #colophon #to-top * {
  color: #003952;
}
#colophon p, #colophon a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
#colophon .widget_nav_menu {
  margin-top: 3.8rem;
}
#colophon .widget_nav_menu:first-child {
  margin-top: 0;
}
#colophon .widget_nav_menu .menu-item {
  margin-bottom: 0.7rem;
}
#colophon .widget_nav_menu .menu-item:first-child {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#colophon .widget_nav_menu .menu-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #colophon .widget_nav_menu .menu-item a {
    text-decoration: none;
  }
}
#colophon .widget_nav_menu .menu-item a:hover, #colophon .widget_nav_menu .menu-item a:focus {
  text-decoration: underline;
}
#colophon .no-bold-nav .widget_nav_menu .menu-item:first-child {
  font-family: "Hind Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#colophon .flex-grid {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  #colophon .flex-grid {
    justify-content: unset;
  }
}
#colophon .flex-grid .flex-col {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  #colophon .flex-grid .flex-col {
    width: 33.33333%;
  }
}
@media (max-width: 767.98px) {
  #colophon .flex-grid .flex-col {
    width: 100%;
    display: none;
  }
  #colophon .flex-grid .flex-col:first-child {
    display: block;
  }
}
#colophon .widget_nav_menu .link-icon.icon-search a {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#colophon .widget_nav_menu .link-icon.icon-search:before {
  display: none;
}

.footer-header {
  float: left;
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer-header {
    padding-top: 9rem;
  }
}
.footer-header .widget {
  float: left;
}
.footer-header .widget.widget_media_image {
  float: none;
}
.footer-header .wp-block-image {
  margin: 0;
}
.footer-header .wp-block-image img {
  width: 100%;
}
.footer-header .left-block {
  float: left;
  width: 20rem;
  padding-left: 1rem;
}
.footer-header .right-block {
  float: right;
  width: 15rem;
}
.footer-header .right-block .widget_nav_menu {
  padding-top: 1.5rem;
  padding-right: 0.6rem;
}
@media (max-width: 575.98px) {
  .footer-header .right-block .widget_nav_menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
  }
}
.footer-header .right-block .widget_nav_menu .menu-item {
  float: left;
  margin-left: 4.3rem;
}
@media (max-width: 575.98px) {
  .footer-header .right-block .widget_nav_menu .menu-item {
    margin-left: 3.9rem;
  }
}
.footer-header .right-block .widget_nav_menu .menu-item:first-child {
  margin: 0;
}
.footer-header .right-block .widget_nav_menu .link-icon {
  font-size: 4.9rem;
}
@media (max-width: 575.98px) {
  .footer-header .right-block .widget_nav_menu .link-icon {
    font-size: 4.2rem;
  }
}

.single-post.search-result .page-header .page-title {
  display: inline;
  background: #8c398f;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 1.88;
  text-transform: uppercase;
}
.single-post.search-result .type-post,
.single-post.search-result .type-page {
  padding-top: 3.2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #003952;
}
.single-post.search-result .type-post:last-child,
.single-post.search-result .type-page:last-child {
  padding-bottom: 0;
}
.single-post.search-result .type-post .entry-header,
.single-post.search-result .type-page .entry-header {
  margin-bottom: 2rem;
}
.single-post.search-result .type-post .entry-header .entry-title,
.single-post.search-result .type-page .entry-header .entry-title {
  display: inline;
  background: #8c398f;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 1.88;
  background: #003952 !important;
  text-transform: uppercase;
}
.single-post.search-result .search-submit {
  margin-top: 3rem;
}
.single-post.search-result .search-form {
  margin: 9.5rem 0 5.3rem;
}
@media (max-width: 767.98px) {
  .single-post.search-result .search-form {
    margin: 3.5rem 0 3rem;
  }
}
.single-post.search-result .search-form:last-child {
  margin-bottom: 0;
}
.single-post.search-result .search-form .input-wrap {
  position: relative;
  padding-left: 5.5rem;
  border-bottom: 2px solid #003952;
}
@media (max-width: 767.98px) {
  .single-post.search-result .search-form .input-wrap {
    padding-left: 3.5rem;
  }
}
.single-post.search-result .search-form .input-wrap .icon-search {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0.5rem;
  transform: translateY(-50%);
  font-size: 3.2rem;
}
@media (max-width: 767.98px) {
  .single-post.search-result .search-form .input-wrap .icon-search {
    top: calc(50% - 0.2rem);
    font-size: 2rem;
  }
}
.single-post.search-result .search-form .input-wrap .search-field {
  border: none;
  padding: 0;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0px;
  width: 100%;
  color: #003952;
  outline: none;
}
@media (max-width: 767.98px) {
  .single-post.search-result .search-form .input-wrap .search-field {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0px;
  }
}
.single-post.search-result .search-form .input-wrap .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
}

body {
  color: #003952;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* FONTS */
body, button, input,
select, optgroup, textarea {
  font-family: "Hind Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child,
p:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

h1 strong, h2 strong {
  display: inline;
  background: #8c398f;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 1.88;
}

h2 strong {
  background: #003952;
}

h1, h2, h3, h4, h5,
strong, b, .bold {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}

p, ul, ol {
  margin-bottom: 2.1rem;
}

p, ul li, ol li, .entry-content a, input {
  font-family: "Hind Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
}
@media (max-width: 767.98px) {
  p, ul li, ol li, .entry-content a, input {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover, .entry-content a:focus {
  text-decoration: none;
}

p.small {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
}
p.smaller {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  p.intro {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
}
p.big-size {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0px;
}
@media (max-width: 767.98px) {
  p.big-size {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

/* HEADLINE */
h1 {
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 0px;
  margin: 3.2rem 0;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0px;
    margin: 1.6rem 0;
  }
}

h2 strong {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0px;
  line-height: 1.88;
}
@media (max-width: 767.98px) {
  h2 strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    line-height: 1.88;
  }
}
h2 strong:before, h2 strong:after {
  display: inline-flex;
  content: "";
}
h2 strong:before {
  margin-top: 7rem;
}
@media (max-width: 767.98px) {
  h2 strong:before {
    margin-top: 4.2rem;
  }
}
h2 strong:after {
  margin-bottom: 3.8rem;
}
@media (max-width: 767.98px) {
  h2 strong:after {
    margin-bottom: 0;
  }
}
h2:first-child strong:before {
  margin-top: 0;
}
h2:last-child strong:after {
  margin-bottom: 0;
}
h1 + h2 strong {
  margin-top: 3.2rem;
}
@media (max-width: 767.98px) {
  h1 + h2 strong {
    margin-top: 1.6rem;
  }
}

h3, h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 3.2rem 0 1.6rem;
}
@media (max-width: 767.98px) {
  h3, h2 {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
    margin: 1.6rem 0;
  }
}

h4 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}

h1 strong, h2 strong, h4 {
  text-transform: uppercase;
}

/* List */
.site-main ul, .site-main ol {
  padding-left: 3.4rem;
}
@media (max-width: 767.98px) {
  .site-main ul, .site-main ol {
    padding-left: 1rem;
  }
}
.site-main ul li, .site-main ol li {
  list-style: none;
  position: relative;
  padding-left: 2.4rem;
}
@media (max-width: 767.98px) {
  .site-main ul li, .site-main ol li {
    padding-left: 2rem;
  }
}
.site-main ul li:before, .site-main ol li:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.site-main ul li:before {
  top: 0.45em;
  width: 5px;
  height: 5px;
  background: #003952;
  border-radius: 50%;
}
.site-main ol {
  counter-reset: section;
}
.site-main ol li:before {
  counter-increment: section;
  content: counter(section) ".";
}
.site-main a {
  color: #003952;
}

/* FORM */
form ::placeholder,
.sib-form ::placeholder {
  text-align: left;
  color: #82adb2;
}

label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  label {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}

.breadcrumb {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
}

blockquote {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media (max-width: 767.98px) {
  blockquote {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}

.wp-block-image {
  margin: 3.2rem 0;
}
@media (max-width: 767.98px) {
  .wp-block-image {
    margin: 1.6rem 0;
  }
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image + p, .wp-block-image + ul, .wp-block-image + ol {
  margin-top: 2.6rem;
}
.wp-block-image figcaption {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.full img {
  width: 100%;
}

.wp-block-pullquote {
  padding: 0;
  margin: 6.4rem 0;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote {
    margin: 3.2rem 0;
  }
}
.wp-block-pullquote blockquote {
  margin: 0 5rem;
  padding: 3.2rem 0 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote blockquote {
    margin: 2rem;
  }
}
.wp-block-pullquote blockquote:before {
  content: "";
  display: block;
  background-color: #e6f1f2;
  height: 100%;
  width: calc(100% - 16rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote blockquote:before {
    width: calc(85vw - 4rem - 3rem);
  }
}
.wp-block-pullquote blockquote * {
  position: relative;
  z-index: 10;
}
.wp-block-pullquote p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .wp-block-pullquote p {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
.wp-block-pullquote cite {
  font-family: "Hind Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  margin-top: 1rem;
}

.wp-block-quote {
  margin: 6.4rem 10.8rem;
}
@media (max-width: 767.98px) {
  .wp-block-quote {
    margin: 3.2rem 2rem;
  }
}
.wp-block-quote p {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-bottom: 1.2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-quote p {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4.2rem 0;
  }
}
.wp-block-quote p:before, .wp-block-quote p:after {
  font-size: 18rem;
  display: block;
  position: absolute;
  top: 50%;
  line-height: 0;
  color: #8c398f;
}
@media (max-width: 767.98px) {
  .wp-block-quote p:before, .wp-block-quote p:after {
    font-size: 7.5rem;
    line-height: 0.5;
  }
}
.wp-block-quote p:before {
  content: "»";
  left: -2.6rem;
  transform: translateY(-50%) translateX(-100%);
}
@media (max-width: 767.98px) {
  .wp-block-quote p:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wp-block-quote p:after {
  content: "«";
  right: -2.8rem;
  transform: translateY(-50%) translateX(100%);
}
@media (max-width: 767.98px) {
  .wp-block-quote p:after {
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }
}
.wp-block-quote cite {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: "Hind Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .wp-block-quote cite {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
  }
}

main.site-main .page > .post-thumbnail,
main.site-main .post > .post-thumbnail {
  float: left;
  width: 100%;
  max-height: 75vh;
  overflow: hidden;
  position: relative;
}
main.site-main .page > .post-thumbnail img,
main.site-main .post > .post-thumbnail img {
  position: relative;
  left: 0;
  width: 100%;
  float: left;
}

.ct-element-download a {
  position: relative;
  padding-left: 2.8rem;
}
.ct-element-download a:before {
  font-family: "zaw-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1em;
}
.ct-element-download .wp-block-file, .ct-element-download p {
  margin-top: 0;
  margin-bottom: 1.1rem;
}
.ct-element-download .wp-block-file:last-child, .ct-element-download p:last-child {
  margin-bottom: 0;
}
.ct-element-download .wp-block-file a:before {
  font-family: "zaw-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: block;
  top: 0.3rem;
}

.wp-block-file.download-button + .wp-block-file.button {
  margin-top: 2.3rem;
}
.wp-block-file.download-button a {
  border: 2px solid #003952;
  border-radius: 3px;
  padding: 2rem 8rem 2rem 2rem;
  background: white;
  position: relative;
  display: block;
}
.wp-block-file.download-button a:before, .wp-block-file.download-button a:after {
  position: absolute;
}
.wp-block-file.download-button a:before {
  font-family: "zaw-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: block;
  top: 50%;
  right: 2.3rem;
  left: auto;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 10;
  font-size: 2rem;
  margin-top: -2px;
}
.wp-block-file.download-button a:after {
  content: "";
  display: block;
  background: #8c398f;
  width: 6.1rem;
  right: 3px;
  top: 3px;
  border-radius: 0 3px 3px 0;
  height: calc(100% - 6px);
  z-index: 5;
}

[class*=ct-element-teaser-] + [class*=ct-element-teaser-] {
  margin-top: 12rem;
}
@media (max-width: 767.98px) {
  [class*=ct-element-teaser-] + [class*=ct-element-teaser-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  [class*=ct-element-teaser-].loaded .wp-block-image img {
    transform: translateY(-50%);
  }
}
[class*=ct-element-teaser-] h1, [class*=ct-element-teaser-] h2, [class*=ct-element-teaser-] h3 {
  margin-bottom: 1.6rem;
}
[class*=ct-element-teaser-] h1 + p, [class*=ct-element-teaser-] h1 + ul, [class*=ct-element-teaser-] h1 + ol, [class*=ct-element-teaser-] h2 + p, [class*=ct-element-teaser-] h2 + ul, [class*=ct-element-teaser-] h2 + ol, [class*=ct-element-teaser-] h3 + p, [class*=ct-element-teaser-] h3 + ul, [class*=ct-element-teaser-] h3 + ol {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [class*=ct-element-teaser-] .wp-block-columns .wp-block-column:last-child {
    flex: 1.2 1 0 !important;
  }
}

.ct-element-teaser-left-text .wp-block-columns {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .ct-element-teaser-left-text .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) {
    margin-left: 0;
  }
  .ct-element-teaser-left-text .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(odd) {
    margin-left: 3rem;
  }
}

.ct-element-sector-data .wp-block-columns:not(.header) + .wp-block-columns .wp-block-column {
  pointer-events: none;
}
@media (min-width: 768px) {
  .ct-element-sector-data .wp-block-columns:not(.header) + .wp-block-columns .wp-block-column {
    margin-top: -15rem;
  }
}
.ct-element-sector-data .wp-block-columns:not(.header) + .wp-block-columns .wp-block-column * {
  pointer-events: auto;
}
.ct-element-sector-data .wp-block-columns:not(.header) .wp-block-columns:not(.is-not-stacked-on-mobile):not(.header) > .wp-block-column:not(:first-child) {
  margin-left: 5rem;
}
@media (min-width: 768px) {
  .ct-element-sector-data .wp-block-columns:not(.header):nth-child(odd) .wp-block-column:last-child {
    margin-left: 15rem;
  }
}
@media (max-width: 767.98px) {
  .ct-element-sector-data .lottie-animation {
    margin: 0 auto;
  }
}

.single-post .post-header {
  margin-bottom: 1.5rem;
}
.single-post .post-header .wp-block-group__inner-container .wp-block-post-title {
  display: inline;
  background: #8c398f;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 1.88;
}
.single-post .post-header .wp-block-group__inner-container .wp-block-post-titleh2 {
  background: #003952;
}
.single-post .meta-info {
  margin-bottom: 3rem;
}
.single-post .meta-info .wp-block-post-date,
.single-post .meta-info .wp-block-post-terms {
  display: inline;
}
.single-post .meta-info .wp-block-post-date {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.single-post .meta-info .wp-block-post-terms a {
  border: 1px solid #003952;
  padding: 0.4rem 0.7rem 0;
  margin-right: 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.single-post .meta-info .wp-block-post-terms a:hover, .single-post .meta-info .wp-block-post-terms a:focus {
  background: #003952;
  color: #ffffff;
}

.ct-element-newslist {
  border-radius: 3px;
  border: 2px solid #003952;
  background: #ffffff;
  margin-bottom: 0;
}
.ct-element-newslist + .center-block {
  margin-top: 4rem;
}
.ct-element-newslist .item {
  padding: 3rem;
  display: flex;
}
@media (max-width: 575.98px) {
  .ct-element-newslist .item {
    padding: 2rem;
    display: block;
  }
}
.ct-element-newslist .item + .item {
  border-top: 2px solid #003952;
}
.ct-element-newslist .item .image-wrap {
  width: 26.5%;
}
@media (max-width: 767.98px) {
  .ct-element-newslist .item .image-wrap {
    width: 35%;
  }
}
@media (max-width: 575.98px) {
  .ct-element-newslist .item .image-wrap {
    width: 100%;
  }
}
.ct-element-newslist .item .image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.ct-element-newslist .item .item-box {
  padding-top: 0.8rem;
  float: left;
  width: 70%;
  margin-left: 3.5%;
}
@media (max-width: 767.98px) {
  .ct-element-newslist .item .item-box {
    width: 60%;
    margin-left: 5%;
  }
}
@media (max-width: 575.98px) {
  .ct-element-newslist .item .item-box {
    width: 100%;
    margin: 1.8rem 0 0;
    float: none;
  }
}
.ct-element-newslist .item h3 {
  margin-top: 2rem;
}
.ct-element-newslist .item .date {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.ct-element-newslist .item .label:not(.has-link) {
  border: 1px solid #003952;
  padding: 0.4rem 0.7rem 0;
  margin-right: 1.5rem;
  text-transform: uppercase;
}
.ct-element-newslist .item .label.has-link a {
  border: 1px solid #003952;
  padding: 0.4rem 0.7rem 0;
  margin-right: 1.5rem;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.ct-element-newslist .item .label.has-link a:hover, .ct-element-newslist .item .label.has-link a:focus {
  background: #003952;
  color: #ffffff;
}
.ct-element-newslist .item .label, .ct-element-newslist .item .label a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.ct-element-newslist .item.no-image .image-wrap {
  display: none;
}
.ct-element-newslist .item.no-image .item-box {
  width: 100%;
  margin: 0;
}

.pagination {
  float: right;
  margin-top: 1rem;
}
.pagination .page-numbers {
  float: left;
  border: 1px solid #003952;
  line-height: 0;
  padding: 1.6rem 0 1.3rem;
  text-decoration: none;
  font-size: 2rem;
  width: 4rem;
  text-align: center;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  margin-top: 0.5rem;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 0.5rem;
}
.pagination .page-numbers:not(.dots).current, .pagination .page-numbers:not(.dots):not(.current):hover, .pagination .page-numbers:not(.dots):not(.current):hover:focus {
  background: #003952;
  color: #ffffff;
}
.pagination .page-numbers.dots {
  width: 2.5rem;
  border: none;
}
.pagination .prev,
.pagination .next {
  padding: 1.5rem 0 1.4rem;
  font-size: 1.8rem;
  position: relative;
}
.pagination .prev i,
.pagination .next i {
  float: left;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pagination .prev i.right,
.pagination .next i.right {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pagination .prev i.left,
.pagination .next i.left {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ct-element-positions > .wp-block-group__inner-container > .wp-block-columns:not(.header) {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .ct-element-positions > .wp-block-group__inner-container > .wp-block-columns:not(.header) {
    margin-top: 4rem;
  }
}
.ct-element-positions > .wp-block-group__inner-container > .header {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .ct-element-positions > .wp-block-group__inner-container > .header {
    margin-bottom: 3rem;
  }
  .ct-element-positions > .wp-block-group__inner-container > .header + .wp-block-columns {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .ct-element-positions .single-position {
    margin-top: 1.5rem;
  }
}
.ct-element-positions .single-position .wp-block-image {
  margin: 0 auto;
  width: 10rem;
}
@media (max-width: 767.98px) {
  .ct-element-positions .single-position .wp-block-image {
    width: 8rem;
  }
}
.ct-element-positions .single-position .wp-block-image + p {
  margin-top: 1.4rem;
}
@media (max-width: 767.98px) {
  .ct-element-positions .single-position .wp-block-image + p {
    margin-top: 0.7rem;
  }
}
.ct-element-positions .single-position .wp-block-image + p a {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .ct-element-positions .single-position .wp-block-image + p a {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767.98px) {
  .ct-element-positions .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-top: 4rem;
  }
}

.ct-element-hero {
  display: table;
  width: 100%;
}
.ct-element-hero > .wp-block-group__inner-container {
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}
.ct-element-hero p.intro {
  max-width: 60rem;
  margin: 0 auto;
}

.hero-animation {
  margin: 0 0 2.5rem;
  height: 13.3rem;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-animation {
    height: 10.7rem;
  }
}
@media (max-width: 767.98px) {
  .hero-animation {
    height: 6.1rem;
  }
}
@media (max-width: 575.98px) {
  .hero-animation {
    height: 5.2rem;
  }
}
.hero-animation ul {
  display: table;
  width: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  transition: top 0.6s ease-in-out;
  position: relative;
  text-align: center;
  overflow: visible;
}
.hero-animation ul li {
  top: 0;
  white-space: nowrap;
  font-size: 108px;
  line-height: 108px;
  letter-spacing: 0px;
  font-family: "Hind Bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.96px;
  opacity: 1;
  padding: 2.2rem 2.5rem 0.3rem;
  display: table;
  margin: 0 auto;
  background: #8c398f;
  z-index: 10;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .hero-animation ul li {
    padding: 2rem 2.5rem 0.7rem;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767.98px) {
  .hero-animation ul li {
    padding: 1.3rem 2.5rem 0.7rem;
    font-size: 41px;
    line-height: 41px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575.98px) {
  .hero-animation ul li {
    padding: 1.3rem 2rem 0.7rem;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}
.hero-animation ul li:before {
  display: none;
}

@keyframes wordSlider {
  0%, 20% {
    transform: translateY(0%);
  }
  25%, 45% {
    transform: translateY(-20%);
  }
  50%, 70% {
    transform: translateY(-40%);
  }
  75%, 95% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(-80%);
  }
}
.sib-form {
  background: #002738;
  color: #ffffff;
  padding: 3.5rem 10.5rem 1.5rem 23.6rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .sib-form {
    padding-right: 7rem;
    padding-left: 18rem;
  }
}
@media (max-width: 767.98px) {
  .sib-form {
    padding-right: 3rem;
    padding-left: 10rem;
  }
}
@media (max-width: 575.98px) {
  .sib-form {
    padding: 12.6rem 0.5rem 0.6rem;
  }
}
.sib-form .svg-icon {
  position: absolute;
  top: 7.3rem;
  left: 7.1rem;
}
@media (max-width: 991.98px) {
  .sib-form .svg-icon {
    left: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .sib-form .svg-icon {
    left: 3.5rem;
    top: 5rem;
  }
}
@media (max-width: 575.98px) {
  .sib-form .svg-icon {
    left: 2.1rem;
    top: 2.7rem;
  }
}
.sib-form .svg-icon svg {
  width: 10rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .sib-form .svg-icon svg {
    width: 9rem;
  }
}
@media (max-width: 767.98px) {
  .sib-form .svg-icon svg {
    width: 5rem;
  }
}
@media (max-width: 575.98px) {
  .sib-form .svg-icon svg {
    width: 7.4rem;
  }
}
.sib-form ul.blocks-gallery-grid {
  padding-left: 0;
}
.sib-form li.blocks-gallery-item {
  padding: 0;
}
.sib-form li.blocks-gallery-item:before {
  display: none;
}
.sib-form .entry__label {
  text-transform: uppercase;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.sib-form .entry__label.entry__label_optin {
  display: inline;
}
.sib-form .sib-optin,
.sib-form .form__entry.entry_block {
  margin-top: 1.5rem;
}
.sib-form .checkbox {
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.sib-form .entry__choice {
  position: relative;
  text-indent: 0;
  padding-left: 2.4rem;
  margin-bottom: 0;
}
.sib-form .entry__error {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
}
.sib-form .entry__error[style*="display: block"] {
  margin: 1rem 0 0;
}
.sib-form .entry__field .input {
  padding: 0.9rem 1rem 0.7rem;
  color: #003952;
}
.sib-form .entry__field:focus-within {
  box-shadow: none;
}
.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:active + .radio-button,
.sib-form .input_replaced:focus + .checkbox,
.sib-form .input_replaced:focus + .radio-button {
  box-shadow: none;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #ffffff;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive:before {
  border-color: #003952;
}
.sib-form .sib-form-block__button-with-loader {
  background: none;
  padding: 0;
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  text-decoration: underline;
  color: #ffffff;
  text-transform: none;
  margin-top: 2rem;
}
.sib-form .sib-form-block__button-with-loader:hover, .sib-form .sib-form-block__button-with-loader:focus {
  text-decoration: none;
}
.sib-form #sib-container {
  background: none;
  max-width: 100% !important;
  padding: 0;
}
.sib-form .progress-indicator__icon {
  fill: #ffffff;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.sib-form .sib-form-block__button {
  position: relative;
}
.sib-form .sib-form-block__button[disabled=true] {
  padding-left: 2rem;
}
.sib-form .sib-form-block__button[disabled=true], .sib-form .sib-form-block__button[disabled=true] * {
  opacity: 1;
}

.ct-element-economic_numbers p {
  margin-top: 0;
  font-family: "Hind Medium", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 781px) {
  .ct-element-economic_numbers p {
    font-size: 1.5rem;
    line-height: 1.35;
  }
}
.ct-element-economic_numbers .wp-block-columns {
  text-align: center;
}
.ct-element-economic_numbers .wp-block-column {
  border: #003952 solid 2px;
  border-radius: 3px;
  padding: 4.5rem 2.5rem 3rem;
}
@media (max-width: 767.98px) {
  .ct-element-economic_numbers .wp-block-column {
    padding: 2.5rem 1.5rem 2rem;
  }
}
.ct-element-economic_numbers .number {
  font-family: "Hind Semi-bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #8c398f;
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ct-element-economic_numbers .number {
    font-size: 8rem;
  }
}
@media (max-width: 781px) {
  .ct-element-economic_numbers .number {
    font-size: 6rem;
    margin-bottom: 0.8rem;
  }
}

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