@charset "UTF-8";

/*!
Theme Name: OPeNDAP
Theme URI: https://opendap.org/
Author: Pixel Lighthouse
Author URI: https://pixellighthouse.com/
Description: OPeNDAP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pilitheme
*/

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.select2-container{
  box-sizing:border-box;
  display:inline-block;
  margin:0;
  position:relative;
  vertical-align:middle
}

.select2-container .select2-selection--single{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:28px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-container .select2-selection--single .select2-selection__rendered{
  display:block;
  padding-left:8px;
  padding-right:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.select2-container .select2-selection--single .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
  padding-right:8px;
  padding-left:20px
}

.select2-container .select2-selection--multiple{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  min-height:32px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
  display:inline;
  list-style:none;
  padding:0
}

.select2-container .select2-selection--multiple .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}

.select2-container .select2-search--inline .select2-search__field{
  box-sizing:border-box;
  border:none;
  font-size:100%;
  margin-top:5px;
  margin-left:5px;
  padding:0;
  max-width:100%;
  resize:none;
  height:18px;
  vertical-align:bottom;
  font-family:sans-serif;
  overflow:hidden;
  word-break:keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}

.select2-dropdown{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:block;
  position:absolute;
  left:-100000px;
  width:100%;
  z-index:1051
}

.select2-results{
  display:block
}

.select2-results__options{
  list-style:none;
  margin:0;
  padding:0
}

.select2-results__option{
  padding:6px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-results__option--selectable{
  cursor:pointer
}

.select2-container--open .select2-dropdown{
  left:0
}

.select2-container--open .select2-dropdown--above{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--open .select2-dropdown--below{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-search--dropdown{
  display:block;
  padding:4px
}

.select2-search--dropdown .select2-search__field{
  padding:4px;
  width:100%;
  box-sizing:border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}

.select2-search--dropdown.select2-search--hide{
  display:none
}

.select2-close-mask{
  border:0;
  margin:0;
  padding:0;
  display:block;
  position:fixed;
  left:0;
  top:0;
  min-height:100%;
  min-width:100%;
  height:auto;
  width:auto;
  opacity:0;
  z-index:99;
  background-color:#fff;
  filter:alpha(opacity=0)
}

.select2-hidden-accessible{
  border:0 !important;
  clip:rect(0 0 0 0) !important;
  -webkit-clip-path:inset(50%) !important;
  clip-path:inset(50%) !important;
  height:1px !important;
  overflow:hidden !important;
  padding:0 !important;
  position:absolute !important;
  width:1px !important;
  white-space:nowrap !important
}

.select2-container--default .select2-selection--single{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:bold;
  height:26px;
  margin-right:20px;
  padding-right:0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#999
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float:left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  left:1px;
  right:auto
}

.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color:#eee;
  cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
  display:none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  padding-bottom:5px;
  padding-right:5px;
  position:relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable{
  padding-right:25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
  cursor:pointer;
  font-weight:bold;
  height:20px;
  margin-right:10px;
  margin-top:5px;
  position:absolute;
  right:0;
  padding:1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0;
  padding-left:20px;
  position:relative;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align:bottom;
  white-space:nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-right:1px solid #aaa;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#999;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  padding:0 4px;
  position:absolute;
  left:0;
  top:0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color:#f1f1f1;
  color:#333;
  outline:none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  border-left:1px solid #aaa;
  border-right:none;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
  float:left;
  margin-left:10px;
  margin-right:auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border:solid black 1px;
  outline:0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple{
  background-color:#eee;
  cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
  display:none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field{
  background:transparent;
  border:none;
  outline:0;
  box-shadow:none;
  -webkit-appearance:textfield
}

.select2-container--default .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}

.select2-container--default .select2-results__option .select2-results__option{
  padding-left:1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
  padding-left:0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-1em;
  padding-left:2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-2em;
  padding-left:3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-3em;
  padding-left:4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-4em;
  padding-left:5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-5em;
  padding-left:6em
}

.select2-container--default .select2-results__option--group{
  padding:0
}

.select2-container--default .select2-results__option--disabled{
  color:#999
}

.select2-container--default .select2-results__option--selected{
  background-color:#ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#5897fb;
  color:white
}

.select2-container--default .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}

.select2-container--classic .select2-selection--single{
  background-color:#f7f7f7;
  border:1px solid #aaa;
  border-radius:4px;
  outline:0;
  background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus{
  border:1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:bold;
  height:26px;
  margin-right:20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder{
  color:#999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow{
  background-color:#ddd;
  border:none;
  border-left:1px solid #aaa;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px;
  background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float:left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  border:none;
  border-right:1px solid #aaa;
  border-radius:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  left:1px;
  right:auto
}

.select2-container--classic.select2-container--open .select2-selection--single{
  border:1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
  background:transparent;
  border:none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  outline:0;
  padding-bottom:5px;
  padding-right:5px
}

.select2-container--classic .select2-selection--multiple:focus{
  border:1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear{
  display:none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#888;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  padding:0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
  color:#555;
  outline:none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple{
  border:1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--classic .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa;
  outline:0
}

.select2-container--classic .select2-search--inline .select2-search__field{
  outline:0;
  box-shadow:none
}

.select2-container--classic .select2-dropdown{
  background-color:#fff;
  border:1px solid transparent
}

.select2-container--classic .select2-dropdown--above{
  border-bottom:none
}

.select2-container--classic .select2-dropdown--below{
  border-top:none
}

.select2-container--classic .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}

.select2-container--classic .select2-results__option--group{
  padding:0
}

.select2-container--classic .select2-results__option--disabled{
  color:grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#3875d7;
  color:#fff
}

.select2-container--classic .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}

.select2-container--classic.select2-container--open .select2-dropdown{
  border-color:#5897fb
}

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}

hr {
  border-color: #7D838B;
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.module--bg-dark {
  border-color: #fff;
}

.pili-button-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .pili-button-wrapper {
    width: auto;
  }
}

.button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#AA3909)'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.button--right-arrow:hover {
  color: #C14D1A;
}

.button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#C14D1A)'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #D5C409;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#AA3909)'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow:hover {
  color: #C14D1A;
}

.module--bg-dark .button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#C14D1A)'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#AA3909)'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='encode-hash(#D5C409)'/%3E%3C/svg%3E");
}

.pili-button,
.wp-block-button__link,
a.wp-block-button__link {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.pili-button[disabled],
  .wp-block-button__link[disabled],
  a.wp-block-button__link[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.pili-button:hover, .pili-button:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:active,
  a.wp-block-button__link:hover,
  a.wp-block-button__link:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.pili-button.button--ghost::after, .pili-button.button--ghost-dark::after, .pili-button.button--secondary::after,
  .wp-block-button__link.button--ghost::after,
  .wp-block-button__link.button--ghost-dark::after,
  .wp-block-button__link.button--secondary::after,
  a.wp-block-button__link.button--ghost::after,
  a.wp-block-button__link.button--ghost-dark::after,
  a.wp-block-button__link.button--secondary::after {
  content: unset;
}

.pili-button.button--ghost,
  .wp-block-button__link.button--ghost,
  a.wp-block-button__link.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.pili-button.button--ghost:hover, .pili-button.button--ghost:active,
    .wp-block-button__link.button--ghost:hover,
    .wp-block-button__link.button--ghost:active,
    a.wp-block-button__link.button--ghost:hover,
    a.wp-block-button__link.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.pili-button.button--ghost-dark,
  .wp-block-button__link.button--ghost-dark,
  a.wp-block-button__link.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.pili-button.button--ghost-dark:hover, .pili-button.button--ghost-dark:active,
    .wp-block-button__link.button--ghost-dark:hover,
    .wp-block-button__link.button--ghost-dark:active,
    a.wp-block-button__link.button--ghost-dark:hover,
    a.wp-block-button__link.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili-button.button--secondary,
  .wp-block-button__link.button--secondary,
  a.wp-block-button__link.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.pili-button.button--secondary:hover, .pili-button.button--secondary:active,
    .wp-block-button__link.button--secondary:hover,
    .wp-block-button__link.button--secondary:active,
    a.wp-block-button__link.button--secondary:hover,
    a.wp-block-button__link.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-buttons {
  margin-bottom: 15px;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 640px) {
  .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}

.wp-block-button {
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.wp-block-button.is-style-primary-button .wp-element-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 50px;
}

.wp-block-button.is-style-primary-button .wp-element-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.wp-block-button.is-style-primary-button .wp-element-button:hover, .wp-block-button.is-style-primary-button .wp-element-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost::after, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark::after, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary::after {
  content: unset;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-secondary-button .wp-element-button {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-secondary-button .wp-element-button:hover, .wp-block-button.is-style-secondary-button .wp-element-button:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-ghost-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-ghost-button .wp-element-button:hover, .wp-block-button.is-style-ghost-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili__text-underline {
  position: relative;
}

.pili__text-underline::before {
  content: ' ';
  bottom: -1px;
  display: block;
  left: -2%;
  height: 18px;
  position: absolute;
  width: 104%;
  z-index: -1;
}

body.site-body .site-wrapper,
#wpwrap .acfe-flexible-placeholder.-preview,
.pili-modal {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fff;
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
}

body.site-body .site-wrapper h1,
  body.site-body .site-wrapper .h1,
  body.site-body .site-wrapper h2,
  body.site-body .site-wrapper .h2,
  body.site-body .site-wrapper h3,
  body.site-body .site-wrapper .h3,
  body.site-body .site-wrapper h4,
  body.site-body .site-wrapper .h4,
  body.site-body .site-wrapper h5,
  body.site-body .site-wrapper .h5,
  body.site-body .site-wrapper h6,
  body.site-body .site-wrapper .h6,
  #wpwrap .acfe-flexible-placeholder.-preview h1,
  #wpwrap .acfe-flexible-placeholder.-preview .h1,
  #wpwrap .acfe-flexible-placeholder.-preview h2,
  #wpwrap .acfe-flexible-placeholder.-preview .h2,
  #wpwrap .acfe-flexible-placeholder.-preview h3,
  #wpwrap .acfe-flexible-placeholder.-preview .h3,
  #wpwrap .acfe-flexible-placeholder.-preview h4,
  #wpwrap .acfe-flexible-placeholder.-preview .h4,
  #wpwrap .acfe-flexible-placeholder.-preview h5,
  #wpwrap .acfe-flexible-placeholder.-preview .h5,
  #wpwrap .acfe-flexible-placeholder.-preview h6,
  #wpwrap .acfe-flexible-placeholder.-preview .h6,
  .pili-modal h1,
  .pili-modal .h1,
  .pili-modal h2,
  .pili-modal .h2,
  .pili-modal h3,
  .pili-modal .h3,
  .pili-modal h4,
  .pili-modal .h4,
  .pili-modal h5,
  .pili-modal .h5,
  .pili-modal h6,
  .pili-modal .h6 {
  display: block;
  font-family: "Crimson Pro", "serif";
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  padding: 0;
}

body.site-body .site-wrapper h1 a,
    body.site-body .site-wrapper .h1 a,
    body.site-body .site-wrapper h2 a,
    body.site-body .site-wrapper .h2 a,
    body.site-body .site-wrapper h3 a,
    body.site-body .site-wrapper .h3 a,
    body.site-body .site-wrapper h4 a,
    body.site-body .site-wrapper .h4 a,
    body.site-body .site-wrapper h5 a,
    body.site-body .site-wrapper .h5 a,
    body.site-body .site-wrapper h6 a,
    body.site-body .site-wrapper .h6 a,
    #wpwrap .acfe-flexible-placeholder.-preview h1 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h1 a,
    #wpwrap .acfe-flexible-placeholder.-preview h2 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h2 a,
    #wpwrap .acfe-flexible-placeholder.-preview h3 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h3 a,
    #wpwrap .acfe-flexible-placeholder.-preview h4 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h4 a,
    #wpwrap .acfe-flexible-placeholder.-preview h5 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h5 a,
    #wpwrap .acfe-flexible-placeholder.-preview h6 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h6 a,
    .pili-modal h1 a,
    .pili-modal .h1 a,
    .pili-modal h2 a,
    .pili-modal .h2 a,
    .pili-modal h3 a,
    .pili-modal .h3 a,
    .pili-modal h4 a,
    .pili-modal .h4 a,
    .pili-modal h5 a,
    .pili-modal .h5 a,
    .pili-modal h6 a,
    .pili-modal .h6 a {
  color: #AA3909;
  text-decoration: underline;
}

body.site-body .site-wrapper h1 a:hover, body.site-body .site-wrapper h1 a:active,
      body.site-body .site-wrapper .h1 a:hover,
      body.site-body .site-wrapper .h1 a:active,
      body.site-body .site-wrapper h2 a:hover,
      body.site-body .site-wrapper h2 a:active,
      body.site-body .site-wrapper .h2 a:hover,
      body.site-body .site-wrapper .h2 a:active,
      body.site-body .site-wrapper h3 a:hover,
      body.site-body .site-wrapper h3 a:active,
      body.site-body .site-wrapper .h3 a:hover,
      body.site-body .site-wrapper .h3 a:active,
      body.site-body .site-wrapper h4 a:hover,
      body.site-body .site-wrapper h4 a:active,
      body.site-body .site-wrapper .h4 a:hover,
      body.site-body .site-wrapper .h4 a:active,
      body.site-body .site-wrapper h5 a:hover,
      body.site-body .site-wrapper h5 a:active,
      body.site-body .site-wrapper .h5 a:hover,
      body.site-body .site-wrapper .h5 a:active,
      body.site-body .site-wrapper h6 a:hover,
      body.site-body .site-wrapper h6 a:active,
      body.site-body .site-wrapper .h6 a:hover,
      body.site-body .site-wrapper .h6 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h1 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h1 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h1 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h1 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h2 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h2 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h2 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h2 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h3 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h3 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h3 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h3 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h4 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h4 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h4 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h4 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h5 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h5 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h5 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h5 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h6 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h6 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h6 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h6 a:active,
      .pili-modal h1 a:hover,
      .pili-modal h1 a:active,
      .pili-modal .h1 a:hover,
      .pili-modal .h1 a:active,
      .pili-modal h2 a:hover,
      .pili-modal h2 a:active,
      .pili-modal .h2 a:hover,
      .pili-modal .h2 a:active,
      .pili-modal h3 a:hover,
      .pili-modal h3 a:active,
      .pili-modal .h3 a:hover,
      .pili-modal .h3 a:active,
      .pili-modal h4 a:hover,
      .pili-modal h4 a:active,
      .pili-modal .h4 a:hover,
      .pili-modal .h4 a:active,
      .pili-modal h5 a:hover,
      .pili-modal h5 a:active,
      .pili-modal .h5 a:hover,
      .pili-modal .h5 a:active,
      .pili-modal h6 a:hover,
      .pili-modal h6 a:active,
      .pili-modal .h6 a:hover,
      .pili-modal .h6 a:active {
  color: #C14D1A;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h1:not(.wp-block-post-title) span,
  body.site-body .site-wrapper h2:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h2:not(.wp-block-post-title) span,
  body.site-body .site-wrapper h3:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h3:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span,
  .pili-modal h1:not(.wp-block-post-title) span,
  .pili-modal .h1:not(.wp-block-post-title) span,
  .pili-modal h2:not(.wp-block-post-title) span,
  .pili-modal .h2:not(.wp-block-post-title) span,
  .pili-modal h3:not(.wp-block-post-title) span,
  .pili-modal .h3:not(.wp-block-post-title) span {
  display: inline-block;
  font-style: italic;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h1:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper h2:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h2:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper h3:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h3:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span::before,
    .pili-modal h1:not(.wp-block-post-title) span::before,
    .pili-modal .h1:not(.wp-block-post-title) span::before,
    .pili-modal h2:not(.wp-block-post-title) span::before,
    .pili-modal .h2:not(.wp-block-post-title) span::before,
    .pili-modal h3:not(.wp-block-post-title) span::before,
    .pili-modal .h3:not(.wp-block-post-title) span::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9.66658' cy='9.66667' r='9.66667' transform='rotate(90 9.66658 9.66667)' fill='url(%23paint0_radial_949_719)'/%3e%3cdefs%3e%3cradialGradient id='paint0_radial_949_719' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.66658 9.66667) rotate(90) scale(9.66667)'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e ");
  bottom: -10px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h1:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper h2:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h2:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper h3:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h3:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span::after,
    .pili-modal h1:not(.wp-block-post-title) span::after,
    .pili-modal .h1:not(.wp-block-post-title) span::after,
    .pili-modal h2:not(.wp-block-post-title) span::after,
    .pili-modal .h2:not(.wp-block-post-title) span::after,
    .pili-modal h3:not(.wp-block-post-title) span::after,
    .pili-modal .h3:not(.wp-block-post-title) span::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='303' height='14' viewBox='0 0 303 14' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_949_718)'%3e%3crect x='4' y='10' width='6.00004' height='295' transform='rotate(-90 4 10)' fill='url(%23paint0_linear_949_718)'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_949_718' x='0.0999999' y='0.0999999' width='302.8' height='13.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='1.95' result='effect1_foregroundBlur_949_718'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear_949_718' x1='7.00002' y1='10' x2='7.00002' y2='354.395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-size: 100% 14px;
  bottom: -6px;
  content: '';
  height: 14px;
  left: 7px;
  position: absolute;
  width: 100%;
}

body.site-body .site-wrapper h1,
  body.site-body .site-wrapper .h1,
  #wpwrap .acfe-flexible-placeholder.-preview h1,
  #wpwrap .acfe-flexible-placeholder.-preview .h1,
  .pili-modal h1,
  .pili-modal .h1 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h1,
      body.site-body .site-wrapper .h1,
      #wpwrap .acfe-flexible-placeholder.-preview h1,
      #wpwrap .acfe-flexible-placeholder.-preview .h1,
      .pili-modal h1,
      .pili-modal .h1 {
    font-size: 66px;
    line-height: 72px;
  }
}

body.site-body .site-wrapper h2,
  body.site-body .site-wrapper .h2,
  #wpwrap .acfe-flexible-placeholder.-preview h2,
  #wpwrap .acfe-flexible-placeholder.-preview .h2,
  .pili-modal h2,
  .pili-modal .h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h2,
      body.site-body .site-wrapper .h2,
      #wpwrap .acfe-flexible-placeholder.-preview h2,
      #wpwrap .acfe-flexible-placeholder.-preview .h2,
      .pili-modal h2,
      .pili-modal .h2 {
    font-size: 42px;
    line-height: 49px;
  }
}

body.site-body .site-wrapper h3,
  body.site-body .site-wrapper .h3,
  #wpwrap .acfe-flexible-placeholder.-preview h3,
  #wpwrap .acfe-flexible-placeholder.-preview .h3,
  .pili-modal h3,
  .pili-modal .h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h3,
      body.site-body .site-wrapper .h3,
      #wpwrap .acfe-flexible-placeholder.-preview h3,
      #wpwrap .acfe-flexible-placeholder.-preview .h3,
      .pili-modal h3,
      .pili-modal .h3 {
    font-size: 28px;
    line-height: 33px;
  }
}

body.site-body .site-wrapper h4,
  body.site-body .site-wrapper .h4,
  body.site-body .site-wrapper h5,
  body.site-body .site-wrapper .h5,
  body.site-body .site-wrapper h6,
  body.site-body .site-wrapper .h6,
  #wpwrap .acfe-flexible-placeholder.-preview h4,
  #wpwrap .acfe-flexible-placeholder.-preview .h4,
  #wpwrap .acfe-flexible-placeholder.-preview h5,
  #wpwrap .acfe-flexible-placeholder.-preview .h5,
  #wpwrap .acfe-flexible-placeholder.-preview h6,
  #wpwrap .acfe-flexible-placeholder.-preview .h6,
  .pili-modal h4,
  .pili-modal .h4,
  .pili-modal h5,
  .pili-modal .h5,
  .pili-modal h6,
  .pili-modal .h6 {
  font-size: 20px;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h4,
      body.site-body .site-wrapper .h4,
      body.site-body .site-wrapper h5,
      body.site-body .site-wrapper .h5,
      body.site-body .site-wrapper h6,
      body.site-body .site-wrapper .h6,
      #wpwrap .acfe-flexible-placeholder.-preview h4,
      #wpwrap .acfe-flexible-placeholder.-preview .h4,
      #wpwrap .acfe-flexible-placeholder.-preview h5,
      #wpwrap .acfe-flexible-placeholder.-preview .h5,
      #wpwrap .acfe-flexible-placeholder.-preview h6,
      #wpwrap .acfe-flexible-placeholder.-preview .h6,
      .pili-modal h4,
      .pili-modal .h4,
      .pili-modal h5,
      .pili-modal .h5,
      .pili-modal h6,
      .pili-modal .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

body.site-body .site-wrapper p,
  #wpwrap .acfe-flexible-placeholder.-preview p,
  .pili-modal p {
  margin-bottom: 24px;
}

body.site-body .site-wrapper p + h1,
  body.site-body .site-wrapper p + .h1,
  body.site-body .site-wrapper ul + h1,
  body.site-body .site-wrapper ul + .h1,
  body.site-body .site-wrapper ol + h1,
  body.site-body .site-wrapper ol + .h1,
  body.site-body .site-wrapper img + h1,
  body.site-body .site-wrapper img + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview p + h1,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h1,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h1,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview img + h1,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h1,
  .pili-modal p + h1,
  .pili-modal p + .h1,
  .pili-modal ul + h1,
  .pili-modal ul + .h1,
  .pili-modal ol + h1,
  .pili-modal ol + .h1,
  .pili-modal img + h1,
  .pili-modal img + .h1 {
  margin-top: 3.125rem;
}

body.site-body .site-wrapper p + h2,
  body.site-body .site-wrapper p + .h2,
  body.site-body .site-wrapper ul + h2,
  body.site-body .site-wrapper ul + .h2,
  body.site-body .site-wrapper ol + h2,
  body.site-body .site-wrapper ol + .h2,
  body.site-body .site-wrapper img + h2,
  body.site-body .site-wrapper img + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview p + h2,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h2,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h2,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview img + h2,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h2,
  .pili-modal p + h2,
  .pili-modal p + .h2,
  .pili-modal ul + h2,
  .pili-modal ul + .h2,
  .pili-modal ol + h2,
  .pili-modal ol + .h2,
  .pili-modal img + h2,
  .pili-modal img + .h2 {
  margin-top: 2.5rem;
}

body.site-body .site-wrapper p + h3,
  body.site-body .site-wrapper p + .h3,
  body.site-body .site-wrapper ul + h3,
  body.site-body .site-wrapper ul + .h3,
  body.site-body .site-wrapper ol + h3,
  body.site-body .site-wrapper ol + .h3,
  body.site-body .site-wrapper img + h3,
  body.site-body .site-wrapper img + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview p + h3,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h3,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h3,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview img + h3,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h3,
  .pili-modal p + h3,
  .pili-modal p + .h3,
  .pili-modal ul + h3,
  .pili-modal ul + .h3,
  .pili-modal ol + h3,
  .pili-modal ol + .h3,
  .pili-modal img + h3,
  .pili-modal img + .h3 {
  margin-top: 1.875rem;
}

body.site-body .site-wrapper p + h4,
  body.site-body .site-wrapper p + .h4,
  body.site-body .site-wrapper p + h5,
  body.site-body .site-wrapper p + .h5,
  body.site-body .site-wrapper p + h6,
  body.site-body .site-wrapper p + .h6,
  body.site-body .site-wrapper ul + h4,
  body.site-body .site-wrapper ul + .h4,
  body.site-body .site-wrapper ul + h5,
  body.site-body .site-wrapper ul + .h5,
  body.site-body .site-wrapper ul + h6,
  body.site-body .site-wrapper ul + .h6,
  body.site-body .site-wrapper ol + h4,
  body.site-body .site-wrapper ol + .h4,
  body.site-body .site-wrapper ol + h5,
  body.site-body .site-wrapper ol + .h5,
  body.site-body .site-wrapper ol + h6,
  body.site-body .site-wrapper ol + .h6,
  body.site-body .site-wrapper img + h4,
  body.site-body .site-wrapper img + .h4,
  body.site-body .site-wrapper img + h5,
  body.site-body .site-wrapper img + .h5,
  body.site-body .site-wrapper img + h6,
  body.site-body .site-wrapper img + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview p + h4,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview p + h5,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview p + h6,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h4,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h5,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h6,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h4,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h5,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h6,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview img + h4,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview img + h5,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview img + h6,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h6,
  .pili-modal p + h4,
  .pili-modal p + .h4,
  .pili-modal p + h5,
  .pili-modal p + .h5,
  .pili-modal p + h6,
  .pili-modal p + .h6,
  .pili-modal ul + h4,
  .pili-modal ul + .h4,
  .pili-modal ul + h5,
  .pili-modal ul + .h5,
  .pili-modal ul + h6,
  .pili-modal ul + .h6,
  .pili-modal ol + h4,
  .pili-modal ol + .h4,
  .pili-modal ol + h5,
  .pili-modal ol + .h5,
  .pili-modal ol + h6,
  .pili-modal ol + .h6,
  .pili-modal img + h4,
  .pili-modal img + .h4,
  .pili-modal img + h5,
  .pili-modal img + .h5,
  .pili-modal img + h6,
  .pili-modal img + .h6 {
  margin-top: 1.5625rem;
}

body.site-body .site-wrapper p a:not([class*='__']),
  body.site-body .site-wrapper li a:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']),
  .pili-modal p a:not([class*='__']),
  .pili-modal li a:not([class*='__']) {
  color: #AA3909;
  text-decoration: underline;
}

body.site-body .site-wrapper p a:not([class*='__']):hover, body.site-body .site-wrapper p a:not([class*='__']):active,
    body.site-body .site-wrapper li a:not([class*='__']):hover,
    body.site-body .site-wrapper li a:not([class*='__']):active,
    #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']):hover,
    #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']):active,
    #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']):hover,
    #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']):active,
    .pili-modal p a:not([class*='__']):hover,
    .pili-modal p a:not([class*='__']):active,
    .pili-modal li a:not([class*='__']):hover,
    .pili-modal li a:not([class*='__']):active {
  color: #C14D1A;
}

body.site-body .site-wrapper .module.module--text-black [class$='subheading'],
  body.site-body .site-wrapper .module.module--text-black h1,
  body.site-body .site-wrapper .module.module--text-black .h1,
  body.site-body .site-wrapper .module.module--text-black h2,
  body.site-body .site-wrapper .module.module--text-black .h2,
  body.site-body .site-wrapper .module.module--text-black h3,
  body.site-body .site-wrapper .module.module--text-black .h3,
  body.site-body .site-wrapper .module.module--text-black h4,
  body.site-body .site-wrapper .module.module--text-black .h4,
  body.site-body .site-wrapper .module.module--text-black h5,
  body.site-body .site-wrapper .module.module--text-black .h5,
  body.site-body .site-wrapper .module.module--text-black h6,
  body.site-body .site-wrapper .module.module--text-black .h6,
  body.site-body .site-wrapper .module.module--text-black p,
  body.site-body .site-wrapper .module.module--text-black li:not([class*='select2']),
  body.site-body .site-wrapper .module.module--text-black span:not([class*='button']):not([class*='select2']),
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black [class$='subheading'],
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h1,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h1,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h2,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h2,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h3,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h3,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h4,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h4,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h5,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h5,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h6,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h6,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black p,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black li:not([class*='select2']),
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black span:not([class*='button']):not([class*='select2']),
  .pili-modal .module.module--text-black [class$='subheading'],
  .pili-modal .module.module--text-black h1,
  .pili-modal .module.module--text-black .h1,
  .pili-modal .module.module--text-black h2,
  .pili-modal .module.module--text-black .h2,
  .pili-modal .module.module--text-black h3,
  .pili-modal .module.module--text-black .h3,
  .pili-modal .module.module--text-black h4,
  .pili-modal .module.module--text-black .h4,
  .pili-modal .module.module--text-black h5,
  .pili-modal .module.module--text-black .h5,
  .pili-modal .module.module--text-black h6,
  .pili-modal .module.module--text-black .h6,
  .pili-modal .module.module--text-black p,
  .pili-modal .module.module--text-black li:not([class*='select2']),
  .pili-modal .module.module--text-black span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

body.site-body .site-wrapper .module.module--text-white,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white,
  .pili-modal .module.module--text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white [class$='subheading'],
    body.site-body .site-wrapper .module.module--text-white h1,
    body.site-body .site-wrapper .module.module--text-white .h1,
    body.site-body .site-wrapper .module.module--text-white h2,
    body.site-body .site-wrapper .module.module--text-white .h2,
    body.site-body .site-wrapper .module.module--text-white h3,
    body.site-body .site-wrapper .module.module--text-white .h3,
    body.site-body .site-wrapper .module.module--text-white h4,
    body.site-body .site-wrapper .module.module--text-white .h4,
    body.site-body .site-wrapper .module.module--text-white h5,
    body.site-body .site-wrapper .module.module--text-white .h5,
    body.site-body .site-wrapper .module.module--text-white h6,
    body.site-body .site-wrapper .module.module--text-white .h6,
    body.site-body .site-wrapper .module.module--text-white p,
    body.site-body .site-wrapper .module.module--text-white li:not([class*='select2']),
    body.site-body .site-wrapper .module.module--text-white span:not([class*='button']):not([class*='select2']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white [class$='subheading'],
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h1,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h1,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h2,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h2,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h3,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h3,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h4,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h4,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h5,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h5,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h6,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h6,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white p,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white li:not([class*='select2']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white span:not([class*='button']):not([class*='select2']),
    .pili-modal .module.module--text-white [class$='subheading'],
    .pili-modal .module.module--text-white h1,
    .pili-modal .module.module--text-white .h1,
    .pili-modal .module.module--text-white h2,
    .pili-modal .module.module--text-white .h2,
    .pili-modal .module.module--text-white h3,
    .pili-modal .module.module--text-white .h3,
    .pili-modal .module.module--text-white h4,
    .pili-modal .module.module--text-white .h4,
    .pili-modal .module.module--text-white h5,
    .pili-modal .module.module--text-white .h5,
    .pili-modal .module.module--text-white h6,
    .pili-modal .module.module--text-white .h6,
    .pili-modal .module.module--text-white p,
    .pili-modal .module.module--text-white li:not([class*='select2']),
    .pili-modal .module.module--text-white span:not([class*='button']):not([class*='select2']) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white input:not([type='submit']),
    body.site-body .site-wrapper .module.module--text-white textarea,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input:not([type='submit']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white textarea,
    .pili-modal .module.module--text-white input:not([type='submit']),
    .pili-modal .module.module--text-white textarea {
  color: #26313D;
}

body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']),
    .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']) {
  color: #D5C409;
  text-decoration: underline;
}

body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover, body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active,
      .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover,
      .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active {
  color: #F0E564;
}

body.site-body .site-wrapper .module.module--text-white .post-card__author-text-wrapper,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .post-card__author-text-wrapper,
    .pili-modal .module.module--text-white .post-card__author-text-wrapper {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost,
    body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost,
    body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost,
    .pili-modal .module.module--text-white a[class*='button'].button--ghost,
    .pili-modal .module.module--text-white button[class*='button'].button--ghost,
    .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost:hover, body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost:active,
      body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost:hover,
      body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost:active,
      body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white a[class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white a[class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white button[class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white button[class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost:active {
  border-color: #D5C409;
  color: #D5C409;
}

body.site-body .site-wrapper .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    body.site-body .site-wrapper .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #F2F9F2;
}

body.site-body .site-wrapper .module.module--text-white ul.--exit-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--exit-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--exit-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--exit-list li::before,
    .pili-modal .module.module--text-white ul.--exit-list li::before,
    .pili-modal .module.module--text-white ol.--exit-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white ul.--checkmark-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--checkmark-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--checkmark-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--checkmark-list li::before,
    .pili-modal .module.module--text-white ul.--checkmark-list li::before,
    .pili-modal .module.module--text-white ol.--checkmark-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white ul.--arrow-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--arrow-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--arrow-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--arrow-list li::before,
    .pili-modal .module.module--text-white ul.--arrow-list li::before,
    .pili-modal .module.module--text-white ol.--arrow-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white .pili__text-tooltip::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .pili__text-tooltip::before,
    .pili-modal .module.module--text-white .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D5C409' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

body.site-body .site-wrapper .module.module--text-white .pili__text-tooltip::after,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .pili__text-tooltip::after,
    .pili-modal .module.module--text-white .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23D5C409'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper [class$='text-content'] p,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] p,
  .pili-modal [class$='text-content'] p {
  font-size: inherit;
  line-height: inherit;
}

body.site-body .site-wrapper [class$='text-content'] p:last-child,
    #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] p:last-child,
    .pili-modal [class$='text-content'] p:last-child {
  margin-bottom: 0rem;
}

body.site-body .site-wrapper [class$='text-content'] img,
  body.site-body .site-wrapper [class$='text-content-wrapper'] img,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] img,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] img,
  .pili-modal [class$='text-content'] img,
  .pili-modal [class$='text-content-wrapper'] img {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper [class$='text-content'] img,
      body.site-body .site-wrapper [class$='text-content-wrapper'] img,
      #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] img,
      #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] img,
      .pili-modal [class$='text-content'] img,
      .pili-modal [class$='text-content-wrapper'] img {
    margin-bottom: 2.5rem;
  }
}

body.site-body .site-wrapper [class$='text-content'] .wp-block-buttons,
  body.site-body .site-wrapper [class$='text-content-wrapper'] .wp-block-buttons,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] .wp-block-buttons,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] .wp-block-buttons,
  .pili-modal [class$='text-content'] .wp-block-buttons,
  .pili-modal [class$='text-content-wrapper'] .wp-block-buttons {
  display: inline-block;
  margin-right: 1.875rem;
}

body.site-body .site-wrapper ul:not([class*='__']),
  body.site-body .site-wrapper ol:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']),
  .pili-modal ul:not([class*='__']),
  .pili-modal ol:not([class*='__']) {
  margin-bottom: 1.25rem;
  padding-left: 2.8125rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

body.site-body .site-wrapper ul:not([class*='__']) li:not(:last-child),
    body.site-body .site-wrapper ol:not([class*='__']) li:not(:last-child),
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li:not(:last-child),
    #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']) li:not(:last-child),
    .pili-modal ul:not([class*='__']) li:not(:last-child),
    .pili-modal ol:not([class*='__']) li:not(:last-child) {
  margin-bottom: 15px;
}

body.site-body .site-wrapper ul ul,
  body.site-body .site-wrapper ul ol,
  body.site-body .site-wrapper ol ul,
  body.site-body .site-wrapper ol ol,
  #wpwrap .acfe-flexible-placeholder.-preview ul ul,
  #wpwrap .acfe-flexible-placeholder.-preview ul ol,
  #wpwrap .acfe-flexible-placeholder.-preview ol ul,
  #wpwrap .acfe-flexible-placeholder.-preview ol ol,
  .pili-modal ul ul,
  .pili-modal ul ol,
  .pili-modal ol ul,
  .pili-modal ol ol {
  margin-top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']),
  .pili-modal ul:not([class*='__']) {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']) li,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li,
    .pili-modal ul:not([class*='__']) li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']) li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li:before,
      .pili-modal ul:not([class*='__']) li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #AA3909;
  border-radius: 100%;
  content: ' ';
  left: -22px;
  height: 8px;
  width: 8px;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list,
    .pili-modal ul:not([class*='__']).--exit-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li,
      .pili-modal ul:not([class*='__']).--exit-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li:before,
        .pili-modal ul:not([class*='__']).--exit-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li:before,
      .pili-modal ul:not([class*='__']).--exit-list li:before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 1px;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list,
    .pili-modal ul:not([class*='__']).--checkmark-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li,
      .pili-modal ul:not([class*='__']).--checkmark-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li:before,
        .pili-modal ul:not([class*='__']).--checkmark-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li:before,
      .pili-modal ul:not([class*='__']).--checkmark-list li:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%235B7F43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 0;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list,
    .pili-modal ul:not([class*='__']).--arrow-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li,
      .pili-modal ul:not([class*='__']).--arrow-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li:before,
        .pili-modal ul:not([class*='__']).--arrow-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li:before,
      .pili-modal ul:not([class*='__']).--arrow-list li:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23096E93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23096E93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 16px;
  top: 7px;
  width: 16px;
}

body.site-body .site-wrapper ol:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']),
  .pili-modal ol:not([class*='__']) {
  list-style: decimal;
}

body.site-body .site-wrapper strong,
  #wpwrap .acfe-flexible-placeholder.-preview strong,
  .pili-modal strong {
  font-weight: 700;
}

body.site-body .site-wrapper blockquote,
  #wpwrap .acfe-flexible-placeholder.-preview blockquote,
  .pili-modal blockquote {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
  margin-bottom: 60px;
  padding-left: calc(20px + 10px);
  position: relative;
}

body.site-body .site-wrapper blockquote::before,
    #wpwrap .acfe-flexible-placeholder.-preview blockquote::before,
    .pili-modal blockquote::before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #D5C409;
  content: '';
  width: 10px;
}

body.site-body .site-wrapper blockquote p,
    #wpwrap .acfe-flexible-placeholder.-preview blockquote p,
    .pili-modal blockquote p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
}

body.site-body .site-wrapper .emphasized-text,
  #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text,
  .pili-modal .emphasized-text {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 41px !important;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

body.site-body .site-wrapper .emphasized-text p:last-child,
    body.site-body .site-wrapper .emphasized-text ol:not([class*='__']):last-child,
    body.site-body .site-wrapper .emphasized-text ul:not([class*='__']):last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p:last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ol:not([class*='__']):last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ul:not([class*='__']):last-child,
    .pili-modal .emphasized-text p:last-child,
    .pili-modal .emphasized-text ol:not([class*='__']):last-child,
    .pili-modal .emphasized-text ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

body.site-body .site-wrapper .emphasized-text p:last-child else,
      body.site-body .site-wrapper .emphasized-text ol:not([class*='__']):last-child else,
      body.site-body .site-wrapper .emphasized-text ul:not([class*='__']):last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p:last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ol:not([class*='__']):last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ul:not([class*='__']):last-child else,
      .pili-modal .emphasized-text p:last-child else,
      .pili-modal .emphasized-text ol:not([class*='__']):last-child else,
      .pili-modal .emphasized-text ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

body.site-body .site-wrapper .emphasized-text p,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p,
    .pili-modal .emphasized-text p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 41px !important;
}

body.site-body .site-wrapper .subheading,
  #wpwrap .acfe-flexible-placeholder.-preview .subheading,
  .pili-modal .subheading {
  color: #7D838B;
  display: block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

body.site-body .site-wrapper .pili__text-tooltip,
  #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip,
  .pili-modal .pili__text-tooltip {
  cursor: pointer;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

body.site-body .site-wrapper .pili__text-tooltip::before,
    #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip::before,
    .pili-modal .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23AA3909' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
  bottom: 0;
  content: '';
  height: 1px;
  left: -2px;
  position: absolute;
  width: calc(100% - 6px);
}

body.site-body .site-wrapper .pili__text-tooltip::after,
    #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip::after,
    .pili-modal .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23AA3909'/%3E%3C/svg%3E%0A");
  content: '';
  height: 12px;
  position: absolute;
  right: -4px;
  top: 0;
  width: 12px;
}

body.site-body .site-wrapper .tippy-box,
  #wpwrap .acfe-flexible-placeholder.-preview .tippy-box,
  .pili-modal .tippy-box {
  background-color: #26313D;
  border-radius: 12px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

body.site-body .site-wrapper .tippy-arrow,
  #wpwrap .acfe-flexible-placeholder.-preview .tippy-arrow,
  .pili-modal .tippy-arrow {
  color: #26313D;
}

td p:last-child,
td ol:not([class*='__']):last-child,
td ul:not([class*='__']):last-child,
th p:last-child,
th ol:not([class*='__']):last-child,
th ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

td p:last-child else,
  td ol:not([class*='__']):last-child else,
  td ul:not([class*='__']):last-child else,
  th p:last-child else,
  th ol:not([class*='__']):last-child else,
  th ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.attention-box {
  background-color: #F0EFDB;
  border: unset;
  border-radius: 8px;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  padding: 25px 40px;
}

.attention-box p:last-child,
  .attention-box ol:not([class*='__']):last-child,
  .attention-box ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.attention-box p:last-child else,
    .attention-box ol:not([class*='__']):last-child else,
    .attention-box ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .attention-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.attention-box a {
  color: #AA3909;
  text-decoration: underline;
}

.attention-box a:hover, .attention-box a:active {
  color: #C14D1A;
}

.pili__large-text {
  font-size: 24px !important;
  line-height: 33px !important;
}

.pili__small-text {
  font-size: 16px !important;
  line-height: 21px !important;
}

.pili__content-builder-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.pili__content-builder-wrapper > *:not(.heading-row) {
  margin-bottom: 40px;
}

.pili__content-builder-wrapper > *:not(.heading-row):last-child {
  margin-bottom: 0rem;
}

.pili__content-builder-wrapper > *.heading-row:last-child {
  margin-bottom: 0rem;
}

.pili__content-builder-wrapper > *.heading-row:last-child h1,
    .pili__content-builder-wrapper > *.heading-row:last-child .h1,
    .pili__content-builder-wrapper > *.heading-row:last-child h2,
    .pili__content-builder-wrapper > *.heading-row:last-child .h2,
    .pili__content-builder-wrapper > *.heading-row:last-child h3,
    .pili__content-builder-wrapper > *.heading-row:last-child .h3,
    .pili__content-builder-wrapper > *.heading-row:last-child h4,
    .pili__content-builder-wrapper > *.heading-row:last-child .h4,
    .pili__content-builder-wrapper > *.heading-row:last-child h5,
    .pili__content-builder-wrapper > *.heading-row:last-child .h5,
    .pili__content-builder-wrapper > *.heading-row:last-child h6,
    .pili__content-builder-wrapper > *.heading-row:last-child .h6 {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .pili__content-builder-wrapper > *.heading-row:last-child h1,
        .pili__content-builder-wrapper > *.heading-row:last-child .h1,
        .pili__content-builder-wrapper > *.heading-row:last-child h2,
        .pili__content-builder-wrapper > *.heading-row:last-child .h2,
        .pili__content-builder-wrapper > *.heading-row:last-child h3,
        .pili__content-builder-wrapper > *.heading-row:last-child .h3,
        .pili__content-builder-wrapper > *.heading-row:last-child h4,
        .pili__content-builder-wrapper > *.heading-row:last-child .h4,
        .pili__content-builder-wrapper > *.heading-row:last-child h5,
        .pili__content-builder-wrapper > *.heading-row:last-child .h5,
        .pili__content-builder-wrapper > *.heading-row:last-child h6,
        .pili__content-builder-wrapper > *.heading-row:last-child .h6 {
    margin-bottom: 0;
  }
}

.pili__content-builder-wrapper .heading-row.heading-row--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pili__content-builder-wrapper .heading-row.heading-row--style-subheading + .button-row {
  margin-top: 35px;
}

.pili__content-builder-wrapper .heading-row.heading-row--style-h2 + .button-row {
  margin-top: 10px;
}

.pili__content-builder-wrapper .heading-row + .button-row {
  margin-top: 20px;
}

.pili__content-builder-wrapper .text-content-row p:last-child,
  .pili__content-builder-wrapper .text-content-row ol:not([class*='__']):last-child,
  .pili__content-builder-wrapper .text-content-row ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__content-builder-wrapper .text-content-row p:last-child else,
    .pili__content-builder-wrapper .text-content-row ol:not([class*='__']):last-child else,
    .pili__content-builder-wrapper .text-content-row ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__content-builder-wrapper .text-content-row.text-content-row--centered {
  margin-left: auto;
  margin-right: auto;
}

.pili__content-builder-wrapper .image-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.pili__content-builder-wrapper .image-row.image-row--align-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pili__content-builder-wrapper .image-row.image-row--align-left .image-row__caption {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
  }
}

.pili__content-builder-wrapper .image-row__image-wrapper {
  position: relative;
}

.pili__content-builder-wrapper .image-row__caption {
  color: #7D838B;
  font-size: 16px;
  line-height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 555px;
  text-align: center;
}

.pili__content-builder-wrapper .video-row__video-player {
  padding-bottom: 56.25%;
  position: relative;
}

.pili__content-builder-wrapper .video-row__video-player iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item {
  align-self: flex-start;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item:not(:first-child) {
  border-top: 1px solid #7D838B;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item.--open .accordion-row__accordion-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM5.66406 14.0625C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H5.66406Z" fill="%23096E93"/></svg>');
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item.--open .accordion-row__accordion-text-content-wrapper {
  transition: all 300ms;
  margin-top: calc(30px * 2 / 3);
  max-height: 800px;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label-wrapper {
  cursor: pointer;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label {
  margin-bottom: 0;
  padding-right: 55px;
  position: relative;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM19.1406 13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H14.0625V18.5547C14.0625 18.877 13.7988 19.1406 13.4766 19.1406H10.7422C10.4199 19.1406 10.1562 18.877 10.1562 18.5547V14.0625H5.66406C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H10.1562V5.66406C10.1562 5.3418 10.4199 5.07812 10.7422 5.07812H13.4766C13.7988 5.07812 14.0625 5.3418 14.0625 5.66406V10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766Z" fill="%23096E93"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  height: 25px;
  position: absolute;
  right: 7px;
  top: 4px;
  width: 25px;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper {
  transition: all 100ms;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper p:last-child,
    .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ol:not([class*='__']):last-child,
    .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper p:last-child else,
      .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ol:not([class*='__']):last-child else,
      .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__content-builder-wrapper .code-row.code-row--centered .code-row__code-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.pili__content-builder-wrapper blockquote {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
  margin-bottom: 60px;
  padding-left: calc(20px + 10px);
  position: relative;
}

.pili__content-builder-wrapper blockquote::before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #D5C409;
  content: '';
  width: 10px;
}

.pili__content-builder-wrapper blockquote p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
}

.pili__content-builder-wrapper p {
  line-height: 28px;
}

.pili__content-builder-wrapper li {
  margin-bottom: 10px !important;
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--bottom-margin {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .pili__content-builder-wrapper.pili__content-builder-wrapper--bottom-margin {
    margin-bottom: 40px;
  }
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--max-width-child {
  max-width: unset;
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--max-width-child > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
  width: 100%;
}

.module.module--heading-left .pili__content-builder-wrapper {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.module.module--heading-left .pili__content-builder-wrapper > * {
  margin-left: 0;
  margin-right: 0;
}

.button-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 70px;
  width: 100%;
  /* TODO: Remove this. */
}

@media screen and (min-width: 640px) {
  .button-row {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 640px) {
  .button-row.button-row--alignment-left {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 640px) {
  .button-row.button-row--alignment-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

.button-row.button-row--count-5 {
  max-width: 100% !important;
}

@media screen and (max-width: 639px) {
  .button-row .pili-button:not(:last-child) {
    margin-bottom: 30px;
  }
}

.table-row {
  overflow-x: auto;
}

@media screen and (min-width: 1024px) {
  .table-row {
    overflow: visible;
  }
}

.table-row__table {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
  width: 100%;
}

.table-row__table tr:first-of-type th:first-of-type,
  .table-row__table tr:first-of-type td:first-of-type {
  border-top-left-radius: 8px;
}

.table-row__table tr:first-of-type th:last-of-type,
  .table-row__table tr:first-of-type td:last-of-type {
  border-top-right-radius: 8px;
}

.table-row__table tr:last-of-type th,
  .table-row__table tr:last-of-type td {
  border-bottom: 1px solid #7D838B;
}

.table-row__table tr:last-of-type th:first-of-type,
    .table-row__table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}

.table-row__table tr:last-of-type th:last-of-type,
    .table-row__table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.table-row__table th,
  .table-row__table td {
  border: 1px solid #7D838B;
  border-bottom: 0;
  border-right: 0;
  color: #26313D !important;
}

.table-row__table th:last-of-type,
    .table-row__table td:last-of-type {
  border-right: 1px solid #7D838B;
}

.table-row__table th p,
    .table-row__table td p {
  color: #26313D !important;
}

.table-row__table th {
  background-color: #DDDCCB;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 25px 17px;
}

.table-row__table th.table-row__table-cell--full-heading-row {
  background-color: #F0EFDB;
}

.table-row__table td {
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  padding: 15px 25px 19px;
}

.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th [class$='subheading'],
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th p,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th li:not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th span:not([class*='button']):not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td [class$='subheading'],
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td p,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td li:not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td span:not([class*='button']):not([class*='select2']) {
  color: #26313D;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (30px * 2));
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.module {
  padding-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
  margin-bottom: -1px;
  margin-top: -1px;
}

@media screen and (min-width: 1024px) {
  .module {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.module.--padding-top-none {
  padding-top: 0rem;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-none {
    padding-top: 0rem;
  }
}

.module.--padding-top-sm {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-sm {
    padding-top: 60px;
  }
}

.module.--padding-top-lg {
  padding-top: 90px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-lg {
    padding-top: 140px;
  }
}

.module.--padding-bottom-none {
  padding-bottom: 0rem;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-none {
    padding-bottom: 0rem;
  }
}

.module.--padding-bottom-sm {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-sm {
    padding-bottom: 60px;
  }
}

.module.--padding-bottom-lg {
  padding-bottom: 90px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-lg {
    padding-bottom: 140px;
  }
}

.module.module--bg-cloud {
  background-color: #F2F9F2;
}

.module.module--bg-bone {
  background-color: #DDDCCB;
}

.module.module--bg-light-seagrass {
  background-color: #F0EFDB;
}

.module.module--bg-midnight {
  background-color: #26313D;
}

img {
  border: 0;
  outline: none;
}

.pili-slider-control {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
}

.pili-slider-control.pili-slider-control--right-arrow, .pili-slider-control.--right-arrow {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
  margin-left: 25px;
  transform: scaleX(-1);
}

.pili-slider-control.slick-disabled {
  opacity: 0.3;
}

.gt_float_switcher div.gt_options a:hover {
  color: #26313D;
}

.gt_float_switcher div.gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher div.gt_options a {
  font-family: "Crimson Pro", "serif";
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) [class$='subheading'],
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h1,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h1,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h2,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h2,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h3,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h3,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h4,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h4,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h5,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h5,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h6,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h6,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) p,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) li:not([class*='select2']),
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) span:not([class*='button']):not([class*='select2']) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input:not([type='submit']),
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) textarea {
  color: #26313D;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']) {
  color: #D5C409;
  text-decoration: underline;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover, #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']):active {
  color: #F0E564;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .post-card__author-text-wrapper {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost:hover, #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost:active,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost:hover,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost:active,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost:hover,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost:active {
  border-color: #D5C409;
  color: #D5C409;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #F2F9F2;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--exit-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--exit-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--checkmark-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--checkmark-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--arrow-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--arrow-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D5C409' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23D5C409'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili-slider-control {
  background-color: #D5C409;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='23' viewBox='0 0 14 23' fill='none'%3E%3Cpath d='M0.371323 10.6062L10.6382 0.370252C11.1333 -0.123417 11.9361 -0.123417 12.4312 0.370252L13.6286 1.56411C14.123 2.05694 14.1239 2.85567 13.6308 3.34965L5.49412 11.5L13.6308 19.6503C14.1239 20.1443 14.123 20.9431 13.6286 21.4359L12.4312 22.6297C11.936 23.1234 11.1333 23.1234 10.6381 22.6297L0.371376 12.3938C-0.123782 11.9002 -0.123782 11.0998 0.371323 10.6062Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

.pili__photo-attribution {
  font-size: 16px !important;
  line-height: 21px !important;
  background-color: rgba(38, 49, 61, 0.7);
  border-bottom-right-radius: 8px;
  bottom: 0;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.pili__photo-attribution p:last-child,
  .pili__photo-attribution ol:not([class*='__']):last-child,
  .pili__photo-attribution ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__photo-attribution p:last-child else,
    .pili__photo-attribution ol:not([class*='__']):last-child else,
    .pili__photo-attribution ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__photo-attribution.pili__photo-attribution--align-left {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: unset;
  left: 0;
  right: unset;
}

.pili__photo-attribution a {
  color: #fff !important;
}

.pili-button-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .pili-button-wrapper {
    width: auto;
  }
}

.button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.button--right-arrow:hover {
  color: #C14D1A;
}

.button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #D5C409;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow:hover {
  color: #C14D1A;
}

.module--bg-dark .button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

.pili-button,
.wp-block-button__link,
a.wp-block-button__link {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.pili-button[disabled],
  .wp-block-button__link[disabled],
  a.wp-block-button__link[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.pili-button:hover, .pili-button:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:active,
  a.wp-block-button__link:hover,
  a.wp-block-button__link:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.pili-button.button--ghost::after, .pili-button.button--ghost-dark::after, .pili-button.button--secondary::after,
  .wp-block-button__link.button--ghost::after,
  .wp-block-button__link.button--ghost-dark::after,
  .wp-block-button__link.button--secondary::after,
  a.wp-block-button__link.button--ghost::after,
  a.wp-block-button__link.button--ghost-dark::after,
  a.wp-block-button__link.button--secondary::after {
  content: unset;
}

.pili-button.button--ghost,
  .wp-block-button__link.button--ghost,
  a.wp-block-button__link.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.pili-button.button--ghost:hover, .pili-button.button--ghost:active,
    .wp-block-button__link.button--ghost:hover,
    .wp-block-button__link.button--ghost:active,
    a.wp-block-button__link.button--ghost:hover,
    a.wp-block-button__link.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.pili-button.button--ghost-dark,
  .wp-block-button__link.button--ghost-dark,
  a.wp-block-button__link.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.pili-button.button--ghost-dark:hover, .pili-button.button--ghost-dark:active,
    .wp-block-button__link.button--ghost-dark:hover,
    .wp-block-button__link.button--ghost-dark:active,
    a.wp-block-button__link.button--ghost-dark:hover,
    a.wp-block-button__link.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili-button.button--secondary,
  .wp-block-button__link.button--secondary,
  a.wp-block-button__link.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.pili-button.button--secondary:hover, .pili-button.button--secondary:active,
    .wp-block-button__link.button--secondary:hover,
    .wp-block-button__link.button--secondary:active,
    a.wp-block-button__link.button--secondary:hover,
    a.wp-block-button__link.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-buttons {
  margin-bottom: 15px;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 640px) {
  .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}

.wp-block-button {
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.wp-block-button.is-style-primary-button .wp-element-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 50px;
}

.wp-block-button.is-style-primary-button .wp-element-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.wp-block-button.is-style-primary-button .wp-element-button:hover, .wp-block-button.is-style-primary-button .wp-element-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost::after, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark::after, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary::after {
  content: unset;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-secondary-button .wp-element-button {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-secondary-button .wp-element-button:hover, .wp-block-button.is-style-secondary-button .wp-element-button:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-ghost-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-ghost-button .wp-element-button:hover, .wp-block-button.is-style-ghost-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili-button-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .pili-button-wrapper {
    width: auto;
  }
}

.button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.button--right-arrow:hover {
  color: #C14D1A;
}

.button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #D5C409;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow:hover {
  color: #C14D1A;
}

.module--bg-dark .button--right-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module--bg-dark .button--right-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

.pili-button,
.wp-block-button__link,
a.wp-block-button__link {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.pili-button[disabled],
  .wp-block-button__link[disabled],
  a.wp-block-button__link[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.pili-button:hover, .pili-button:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:active,
  a.wp-block-button__link:hover,
  a.wp-block-button__link:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.pili-button.button--ghost::after, .pili-button.button--ghost-dark::after, .pili-button.button--secondary::after,
  .wp-block-button__link.button--ghost::after,
  .wp-block-button__link.button--ghost-dark::after,
  .wp-block-button__link.button--secondary::after,
  a.wp-block-button__link.button--ghost::after,
  a.wp-block-button__link.button--ghost-dark::after,
  a.wp-block-button__link.button--secondary::after {
  content: unset;
}

.pili-button.button--ghost,
  .wp-block-button__link.button--ghost,
  a.wp-block-button__link.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.pili-button.button--ghost:hover, .pili-button.button--ghost:active,
    .wp-block-button__link.button--ghost:hover,
    .wp-block-button__link.button--ghost:active,
    a.wp-block-button__link.button--ghost:hover,
    a.wp-block-button__link.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.pili-button.button--ghost-dark,
  .wp-block-button__link.button--ghost-dark,
  a.wp-block-button__link.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.pili-button.button--ghost-dark:hover, .pili-button.button--ghost-dark:active,
    .wp-block-button__link.button--ghost-dark:hover,
    .wp-block-button__link.button--ghost-dark:active,
    a.wp-block-button__link.button--ghost-dark:hover,
    a.wp-block-button__link.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili-button.button--secondary,
  .wp-block-button__link.button--secondary,
  a.wp-block-button__link.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.pili-button.button--secondary:hover, .pili-button.button--secondary:active,
    .wp-block-button__link.button--secondary:hover,
    .wp-block-button__link.button--secondary:active,
    a.wp-block-button__link.button--secondary:hover,
    a.wp-block-button__link.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-buttons {
  margin-bottom: 15px;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (min-width: 640px) {
  .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}

.wp-block-button {
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.wp-block-button.is-style-primary-button .wp-element-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 50px;
}

.wp-block-button.is-style-primary-button .wp-element-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.wp-block-button.is-style-primary-button .wp-element-button:hover, .wp-block-button.is-style-primary-button .wp-element-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost::after, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark::after, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary::after {
  content: unset;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-primary-button .wp-element-button.button--secondary:hover, .wp-block-button.is-style-primary-button .wp-element-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-secondary-button .wp-element-button {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-button.is-style-secondary-button .wp-element-button:hover, .wp-block-button.is-style-secondary-button .wp-element-button:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.wp-block-button.is-style-ghost-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.wp-block-button.is-style-ghost-button .wp-element-button:hover, .wp-block-button.is-style-ghost-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.wp-block-button.is-style-ghost-dark-button .wp-element-button:hover, .wp-block-button.is-style-ghost-dark-button .wp-element-button:active {
  border-color: #D5C409;
  color: #D5C409;
}

.pili__text-underline {
  position: relative;
}

.pili__text-underline::before {
  content: ' ';
  bottom: -1px;
  display: block;
  left: -2%;
  height: 18px;
  position: absolute;
  width: 104%;
  z-index: -1;
}

body.site-body .site-wrapper,
#wpwrap .acfe-flexible-placeholder.-preview,
.pili-modal {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fff;
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
}

body.site-body .site-wrapper h1,
  body.site-body .site-wrapper .h1,
  body.site-body .site-wrapper h2,
  body.site-body .site-wrapper .h2,
  body.site-body .site-wrapper h3,
  body.site-body .site-wrapper .h3,
  body.site-body .site-wrapper h4,
  body.site-body .site-wrapper .h4,
  body.site-body .site-wrapper h5,
  body.site-body .site-wrapper .h5,
  body.site-body .site-wrapper h6,
  body.site-body .site-wrapper .h6,
  #wpwrap .acfe-flexible-placeholder.-preview h1,
  #wpwrap .acfe-flexible-placeholder.-preview .h1,
  #wpwrap .acfe-flexible-placeholder.-preview h2,
  #wpwrap .acfe-flexible-placeholder.-preview .h2,
  #wpwrap .acfe-flexible-placeholder.-preview h3,
  #wpwrap .acfe-flexible-placeholder.-preview .h3,
  #wpwrap .acfe-flexible-placeholder.-preview h4,
  #wpwrap .acfe-flexible-placeholder.-preview .h4,
  #wpwrap .acfe-flexible-placeholder.-preview h5,
  #wpwrap .acfe-flexible-placeholder.-preview .h5,
  #wpwrap .acfe-flexible-placeholder.-preview h6,
  #wpwrap .acfe-flexible-placeholder.-preview .h6,
  .pili-modal h1,
  .pili-modal .h1,
  .pili-modal h2,
  .pili-modal .h2,
  .pili-modal h3,
  .pili-modal .h3,
  .pili-modal h4,
  .pili-modal .h4,
  .pili-modal h5,
  .pili-modal .h5,
  .pili-modal h6,
  .pili-modal .h6 {
  display: block;
  font-family: "Crimson Pro", "serif";
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  padding: 0;
}

body.site-body .site-wrapper h1 a,
    body.site-body .site-wrapper .h1 a,
    body.site-body .site-wrapper h2 a,
    body.site-body .site-wrapper .h2 a,
    body.site-body .site-wrapper h3 a,
    body.site-body .site-wrapper .h3 a,
    body.site-body .site-wrapper h4 a,
    body.site-body .site-wrapper .h4 a,
    body.site-body .site-wrapper h5 a,
    body.site-body .site-wrapper .h5 a,
    body.site-body .site-wrapper h6 a,
    body.site-body .site-wrapper .h6 a,
    #wpwrap .acfe-flexible-placeholder.-preview h1 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h1 a,
    #wpwrap .acfe-flexible-placeholder.-preview h2 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h2 a,
    #wpwrap .acfe-flexible-placeholder.-preview h3 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h3 a,
    #wpwrap .acfe-flexible-placeholder.-preview h4 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h4 a,
    #wpwrap .acfe-flexible-placeholder.-preview h5 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h5 a,
    #wpwrap .acfe-flexible-placeholder.-preview h6 a,
    #wpwrap .acfe-flexible-placeholder.-preview .h6 a,
    .pili-modal h1 a,
    .pili-modal .h1 a,
    .pili-modal h2 a,
    .pili-modal .h2 a,
    .pili-modal h3 a,
    .pili-modal .h3 a,
    .pili-modal h4 a,
    .pili-modal .h4 a,
    .pili-modal h5 a,
    .pili-modal .h5 a,
    .pili-modal h6 a,
    .pili-modal .h6 a {
  color: #AA3909;
  text-decoration: underline;
}

body.site-body .site-wrapper h1 a:hover, body.site-body .site-wrapper h1 a:active,
      body.site-body .site-wrapper .h1 a:hover,
      body.site-body .site-wrapper .h1 a:active,
      body.site-body .site-wrapper h2 a:hover,
      body.site-body .site-wrapper h2 a:active,
      body.site-body .site-wrapper .h2 a:hover,
      body.site-body .site-wrapper .h2 a:active,
      body.site-body .site-wrapper h3 a:hover,
      body.site-body .site-wrapper h3 a:active,
      body.site-body .site-wrapper .h3 a:hover,
      body.site-body .site-wrapper .h3 a:active,
      body.site-body .site-wrapper h4 a:hover,
      body.site-body .site-wrapper h4 a:active,
      body.site-body .site-wrapper .h4 a:hover,
      body.site-body .site-wrapper .h4 a:active,
      body.site-body .site-wrapper h5 a:hover,
      body.site-body .site-wrapper h5 a:active,
      body.site-body .site-wrapper .h5 a:hover,
      body.site-body .site-wrapper .h5 a:active,
      body.site-body .site-wrapper h6 a:hover,
      body.site-body .site-wrapper h6 a:active,
      body.site-body .site-wrapper .h6 a:hover,
      body.site-body .site-wrapper .h6 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h1 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h1 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h1 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h1 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h2 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h2 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h2 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h2 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h3 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h3 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h3 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h3 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h4 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h4 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h4 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h4 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h5 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h5 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h5 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h5 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview h6 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview h6 a:active,
      #wpwrap .acfe-flexible-placeholder.-preview .h6 a:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .h6 a:active,
      .pili-modal h1 a:hover,
      .pili-modal h1 a:active,
      .pili-modal .h1 a:hover,
      .pili-modal .h1 a:active,
      .pili-modal h2 a:hover,
      .pili-modal h2 a:active,
      .pili-modal .h2 a:hover,
      .pili-modal .h2 a:active,
      .pili-modal h3 a:hover,
      .pili-modal h3 a:active,
      .pili-modal .h3 a:hover,
      .pili-modal .h3 a:active,
      .pili-modal h4 a:hover,
      .pili-modal h4 a:active,
      .pili-modal .h4 a:hover,
      .pili-modal .h4 a:active,
      .pili-modal h5 a:hover,
      .pili-modal h5 a:active,
      .pili-modal .h5 a:hover,
      .pili-modal .h5 a:active,
      .pili-modal h6 a:hover,
      .pili-modal h6 a:active,
      .pili-modal .h6 a:hover,
      .pili-modal .h6 a:active {
  color: #C14D1A;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h1:not(.wp-block-post-title) span,
  body.site-body .site-wrapper h2:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h2:not(.wp-block-post-title) span,
  body.site-body .site-wrapper h3:not(.wp-block-post-title) span,
  body.site-body .site-wrapper .h3:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span,
  #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span,
  .pili-modal h1:not(.wp-block-post-title) span,
  .pili-modal .h1:not(.wp-block-post-title) span,
  .pili-modal h2:not(.wp-block-post-title) span,
  .pili-modal .h2:not(.wp-block-post-title) span,
  .pili-modal h3:not(.wp-block-post-title) span,
  .pili-modal .h3:not(.wp-block-post-title) span {
  display: inline-block;
  font-style: italic;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h1:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper h2:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h2:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper h3:not(.wp-block-post-title) span::before,
    body.site-body .site-wrapper .h3:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span::before,
    #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span::before,
    .pili-modal h1:not(.wp-block-post-title) span::before,
    .pili-modal .h1:not(.wp-block-post-title) span::before,
    .pili-modal h2:not(.wp-block-post-title) span::before,
    .pili-modal .h2:not(.wp-block-post-title) span::before,
    .pili-modal h3:not(.wp-block-post-title) span::before,
    .pili-modal .h3:not(.wp-block-post-title) span::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9.66658' cy='9.66667' r='9.66667' transform='rotate(90 9.66658 9.66667)' fill='url(%23paint0_radial_949_719)'/%3e%3cdefs%3e%3cradialGradient id='paint0_radial_949_719' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.66658 9.66667) rotate(90) scale(9.66667)'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e ");
  bottom: -10px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

body.site-body .site-wrapper h1:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h1:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper h2:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h2:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper h3:not(.wp-block-post-title) span::after,
    body.site-body .site-wrapper .h3:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h1:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h1:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h2:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h2:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview h3:not(.wp-block-post-title) span::after,
    #wpwrap .acfe-flexible-placeholder.-preview .h3:not(.wp-block-post-title) span::after,
    .pili-modal h1:not(.wp-block-post-title) span::after,
    .pili-modal .h1:not(.wp-block-post-title) span::after,
    .pili-modal h2:not(.wp-block-post-title) span::after,
    .pili-modal .h2:not(.wp-block-post-title) span::after,
    .pili-modal h3:not(.wp-block-post-title) span::after,
    .pili-modal .h3:not(.wp-block-post-title) span::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='303' height='14' viewBox='0 0 303 14' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_949_718)'%3e%3crect x='4' y='10' width='6.00004' height='295' transform='rotate(-90 4 10)' fill='url(%23paint0_linear_949_718)'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_949_718' x='0.0999999' y='0.0999999' width='302.8' height='13.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='1.95' result='effect1_foregroundBlur_949_718'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear_949_718' x1='7.00002' y1='10' x2='7.00002' y2='354.395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-size: 100% 14px;
  bottom: -6px;
  content: '';
  height: 14px;
  left: 7px;
  position: absolute;
  width: 100%;
}

body.site-body .site-wrapper h1,
  body.site-body .site-wrapper .h1,
  #wpwrap .acfe-flexible-placeholder.-preview h1,
  #wpwrap .acfe-flexible-placeholder.-preview .h1,
  .pili-modal h1,
  .pili-modal .h1 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h1,
      body.site-body .site-wrapper .h1,
      #wpwrap .acfe-flexible-placeholder.-preview h1,
      #wpwrap .acfe-flexible-placeholder.-preview .h1,
      .pili-modal h1,
      .pili-modal .h1 {
    font-size: 66px;
    line-height: 72px;
  }
}

body.site-body .site-wrapper h2,
  body.site-body .site-wrapper .h2,
  #wpwrap .acfe-flexible-placeholder.-preview h2,
  #wpwrap .acfe-flexible-placeholder.-preview .h2,
  .pili-modal h2,
  .pili-modal .h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h2,
      body.site-body .site-wrapper .h2,
      #wpwrap .acfe-flexible-placeholder.-preview h2,
      #wpwrap .acfe-flexible-placeholder.-preview .h2,
      .pili-modal h2,
      .pili-modal .h2 {
    font-size: 42px;
    line-height: 49px;
  }
}

body.site-body .site-wrapper h3,
  body.site-body .site-wrapper .h3,
  #wpwrap .acfe-flexible-placeholder.-preview h3,
  #wpwrap .acfe-flexible-placeholder.-preview .h3,
  .pili-modal h3,
  .pili-modal .h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h3,
      body.site-body .site-wrapper .h3,
      #wpwrap .acfe-flexible-placeholder.-preview h3,
      #wpwrap .acfe-flexible-placeholder.-preview .h3,
      .pili-modal h3,
      .pili-modal .h3 {
    font-size: 28px;
    line-height: 33px;
  }
}

body.site-body .site-wrapper h4,
  body.site-body .site-wrapper .h4,
  body.site-body .site-wrapper h5,
  body.site-body .site-wrapper .h5,
  body.site-body .site-wrapper h6,
  body.site-body .site-wrapper .h6,
  #wpwrap .acfe-flexible-placeholder.-preview h4,
  #wpwrap .acfe-flexible-placeholder.-preview .h4,
  #wpwrap .acfe-flexible-placeholder.-preview h5,
  #wpwrap .acfe-flexible-placeholder.-preview .h5,
  #wpwrap .acfe-flexible-placeholder.-preview h6,
  #wpwrap .acfe-flexible-placeholder.-preview .h6,
  .pili-modal h4,
  .pili-modal .h4,
  .pili-modal h5,
  .pili-modal .h5,
  .pili-modal h6,
  .pili-modal .h6 {
  font-size: 20px;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper h4,
      body.site-body .site-wrapper .h4,
      body.site-body .site-wrapper h5,
      body.site-body .site-wrapper .h5,
      body.site-body .site-wrapper h6,
      body.site-body .site-wrapper .h6,
      #wpwrap .acfe-flexible-placeholder.-preview h4,
      #wpwrap .acfe-flexible-placeholder.-preview .h4,
      #wpwrap .acfe-flexible-placeholder.-preview h5,
      #wpwrap .acfe-flexible-placeholder.-preview .h5,
      #wpwrap .acfe-flexible-placeholder.-preview h6,
      #wpwrap .acfe-flexible-placeholder.-preview .h6,
      .pili-modal h4,
      .pili-modal .h4,
      .pili-modal h5,
      .pili-modal .h5,
      .pili-modal h6,
      .pili-modal .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

body.site-body .site-wrapper p,
  #wpwrap .acfe-flexible-placeholder.-preview p,
  .pili-modal p {
  margin-bottom: 24px;
}

body.site-body .site-wrapper p + h1,
  body.site-body .site-wrapper p + .h1,
  body.site-body .site-wrapper ul + h1,
  body.site-body .site-wrapper ul + .h1,
  body.site-body .site-wrapper ol + h1,
  body.site-body .site-wrapper ol + .h1,
  body.site-body .site-wrapper img + h1,
  body.site-body .site-wrapper img + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview p + h1,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h1,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h1,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h1,
  #wpwrap .acfe-flexible-placeholder.-preview img + h1,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h1,
  .pili-modal p + h1,
  .pili-modal p + .h1,
  .pili-modal ul + h1,
  .pili-modal ul + .h1,
  .pili-modal ol + h1,
  .pili-modal ol + .h1,
  .pili-modal img + h1,
  .pili-modal img + .h1 {
  margin-top: 3.125rem;
}

body.site-body .site-wrapper p + h2,
  body.site-body .site-wrapper p + .h2,
  body.site-body .site-wrapper ul + h2,
  body.site-body .site-wrapper ul + .h2,
  body.site-body .site-wrapper ol + h2,
  body.site-body .site-wrapper ol + .h2,
  body.site-body .site-wrapper img + h2,
  body.site-body .site-wrapper img + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview p + h2,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h2,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h2,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h2,
  #wpwrap .acfe-flexible-placeholder.-preview img + h2,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h2,
  .pili-modal p + h2,
  .pili-modal p + .h2,
  .pili-modal ul + h2,
  .pili-modal ul + .h2,
  .pili-modal ol + h2,
  .pili-modal ol + .h2,
  .pili-modal img + h2,
  .pili-modal img + .h2 {
  margin-top: 2.5rem;
}

body.site-body .site-wrapper p + h3,
  body.site-body .site-wrapper p + .h3,
  body.site-body .site-wrapper ul + h3,
  body.site-body .site-wrapper ul + .h3,
  body.site-body .site-wrapper ol + h3,
  body.site-body .site-wrapper ol + .h3,
  body.site-body .site-wrapper img + h3,
  body.site-body .site-wrapper img + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview p + h3,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h3,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h3,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h3,
  #wpwrap .acfe-flexible-placeholder.-preview img + h3,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h3,
  .pili-modal p + h3,
  .pili-modal p + .h3,
  .pili-modal ul + h3,
  .pili-modal ul + .h3,
  .pili-modal ol + h3,
  .pili-modal ol + .h3,
  .pili-modal img + h3,
  .pili-modal img + .h3 {
  margin-top: 1.875rem;
}

body.site-body .site-wrapper p + h4,
  body.site-body .site-wrapper p + .h4,
  body.site-body .site-wrapper p + h5,
  body.site-body .site-wrapper p + .h5,
  body.site-body .site-wrapper p + h6,
  body.site-body .site-wrapper p + .h6,
  body.site-body .site-wrapper ul + h4,
  body.site-body .site-wrapper ul + .h4,
  body.site-body .site-wrapper ul + h5,
  body.site-body .site-wrapper ul + .h5,
  body.site-body .site-wrapper ul + h6,
  body.site-body .site-wrapper ul + .h6,
  body.site-body .site-wrapper ol + h4,
  body.site-body .site-wrapper ol + .h4,
  body.site-body .site-wrapper ol + h5,
  body.site-body .site-wrapper ol + .h5,
  body.site-body .site-wrapper ol + h6,
  body.site-body .site-wrapper ol + .h6,
  body.site-body .site-wrapper img + h4,
  body.site-body .site-wrapper img + .h4,
  body.site-body .site-wrapper img + h5,
  body.site-body .site-wrapper img + .h5,
  body.site-body .site-wrapper img + h6,
  body.site-body .site-wrapper img + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview p + h4,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview p + h5,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview p + h6,
  #wpwrap .acfe-flexible-placeholder.-preview p + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h4,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h5,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview ul + h6,
  #wpwrap .acfe-flexible-placeholder.-preview ul + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h4,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h5,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview ol + h6,
  #wpwrap .acfe-flexible-placeholder.-preview ol + .h6,
  #wpwrap .acfe-flexible-placeholder.-preview img + h4,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h4,
  #wpwrap .acfe-flexible-placeholder.-preview img + h5,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h5,
  #wpwrap .acfe-flexible-placeholder.-preview img + h6,
  #wpwrap .acfe-flexible-placeholder.-preview img + .h6,
  .pili-modal p + h4,
  .pili-modal p + .h4,
  .pili-modal p + h5,
  .pili-modal p + .h5,
  .pili-modal p + h6,
  .pili-modal p + .h6,
  .pili-modal ul + h4,
  .pili-modal ul + .h4,
  .pili-modal ul + h5,
  .pili-modal ul + .h5,
  .pili-modal ul + h6,
  .pili-modal ul + .h6,
  .pili-modal ol + h4,
  .pili-modal ol + .h4,
  .pili-modal ol + h5,
  .pili-modal ol + .h5,
  .pili-modal ol + h6,
  .pili-modal ol + .h6,
  .pili-modal img + h4,
  .pili-modal img + .h4,
  .pili-modal img + h5,
  .pili-modal img + .h5,
  .pili-modal img + h6,
  .pili-modal img + .h6 {
  margin-top: 1.5625rem;
}

body.site-body .site-wrapper p a:not([class*='__']),
  body.site-body .site-wrapper li a:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']),
  .pili-modal p a:not([class*='__']),
  .pili-modal li a:not([class*='__']) {
  color: #AA3909;
  text-decoration: underline;
}

body.site-body .site-wrapper p a:not([class*='__']):hover, body.site-body .site-wrapper p a:not([class*='__']):active,
    body.site-body .site-wrapper li a:not([class*='__']):hover,
    body.site-body .site-wrapper li a:not([class*='__']):active,
    #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']):hover,
    #wpwrap .acfe-flexible-placeholder.-preview p a:not([class*='__']):active,
    #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']):hover,
    #wpwrap .acfe-flexible-placeholder.-preview li a:not([class*='__']):active,
    .pili-modal p a:not([class*='__']):hover,
    .pili-modal p a:not([class*='__']):active,
    .pili-modal li a:not([class*='__']):hover,
    .pili-modal li a:not([class*='__']):active {
  color: #C14D1A;
}

body.site-body .site-wrapper .module.module--text-black [class$='subheading'],
  body.site-body .site-wrapper .module.module--text-black h1,
  body.site-body .site-wrapper .module.module--text-black .h1,
  body.site-body .site-wrapper .module.module--text-black h2,
  body.site-body .site-wrapper .module.module--text-black .h2,
  body.site-body .site-wrapper .module.module--text-black h3,
  body.site-body .site-wrapper .module.module--text-black .h3,
  body.site-body .site-wrapper .module.module--text-black h4,
  body.site-body .site-wrapper .module.module--text-black .h4,
  body.site-body .site-wrapper .module.module--text-black h5,
  body.site-body .site-wrapper .module.module--text-black .h5,
  body.site-body .site-wrapper .module.module--text-black h6,
  body.site-body .site-wrapper .module.module--text-black .h6,
  body.site-body .site-wrapper .module.module--text-black p,
  body.site-body .site-wrapper .module.module--text-black li:not([class*='select2']),
  body.site-body .site-wrapper .module.module--text-black span:not([class*='button']):not([class*='select2']),
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black [class$='subheading'],
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h1,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h1,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h2,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h2,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h3,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h3,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h4,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h4,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h5,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h5,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black h6,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black .h6,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black p,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black li:not([class*='select2']),
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-black span:not([class*='button']):not([class*='select2']),
  .pili-modal .module.module--text-black [class$='subheading'],
  .pili-modal .module.module--text-black h1,
  .pili-modal .module.module--text-black .h1,
  .pili-modal .module.module--text-black h2,
  .pili-modal .module.module--text-black .h2,
  .pili-modal .module.module--text-black h3,
  .pili-modal .module.module--text-black .h3,
  .pili-modal .module.module--text-black h4,
  .pili-modal .module.module--text-black .h4,
  .pili-modal .module.module--text-black h5,
  .pili-modal .module.module--text-black .h5,
  .pili-modal .module.module--text-black h6,
  .pili-modal .module.module--text-black .h6,
  .pili-modal .module.module--text-black p,
  .pili-modal .module.module--text-black li:not([class*='select2']),
  .pili-modal .module.module--text-black span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

body.site-body .site-wrapper .module.module--text-white,
  #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white,
  .pili-modal .module.module--text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white [class$='subheading'],
    body.site-body .site-wrapper .module.module--text-white h1,
    body.site-body .site-wrapper .module.module--text-white .h1,
    body.site-body .site-wrapper .module.module--text-white h2,
    body.site-body .site-wrapper .module.module--text-white .h2,
    body.site-body .site-wrapper .module.module--text-white h3,
    body.site-body .site-wrapper .module.module--text-white .h3,
    body.site-body .site-wrapper .module.module--text-white h4,
    body.site-body .site-wrapper .module.module--text-white .h4,
    body.site-body .site-wrapper .module.module--text-white h5,
    body.site-body .site-wrapper .module.module--text-white .h5,
    body.site-body .site-wrapper .module.module--text-white h6,
    body.site-body .site-wrapper .module.module--text-white .h6,
    body.site-body .site-wrapper .module.module--text-white p,
    body.site-body .site-wrapper .module.module--text-white li:not([class*='select2']),
    body.site-body .site-wrapper .module.module--text-white span:not([class*='button']):not([class*='select2']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white [class$='subheading'],
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h1,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h1,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h2,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h2,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h3,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h3,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h4,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h4,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h5,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h5,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white h6,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .h6,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white p,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white li:not([class*='select2']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white span:not([class*='button']):not([class*='select2']),
    .pili-modal .module.module--text-white [class$='subheading'],
    .pili-modal .module.module--text-white h1,
    .pili-modal .module.module--text-white .h1,
    .pili-modal .module.module--text-white h2,
    .pili-modal .module.module--text-white .h2,
    .pili-modal .module.module--text-white h3,
    .pili-modal .module.module--text-white .h3,
    .pili-modal .module.module--text-white h4,
    .pili-modal .module.module--text-white .h4,
    .pili-modal .module.module--text-white h5,
    .pili-modal .module.module--text-white .h5,
    .pili-modal .module.module--text-white h6,
    .pili-modal .module.module--text-white .h6,
    .pili-modal .module.module--text-white p,
    .pili-modal .module.module--text-white li:not([class*='select2']),
    .pili-modal .module.module--text-white span:not([class*='button']):not([class*='select2']) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white input:not([type='submit']),
    body.site-body .site-wrapper .module.module--text-white textarea,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input:not([type='submit']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white textarea,
    .pili-modal .module.module--text-white input:not([type='submit']),
    .pili-modal .module.module--text-white textarea {
  color: #26313D;
}

body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']),
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']),
    .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']) {
  color: #D5C409;
  text-decoration: underline;
}

body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover, body.site-body .site-wrapper .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active,
      .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover,
      .pili-modal .module.module--text-white a:not([class*='button']):not([class*='anchor']):not([class*='__']):active {
  color: #F0E564;
}

body.site-body .site-wrapper .module.module--text-white .post-card__author-text-wrapper,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .post-card__author-text-wrapper,
    .pili-modal .module.module--text-white .post-card__author-text-wrapper {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost,
    body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost,
    body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost,
    .pili-modal .module.module--text-white a[class*='button'].button--ghost,
    .pili-modal .module.module--text-white button[class*='button'].button--ghost,
    .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost:hover, body.site-body .site-wrapper .module.module--text-white a[class*='button'].button--ghost:active,
      body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost:hover,
      body.site-body .site-wrapper .module.module--text-white button[class*='button'].button--ghost:active,
      body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      body.site-body .site-wrapper .module.module--text-white input[type='submit'][class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white a[class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white button[class*='button'].button--ghost:active,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white input[type='submit'][class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white a[class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white a[class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white button[class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white button[class*='button'].button--ghost:active,
      .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost:hover,
      .pili-modal .module.module--text-white input[type='submit'][class*='button'].button--ghost:active {
  border-color: #D5C409;
  color: #D5C409;
}

body.site-body .site-wrapper .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    body.site-body .site-wrapper .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal .module.module--text-white ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal .module.module--text-white ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #F2F9F2;
}

body.site-body .site-wrapper .module.module--text-white ul.--exit-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--exit-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--exit-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--exit-list li::before,
    .pili-modal .module.module--text-white ul.--exit-list li::before,
    .pili-modal .module.module--text-white ol.--exit-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white ul.--checkmark-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--checkmark-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--checkmark-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--checkmark-list li::before,
    .pili-modal .module.module--text-white ul.--checkmark-list li::before,
    .pili-modal .module.module--text-white ol.--checkmark-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white ul.--arrow-list li::before,
    body.site-body .site-wrapper .module.module--text-white ol.--arrow-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ul.--arrow-list li::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white ol.--arrow-list li::before,
    .pili-modal .module.module--text-white ul.--arrow-list li::before,
    .pili-modal .module.module--text-white ol.--arrow-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper .module.module--text-white .pili__text-tooltip::before,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .pili__text-tooltip::before,
    .pili-modal .module.module--text-white .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D5C409' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

body.site-body .site-wrapper .module.module--text-white .pili__text-tooltip::after,
    #wpwrap .acfe-flexible-placeholder.-preview .module.module--text-white .pili__text-tooltip::after,
    .pili-modal .module.module--text-white .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23D5C409'/%3E%3C/svg%3E%0A");
}

body.site-body .site-wrapper [class$='text-content'] p,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] p,
  .pili-modal [class$='text-content'] p {
  font-size: inherit;
  line-height: inherit;
}

body.site-body .site-wrapper [class$='text-content'] p:last-child,
    #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] p:last-child,
    .pili-modal [class$='text-content'] p:last-child {
  margin-bottom: 0rem;
}

body.site-body .site-wrapper [class$='text-content'] img,
  body.site-body .site-wrapper [class$='text-content-wrapper'] img,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] img,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] img,
  .pili-modal [class$='text-content'] img,
  .pili-modal [class$='text-content-wrapper'] img {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 1024px) {
  body.site-body .site-wrapper [class$='text-content'] img,
      body.site-body .site-wrapper [class$='text-content-wrapper'] img,
      #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] img,
      #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] img,
      .pili-modal [class$='text-content'] img,
      .pili-modal [class$='text-content-wrapper'] img {
    margin-bottom: 2.5rem;
  }
}

body.site-body .site-wrapper [class$='text-content'] .wp-block-buttons,
  body.site-body .site-wrapper [class$='text-content-wrapper'] .wp-block-buttons,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content'] .wp-block-buttons,
  #wpwrap .acfe-flexible-placeholder.-preview [class$='text-content-wrapper'] .wp-block-buttons,
  .pili-modal [class$='text-content'] .wp-block-buttons,
  .pili-modal [class$='text-content-wrapper'] .wp-block-buttons {
  display: inline-block;
  margin-right: 1.875rem;
}

body.site-body .site-wrapper ul:not([class*='__']),
  body.site-body .site-wrapper ol:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']),
  .pili-modal ul:not([class*='__']),
  .pili-modal ol:not([class*='__']) {
  margin-bottom: 1.25rem;
  padding-left: 2.8125rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

body.site-body .site-wrapper ul:not([class*='__']) li:not(:last-child),
    body.site-body .site-wrapper ol:not([class*='__']) li:not(:last-child),
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li:not(:last-child),
    #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']) li:not(:last-child),
    .pili-modal ul:not([class*='__']) li:not(:last-child),
    .pili-modal ol:not([class*='__']) li:not(:last-child) {
  margin-bottom: 15px;
}

body.site-body .site-wrapper ul ul,
  body.site-body .site-wrapper ul ol,
  body.site-body .site-wrapper ol ul,
  body.site-body .site-wrapper ol ol,
  #wpwrap .acfe-flexible-placeholder.-preview ul ul,
  #wpwrap .acfe-flexible-placeholder.-preview ul ol,
  #wpwrap .acfe-flexible-placeholder.-preview ol ul,
  #wpwrap .acfe-flexible-placeholder.-preview ol ol,
  .pili-modal ul ul,
  .pili-modal ul ol,
  .pili-modal ol ul,
  .pili-modal ol ol {
  margin-top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']),
  .pili-modal ul:not([class*='__']) {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']) li,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li,
    .pili-modal ul:not([class*='__']) li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']) li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']) li:before,
      .pili-modal ul:not([class*='__']) li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
    .pili-modal ul:not([class*='__']):not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #AA3909;
  border-radius: 100%;
  content: ' ';
  left: -22px;
  height: 8px;
  width: 8px;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list,
    .pili-modal ul:not([class*='__']).--exit-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li,
      .pili-modal ul:not([class*='__']).--exit-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li:before,
        .pili-modal ul:not([class*='__']).--exit-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--exit-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--exit-list li:before,
      .pili-modal ul:not([class*='__']).--exit-list li:before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 1px;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list,
    .pili-modal ul:not([class*='__']).--checkmark-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li,
      .pili-modal ul:not([class*='__']).--checkmark-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li:before,
        .pili-modal ul:not([class*='__']).--checkmark-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--checkmark-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--checkmark-list li:before,
      .pili-modal ul:not([class*='__']).--checkmark-list li:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%235B7F43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 0;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list,
    #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list,
    .pili-modal ul:not([class*='__']).--arrow-list {
  list-style-type: none;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li,
      .pili-modal ul:not([class*='__']).--arrow-list li {
  position: relative;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li:before,
        #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li:before,
        .pili-modal ul:not([class*='__']).--arrow-list li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 10px;
}

body.site-body .site-wrapper ul:not([class*='__']).--arrow-list li:before,
      #wpwrap .acfe-flexible-placeholder.-preview ul:not([class*='__']).--arrow-list li:before,
      .pili-modal ul:not([class*='__']).--arrow-list li:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23096E93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23096E93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 16px;
  top: 7px;
  width: 16px;
}

body.site-body .site-wrapper ol:not([class*='__']),
  #wpwrap .acfe-flexible-placeholder.-preview ol:not([class*='__']),
  .pili-modal ol:not([class*='__']) {
  list-style: decimal;
}

body.site-body .site-wrapper strong,
  #wpwrap .acfe-flexible-placeholder.-preview strong,
  .pili-modal strong {
  font-weight: 700;
}

body.site-body .site-wrapper blockquote,
  #wpwrap .acfe-flexible-placeholder.-preview blockquote,
  .pili-modal blockquote {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
  margin-bottom: 60px;
  padding-left: calc(20px + 10px);
  position: relative;
}

body.site-body .site-wrapper blockquote::before,
    #wpwrap .acfe-flexible-placeholder.-preview blockquote::before,
    .pili-modal blockquote::before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #D5C409;
  content: '';
  width: 10px;
}

body.site-body .site-wrapper blockquote p,
    #wpwrap .acfe-flexible-placeholder.-preview blockquote p,
    .pili-modal blockquote p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
}

body.site-body .site-wrapper .emphasized-text,
  #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text,
  .pili-modal .emphasized-text {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 41px !important;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

body.site-body .site-wrapper .emphasized-text p:last-child,
    body.site-body .site-wrapper .emphasized-text ol:not([class*='__']):last-child,
    body.site-body .site-wrapper .emphasized-text ul:not([class*='__']):last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p:last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ol:not([class*='__']):last-child,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ul:not([class*='__']):last-child,
    .pili-modal .emphasized-text p:last-child,
    .pili-modal .emphasized-text ol:not([class*='__']):last-child,
    .pili-modal .emphasized-text ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

body.site-body .site-wrapper .emphasized-text p:last-child else,
      body.site-body .site-wrapper .emphasized-text ol:not([class*='__']):last-child else,
      body.site-body .site-wrapper .emphasized-text ul:not([class*='__']):last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p:last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ol:not([class*='__']):last-child else,
      #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text ul:not([class*='__']):last-child else,
      .pili-modal .emphasized-text p:last-child else,
      .pili-modal .emphasized-text ol:not([class*='__']):last-child else,
      .pili-modal .emphasized-text ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

body.site-body .site-wrapper .emphasized-text p,
    #wpwrap .acfe-flexible-placeholder.-preview .emphasized-text p,
    .pili-modal .emphasized-text p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 41px !important;
}

body.site-body .site-wrapper .subheading,
  #wpwrap .acfe-flexible-placeholder.-preview .subheading,
  .pili-modal .subheading {
  color: #7D838B;
  display: block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

body.site-body .site-wrapper .pili__text-tooltip,
  #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip,
  .pili-modal .pili__text-tooltip {
  cursor: pointer;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

body.site-body .site-wrapper .pili__text-tooltip::before,
    #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip::before,
    .pili-modal .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23AA3909' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
  bottom: 0;
  content: '';
  height: 1px;
  left: -2px;
  position: absolute;
  width: calc(100% - 6px);
}

body.site-body .site-wrapper .pili__text-tooltip::after,
    #wpwrap .acfe-flexible-placeholder.-preview .pili__text-tooltip::after,
    .pili-modal .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23AA3909'/%3E%3C/svg%3E%0A");
  content: '';
  height: 12px;
  position: absolute;
  right: -4px;
  top: 0;
  width: 12px;
}

body.site-body .site-wrapper .tippy-box,
  #wpwrap .acfe-flexible-placeholder.-preview .tippy-box,
  .pili-modal .tippy-box {
  background-color: #26313D;
  border-radius: 12px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

body.site-body .site-wrapper .tippy-arrow,
  #wpwrap .acfe-flexible-placeholder.-preview .tippy-arrow,
  .pili-modal .tippy-arrow {
  color: #26313D;
}

td p:last-child,
td ol:not([class*='__']):last-child,
td ul:not([class*='__']):last-child,
th p:last-child,
th ol:not([class*='__']):last-child,
th ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

td p:last-child else,
  td ol:not([class*='__']):last-child else,
  td ul:not([class*='__']):last-child else,
  th p:last-child else,
  th ol:not([class*='__']):last-child else,
  th ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.attention-box {
  background-color: #F0EFDB;
  border: unset;
  border-radius: 8px;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  padding: 25px 40px;
}

.attention-box p:last-child,
  .attention-box ol:not([class*='__']):last-child,
  .attention-box ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.attention-box p:last-child else,
    .attention-box ol:not([class*='__']):last-child else,
    .attention-box ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .attention-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.attention-box a {
  color: #AA3909;
  text-decoration: underline;
}

.attention-box a:hover, .attention-box a:active {
  color: #C14D1A;
}

.pili__large-text {
  font-size: 24px !important;
  line-height: 33px !important;
}

.pili__small-text {
  font-size: 16px !important;
  line-height: 21px !important;
}

#site-body.site-body .site-wrapper label,
#site-body.site-body .site-wrapper .gfield_label {
  display: flex;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  gap: 12px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: left;
}

#site-body.site-body .site-wrapper .gform_drop_area,
#site-body.site-body .site-wrapper input:not([type='submit']),
#site-body.site-body .site-wrapper textarea {
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #7D838B;
  border-radius: 8px;
  color: #26313D;
  outline: none;
  padding: 15px 15px;
  width: 100%;
}

#site-body.site-body .site-wrapper .gform_drop_area:focus:not([readonly]),
  #site-body.site-body .site-wrapper input:not([type='submit']):focus:not([readonly]),
  #site-body.site-body .site-wrapper textarea:focus:not([readonly]) {
  border: 1px solid #096E93;
  box-shadow: 0 0 4px 2px #096E93 inset;
}

#site-body.site-body .site-wrapper .gform_drop_area::-webkit-input-placeholder,
  #site-body.site-body .site-wrapper input:not([type='submit'])::-webkit-input-placeholder,
  #site-body.site-body .site-wrapper textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7D838B;
}

#site-body.site-body .site-wrapper .gform_drop_area::-moz-placeholder,
  #site-body.site-body .site-wrapper input:not([type='submit'])::-moz-placeholder,
  #site-body.site-body .site-wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7D838B;
}

#site-body.site-body .site-wrapper .gform_drop_area:-ms-input-placeholder,
  #site-body.site-body .site-wrapper input:not([type='submit']):-ms-input-placeholder,
  #site-body.site-body .site-wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7D838B;
}

#site-body.site-body .site-wrapper .gform_drop_area:-moz-placeholder,
  #site-body.site-body .site-wrapper input:not([type='submit']):-moz-placeholder,
  #site-body.site-body .site-wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7D838B;
}

#site-body.site-body .site-wrapper .gform_drop_area[readonly],
  #site-body.site-body .site-wrapper input:not([type='submit'])[readonly],
  #site-body.site-body .site-wrapper textarea[readonly] {
  background-color: #d9d9d9;
  cursor: not-allowed;
}

#site-body.site-body .site-wrapper input[type='submit'] {
  font-size: 15px;
  background: none;
  font-weight: 700;
}

#site-body.site-body .site-wrapper input[type='checkbox'] + .optional-label,
#site-body.site-body .site-wrapper input[type='radio'] + .optional-label {
  padding-right: 0rem;
}

#site-body.site-body .site-wrapper input[type='checkbox'] + .optional-label::after,
  #site-body.site-body .site-wrapper input[type='radio'] + .optional-label::after {
  display: none;
}

#site-body.site-body .site-wrapper .gform_title {
  display: none;
}

#site-body.site-body .site-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  #site-body.site-body .site-wrapper form {
    align-items: flex-start;
  }
}

#site-body.site-body .site-wrapper .gform_body {
  width: 100%;
}

#site-body.site-body .site-wrapper .gform_fields,
#site-body.site-body .site-wrapper .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

#site-body.site-body .site-wrapper .gform_fields {
  list-style-type: none;
  margin-bottom: 0rem;
  padding: 0rem;
}

#site-body.site-body .site-wrapper .gfield {
  width: 100%;
}

#site-body.site-body .site-wrapper .gfield::before {
  display: none;
}

@media screen and (min-width: 768px) {
  #site-body.site-body .site-wrapper .gfield.gfield--width-half {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 768px) {
  #site-body.site-body .site-wrapper .gfield.gfield--width-third {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

@media screen and (min-width: 768px) {
  #site-body.site-body .site-wrapper .gfield.gfield--width-quarter {
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

#site-body.site-body .site-wrapper .gfield.hidden_label > legend,
  #site-body.site-body .site-wrapper .gfield.hidden_label > label {
  display: none;
}

#site-body.site-body .site-wrapper .gfield.field_description_below .gfield_description:not(.validation_message) {
  margin-top: 5px;
}

#site-body.site-body .site-wrapper .gfield.field_description_above .gfield_description:not(.validation_message) {
  margin-bottom: 20px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-email .ginput_container > span {
  flex-grow: 1;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-email .ginput_container > .gf_clear {
  display: none;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-checkbox.gfield_error .ginput_container_radio,
  #site-body.site-body .site-wrapper .gfield.gfield--type-checkbox.gfield_error .ginput_container_checkbox, #site-body.site-body .site-wrapper .gfield.gfield--type-radio.gfield_error .ginput_container_radio,
  #site-body.site-body .site-wrapper .gfield.gfield--type-radio.gfield_error .ginput_container_checkbox {
  color: #A22814;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-checkbox.gfield_error .validation_message, #site-body.site-body .site-wrapper .gfield.gfield--type-radio.gfield_error .validation_message {
  margin-top: 20px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-checkbox .gfield_label + .ginput_container, #site-body.site-body .site-wrapper .gfield.gfield--type-radio .gfield_label + .ginput_container {
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
  #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_city,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_state,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_zip,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_country {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 768px) {
  #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_city,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_state,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_zip,
    #site-body.site-body .site-wrapper .gfield.gfield--type-address .ginput_complex.has_city.has_state.has_zip.has_country .address_country {
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

#site-body.site-body .site-wrapper .gfield.gfield--type-address .gfield_validation_message {
  margin-top: -5px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-name {
  position: relative;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-name span {
  display: block;
  flex-grow: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #site-body.site-body .site-wrapper .gfield.gfield--type-name span {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

#site-body.site-body .site-wrapper .gfield.gfield--type-name .ginput_container::after {
  top: 49px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-textarea .validation_message,
  #site-body.site-body .site-wrapper .gfield.gfield--type-textarea .gfield_creditcard_warning_message {
  margin-top: 8px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-date .ginput_complex {
  justify-content: space-between;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-date .ginput_container_date {
  flex-grow: 1;
  position: relative;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-date .clear-multi {
  display: flex;
  gap: 20px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-date .ui-datepicker-trigger {
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#site-body.site-body .site-wrapper .gfield.gfield--type-date input.datepicker {
  padding-left: 45px;
}

#site-body.site-body .site-wrapper .gfield.gfield--type-time > .ginput_complex {
  align-items: center;
}

#site-body.site-body .site-wrapper .gfield .gfield_time_ampm {
  min-width: 85px;
}

#site-body.site-body .site-wrapper .gfield input {
  width: 100%;
}

#site-body.site-body .site-wrapper .screen-reader-text {
  display: none;
}

#site-body.site-body .site-wrapper .address_line_1,
#site-body.site-body .site-wrapper .address_line_2,
#site-body.site-body .site-wrapper .address_city,
#site-body.site-body .site-wrapper .address_state {
  display: block;
}

#site-body.site-body .site-wrapper .address_line_1,
#site-body.site-body .site-wrapper .address_line_2 {
  width: 100%;
}

#site-body.site-body .site-wrapper .address_city,
#site-body.site-body .site-wrapper .address_state,
#site-body.site-body .site-wrapper .address_zip,
#site-body.site-body .site-wrapper .address_country {
  width: 100%;
}

@media screen and (min-width: 640px) {
  #site-body.site-body .site-wrapper .address_city,
    #site-body.site-body .site-wrapper .address_state,
    #site-body.site-body .site-wrapper .address_zip,
    #site-body.site-body .site-wrapper .address_country {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

#site-body.site-body .site-wrapper .gfield_checkbox,
#site-body.site-body .site-wrapper .gfield_radio {
  margin: 0;
  padding: 0;
}

#site-body.site-body .site-wrapper .gfield_checkbox li::before,
  #site-body.site-body .site-wrapper .gfield_radio li::before {
  display: none;
}

#site-body.site-body .site-wrapper .gfield_checkbox input,
  #site-body.site-body .site-wrapper .gfield_radio input {
  display: none;
}

#site-body.site-body .site-wrapper .gfield_checkbox label,
  #site-body.site-body .site-wrapper .gfield_radio label {
  cursor: pointer;
  position: relative;
  text-transform: none;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-left: calc(20px + 10px);
}

#site-body.site-body .site-wrapper .gfield_checkbox label::before,
    #site-body.site-body .site-wrapper .gfield_radio label::before {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  background-color: transparent;
  content: ' ';
  height: 20px;
  top: 0;
  width: 20px;
}

#site-body.site-body .site-wrapper .gfield_checkbox label::after,
    #site-body.site-body .site-wrapper .gfield_radio label::after {
  display: none;
}

#site-body.site-body .site-wrapper .gfield_checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='19' height='19' rx='3.5' fill='%235B7F43' fill-opacity='0.15'/%3e%3crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%235B7F43'/%3e%3cpath d='M15 6.25L8.125 13.4375L5 10.1705' stroke='%235B7F43' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gfield_checkbox input:focus + label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_i_949_584)'%3e%3crect width='20' height='20' rx='4' fill='white'/%3e%3crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%23096E93'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_i_949_584' x='0' y='0' width='20' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeMorphology radius='2' operator='erode' in='SourceAlpha' result='effect1_innerShadow_949_584'/%3e%3cfeOffset/%3e%3cfeGaussianBlur stdDeviation='2'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.0352941 0 0 0 0 0.431373 0 0 0 0 0.576471 0 0 0 1 0'/%3e%3cfeBlend mode='normal' in2='shape' result='effect1_innerShadow_949_584'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gfield_checkbox label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='19' height='19' rx='3.5' fill='white'/%3e%3crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%237D838B'/%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gfield_radio input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10' cy='10' r='9.5' fill='%235B7F43' fill-opacity='0.15' stroke='%235B7F43'/%3e%3ccircle cx='10' cy='10' r='4' fill='%23327907'/%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gfield_radio input:focus + label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_i_949_590)'%3e%3ccircle cx='10' cy='10' r='10' fill='white'/%3e%3c/g%3e%3ccircle cx='10' cy='10' r='9.5' stroke='%23096E93'/%3e%3cdefs%3e%3cfilter id='filter0_i_949_590' x='0' y='0' width='20' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeMorphology radius='2' operator='erode' in='SourceAlpha' result='effect1_innerShadow_949_590'/%3e%3cfeOffset/%3e%3cfeGaussianBlur stdDeviation='2'/%3e%3cfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.0352941 0 0 0 0 0.431373 0 0 0 0 0.576471 0 0 0 1 0'/%3e%3cfeBlend mode='normal' in2='shape' result='effect1_innerShadow_949_590'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gfield_radio label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10' cy='10' r='9.5' fill='white' stroke='%236E6E70'/%3e%3c/svg%3e ");
}

#site-body.site-body .site-wrapper .gform_button_select_files {
  background-color: #f0f0f0;
  border: 1px solid #6e6570;
  border-radius: 3px;
  font-size: 18px;
  line-height: 22px;
  margin-left: 4px;
  padding: 1px 6px;
}

#site-body.site-body .site-wrapper .ginput_container_singleproduct {
  display: flex;
}

#site-body.site-body .site-wrapper .ginput_product_price_label,
#site-body.site-body .site-wrapper .ginput_product_price,
#site-body.site-body .site-wrapper .ginput_quantity_label {
  align-items: center;
  font-size: 18px;
  display: flex;
}

#site-body.site-body .site-wrapper .ginput_product_price {
  margin-left: 6px;
}

#site-body.site-body .site-wrapper .ginput_quantity_label {
  margin-left: 15px;
  margin-right: 8px;
}

#site-body.site-body .site-wrapper .gform_footer {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

@media screen and (min-width: 640px) {
  #site-body.site-body .site-wrapper .gform_footer {
    width: auto;
  }
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button:hover, #site-body.site-body .site-wrapper .gform_footer input.gform_button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost::after, #site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost-dark::after, #site-body.site-body .site-wrapper .gform_footer input.gform_button.button--secondary::after {
  content: unset;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost:hover, #site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost-dark:hover, #site-body.site-body .site-wrapper .gform_footer input.gform_button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

#site-body.site-body .site-wrapper .gform_footer input.gform_button.button--secondary:hover, #site-body.site-body .site-wrapper .gform_footer input.gform_button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

#site-body.site-body .site-wrapper .gform_footer .gform_ajax_spinner {
  position: relative;
  display: none;
  left: -35px;
  z-index: 10;
}

#site-body.site-body .site-wrapper .gfield_checkbox button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05px;
  line-height: 18px;
  margin-top: 20px;
  min-width: 130px;
  padding: 5px 15px;
  text-transform: uppercase;
}

#site-body.site-body .site-wrapper .gfield_checkbox button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

#site-body.site-body .site-wrapper .gfield_checkbox button:hover, #site-body.site-body .site-wrapper .gfield_checkbox button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost::after, #site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost-dark::after, #site-body.site-body .site-wrapper .gfield_checkbox button.button--secondary::after {
  content: unset;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost:hover, #site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost-dark:hover, #site-body.site-body .site-wrapper .gfield_checkbox button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

#site-body.site-body .site-wrapper .gfield_checkbox button.button--secondary:hover, #site-body.site-body .site-wrapper .gfield_checkbox button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

#site-body.site-body .site-wrapper .gfield_description {
  color: #7D838B;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

#site-body.site-body .site-wrapper .ginput_counter {
  font-size: 12px;
  line-height: 20px;
}

#site-body.site-body .site-wrapper .gfield_error input,
#site-body.site-body .site-wrapper .gfield_error select,
#site-body.site-body .site-wrapper .gfield_error .StripeElement,
#site-body.site-body .site-wrapper .gfield_error textarea,
#site-body.site-body .site-wrapper .gfield_error .selection .select2-selection {
  border: 2px solid #A22814;
}

#site-body.site-body .site-wrapper .gfield_error .ginput_container_radio::after,
#site-body.site-body .site-wrapper .gfield_error .ginput_container_checkbox::after {
  display: none;
}

#site-body.site-body .site-wrapper .gfield_error .ginput_container_radio + .validation_message.gfield_description,
#site-body.site-body .site-wrapper .gfield_error .ginput_container_checkbox + .validation_message.gfield_description {
  margin-top: 10px;
}

#site-body.site-body .site-wrapper div.StripeElement {
  align-items: center;
  display: flex;
  height: 48px;
}

#site-body.site-body .site-wrapper div.StripeElement > div {
  width: 100%;
}

#site-body.site-body .site-wrapper .validation_message,
#site-body.site-body .site-wrapper .gfield_creditcard_warning_message {
  font-family: "Noto Sans", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  color: #A22814;
  line-height: 21px;
  margin-top: 10px;
  padding-left: 38px;
  padding-top: 0;
  position: relative;
}

#site-body.site-body .site-wrapper .validation_message::before,
  #site-body.site-body .site-wrapper .gfield_creditcard_warning_message::before {
  position: absolute;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5 7.9V12.5M12.5 17.1H12.5115M24 12.5C24 18.8513 18.8513 24 12.5 24C6.14873 24 1 18.8513 1 12.5C1 6.14873 6.14873 1 12.5 1C18.8513 1 24 6.14873 24 12.5Z' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  content: ' ';
  height: 20px;
  left: 0;
  top: calc(50%);
  transform: translateY(-50%);
  width: 20px;
}

#site-body.site-body .site-wrapper .validation_message--hidden-on-empty {
  display: none;
}

#site-body.site-body .site-wrapper .gfield_creditcard_warning_message {
  display: block;
  margin-bottom: 5px;
}

#site-body.site-body .site-wrapper .gform_validation_container {
  display: none;
}

#site-body.site-body .site-wrapper .gform_fileupload_rules {
  font-size: 14px;
}

#site-body.site-body .site-wrapper .ginput_container_consent {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

#site-body.site-body .site-wrapper .ginput_container_consent > input {
  position: relative;
  top: 5px;
  width: auto;
}

#site-body.site-body .site-wrapper .gfield_consent_description {
  font-size: 12px;
  line-height: 20px;
}

#site-body.site-body .site-wrapper .gform_confirmation_wrapper,
#site-body.site-body .site-wrapper .gform_validation_errors {
  background-color: #fff;
  border: 3px solid #A22814;
  border-radius: 20px;
  color: #26313D;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 45px 45px 45px 115px;
  position: relative;
  max-width: 754px;
  margin: 0 auto 35px;
}

#site-body.site-body .site-wrapper .gform_confirmation_wrapper::before,
  #site-body.site-body .site-wrapper .gform_validation_errors::before {
  position: absolute;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5 7.9V12.5M12.5 17.1H12.5115M24 12.5C24 18.8513 18.8513 24 12.5 24C6.14873 24 1 18.8513 1 12.5C1 6.14873 6.14873 1 12.5 1C18.8513 1 24 6.14873 24 12.5Z' stroke='%23A22814' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  content: ' ';
  height: 50px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

#site-body.site-body .site-wrapper .gform_confirmation_wrapper {
  border-color: #5B7F43;
}

#site-body.site-body .site-wrapper .gform_confirmation_wrapper::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="35" viewBox="0 0 42 35" fill="none"><path d="M38.9996 3L14.4996 31.792L3.36328 18.7047" stroke="%233A721A" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 28px;
  left: 45px;
  top: calc(50% - 2px);
  width: 35px;
}

#site-body.site-body .site-wrapper .gform_confirmation_message,
#site-body.site-body .site-wrapper .gform_submission_error {
  margin-bottom: 0rem;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

#site-body.site-body .site-wrapper .ginput_container_select,
#site-body.site-body .site-wrapper .select-wrapper {
  position: relative;
}

#site-body.site-body .site-wrapper .ginput_container_select .select2-container--open,
  #site-body.site-body .site-wrapper .select-wrapper .select2-container--open {
  left: 0 !important;
  top: 100% !important;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 30%;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

#site-body.site-body .site-wrapper .select2-container--default.select2-container--open .select2-selection {
  border-bottom: 0;
}

#site-body.site-body .site-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: scaleY(-1);
}

#site-body.site-body .site-wrapper select,
#site-body.site-body .site-wrapper .select2-selection,
#site-body.site-body .site-wrapper .select2-container--default .select2-selection--single,
#site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple {
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #7D838B;
  border-radius: 8px;
  color: #26313D;
  outline: none;
  padding: 15px 15px;
  appearance: none;
  background-repeat: no-repeat;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-weight: 400;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  height: 53.6px !important;
  max-width: 100%;
  outline: none;
  padding: 10px 20px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#site-body.site-body .site-wrapper select:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-selection:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--single:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple:focus:not([readonly]) {
  border: 1px solid #096E93;
  box-shadow: 0 0 4px 2px #096E93 inset;
}

#site-body.site-body .site-wrapper select:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-selection:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--single:focus:not([readonly]),
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple:focus:not([readonly]) {
  border: 1px solid #096E93;
  box-shadow: 0 0 4px 2px #096E93 inset;
}

#site-body.site-body .site-wrapper select::-ms-expand,
  #site-body.site-body .site-wrapper .select2-selection::-ms-expand,
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--single::-ms-expand,
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple::-ms-expand {
  display: none;
}

#site-body.site-body .site-wrapper select .select2-search__field,
  #site-body.site-body .site-wrapper .select2-selection .select2-search__field,
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--single .select2-search__field,
  #site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple .select2-search__field {
  min-height: 27px;
  margin: 0;
}

#site-body.site-body .site-wrapper .gfield_select {
  margin-bottom: 0;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple {
  height: auto !important;
  min-height: 53.6px !important;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple.select2-selection--clearable .select2-selection__clear {
  margin-top: 0.25rem;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection__choice .select2-selection__choice__display {
  padding-left: 1.5625rem;
  position: relative;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-selection__choice .select2-selection__choice__display::before {
  position: absolute;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  border-radius: 100%;
  content: ' ';
  height: 14px;
  left: 6px;
  top: 4px;
  width: 14px;
}

#site-body.site-body .site-wrapper option {
  padding: 0rem;
}

#site-body.site-body .site-wrapper .select2-container {
  width: 100% !important;
}

#site-body.site-body .site-wrapper .select2-dropdown {
  border-color: #7D838B;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#site-body.site-body .site-wrapper .select2-search__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}

#site-body.site-body .site-wrapper .select2-search__field::-moz-placeholder {
  /* Firefox 19+ */
}

#site-body.site-body .site-wrapper .select2-search__field:-ms-input-placeholder {
  /* IE 10+ */
}

#site-body.site-body .site-wrapper .select2-search__field:-moz-placeholder {
  /* Firefox 18- */
}

#site-body.site-body .site-wrapper .select2-container .select2-selection--single {
  align-items: center;
  display: flex;
}

#site-body.site-body .site-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  line-height: 24px;
  padding: 1px 0 0;
}

#site-body.site-body .site-wrapper .select2-results__option {
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 15px;
}

#site-body.site-body .site-wrapper .select2-results__option:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-results__option--selectable {
  margin-bottom: 0;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
#site-body.site-body .site-wrapper .select2-container--default .select2-results__option--selected {
  background-color: #E6F0F4;
  color: #26313D;
}

#site-body.site-body .site-wrapper .select2-container--default .select2-results__option--selectable:hover,
#site-body.site-body .site-wrapper .select2-container--default .select2-results__option--highlighted {
  background-color: #E6F0F4;
}

#site-body.site-body .site-wrapper .gsection {
  border-bottom: 1px solid #7D838B;
  margin-top: 40px !important;
}

#site-body.site-body .site-wrapper .gsection .gsection_title {
  margin-bottom: 20px;
}

#site-body.site-body .site-wrapper .gsection_description {
  color: #7D838B;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .gfield input {
  color: #26313D;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .gsection {
  border-color: #fff;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .gfield_description {
  color: #fff;
}

div.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (min-width: 1024px) {
  div.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    min-width: 170px;
  }
}

.remodal-overlay {
  background: rgba(38, 49, 61, 0.8);
}

.pili-modal {
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  max-width: 875px;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pili-modal {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .pili-modal {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
}

.pili-modal .pili-modal__exit-button-wrapper {
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .pili-modal .pili-modal__exit-button-wrapper {
    right: 20px;
    top: 20px;
  }
}

.pili-modal .pili-modal__exit-button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M30 10L10 30" stroke="%23AA3909" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 10L30 30" stroke="%23AA3909" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.pili-modal .pili-modal__exit-button::before {
  display: none;
}

/* Headings. */

.tribe-common .tribe-common-h1,
.tribe-common .tribe-common-h2,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h9,
.tribe-common .tribe-common-h10,
.tribe-events-c-top-bar__datepicker-time,
.tribe-events-c-messages__message-list-item,
.tribe-events-single-event-title,
.tribe-events-schedule h1,
.tribe-events-schedule h2,
.tribe-events-schedule h3,
.tribe-events-schedule h4,
.tribe-events-schedule h5,
.tribe-events-schedule h6,
.tribe-events-schedule .tribe-events-cost,
.tribe-events-event-meta {
  font-family: "Crimson Pro", "serif";
}

/* Body text. */

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-common .tribe-common-b1,
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b3,
.tribe-events-back a,
.tribe-events-content,
.tribe-events-single .tribe-events-sub-nav {
  font-family: "Noto Sans", "sans-serif";
}

.tribe-common-form-control-text__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Noto Sans", "sans-serif";
}

.tribe-common-form-control-text__input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Noto Sans", "sans-serif";
}

.tribe-common-form-control-text__input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Noto Sans", "sans-serif";
}

.tribe-common-form-control-text__input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Noto Sans", "sans-serif";
}

/* Multi-day event bar / the bar that appears on the calendar when an event is all day or spans multiple days. */

#site-body.site-body .tribe-filter-bar__form {
  flex-direction: column;
}

#site-body.site-body .tribe-filter-bar__filters-container {
  width: 100%;
}

#site-body.site-body .site-wrapper .tribe-events-c-search__input-group {
  flex-grow: 0;
}

#site-body.site-body .site-wrapper .tribe-events-c-events-bar__search-form {
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding-left: 20px;
}

.tribe-events-c-search__input {
  width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  left: unset;
  right: 16px;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: "Noto Sans", "sans-serif";
  width: auto;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost::after, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost-dark::after, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--secondary::after {
  content: unset;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost-dark:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--secondary:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-search__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button,
.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button[disabled],
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:active,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button:hover,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost::after, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost-dark::after, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--secondary::after,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost::after,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost-dark::after,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--secondary::after {
  content: unset;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost:active,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost:hover,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost-dark,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost-dark:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--ghost-dark:active,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost-dark:hover,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--secondary,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--secondary:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.button--secondary:active,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--secondary:hover,
    .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:hover, .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:active,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button:hover,
  .archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown__button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.archive.post-type-archive.post-type-archive-tribe_events.site-body.tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button {
  width: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost::after, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost-dark::after, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--secondary::after {
  content: unset;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost-dark:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--secondary:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

body.site-body .site-wrapper .tribe-events-calendar-month__calendar-event-title {
  font-size: 16px;
  line-height: normal;
  margin-top: 5px;
  word-break: break-word;
}

#site-body.site-body .site-wrapper .tribe-filter-bar-c-filter__toggle {
  outline: none;
}

#site-body.site-body .site-wrapper .tribe-filter-bar-c-checkbox:not(:last-of-type) {
  margin-bottom: 10px;
}

.tribe-events .tribe-events-c-events-bar--border,
.tribe-events .tribe-events-c-events-bar__search-container,
.archive .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content,
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice {
  border-radius: 30px;
}

.archive .tribe-events-calendar-month__header-column .tribe-events-calendar-month__header-column-title span::before {
  bottom: -7px;
  height: 35px;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
  width: auto;
}

#site-body .tribe-events-nav-pagination .tribe-events-sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-body .tribe-events-nav-pagination .tribe-events-sub-nav li::before {
  content: unset;
}

@media screen and (min-width: 640px) {
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    width: auto;
  }
}

#site-body.site-body .site-wrapper .tribe-events-pro-week-day-selector__day.tribe-events-pro-week-day-selector__day--active {
  border-color: #26313D;
  border-radius: 8px;
}

#site-body.site-body .site-wrapper .tribe-events-pro-week-day-selector__day .tribe-events-pro-week-day-selector__events-icon {
  display: none;
}

#site-body.site-body .site-wrapper .tribe-events-pro-week-day-selector__day .tribe-events-pro-week-day-selector__events-icon + .tribe-events-pro-week-day-selector__day-datetime .tribe-events-pro-week-day-selector__day-daynum {
  border-bottom: 4px solid #AA3909;
  margin-bottom: 0;
  padding-bottom: 4px;
}

#site-body.site-body .site-wrapper .tribe-events-widget-events-week__view-more {
  display: flex;
  justify-content: flex-end;
}

#site-body.site-body .site-wrapper .tribe-events-widget-events-week__view-more .tribe-events-widget-events-week__view-more-link {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  border: 0;
}

#site-body.site-body .site-wrapper .tribe-events-widget-events-week__view-more .tribe-events-widget-events-week__view-more-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

#site-body.site-body .site-wrapper .tribe-events-widget-events-week__view-more .tribe-events-widget-events-week__view-more-link:hover {
  color: #C14D1A;
}

#site-body.site-body .site-wrapper .tribe-events-widget-events-week__view-more .tribe-events-widget-events-week__view-more-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

#site-body.site-body .site-wrapper .tribe-filter-bar-c-pill__pill-selections {
  word-wrap: break-word;
}

#site-body.site-body .site-wrapper .tribe-filter-bar-c-dropdown {
  max-width: 224px;
}

#site-body.site-body .site-wrapper .tribe-filter-bar-c-dropdown .select2,
  #site-body.site-body .site-wrapper .tribe-filter-bar-c-dropdown .selection,
  #site-body.site-body .site-wrapper .tribe-filter-bar-c-dropdown .select2-selection {
  max-width: 100%;
  width: 100%;
}

.tribe-filter-bar__selected-filters,
.tribe-filter-bar__selected-filters-list-item,
.tribe-filter-bar-c-pill {
  max-width: 100%;
}

#site-body.site-body .site-wrapper .select2-selection {
  width: 100%;
}

#site-body.site-body .site-wrapper .tribe_events a {
  color: #AA3909;
  text-decoration: underline;
}

.values > .layout::after {
  content: attr(data-after-content);
  position: absolute;
  right: 100px;
  top: 9px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (30px * 2));
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.module {
  padding-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
  margin-bottom: -1px;
  margin-top: -1px;
}

@media screen and (min-width: 1024px) {
  .module {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.module.--padding-top-none {
  padding-top: 0rem;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-none {
    padding-top: 0rem;
  }
}

.module.--padding-top-sm {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-sm {
    padding-top: 60px;
  }
}

.module.--padding-top-lg {
  padding-top: 90px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-top-lg {
    padding-top: 140px;
  }
}

.module.--padding-bottom-none {
  padding-bottom: 0rem;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-none {
    padding-bottom: 0rem;
  }
}

.module.--padding-bottom-sm {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-sm {
    padding-bottom: 60px;
  }
}

.module.--padding-bottom-lg {
  padding-bottom: 90px;
}

@media screen and (min-width: 1024px) {
  .module.--padding-bottom-lg {
    padding-bottom: 140px;
  }
}

.module.module--bg-cloud {
  background-color: #F2F9F2;
}

.module.module--bg-bone {
  background-color: #DDDCCB;
}

.module.module--bg-light-seagrass {
  background-color: #F0EFDB;
}

.module.module--bg-midnight {
  background-color: #26313D;
}

img {
  border: 0;
  outline: none;
}

.pili-slider-control {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
}

.pili-slider-control.pili-slider-control--right-arrow, .pili-slider-control.--right-arrow {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
  margin-left: 25px;
  transform: scaleX(-1);
}

.pili-slider-control.slick-disabled {
  opacity: 0.3;
}

.gt_float_switcher div.gt_options a:hover {
  color: #26313D;
}

.gt_float_switcher div.gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher div.gt_options a {
  font-family: "Crimson Pro", "serif";
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) [class$='subheading'],
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h1,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h1,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h2,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h2,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h3,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h3,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h4,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h4,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h5,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h5,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) h6,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .h6,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) p,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) li:not([class*='select2']),
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) span:not([class*='button']):not([class*='select2']) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input:not([type='submit']),
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) textarea {
  color: #26313D;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']) {
  color: #D5C409;
  text-decoration: underline;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover, #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a:not([class*='button']):not([class*='anchor']):not([class*='__']):active {
  color: #F0E564;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .post-card__author-text-wrapper {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost:hover, #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) a[class*='button'].button--ghost:active,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost:hover,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) button[class*='button'].button--ghost:active,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost:hover,
    #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) input[type='submit'][class*='button'].button--ghost:active {
  border-color: #D5C409;
  color: #D5C409;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #F2F9F2;
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--exit-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--exit-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--checkmark-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--checkmark-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ul.--arrow-list li::before,
  #site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) ol.--arrow-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D5C409' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23D5C409'/%3E%3C/svg%3E%0A");
}

#site-body.site-body .site-wrapper .module--bg-dark:not(.module--dark-bg-color-exception) .pili-slider-control {
  background-color: #D5C409;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='23' viewBox='0 0 14 23' fill='none'%3E%3Cpath d='M0.371323 10.6062L10.6382 0.370252C11.1333 -0.123417 11.9361 -0.123417 12.4312 0.370252L13.6286 1.56411C14.123 2.05694 14.1239 2.85567 13.6308 3.34965L5.49412 11.5L13.6308 19.6503C14.1239 20.1443 14.123 20.9431 13.6286 21.4359L12.4312 22.6297C11.936 23.1234 11.1333 23.1234 10.6381 22.6297L0.371376 12.3938C-0.123782 11.9002 -0.123782 11.0998 0.371323 10.6062Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

.pili__photo-attribution {
  font-size: 16px !important;
  line-height: 21px !important;
  background-color: rgba(38, 49, 61, 0.7);
  border-bottom-right-radius: 8px;
  bottom: 0;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.pili__photo-attribution p:last-child,
  .pili__photo-attribution ol:not([class*='__']):last-child,
  .pili__photo-attribution ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__photo-attribution p:last-child else,
    .pili__photo-attribution ol:not([class*='__']):last-child else,
    .pili__photo-attribution ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__photo-attribution.pili__photo-attribution--align-left {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: unset;
  left: 0;
  right: unset;
}

.pili__photo-attribution a {
  color: #fff !important;
}

.pili__content-builder-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.pili__content-builder-wrapper > *:not(.heading-row) {
  margin-bottom: 40px;
}

.pili__content-builder-wrapper > *:not(.heading-row):last-child {
  margin-bottom: 0rem;
}

.pili__content-builder-wrapper > *.heading-row:last-child {
  margin-bottom: 0rem;
}

.pili__content-builder-wrapper > *.heading-row:last-child h1,
    .pili__content-builder-wrapper > *.heading-row:last-child .h1,
    .pili__content-builder-wrapper > *.heading-row:last-child h2,
    .pili__content-builder-wrapper > *.heading-row:last-child .h2,
    .pili__content-builder-wrapper > *.heading-row:last-child h3,
    .pili__content-builder-wrapper > *.heading-row:last-child .h3,
    .pili__content-builder-wrapper > *.heading-row:last-child h4,
    .pili__content-builder-wrapper > *.heading-row:last-child .h4,
    .pili__content-builder-wrapper > *.heading-row:last-child h5,
    .pili__content-builder-wrapper > *.heading-row:last-child .h5,
    .pili__content-builder-wrapper > *.heading-row:last-child h6,
    .pili__content-builder-wrapper > *.heading-row:last-child .h6 {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .pili__content-builder-wrapper > *.heading-row:last-child h1,
        .pili__content-builder-wrapper > *.heading-row:last-child .h1,
        .pili__content-builder-wrapper > *.heading-row:last-child h2,
        .pili__content-builder-wrapper > *.heading-row:last-child .h2,
        .pili__content-builder-wrapper > *.heading-row:last-child h3,
        .pili__content-builder-wrapper > *.heading-row:last-child .h3,
        .pili__content-builder-wrapper > *.heading-row:last-child h4,
        .pili__content-builder-wrapper > *.heading-row:last-child .h4,
        .pili__content-builder-wrapper > *.heading-row:last-child h5,
        .pili__content-builder-wrapper > *.heading-row:last-child .h5,
        .pili__content-builder-wrapper > *.heading-row:last-child h6,
        .pili__content-builder-wrapper > *.heading-row:last-child .h6 {
    margin-bottom: 0;
  }
}

.pili__content-builder-wrapper .heading-row.heading-row--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pili__content-builder-wrapper .heading-row.heading-row--style-subheading + .button-row {
  margin-top: 35px;
}

.pili__content-builder-wrapper .heading-row.heading-row--style-h2 + .button-row {
  margin-top: 10px;
}

.pili__content-builder-wrapper .heading-row + .button-row {
  margin-top: 20px;
}

.pili__content-builder-wrapper .text-content-row p:last-child,
  .pili__content-builder-wrapper .text-content-row ol:not([class*='__']):last-child,
  .pili__content-builder-wrapper .text-content-row ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__content-builder-wrapper .text-content-row p:last-child else,
    .pili__content-builder-wrapper .text-content-row ol:not([class*='__']):last-child else,
    .pili__content-builder-wrapper .text-content-row ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__content-builder-wrapper .text-content-row.text-content-row--centered {
  margin-left: auto;
  margin-right: auto;
}

.pili__content-builder-wrapper .image-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.pili__content-builder-wrapper .image-row.image-row--align-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pili__content-builder-wrapper .image-row.image-row--align-left .image-row__caption {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
  }
}

.pili__content-builder-wrapper .image-row__image-wrapper {
  position: relative;
}

.pili__content-builder-wrapper .image-row__caption {
  color: #7D838B;
  font-size: 16px;
  line-height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 555px;
  text-align: center;
}

.pili__content-builder-wrapper .video-row__video-player {
  padding-bottom: 56.25%;
  position: relative;
}

.pili__content-builder-wrapper .video-row__video-player iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item {
  align-self: flex-start;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item:not(:first-child) {
  border-top: 1px solid #7D838B;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item.--open .accordion-row__accordion-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM5.66406 14.0625C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H5.66406Z" fill="%23096E93"/></svg>');
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-item.--open .accordion-row__accordion-text-content-wrapper {
  transition: all 300ms;
  margin-top: calc(30px * 2 / 3);
  max-height: 800px;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label-wrapper {
  cursor: pointer;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label {
  margin-bottom: 0;
  padding-right: 55px;
  position: relative;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM19.1406 13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H14.0625V18.5547C14.0625 18.877 13.7988 19.1406 13.4766 19.1406H10.7422C10.4199 19.1406 10.1562 18.877 10.1562 18.5547V14.0625H5.66406C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H10.1562V5.66406C10.1562 5.3418 10.4199 5.07812 10.7422 5.07812H13.4766C13.7988 5.07812 14.0625 5.3418 14.0625 5.66406V10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766Z" fill="%23096E93"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  height: 25px;
  position: absolute;
  right: 7px;
  top: 4px;
  width: 25px;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper {
  transition: all 100ms;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper p:last-child,
    .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ol:not([class*='__']):last-child,
    .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper p:last-child else,
      .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ol:not([class*='__']):last-child else,
      .pili__content-builder-wrapper .accordion-row .accordion-row__accordion-text-content-wrapper ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.pili__content-builder-wrapper .code-row.code-row--centered .code-row__code-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.pili__content-builder-wrapper blockquote {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
  margin-bottom: 60px;
  padding-left: calc(20px + 10px);
  position: relative;
}

.pili__content-builder-wrapper blockquote::before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #D5C409;
  content: '';
  width: 10px;
}

.pili__content-builder-wrapper blockquote p {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  line-height: 33px !important;
}

.pili__content-builder-wrapper p {
  line-height: 28px;
}

.pili__content-builder-wrapper li {
  margin-bottom: 10px !important;
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--bottom-margin {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .pili__content-builder-wrapper.pili__content-builder-wrapper--bottom-margin {
    margin-bottom: 40px;
  }
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--max-width-child {
  max-width: unset;
}

.pili__content-builder-wrapper.pili__content-builder-wrapper--max-width-child > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
  width: 100%;
}

.module.module--heading-left .pili__content-builder-wrapper {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.module.module--heading-left .pili__content-builder-wrapper > * {
  margin-left: 0;
  margin-right: 0;
}

.button-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 70px;
  width: 100%;
  /* TODO: Remove this. */
}

@media screen and (min-width: 640px) {
  .button-row {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 640px) {
  .button-row.button-row--alignment-left {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 640px) {
  .button-row.button-row--alignment-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

.button-row.button-row--count-5 {
  max-width: 100% !important;
}

@media screen and (max-width: 639px) {
  .button-row .pili-button:not(:last-child) {
    margin-bottom: 30px;
  }
}

.table-row {
  overflow-x: auto;
}

@media screen and (min-width: 1024px) {
  .table-row {
    overflow: visible;
  }
}

.table-row__table {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
  width: 100%;
}

.table-row__table tr:first-of-type th:first-of-type,
  .table-row__table tr:first-of-type td:first-of-type {
  border-top-left-radius: 8px;
}

.table-row__table tr:first-of-type th:last-of-type,
  .table-row__table tr:first-of-type td:last-of-type {
  border-top-right-radius: 8px;
}

.table-row__table tr:last-of-type th,
  .table-row__table tr:last-of-type td {
  border-bottom: 1px solid #7D838B;
}

.table-row__table tr:last-of-type th:first-of-type,
    .table-row__table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}

.table-row__table tr:last-of-type th:last-of-type,
    .table-row__table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.table-row__table th,
  .table-row__table td {
  border: 1px solid #7D838B;
  border-bottom: 0;
  border-right: 0;
  color: #26313D !important;
}

.table-row__table th:last-of-type,
    .table-row__table td:last-of-type {
  border-right: 1px solid #7D838B;
}

.table-row__table th p,
    .table-row__table td p {
  color: #26313D !important;
}

.table-row__table th {
  background-color: #DDDCCB;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 25px 17px;
}

.table-row__table th.table-row__table-cell--full-heading-row {
  background-color: #F0EFDB;
}

.table-row__table td {
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  padding: 15px 25px 19px;
}

.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th [class$='subheading'],
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th .h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th p,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th li:not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table th span:not([class*='button']):not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td [class$='subheading'],
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h1,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h2,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h3,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h4,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h5,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td .h6,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td p,
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td li:not([class*='select2']),
.module--bg-dark:not(.module--dark-bg-color-exception) .table-row__table td span:not([class*='button']):not([class*='select2']) {
  color: #26313D;
}

.page-404__container {
  margin-top: 25px;
}

.blog__wrapper.pili__template .blog__most-recent-post {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post {
    flex-direction: row;
    gap: 50px;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-wrapper {
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-wrapper {
    padding-bottom: 30px;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-container {
  max-width: 1280px;
}

.blog__wrapper.pili__template .blog__most-recent-post-content-wrapper {
  overflow: hidden;
  transition: all 300ms;
  background-color: rgba(221, 220, 203, 0.4);
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper {
    border-radius: 8px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper {
    border-radius: 8px;
  }

  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper:hover {
    transition: all 200ms;
  }

  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper:hover div.blog__recent-more-text-wrapper .blog__recent-more-text {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    align-self: flex-start;
    color: #AA3909;
    display: inline-block;
    font-family: "Noto Sans", "sans-serif";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    align-self: flex-end;
  }

  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper:hover div.blog__recent-more-text-wrapper .blog__recent-more-text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: ' ';
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }

  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper:hover div.blog__recent-more-text-wrapper .blog__recent-more-text:hover {
    color: #C14D1A;
  }

  .blog__wrapper.pili__template .blog__most-recent-post-content-wrapper:hover div.blog__recent-more-text-wrapper .blog__recent-more-text:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-anchor {
  position: relative;
}

.blog__wrapper.pili__template .blog__most-recent-post-image-anchor {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .blog__wrapper.pili__template .blog__most-recent-post-image-anchor {
    flex-shrink: 0;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-image-wrapper {
  max-width: 910px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-image-wrapper {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-image-wrapper {
    max-width: unset;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-image {
    overflow: hidden;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    padding: 40px 35px 45px;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    padding: 30px 30px 30px 0;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper::after {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: none;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-outer-wrapper {
    width: 100%;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-heading-wrapper {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-heading-wrapper {
    padding: 0;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-categories-wrapper {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-categories-wrapper.blog__most-recent-post-categories-wrapper--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-categories-wrapper.blog__most-recent-post-categories-wrapper--desktop {
    display: none;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-category-anchor {
  display: inline-block;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: all;
  color: #fff;
  cursor: pointer;
  background-color: #AA3909;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 120%;
}

.blog__wrapper.pili__template .blog__most-recent-post-category-anchor:hover::before, .blog__wrapper.pili__template .blog__most-recent-post-category-anchor:hover::after, .blog__wrapper.pili__template .blog__most-recent-post-category-anchor:active::before, .blog__wrapper.pili__template .blog__most-recent-post-category-anchor:active::after {
  display: none;
}

.blog__wrapper.pili__template .blog__most-recent-post-category-anchor:hover, .blog__wrapper.pili__template .blog__most-recent-post-category-anchor:active {
  transition: all 300ms;
}

.blog__wrapper.pili__template .blog__most-recent-post-meta-wrapper {
  color: #26313D;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 120%;
  margin-top: 10px;
  opacity: .7;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-meta-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-meta-wrapper.blog__most-recent-post-meta-wrapper--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-meta-wrapper.blog__most-recent-post-meta-wrapper--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-heading-wrapper-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog__wrapper.pili__template .blog__most-recent-post-heading-wrapper-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-heading-anchor {
  align-self: flex-start;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__most-recent-post-heading {
    font-family: "Crimson Pro", "serif";
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-heading {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-avatar-name-wrapper {
    align-items: center;
    display: flex;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-avatar-image {
  border-radius: 100%;
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.blog__wrapper.pili__template .blog__recent-text-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__recent-text-content {
    display: none;
  }
}

.blog__wrapper.pili__template .blog__recent-more-text-wrapper {
  margin-top: 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__recent-more-text-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
    margin-top: 30px;
  }
}

.blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:hover {
  color: #C14D1A;
}

.blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text {
    transition: all 300ms;
    background-color: #D5C409;
    border-color: #D5C409;
    border-radius: 8px;
    border-width: 1px;
    color: #26313D;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", "sans-serif";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    outline: none;
    padding: 15px 20px 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #096E93;
    border-color: #096E93;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    padding-left: 30px;
    padding-right: 70px;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text[disabled] {
    cursor: not-allowed;
    background-color: #7D838B;
    border-color: #7D838B;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:hover, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:active {
    transition: all 100ms;
    background-color: #F0E564;
    border-color: #F0E564;
    position: relative;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost::after, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost-dark::after, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--secondary::after {
    content: unset;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost {
    background-color: transparent;
    border: 1px solid #26313D;
    border-radius: 8px;
    color: #26313D;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost:hover, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost:active {
    background-color: transparent;
    border-color: #096E93;
    color: #096E93;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost-dark {
    background-color: transparent;
    border-color: #F2F9F2;
    border-radius: 8px;
    color: #F2F9F2;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost-dark:hover, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--ghost-dark:active {
    border-color: #D5C409;
    color: #D5C409;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--secondary {
    background-color: #096E93;
    border-color: #096E93;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--secondary:hover, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text.button--secondary:active {
    background-color: #5DA5BF;
    border-color: #5DA5BF;
    color: #fff;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:hover, .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text:active {
    background-color: #5DA5BF;
    border-color: #5DA5BF;
    color: #fff;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: ' ';
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23fff'/%3E%3C/svg%3E");
  }

  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text::after {
    right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__recent-more-text-wrapper .blog__recent-more-text {
    align-self: flex-end;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-categories-more-wrapper {
  display: none;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-categories-more-wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-categories-more-wrapper {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-author-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__most-recent-post-author-wrapper {
    flex-shrink: 0;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__most-recent-post-author-wrapper {
    margin-top: 85px;
  }
}

.blog__wrapper.pili__template .blog__most-recent-post-author-image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.625rem;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.blog__wrapper.pili__template .blog__most-recent-post-author-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.blog__wrapper.pili__template .blog__most-recent-post-author-name {
  display: block;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.blog__wrapper.pili__template .blog__most-recent-post-author-position {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.blog__wrapper.pili__template .blog__recent-categories-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__recent-categories-list {
    justify-content: flex-start;
  }
}

.blog__wrapper.pili__template .blog__recent-categories-list-item {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog__wrapper.pili__template .blog__ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.blog__wrapper.pili__template .blog__cta-card-wrapper {
  background-color: rgba(221, 220, 203, 0.4);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 640px) {
  .blog__wrapper.pili__template .blog__cta-card-wrapper {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__cta-card-wrapper {
    width: calc(33.333% - 12px);
  }
}

.blog__wrapper.pili__template .blog__cta-card {
  border: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 35px 45px;
  position: relative;
}

.blog__wrapper.pili__template .blog__cta-card::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 30px;
  top: 0;
  left: 0;
}

.blog__wrapper.pili__template .blog__cta-card:hover {
  transition-duration: 100ms;
  transition-property: all;
}

.blog__wrapper.pili__template .blog__cta-card:hover::after {
  opacity: 1;
  transition-duration: 100ms;
  transition-property: all;
}

.blog__wrapper.pili__template .blog__cta-icon-wrapper {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}

.blog__wrapper.pili__template .blog__cta-icon {
  max-height: 200px;
}

.blog__wrapper.pili__template .blog__cta-heading {
  display: block;
  font-family: Crimson Pro, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 33px !important;
  margin-bottom: 30px;
  text-align: center;
}

.blog__wrapper.pili__template .blog__cta-text-content {
  font-size: 16px;
  line-height: 21px;
}

.blog__wrapper.pili__template .blog__cta-button-wrapper {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.blog__wrapper.pili__template {
  background-color: #F2F9F2;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template {
    padding-top: 60px;
  }
}

.blog__wrapper.pili__template .blog__heading-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}

.blog__wrapper.pili__template .blog__heading {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__heading {
    margin-bottom: 0;
  }
}

.blog__wrapper.pili__template .blog__content-wrapper {
  padding-bottom: 125px;
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__content-wrapper {
    padding-bottom: 125px;
  }
}

.blog__wrapper.pili__template .blog__posts-heading-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__posts-heading-wrapper {
    padding-top: 0;
  }
}

.blog__wrapper.pili__template .blog__posts-heading {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__posts-heading {
    font-size: 32px;
    line-height: 43px;
    text-align: left;
  }
}

.blog__wrapper.pili__template .blog__posts-container {
  max-width: 1280px;
}

.blog__wrapper.pili__template .blog__posts-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
  gap: 40px 20px;
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__posts-content-wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .blog__wrapper.pili__template .blog__posts-content-wrapper .post-card__post-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .blog__wrapper.pili__template .blog__posts-content-wrapper .post-card__post-wrapper {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 1024px) {
  .blog__wrapper.pili__template .blog__posts-content-wrapper .post-card__post-wrapper {
    flex-basis: calc((100% - 40px) / 3);
  }
}

.blog__wrapper.pili__template .blog__pagination-wrapper {
  display: flex;
  justify-content: center;
}

.blog__wrapper.pili__template .blog__pagination-button-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
}

.blog__wrapper.pili__template .blog__pagination-button-wrapper.--prev:hover .blog__pagination-button-anchor [class$='pagination-button-label'], .blog__wrapper.pili__template .blog__pagination-button-wrapper.--next:hover .blog__pagination-button-anchor [class$='pagination-button-label'] {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%23F2F9F2'/%3E%3C/svg%3E%0A");
}

.blog__wrapper.pili__template .blog__pagination-button-wrapper.--prev {
  margin-right: 30px;
}

.blog__wrapper.pili__template .blog__pagination-button-wrapper.--next {
  margin-left: 30px;
}

.blog__wrapper.pili__template .blog__pagination-button-wrapper.--next [class$='pagination-button-label'] {
  transform: scaleX(-1);
}

.blog__wrapper.pili__template .blog__pagination-button-anchor {
  display: flex;
}

.blog__wrapper.pili__template .blog__pagination-button-anchor [class$='pagination-button-label'] {
  opacity: 1;
  cursor: pointer;
  transition: all 300ms;
}

.blog__wrapper.pili__template .blog__pagination-button-anchor [class$='pagination-button-label']:hover {
  background-color: #AA3909;
  transition: all 300ms;
}

.blog__wrapper.pili__template .blog__pagination-button-label {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%2326313D'/%3E%3C/svg%3E%0A");
  border: 1px solid #7D838B;
  border-radius: 8px;
  cursor: not-allowed;
  opacity: 0.4;
}

.blog__wrapper.pili__template .blog__pagination-pages-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.blog__wrapper.pili__template .blog__pagination-page-number {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #F2F9F2;
  border-radius: 8px;
  color: #26313D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 100ms;
}

.blog__wrapper.pili__template .blog__pagination-page-number:hover {
  color: #F2F9F2;
}

.blog__wrapper.pili__template .blog__pagination-page-number.--current, .blog__wrapper.pili__template .blog__pagination-page-number:hover {
  background-color: #AA3909;
  border-color: #AA3909;
  transition: all 300ms;
}

.blog__wrapper.pili__template .blog__pagination-page-number.--current {
  cursor: default;
  color: #F2F9F2;
  background-color: #AA3909;
  border: 1px solid #AA3909;
  overflow: hidden;
}

.blog__wrapper.pili__template .blog__pagination-page-number.--current:hover {
  color: #F2F9F2;
}

.blog__wrapper.pili__template .blog__pagination-page-filler {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #fff;
  cursor: default;
  margin-bottom: 5px;
  margin-top: 5px;
}

body.--password-protected .site-wrapper {
  padding-bottom: 1.875rem;
  padding-top: 3.75rem;
}

@media screen and (min-width: 1024px) {
  body.--password-protected .site-wrapper {
    padding-bottom: 5rem;
    padding-top: 10rem;
  }
}

html.--nav-open {
  height: 100%;
  overflow: hidden;
}

.single-event__wrapper {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper {
    padding-top: 1.25rem;
  }
}

.single-event__wrapper.--has-passed .single-event__header-container {
  display: block;
}

.single-event__wrapper.--has-passed .single-event__header-content-outer-wrapper {
  margin-right: 0rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.single-event__wrapper.--has-passed .single-event__header-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.single-event__wrapper.--has-passed .single-event__banner-images-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper.--has-passed .single-event__banner-images-wrapper {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper.--has-passed .single-event__header-wrapper {
    margin-bottom: 6.5625rem;
  }
}

.single-event__wrapper.--has-passed .single-event__body-content-wrapper-outer {
  display: block;
  padding-right: 0rem;
}

.single-event__wrapper.--has-passed .single-event__body-content-wrapper-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.single-event__wrapper.--has-no-other-modules .single-event__body-content-wrapper::after, .single-event__wrapper.--has-no-sponsors .single-event__body-content-wrapper::after {
  display: none;
}

.single-event__wrapper .single-event__events-link-wrapper {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__events-link-wrapper {
    margin-bottom: 2.5rem;
  }
}

.single-event__wrapper .single-event__events-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 19px;
}

.single-event__wrapper .single-event__header-container {
  display: flex;
  justify-content: flex-end;
}

.single-event__wrapper .single-event__header-content-outer-wrapper {
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__header-content-outer-wrapper {
    margin-right: 0.9375rem;
  }
}

.single-event__wrapper .single-event__header-content-outer-wrapper.--in-grid {
  max-width: 940px;
}

.single-event__wrapper .single-event__header-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__header-wrapper {
    margin-bottom: 3.75rem;
  }
}

.single-event__wrapper .single-event__header-content-wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__header-content-wrapper {
    text-align: left;
  }
}

.single-event__wrapper .single-event__header-content-wrapper.--in-grid {
  max-width: 755px;
}

.single-event__wrapper .single-event__heading-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__heading-wrapper {
    margin-bottom: 3.4375rem;
  }
}

.single-event__wrapper .single-event__heading {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__heading {
    margin-bottom: 0rem;
    padding-right: 1.875rem;
  }
}

.single-event__wrapper .single-event__display-date {
  flex-shrink: 0;
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 27px;
}

.single-event__wrapper .single-event__display-date::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.6562C0 23.9502 1.0498 25 2.34375 25H19.5312C20.8252 25 21.875 23.9502 21.875 22.6562V9.375H0V22.6562ZM15.625 13.0859C15.625 12.7637 15.8887 12.5 16.2109 12.5H18.1641C18.4863 12.5 18.75 12.7637 18.75 13.0859V15.0391C18.75 15.3613 18.4863 15.625 18.1641 15.625H16.2109C15.8887 15.625 15.625 15.3613 15.625 15.0391V13.0859ZM15.625 19.3359C15.625 19.0137 15.8887 18.75 16.2109 18.75H18.1641C18.4863 18.75 18.75 19.0137 18.75 19.3359V21.2891C18.75 21.6113 18.4863 21.875 18.1641 21.875H16.2109C15.8887 21.875 15.625 21.6113 15.625 21.2891V19.3359ZM9.375 13.0859C9.375 12.7637 9.63867 12.5 9.96094 12.5H11.9141C12.2363 12.5 12.5 12.7637 12.5 13.0859V15.0391C12.5 15.3613 12.2363 15.625 11.9141 15.625H9.96094C9.63867 15.625 9.375 15.3613 9.375 15.0391V13.0859ZM9.375 19.3359C9.375 19.0137 9.63867 18.75 9.96094 18.75H11.9141C12.2363 18.75 12.5 19.0137 12.5 19.3359V21.2891C12.5 21.6113 12.2363 21.875 11.9141 21.875H9.96094C9.63867 21.875 9.375 21.6113 9.375 21.2891V19.3359ZM3.125 13.0859C3.125 12.7637 3.38867 12.5 3.71094 12.5H5.66406C5.98633 12.5 6.25 12.7637 6.25 13.0859V15.0391C6.25 15.3613 5.98633 15.625 5.66406 15.625H3.71094C3.38867 15.625 3.125 15.3613 3.125 15.0391V13.0859ZM3.125 19.3359C3.125 19.0137 3.38867 18.75 3.71094 18.75H5.66406C5.98633 18.75 6.25 19.0137 6.25 19.3359V21.2891C6.25 21.6113 5.98633 21.875 5.66406 21.875H3.71094C3.38867 21.875 3.125 21.6113 3.125 21.2891V19.3359ZM19.5312 3.125H17.1875V0.78125C17.1875 0.351562 16.8359 0 16.4062 0H14.8438C14.4141 0 14.0625 0.351562 14.0625 0.78125V3.125H7.8125V0.78125C7.8125 0.351562 7.46094 0 7.03125 0H5.46875C5.03906 0 4.6875 0.351562 4.6875 0.78125V3.125H2.34375C1.0498 3.125 0 4.1748 0 5.46875V7.8125H21.875V5.46875C21.875 4.1748 20.8252 3.125 19.5312 3.125Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  content: ' ';
  height: 25px;
  width: 22px;
}

.single-event__wrapper .single-event__banner-images-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 500px) {
  .single-event__wrapper .single-event__banner-image {
    width: 100%;
  }

  .single-event__wrapper .single-event__banner-image:not(.--main-image) {
    display: none;
  }
}

@media (min-width: 500px) {
  .single-event__wrapper .single-event__banner-image {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.single-event__wrapper .single-event__additional-note-wrapper {
  margin-top: 2.5rem;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  border: 3px solid #d6dde6;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__additional-note-wrapper {
    margin-top: 2.5rem;
  }
}

.single-event__wrapper .single-event__additional-note-wrapper::before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4797 1.74147L12.8175 0.419739C13.384 -0.139913 14.3 -0.139913 14.8604 0.419739L26.5752 11.9879C27.1416 12.5475 27.1416 13.4525 26.5752 14.0062L14.8604 25.5803C14.2939 26.1399 13.378 26.1399 12.8175 25.5803L11.4797 24.2585C10.9073 23.6929 10.9193 22.7701 11.5038 22.2164L18.7653 15.3815H1.44627C0.644794 15.3815 0 14.7444 0 13.9526V12.0474C0 11.2556 0.644794 10.6185 1.44627 10.6185H18.7653L11.5038 3.7836C10.9133 3.22991 10.9012 2.30708 11.4797 1.74147Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  content: ' ';
  height: 26px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}

.single-event__wrapper .single-event__additional-note-wrapper p:last-child {
  margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper-outer {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__body-content-wrapper-outer {
    padding-right: 0.9375rem;
  }
}

.single-event__wrapper .single-event__body-content-wrapper-inner {
  flex-grow: 1;
  max-width: 940px;
}

.single-event__wrapper .single-event__body-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 3.75rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper {
    flex-direction: row;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__body-content-wrapper {
    margin-bottom: 1.25rem;
    padding-bottom: 7.1875rem;
  }
}

.single-event__wrapper .single-event__body-content-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
  background-image: url("/wp-content/uploads/2022/06/Group-62-e1654232642562.png");
  content: ' ';
  height: 21px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper::after {
    width: calc(100% - 50px);
  }
}

.single-event__wrapper .single-event__description-wrapper {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-wrapper {
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__description-wrapper {
    padding-right: 3.125rem;
  }
}

.single-event__wrapper .single-event__description iframe {
  width: 100%;
  height: 25vw;
  max-height: 380px;
  min-height: 325px;
}

.single-event__wrapper .single-event__description-heading {
  margin-bottom: 1.5625rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.single-event__wrapper .single-event__description-heading.--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading.--desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading.--mobile {
    display: none;
  }
}

.single-event__wrapper .single-event__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__button-wrapper {
    margin-top: 50px;
  }
}

.single-event__wrapper .single-event__description-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.single-event__wrapper .single-event__description-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-event__wrapper .single-event__description-button:hover, .single-event__wrapper .single-event__description-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-event__wrapper .single-event__description-button.button--ghost::after, .single-event__wrapper .single-event__description-button.button--ghost-dark::after, .single-event__wrapper .single-event__description-button.button--secondary::after {
  content: unset;
}

.single-event__wrapper .single-event__description-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-event__wrapper .single-event__description-button.button--ghost:hover, .single-event__wrapper .single-event__description-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-event__wrapper .single-event__description-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-event__wrapper .single-event__description-button.button--ghost-dark:hover, .single-event__wrapper .single-event__description-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-event__wrapper .single-event__description-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-event__wrapper .single-event__description-button.button--secondary:hover, .single-event__wrapper .single-event__description-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-event__wrapper .single-event__sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 305px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    align-self: flex-start;
    border: 1px solid #d6dde6;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
    max-width: 340px;
  }
}

.single-event__wrapper .single-event__sidebar-actions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.1875rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-actions-wrapper {
    order: unset;
  }
}

.single-event__wrapper .single-event__sidebar-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.single-event__wrapper .single-event__sidebar-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-event__wrapper .single-event__sidebar-button:hover, .single-event__wrapper .single-event__sidebar-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost::after, .single-event__wrapper .single-event__sidebar-button.button--ghost-dark::after, .single-event__wrapper .single-event__sidebar-button.button--secondary::after {
  content: unset;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost:hover, .single-event__wrapper .single-event__sidebar-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost-dark:hover, .single-event__wrapper .single-event__sidebar-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-event__wrapper .single-event__sidebar-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-event__wrapper .single-event__sidebar-button.button--secondary:hover, .single-event__wrapper .single-event__sidebar-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-event__wrapper .single-event__sidebar-button + .single-event__sponsor-link {
  margin-top: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__sidebar-button + .single-event__sponsor-link {
    margin-top: 2.1875rem;
  }
}

.single-event__wrapper .single-event__sponsor-link {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sponsor-link {
    text-align: left;
  }
}

.single-event__wrapper .single-event__sidebar-info-wrapper {
  margin-bottom: 1.875rem;
  order: 1;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-info-wrapper {
    margin-bottom: 2.5rem;
    order: unset;
  }
}

.single-event__wrapper .single-event__sidebar-boxes-wrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  max-width: 290px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-boxes-wrapper {
    max-width: 100%;
  }
}

.single-event__wrapper .single-event__sidebar-box-wrapper {
  padding-left: 2.1875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.single-event__wrapper .single-event__sidebar-box-wrapper:last-of-type {
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-box-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.single-event__wrapper .single-event__sidebar-box-wrapper p:last-child {
  margin-bottom: 0rem;
}

.single-event__wrapper .single-event__sidebar-heading {
  margin-bottom: 0.625rem;
  position: relative;
  font-size: 24px;
  line-height: 26px;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__sidebar-heading {
    margin-bottom: 1.25rem;
  }
}

.single-event__wrapper .single-event__sidebar-heading::before {
  position: absolute;
  background-repeat: no-repeat;
  content: ' ';
  top: 0;
}

.single-event__wrapper .single-event__sidebar-heading.--location::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='25' viewBox='0 0 19 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41152 24.4956C1.31689 14.2105 0 13.1549 0 9.375C0 4.19731 4.19731 0 9.375 0C14.5527 0 18.75 4.19731 18.75 9.375C18.75 13.1549 17.4331 14.2105 10.3385 24.4956C9.8729 25.1682 8.87705 25.1681 8.41152 24.4956ZM9.375 13.2812C11.5324 13.2812 13.2812 11.5324 13.2812 9.375C13.2812 7.21763 11.5324 5.46875 9.375 5.46875C7.21763 5.46875 5.46875 7.21763 5.46875 9.375C5.46875 11.5324 7.21763 13.2812 9.375 13.2812Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -34px;
  width: 19px;
}

.single-event__wrapper .single-event__sidebar-heading.--date-time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.6562C0 23.9502 1.0498 25 2.34375 25H19.5312C20.8252 25 21.875 23.9502 21.875 22.6562V9.375H0V22.6562ZM15.625 13.0859C15.625 12.7637 15.8887 12.5 16.2109 12.5H18.1641C18.4863 12.5 18.75 12.7637 18.75 13.0859V15.0391C18.75 15.3613 18.4863 15.625 18.1641 15.625H16.2109C15.8887 15.625 15.625 15.3613 15.625 15.0391V13.0859ZM15.625 19.3359C15.625 19.0137 15.8887 18.75 16.2109 18.75H18.1641C18.4863 18.75 18.75 19.0137 18.75 19.3359V21.2891C18.75 21.6113 18.4863 21.875 18.1641 21.875H16.2109C15.8887 21.875 15.625 21.6113 15.625 21.2891V19.3359ZM9.375 13.0859C9.375 12.7637 9.63867 12.5 9.96094 12.5H11.9141C12.2363 12.5 12.5 12.7637 12.5 13.0859V15.0391C12.5 15.3613 12.2363 15.625 11.9141 15.625H9.96094C9.63867 15.625 9.375 15.3613 9.375 15.0391V13.0859ZM9.375 19.3359C9.375 19.0137 9.63867 18.75 9.96094 18.75H11.9141C12.2363 18.75 12.5 19.0137 12.5 19.3359V21.2891C12.5 21.6113 12.2363 21.875 11.9141 21.875H9.96094C9.63867 21.875 9.375 21.6113 9.375 21.2891V19.3359ZM3.125 13.0859C3.125 12.7637 3.38867 12.5 3.71094 12.5H5.66406C5.98633 12.5 6.25 12.7637 6.25 13.0859V15.0391C6.25 15.3613 5.98633 15.625 5.66406 15.625H3.71094C3.38867 15.625 3.125 15.3613 3.125 15.0391V13.0859ZM3.125 19.3359C3.125 19.0137 3.38867 18.75 3.71094 18.75H5.66406C5.98633 18.75 6.25 19.0137 6.25 19.3359V21.2891C6.25 21.6113 5.98633 21.875 5.66406 21.875H3.71094C3.38867 21.875 3.125 21.6113 3.125 21.2891V19.3359ZM19.5312 3.125H17.1875V0.78125C17.1875 0.351562 16.8359 0 16.4062 0H14.8438C14.4141 0 14.0625 0.351562 14.0625 0.78125V3.125H7.8125V0.78125C7.8125 0.351562 7.46094 0 7.03125 0H5.46875C5.03906 0 4.6875 0.351562 4.6875 0.78125V3.125H2.34375C1.0498 3.125 0 4.1748 0 5.46875V7.8125H21.875V5.46875C21.875 4.1748 20.8252 3.125 19.5312 3.125Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -37px;
  width: 22px;
}

.single-event__wrapper .single-event__sidebar-heading.--cost::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2131 11.3965L4.93963 9.85352C4.32928 9.67773 3.90447 9.10645 3.90447 8.47168C3.90447 7.67578 4.549 7.03125 5.3449 7.03125H8.58221C9.17791 7.03125 9.76385 7.21191 10.2521 7.54395C10.55 7.74414 10.9504 7.69531 11.2043 7.44629L12.9035 5.78613C13.2502 5.44922 13.2013 4.8877 12.8156 4.58984C11.6193 3.65234 10.1252 3.12988 8.59197 3.125V0.78125C8.59197 0.351562 8.24041 0 7.81072 0H6.24822C5.81853 0 5.46697 0.351562 5.46697 0.78125V3.125H5.3449C2.23455 3.125 -0.265451 5.7959 0.0226352 8.96484C0.227713 11.2158 1.94646 13.0469 4.11443 13.6816L9.11932 15.1465C9.72967 15.3271 10.1545 15.8936 10.1545 16.5283C10.1545 17.3242 9.50994 17.9688 8.71404 17.9688H5.47674C4.88103 17.9688 4.2951 17.7881 3.80681 17.4561C3.50896 17.2559 3.10857 17.3047 2.85467 17.5537L1.15545 19.2139C0.808768 19.5508 0.857596 20.1123 1.24334 20.4102C2.43963 21.3477 3.93377 21.8701 5.46697 21.875V24.2188C5.46697 24.6484 5.81853 25 6.24822 25H7.81072C8.24041 25 8.59197 24.6484 8.59197 24.2188V21.8652C10.8674 21.8213 13.0012 20.4688 13.7531 18.3154C14.8029 15.3076 13.0402 12.2217 10.2131 11.3965Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -30px;
  width: 15px;
}

.single-event__wrapper .single-event__sidebar-date-time-item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.single-event__wrapper .single-event__sidebar-date-time-heading {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
}

.single-event__wrapper .single-event__social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  order: 3;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper {
    order: unset;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header .single-event__social-label {
    margin-bottom: 0rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header .single-event__social-icon-anchor {
    margin-left: 1.5625rem;
    margin-right: 0rem;
  }
}

.single-event__wrapper .single-event__social-label {
  display: inline-block;
  margin-bottom: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-label {
    margin-bottom: 0.625rem;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}

.single-event__wrapper .single-event__social-icons-wrapper {
  display: flex;
}

.single-event__wrapper .single-event__social-icon-anchor {
  display: block;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-icon-anchor {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.single-event__wrapper .single-event__social-icon {
  font-size: 52px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-icon {
    font-size: 25px;
  }
}

.story-archive__wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper {
    padding-bottom: 6.25rem;
  }
}

.story-archive__wrapper .story-archive__heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
}

.story-archive__wrapper .story-archive__heading {
  text-align: center;
  max-width: 756px;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .story-archive__wrapper .story-archive__content-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__slider-inner-wrapper {
    position: relative;
  }
}

.story-archive__wrapper .story-archive__story,
  .story-archive__wrapper .story-archive__story-inner,
  .story-archive__wrapper .story-archive__story-content-wrapper {
  height: 100%;
}

.story-archive__wrapper .story-archive__story {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 60px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story {
    padding-top: 100px;
  }
}

.story-archive__wrapper .story-archive__story:not(:last-of-type) {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type) {
    padding-bottom: 100px;
  }
}

.story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
  bottom: 0;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -15px;
    max-width: 1220px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -50px;
    width: calc(100% + 100px);
  }
}

@media screen and (min-width: 1280px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -90px;
    width: calc(100% + 180px);
  }
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-content-wrapper {
    flex-direction: row-reverse;
  }
}

.story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-image-wrapper {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-text-wrapper-outer {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-text-wrapper-outer {
    padding-left: 0;
    padding-right: 78px;
  }
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image.story-archive__story--type-story .story-archive__story-content-wrapper {
    padding-bottom: 105px;
  }
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding-bottom: 35px;
  position: relative;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-image-attribution-wrapper {
  margin-bottom: 0;
  margin-top: 25px;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-text-wrapper-outer {
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-text-wrapper-outer {
    padding-left: 0;
  }
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-attribution-wrapper {
  position: static;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-button {
  bottom: 40px;
  left: 35px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-button {
    left: unset;
    right: 35px;
  }
}

.story-archive__wrapper .story-archive__story-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-content-wrapper {
    flex-direction: row;
  }
}

.story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
    position: unset;
  }
}

.story-archive__wrapper .story-archive__story-left-wrapper {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-top: 1.5625rem;
  position: relative;
  width: 167px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story-left-wrapper {
    margin: 0 auto 30px;
  }
}

.story-archive__wrapper .story-archive__story-image-wrapper {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  height: 297px;
  min-width: 0;
  gap: 0 16px;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-image-wrapper {
    padding-top: 0rem;
    min-width: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story-image-wrapper {
    padding-top: 0rem;
    min-width: 460px;
  }
}

.story-archive__wrapper .story-archive__story-image-wrapper::before {
  content: '';
  display: block;
  white-space: nowrap;
  width: 10px;
  min-width: 10px;
  height: 136px;
  margin: 21px 0 auto 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMzYiIHZpZXdCb3g9IjAgMCA4IDEzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjQiIHkxPSI0IiB4Mj0iMy45OTk5OSIgeTI9IjEzMiIgc3Ryb2tlPSIjNjRBRkUxIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iMC41IDIwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}

.story-archive__wrapper .story-archive__story-image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-image {
    max-width: 435px;
  }
}

.story-archive__wrapper .story-archive__story-text-wrapper-outer {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-text-wrapper-outer {
    align-items: flex-start;
    display: flex;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story-text-wrapper-outer {
    padding-left: 78px;
  }
}

.story-archive__wrapper .story-archive__story-text-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-text-wrapper {
    position: relative;
    text-align: left;
  }
}

.story-archive__wrapper .story-archive__story-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story-title {
    margin: 20px auto 30px;
  }
}

.story-archive__wrapper .story-archive__story-text-content {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.story-archive__wrapper .story-archive__story-text-content p::before,
    .story-archive__wrapper .story-archive__story-text-content p::after {
  content: '“';
}

.story-archive__wrapper .story-archive__name-role-container {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__name-role-container {
    margin-top: 10px;
  }
}

.story-archive__wrapper .story-archive__story-age::before {
  content: ', ';
}

.story-archive__wrapper .story-archive__story-attribution-wrapper {
  display: flex;
  align-items: center;
  align-self: flex-start;
  font-weight: 600;
  margin: 35px auto 0;
  padding-right: 35px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-attribution-wrapper {
    margin: 45px 0 0;
  }
}

.story-archive__wrapper .story-archive__story-attribution-wrapper::before {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 45px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="32" viewBox="0 0 45 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.66886 0.00205107C6.60234 0.000372402 5.53783 0.108643 4.47611 0.334696C4.35609 0.360155 4.24502 0.428142 4.1678 0.523542C4.09059 0.618942 4.04722 0.741485 4.04722 0.864302C4.05254 9.41951 4.05785 17.9747 4.06317 26.5306C4.06317 26.6073 4.07995 26.6842 4.11157 26.7539C4.14318 26.8238 4.19019 26.8868 4.24781 26.9374C4.30545 26.9878 4.37427 27.0261 4.44757 27.0482C4.52115 27.0703 4.59921 27.077 4.67531 27.0667C9.31646 26.4523 14.1838 27.4332 19.4408 30.631H1.08277V5.64866C1.08472 5.50569 1.02737 5.36273 0.926933 5.26089C0.826498 5.15905 0.684371 5.09974 0.541407 5.09974C0.398443 5.09974 0.256317 5.15905 0.155881 5.26089C0.0554464 5.36273 -0.00190685 5.50569 4.84186e-05 5.64866V31.1718C4.84186e-05 31.3133 0.0585198 31.4543 0.158675 31.5545C0.258831 31.6546 0.399561 31.7131 0.541407 31.7131H21.152C21.1744 31.7134 21.197 31.7131 21.2191 31.7078C21.2947 31.7165 21.3719 31.7078 21.4441 31.6857C21.5162 31.6625 21.5837 31.6241 21.6402 31.5735C21.6967 31.5231 21.7426 31.4602 21.7736 31.3911C21.8047 31.3217 21.8209 31.2459 21.8209 31.1701L21.805 6.04806C21.805 5.96525 21.7854 5.88216 21.7487 5.80802C21.7118 5.73359 21.6578 5.66813 21.5918 5.61777C16.9495 2.08145 12.2903 0.00779369 7.66924 0.000488281L7.66886 0.00205107ZM7.67642 1.08339C11.9275 1.08983 16.2696 2.9727 20.723 6.32101L20.7381 30.1653C15.261 26.6514 10.0729 25.4161 5.14537 25.9223C5.14034 17.718 5.1353 9.51376 5.13027 1.31022C5.97547 1.15746 6.82398 1.08276 7.67649 1.08417L7.67642 1.08339Z" fill="%23BE1E2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M37.3255 0.00231341C32.704 0.0095873 28.0455 2.08328 23.408 5.61989C23.3423 5.67024 23.288 5.73571 23.2513 5.80985C23.2144 5.88399 23.1951 5.9668 23.1951 6.04962L23.1738 31.1716C23.1738 31.2455 23.1892 31.3193 23.2186 31.3871C23.248 31.4548 23.2916 31.5163 23.3453 31.5669C23.3993 31.6173 23.4637 31.6567 23.5333 31.6814C23.603 31.7063 23.6777 31.7166 23.7513 31.7116H23.8002H44.4588C44.6004 31.7116 44.7414 31.6531 44.8415 31.553C44.9417 31.4528 45.0002 31.3121 45.0002 31.1702V5.64713C45.0024 5.50417 44.9448 5.36121 44.8443 5.25937C44.7439 5.15753 44.6018 5.09822 44.4588 5.09822C44.3158 5.09822 44.1737 5.15753 44.0733 5.25937C43.9728 5.36121 43.9155 5.50417 43.9174 5.64713V30.6288H25.5536C30.8114 27.4312 35.6831 26.4501 40.3192 27.0644C40.3953 27.0748 40.4736 27.0698 40.5469 27.046C40.6205 27.0239 40.689 26.9856 40.7467 26.9352C40.8043 26.8848 40.8513 26.8216 40.8829 26.7517C40.9145 26.6817 40.9313 26.6051 40.9313 26.5281C40.9366 17.9729 40.9417 9.41771 40.947 0.861784C40.947 0.738967 40.9036 0.616424 40.8264 0.521024C40.7492 0.425624 40.6384 0.357639 40.5181 0.332178C39.4564 0.106405 38.3918 -0.00215212 37.3253 -0.000469011L37.3255 0.00231341ZM37.318 1.08366C38.1704 1.08254 39.019 1.15695 39.8642 1.30971C39.8594 9.51397 39.8541 17.7175 39.8491 25.9218C34.9254 25.4159 29.734 26.6512 24.2563 30.1648L24.2768 6.3205C28.7254 2.97248 33.0669 1.08962 37.3176 1.08317L37.318 1.08366Z" fill="%23BE1E2D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
}

.story-archive__wrapper .story-archive__story-attribution-wrapper::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.0387 6.34326L13.6278 7.76078L16.898 11.0157L3.29297 11.0294L3.29498 13.0294L16.8627 13.0158L13.6476 16.246L15.0651 17.6569L20.7087 11.9869L15.0387 6.34326Z" fill="%23BE1E2D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}

.story-archive__wrapper .story-archive__story-role {
  display: block;
  font-style: italic;
  text-align: center;
}

.story-archive__wrapper .story-archive__pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--prev:hover .blog__pagination-button-anchor [class$='pagination-button-label'], .story-archive__wrapper .story-archive__pagination-button-wrapper.--next:hover .blog__pagination-button-anchor [class$='pagination-button-label'] {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%23F2F9F2'/%3E%3C/svg%3E%0A");
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--prev {
  margin-right: 30px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--next {
  margin-left: 30px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--next [class$='pagination-button-label'] {
  transform: scaleX(-1);
}

.story-archive__wrapper .story-archive__pagination-button-anchor {
  display: flex;
}

.story-archive__wrapper .story-archive__pagination-button-anchor [class$='pagination-button-label'] {
  opacity: 1;
  cursor: pointer;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-button-anchor [class$='pagination-button-label']:hover {
  background-color: #AA3909;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-button-label {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%2326313D'/%3E%3C/svg%3E%0A");
  border: 1px solid #7D838B;
  border-radius: 8px;
  cursor: not-allowed;
  opacity: 0.4;
}

.story-archive__wrapper .story-archive__pagination-pages-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.story-archive__wrapper .story-archive__pagination-page-number {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #F2F9F2;
  border-radius: 8px;
  color: #26313D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 100ms;
}

.story-archive__wrapper .story-archive__pagination-page-number:hover {
  color: #F2F9F2;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current, .story-archive__wrapper .story-archive__pagination-page-number:hover {
  background-color: #AA3909;
  border-color: #AA3909;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current {
  cursor: default;
  color: #F2F9F2;
  background-color: #AA3909;
  border: 1px solid #AA3909;
  overflow: hidden;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current:hover {
  color: #F2F9F2;
}

.story-archive__wrapper .story-archive__pagination-page-filler {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #fff;
  cursor: default;
  margin-bottom: 5px;
  margin-top: 5px;
}

.single-story__wrapper {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .single-story__wrapper {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-columns-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 639px) {
  .single-story__wrapper .single-story__header-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.single-story__wrapper .single-story__header-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3.4375rem;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-content-wrapper {
    flex-direction: row;
  }
}

.single-story__wrapper .single-story__header-text-column {
  padding-bottom: 3.4375rem;
  position: relative;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 1.875rem;
    width: 50%;
    max-width: 605px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 2.8125rem;
  }
}

@media screen and (min-width: 1280px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 4.0625rem;
  }
}

.single-story__wrapper .single-story__header-text-column::before, .single-story__wrapper .single-story__header-text-column::after {
  position: absolute;
  height: 21px;
  left: 30px;
  width: calc(100% - 60px);
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column::before, .single-story__wrapper .single-story__header-text-column::after {
    left: 0;
    width: 100%;
  }
}

.single-story__wrapper .single-story__header-text-column::before {
  top: -9px;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column::before {
    content: ' ';
  }
}

.single-story__wrapper .single-story__header-text-column::after {
  bottom: -8px;
  content: ' ';
}

.single-story__wrapper .single-story__header-card {
  margin-bottom: 2.5rem;
  margin-top: -1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-card {
    margin-bottom: 2.1875rem;
    margin-top: 1.5625rem;
    text-align: left;
    border-radius: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__header-card {
    margin-bottom: 2.1875rem;
    padding-bottom: 4.0625rem;
    padding-top: 3.75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.single-story__wrapper .single-story__main-column {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__main-column-inner {
    width: calc(100% - 70px);
  }
}

.single-story__wrapper .single-story__image-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper {
    height: 515px;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--mobile {
    display: none;
  }
}

.single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--desktop {
    display: block;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper::before {
    height: 350px;
    left: 0 !important;
    width: 100% !important;
  }
}

.single-story__wrapper .single-story__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-story__wrapper .single-story__title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__title {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: left;
  }
}

.single-story__wrapper .single-story__quote {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}

.single-story__wrapper .single-story__quote p:last-child,
    .single-story__wrapper .single-story__quote ol:not([class*='__']):last-child,
    .single-story__wrapper .single-story__quote ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.single-story__wrapper .single-story__quote p:last-child else,
      .single-story__wrapper .single-story__quote ol:not([class*='__']):last-child else,
      .single-story__wrapper .single-story__quote ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__quote {
    margin-bottom: 65px;
  }
}

.single-story__wrapper .single-story__quote::before, .single-story__wrapper .single-story__quote::after {
  background-image: url("data:image/svg+xml,%3Csvg width='343' height='2' viewBox='0 0 343 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='342' y2='1' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round' stroke-dasharray='0.25 20'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: ' ';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.single-story__wrapper .single-story__quote::before {
  top: -1px;
}

.single-story__wrapper .single-story__quote::after {
  bottom: -1px;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-image {
  margin-bottom: 40px;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
  position: relative;
  min-height: 185px;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
    min-height: 205px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
    height: 100%;
    min-height: 275px;
  }
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-story__wrapper .single-story__header-social-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.single-story__wrapper .single-story__social-label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-story__wrapper .single-story__social-icons-wrapper {
  display: flex;
  gap: 25px;
}

.single-story__wrapper .single-story__social-icon-anchor {
  display: block;
  font-size: 24px;
}

.single-story__wrapper .single-story__body-wrapper {
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-wrapper {
    margin-bottom: 90px;
  }
}

.single-story__wrapper .single-story__body-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-content-wrapper {
    flex-direction: row;
  }
}

.single-story__wrapper .single-story__story-column {
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__story-column {
    padding-right: 2.5rem;
  }
}

.single-story__wrapper .single-story__sidebar-column {
  flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__sidebar-column {
    flex-grow: 1;
    max-width: 395px;
  }
}

.single-story__wrapper .single-story__sidebar-wrapper {
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 50px 30px 60px;
}

.single-story__wrapper .single-story__sidebar-heading {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.single-story__wrapper .single-story__sidebar-text-content {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.single-story__wrapper .single-story__button-wrapper {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__button-wrapper {
    display: flex;
    justify-content: center;
  }
}

.single-story__wrapper .single-story__sidebar-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1.5625rem;
  width: 100%;
}

.single-story__wrapper .single-story__sidebar-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-story__wrapper .single-story__sidebar-button:hover, .single-story__wrapper .single-story__sidebar-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost::after, .single-story__wrapper .single-story__sidebar-button.button--ghost-dark::after, .single-story__wrapper .single-story__sidebar-button.button--secondary::after {
  content: unset;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost:hover, .single-story__wrapper .single-story__sidebar-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost-dark:hover, .single-story__wrapper .single-story__sidebar-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-story__wrapper .single-story__sidebar-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-story__wrapper .single-story__sidebar-button.button--secondary:hover, .single-story__wrapper .single-story__sidebar-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-story__wrapper .single-story__sidebar-link {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  margin-top: 40px;
  text-align: center;
  text-decoration: underline;
}

.single-story__wrapper .single-story__related-wrapper {
  padding-bottom: 100px;
  padding-top: 55px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-wrapper {
    padding-top: 80px;
  }
}

.single-story__wrapper .single-story__related-wrapper:before {
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.single-story__wrapper .single-story__related-heading-wrapper {
  font-size: 48px;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-heading-wrapper {
    margin-bottom: 80px;
  }
}

.single-story__wrapper .single-story__related-stories-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-stories-wrapper {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1180px) {
  .single-story__wrapper .single-story__related-stories-wrapper {
    justify-content: space-between;
  }
}

.single-story__wrapper .single-story__related-story-item {
  display: inline-block;
}

.single-story__wrapper .single-story__related-story-item:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 820px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(1) {
    margin-right: 15px;
  }
}

@media (min-width: 820px) and (min-width: 1180px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(1) {
    margin: 0;
  }
}

@media (min-width: 820px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(2) {
    margin-left: 15px;
  }
}

@media (min-width: 820px) and (min-width: 1180px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(2) {
    margin: 0;
  }
}

.single-story__wrapper .single-story__related-story-image-wrapper {
  align-items: flex-end;
  min-height: 245px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-story-image-wrapper {
    max-width: 100%;
    min-height: 365px;
    width: 365px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-story-image-wrapper::before {
    height: 350px;
  }
}

.footer {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: #18232E;
  color: #fff;
  overflow-x: clip;
  padding: 80px 0 20px;
  position: relative;
  text-align: center;
}

.footer [class$='subheading'],
  .footer h1,
  .footer .h1,
  .footer h2,
  .footer .h2,
  .footer h3,
  .footer .h3,
  .footer h4,
  .footer .h4,
  .footer h5,
  .footer .h5,
  .footer h6,
  .footer .h6,
  .footer p,
  .footer li:not([class*='select2']),
  .footer span:not([class*='button']):not([class*='select2']) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.footer input:not([type='submit']),
  .footer textarea {
  color: #26313D;
}

.footer a:not([class*='button']):not([class*='anchor']):not([class*='__']) {
  color: #D5C409;
  text-decoration: underline;
}

.footer a:not([class*='button']):not([class*='anchor']):not([class*='__']):hover, .footer a:not([class*='button']):not([class*='anchor']):not([class*='__']):active {
  color: #F0E564;
}

.footer .post-card__author-text-wrapper {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.footer a[class*='button'].button--ghost,
  .footer button[class*='button'].button--ghost,
  .footer input[type='submit'][class*='button'].button--ghost {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.footer a[class*='button'].button--ghost:hover, .footer a[class*='button'].button--ghost:active,
    .footer button[class*='button'].button--ghost:hover,
    .footer button[class*='button'].button--ghost:active,
    .footer input[type='submit'][class*='button'].button--ghost:hover,
    .footer input[type='submit'][class*='button'].button--ghost:active {
  border-color: #D5C409;
  color: #D5C409;
}

.footer ul:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before,
  .footer ol:not(.--exit-list):not(.--checkmark-list):not(.--arrow-list) li:before {
  background-color: #F2F9F2;
}

.footer ul.--exit-list li::before,
  .footer ol.--exit-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.footer ul.--checkmark-list li::before,
  .footer ol.--checkmark-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.footer ul.--arrow-list li::before,
  .footer ol.--arrow-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%23F2F9F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.footer .pili__text-tooltip::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='1' x2='100%25' y2='1' stroke='%23D5C409' stroke-width='2' stroke-dasharray='3%2c8' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

.footer .pili__text-tooltip::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31444 9.31348 12 6 12C2.68652 12 0 9.31444 0 6C0 2.68749 2.68652 0 6 0C9.31348 0 12 2.68749 12 6ZM6.16101 1.98387C4.84253 1.98387 4.00161 2.53928 3.34127 3.5264C3.25573 3.65429 3.28435 3.82677 3.40696 3.91974L4.24645 4.55627C4.37238 4.65177 4.5518 4.62905 4.64964 4.50494C5.08183 3.95676 5.37818 3.63888 6.036 3.63888C6.53025 3.63888 7.1416 3.95698 7.1416 4.43625C7.1416 4.79857 6.84249 4.98464 6.35448 5.25825C5.78536 5.57729 5.03226 5.97438 5.03226 6.96774V7.06452C5.03226 7.22485 5.16225 7.35484 5.32258 7.35484H6.67742C6.83775 7.35484 6.96774 7.22485 6.96774 7.06452V7.03227C6.96774 6.34367 8.98031 6.315 8.98031 4.45161C8.98031 3.04834 7.5247 1.98387 6.16101 1.98387ZM6 7.98387C5.38633 7.98387 4.8871 8.4831 4.8871 9.09677C4.8871 9.71042 5.38633 10.2097 6 10.2097C6.61367 10.2097 7.1129 9.71042 7.1129 9.09677C7.1129 8.4831 6.61367 7.98387 6 7.98387Z' fill='%23D5C409'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
    text-align: left;
  }
}

.footer .footer__container {
  position: relative;
}

.footer a:not(.footer__button) {
  color: #D4B245 !important;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer a:not(.footer__button):hover {
  color: #fff !important;
}

.footer a.footer__social-icon-anchor {
  color: #fff;
  text-decoration: none;
}

.footer .footer__content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .footer .footer__top-content-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .footer__top-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 45px;
  }
}

.footer .footer__top-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer .footer__top-wrapper {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}

.footer .footer__top-left-column-wrapper {
  display: flex;
  justify-content: center;
}

.footer .footer__organization-name {
  display: block;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 27px;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer__organization-name {
    text-align: left;
  }
}

.footer .footer__middle-content-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .footer__middle-content-wrapper {
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__middle-content-wrapper {
    justify-content: flex-end;
  }
}

.footer .footer__middle-column-wrapper {
  margin-bottom: 0;
  max-width: 355px;
}

.footer .footer__middle-column-wrapper.footer__middle-column-wrapper--1 {
  margin-bottom: 0;
  max-width: 495px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--1 {
    margin-right: 50px;
  }
}

@media (min-width: 900px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--1 {
    flex-shrink: 0;
    margin-right: auto;
  }
}

.footer .footer__middle-column-wrapper.footer__middle-column-wrapper--2, .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--2, .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--2 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--2 {
    margin-top: 65px;
    padding-right: 20px;
  }
}

.footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
  max-width: 225px;
}

@media screen and (max-width: 767px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 65px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .footer__middle-column-wrapper.footer__middle-column-wrapper--3 {
    margin-left: 120px;
  }
}

.footer .footer__logo {
  max-width: 235px;
}

.footer .footer__first-column-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.footer .footer__first-column-text-content {
  font-size: 16px !important;
  line-height: 21px !important;
  margin-top: 30px;
  max-width: 470px;
}

.footer .footer__first-column-text-content p:last-child,
    .footer .footer__first-column-text-content ol:not([class*='__']):last-child,
    .footer .footer__first-column-text-content ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.footer .footer__first-column-text-content p:last-child else,
      .footer .footer__first-column-text-content ol:not([class*='__']):last-child else,
      .footer .footer__first-column-text-content ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.footer .footer__badges {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer .footer__badges {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

.footer .footer__badge-wrapper {
  max-width: 100%;
  height: 90px;
  overflow: hidden;
}

.footer .footer__badge {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer .footer__heading {
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 33px;
  margin-bottom: 10px;
}

.footer .footer__menu-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer .footer__menu-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.54;
  margin-bottom: 15px;
}

.footer .footer__menu-item:last-of-type {
  margin-bottom: 0;
}

.footer .footer__third-column-text-content {
  font-size: 14px;
  line-height: normal;
}

.footer .footer__third-column-text-content p:last-child,
    .footer .footer__third-column-text-content ol:not([class*='__']):last-child,
    .footer .footer__third-column-text-content ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.footer .footer__third-column-text-content p:last-child else,
      .footer .footer__third-column-text-content ol:not([class*='__']):last-child else,
      .footer .footer__third-column-text-content ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.footer .footer__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  max-width: 345px;
}

@media screen and (min-width: 1024px) {
  .footer .footer__button-wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__button-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }
}

.footer .footer__newsletter-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.footer .footer__newsletter-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.footer .footer__newsletter-button:hover, .footer .footer__newsletter-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.footer .footer__newsletter-button.button--ghost::after, .footer .footer__newsletter-button.button--ghost-dark::after, .footer .footer__newsletter-button.button--secondary::after {
  content: unset;
}

.footer .footer__newsletter-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.footer .footer__newsletter-button.button--ghost:hover, .footer .footer__newsletter-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.footer .footer__newsletter-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.footer .footer__newsletter-button.button--ghost-dark:hover, .footer .footer__newsletter-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.footer .footer__newsletter-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.footer .footer__newsletter-button.button--secondary:hover, .footer .footer__newsletter-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.footer .footer__newsletter-button:hover, .footer .footer__newsletter-button:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.footer .footer__social-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .footer .footer__social-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__social-wrapper.footer__social-wrapper--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__social-wrapper.footer__social-wrapper--desktop {
    display: none;
  }
}

.footer .footer__social-icon-anchor {
  height: 35px;
}

.footer .footer__social-icon-anchor:last-of-type .footer__social-icon {
  margin-bottom: 0;
}

.footer .footer__social-icon {
  height: 100%;
  width: auto;
}

.footer .footer__copyright-wrapper {
  display: flex;
  justify-content: center;
}

.footer .footer__copyright-text {
  font-size: 14px;
  line-height: normal;
}

.footer .footer__made-by-text,
  .footer .footer__made-by-text a {
  color: #7D838B !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.footer .footer__made-by-text {
  margin-top: 20px;
}

.footer .footer__bottom-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .footer__bottom-content-wrapper {
    max-width: none;
    gap: 30px;
  }
}

.footer .footer__bottom-text-wrapper {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .footer .footer__bottom-text-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .footer .footer__bottom-text-wrapper {
    text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer__bottom-text-wrapper {
    position: relative;
    right: -40px;
  }
}

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

.header {
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .header.header--overlap {
    height: unset !important;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .header.header--overlap .header__header-main-wrapper:not(.header__header-main-wrapper--sticky) {
    background-color: transparent;
    box-shadow: none;
  }
}

.header .header__alert-bar-wrapper {
  color: #F2F9F2;
  background-color: #096E93;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  padding: 15px 15px;
}

.header .header__alert-bar-wrapper a {
  color: #F0EFDB !important;
}

.header .header__alert-bar-container {
  height: 100%;
}

.header .header__alert-bar-content-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.header .header__alert-bar-content-wrapper .header__alert-bar-text-content {
  text-align: center;
}

.header .header__alert-bar-content-wrapper .header__alert-bar-text-content [class$='subheading'],
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h1,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h1,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h2,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h2,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h3,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h3,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h4,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h4,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h5,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h5,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content h6,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content .h6,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content p,
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content li:not([class*='select2']),
      .header .header__alert-bar-content-wrapper .header__alert-bar-text-content span:not([class*='button']):not([class*='select2']) {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}

.header .header__utility-bar-wrapper {
  background-color: #26313D;
  color: #F2F9F2;
  font-family: "Crimson Pro", "serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header .header__utility-bar-wrapper {
    color: #F2F9F2;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .header__utility-bar-wrapper {
    display: none;
  }
}

.header .header__utility-bar-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .header .header__utility-bar-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}

.header .header__utility-bar-left-column {
  align-items: center;
  display: flex;
}

.header .header__utility-bar-text-content {
  color: #F2F9F2;
  font-weight: 400;
  margin-right: 15px;
}

.header .header__utlility-bar-menu-input-wrapper {
  display: flex;
  gap: 20px 35px;
}

@media screen and (min-width: 768px) {
  .header .header__utlility-bar-menu-input-wrapper {
    flex-grow: 1;
    justify-content: flex-end;
  }
}

.header .header__search-input {
  background-color: #F2F9F2;
  border: 0;
  border-radius: 8px;
  padding: 10px !important;
}

.header .header__search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7D838B;
  font-family: "Noto Sans", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.header .header__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7D838B;
  font-family: "Noto Sans", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.header .header__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7D838B;
  font-family: "Noto Sans", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.header .header__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #7D838B;
  font-family: "Noto Sans", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.header .header__search-button {
  display: none;
}

.header .header__search-bar {
  flex-grow: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .header__search-bar {
    max-width: 250px;
  }
}

.header .header__search-bar::after {
  content: '';
  width: 22px;
  height: 23px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M13.4248 8.03967C13.4936 4.92235 11.0848 2.35911 7.98774 2.22073C4.89069 2.15148 2.34412 4.57602 2.20664 7.69335C2.13784 10.8107 4.54662 13.3739 7.64367 13.5123C10.7407 13.5815 13.2873 11.157 13.4248 8.03967ZM13.5624 13.2353L14.0442 13.7203L15.4895 13.7895L21.5459 20.3013C22.9912 21.8254 20.6512 24.0421 19.2059 22.4488L13.1495 15.937L13.2183 14.4823L12.7365 13.9974C11.2913 15.175 9.50182 15.7985 7.57466 15.7293C3.23879 15.5907 -0.133599 11.9191 0.00406902 7.62424C0.141746 3.25999 3.78946 -0.134473 8.0564 0.00409565C12.3923 0.142674 15.7647 3.81426 15.627 8.10913C15.5582 10.0487 14.8011 11.8499 13.5624 13.2354L13.5624 13.2353Z" fill="%237D838B"/></svg>');
  position: absolute;
}

.header .header__phone {
  display: block;
  margin-right: 15px;
}

.header .header__email {
  display: block;
}

.header .header__utility-bar-right-column {
  align-items: center;
  display: flex;
}

.header .header__utility-menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  justify-content: center;
  list-style: none;
  margin-bottom: -25px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .header .header__utility-menu {
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
  }
}

.header .header__utility-menu-item {
  margin-bottom: 25px;
}

@media screen and (max-width: 639px) {
  .header .header__utility-menu-item.header__utility-menu-item--hide-mobile {
    display: none;
  }
}

.header .header__utility-menu-anchor {
  align-items: center;
  color: #F2F9F2;
  display: flex;
  font-family: "Noto Sans", "sans-serif";
  font-size: 14px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header .header__utility-menu-anchor {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__utility-menu-anchor {
    margin-left: 45px;
    margin-right: 0;
  }
}

.header .header__utility-menu-icon {
  margin-right: 13px;
  max-height: 20px;
}

.header .header__header-main-wrapper {
  background-color: #26313D;
  left: 0;
  position: relative;
  top: 0;
  transition-property: all;
  transition-duration: 0.3ms;
  width: 100%;
  z-index: 5;
}

.header .header__header-main-wrapper.header__header-main-wrapper--sticky {
  box-shadow: 0;
  border-bottom: 1px solid rgba(125, 131, 139, 0.5);
  position: fixed;
  transition-property: all;
  transition-duration: 0.3ms;
}

.header .header__header-main-wrapper.header__header-main-wrapper--sticky .header__logo {
  transition: all 100ms;
}

.header .header__content-wrapper {
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 100ms;
}

@media screen and (min-width: 1024px) {
  .header .header__content-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__header-nav-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__logo-cta-button-wrapper {
    align-items: center;
    display: flex;
  }
}

.header .header__logo-wrapper {
  align-items: center;
  display: flex;
}

.header .header__logo-wrapper.header__logo-wrapper--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header .header__logo-wrapper.header__logo-wrapper--desktop {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__logo-anchor {
    display: inline-block;
    margin-right: 20px;
  }
}

.header .header__logo {
  transition: all 300ms;
  max-width: 190px;
  transition-property: all;
  transition-duration: 0.01s;
}

@media screen and (min-width: 1024px) {
  .header .header__logo {
    max-width: 190px;
  }
}

.header .header__logo-button-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header .header__logo-button-wrapper {
    height: 80px;
  }
}

.header .header__nav-button {
  padding-bottom: 6px;
  padding-top: 6px;
  width: 25px;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-button {
    display: none;
  }
}

.header .header__nav-button-line {
  background-color: #D5C409;
  border-radius: 6px;
  display: block;
  height: 2px;
}

.header .header__nav-button-line.--first, .header .header__nav-button-line.--second {
  margin-bottom: 6px;
  margin-top: 6px;
}

.header .header__nav {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 0;
  text-transform: uppercase;
  transition: all 100ms;
}

@media screen and (min-width: 1024px) {
  .header .header__nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    max-height: 1000px;
    padding: 24px 0;
    width: 100%;
  }
}

.header .header__utility-menu-mobile-wrapper {
  background-color: #26313D;
  color: #F2F9F2;
  font-family: "Crimson Pro", "serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid header-utility-nav-border-color;
  border-top: 1px solid header-utility-nav-border-color;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  left: -15px;
  position: relative;
  width: calc(100% + 30px);
}

@media screen and (min-width: 1024px) {
  .header .header__utility-menu-mobile-wrapper {
    color: #F2F9F2;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 640px) {
  .header .header__utility-menu-mobile-wrapper {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (min-width: 768px) {
  .header .header__utility-menu-mobile-wrapper {
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media screen and (min-width: 1024px) {
  .header .header__utility-menu-mobile-wrapper {
    display: none;
  }
}

.header .header__utility-menu-mobile-wrapper .header__search-bar {
  margin: 0 15px;
}

.header .header__nav-list {
  background-color: #26313D;
  flex-grow: 1;
  list-style: none;
  margin: 0 -15px;
  padding: 0 0 50px;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .header .header__nav-list {
    margin: 0 -20px;
  }
}

@media screen and (min-width: 768px) {
  .header .header__nav-list {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__nav-list {
    background-color: transparent;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: calc(50% - 95px);
  }
}

.header .header__nav-item {
  border-top: 1px solid rgba(125, 131, 139, 0.5);
  margin-bottom: 0;
  padding: 20px 0 20px 40px;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-item {
    align-items: center;
    border-top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0;
  }

  .header .header__nav-item.--active, .header .header__nav-item:hover {
    position: relative;
  }

  .header .header__nav-item.--active.--width-set .header__nav-item-anchor, .header .header__nav-item:hover.--width-set .header__nav-item-anchor {
    font-weight: 700;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .header .header__nav-item:hover .header__nav-child-list {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .header .header__nav-item {
    margin-left: 40px;
  }
}

.header .header__nav-item.--has-children {
  position: relative;
}

.header .header__nav-item.--has-children::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M9.83265 12.5968L0.343249 3.1073C-0.114417 2.64963 -0.114417 1.90764 0.343249 1.45003L1.45004 0.343238C1.90692 -0.113646 2.6474 -0.114526 3.10536 0.341285L10.6613 7.86184L18.2172 0.341285C18.6752 -0.114526 19.4157 -0.113646 19.8725 0.343238L20.9793 1.45003C21.437 1.90769 21.437 2.64968 20.9793 3.1073L11.49 12.5968C11.0323 13.0544 10.2903 13.0544 9.83265 12.5968Z" fill="%23D5C409"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  height: 13px;
  position: absolute;
  right: 22px;
  top: 22px;
  transition: all 100ms;
  z-index: 0;
  width: 22px;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-item.--has-children::after {
    display: none;
  }
}

.header .header__nav-item.--open::after {
  transform: rotate(180deg);
  transition: all 100ms;
}

.header .header__nav-item.--open .header__nav-item-anchor {
  padding-top: 1px;
}

.header .header__nav-item.--open .header__nav-child-list {
  margin: 20px 0 20px !important;
  max-height: 1000px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.header .header__nav-item.--open .header__nav-child-list::before {
  top: 0;
}

.header .header__nav-item-anchor {
  color: #F2F9F2;
  display: block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
  position: relative;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-item-anchor {
    font-family: "Roboto Condensed", "sans-serif";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 19px;
    padding: 15px 3px;
    text-align: center;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .header .header__nav-item-anchor {
    font-size: 12px;
  }
}

@media (min-width: 1100px) and (max-width: 1150px) {
  .header .header__nav-item-anchor {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__nav-item-anchor:hover {
    color: #D5C409;
  }
}

.header .header__nav-child-list {
  list-style: none;
  overflow: hidden;
  margin-top: 0 !important;
  max-height: 0;
  padding-left: calc(10px + 15px);
  position: relative;
  transition: all 100ms;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-child-list {
    background-color: #F2F9F2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 4px 6px rgba(53, 68, 90, 0.08);
    border-top: 10px solid #AA3909;
    display: none;
    left: -20px;
    margin-bottom: 0;
    max-height: 1000px;
    max-width: 250px;
    min-width: 185px;
    padding-left: 0;
    position: absolute;
    top: calc(100% - 1px);
    z-index: 1;
  }
}

.header .header__nav-child-list::before {
  background: #AA3909;
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 6px;
  left: 0;
  transition: top 0.1s ease;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-child-list::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__nav-child-item:not(:last-of-type) {
    border-bottom: 1px solid #26313D;
  }
}

@media screen and (max-width: 1023px) {
  .header .header__nav-child-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__nav-child-item {
    margin-bottom: 0;
    position: relative;
  }

  .header .header__nav-child-item:hover {
    background-color: #E6F0F4;
  }

  .header .header__nav-child-item:not(:last-of-type)::after {
    background-color: #26313D;
    bottom: 0;
    content: ' ';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.header .header__nav-child-anchor {
  color: #F2F9F2;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .header .header__nav-child-anchor {
    color: #26313D;
    display: block;
    font-family: "Roboto Condensed", "sans-serif";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 19px;
    padding: 20px;
  }
}

.header .header__button-utility-wrapper {
  align-items: center;
  display: flex;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .header .header__button-utility-wrapper {
    margin-left: 20px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .header .header__button-utility-wrapper {
    margin-left: 40px;
  }
}

.header .header__button-wrapper {
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header .header__button-wrapper {
    padding: 0;
  }
}

.header .header__button {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .header .header__button {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__button-text::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header .header__button-text.--mobile {
    display: none;
  }
}

.header .header__button-text.--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header .header__button-text.--desktop {
    display: inline-block;
  }
}

.site-wrapper.--nav-open {
  overflow: hidden;
}

.site-wrapper.--nav-open .header .header__utility-bar-wrapper {
  display: none;
}

.site-wrapper.--nav-open .header .header__header-main-wrapper {
  max-height: 100vh;
  overflow-y: scroll;
  box-shadow: 0px 4px 4px rgba(5, 31, 55, 0.05);
}

.site-wrapper.--nav-open .header .header__nav {
  overflow: visible;
  max-height: 3000px;
  padding-top: 15px;
  transition: all 300ms;
}

.site-wrapper.--nav-open .header .header__content-wrapper {
  padding-bottom: 0;
  transition: all 300ms;
}

.single-post__wrapper .single-post__header-image-column {
  margin-bottom: -27%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__header-image-column {
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    min-height: 280px;
    min-width: 600px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .single-post__wrapper .single-post__header-image-column {
    width: 100%;
  }
}

.single-post__wrapper .single-post__header-image-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__header-image-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .single-post__wrapper .single-post__header-image-wrapper::before, .single-post__wrapper .single-post__header-image-wrapper::after {
    transform: scale(0.55);
  }

  .single-post__wrapper .single-post__header-image-wrapper::before {
    top: -38px;
    left: -41px;
  }

  .single-post__wrapper .single-post__header-image-wrapper::after {
    top: -37px;
    right: -40px;
  }
}

.single-post__wrapper .single-post__header-image {
  height: auto;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.single-post__wrapper .single-post__header-image-caption {
  color: #7D838B;
  font-size: 16px;
  line-height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 555px;
  text-align: center;
  display: block;
}

.single-post__wrapper .single-post__comments-wrapper {
  padding-top: 80px;
}

.single-post__wrapper .single-post__comments-count-wrapper {
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-top: 40px;
  position: relative;
}

.single-post__wrapper .single-post__comments-count-wrapper::after {
  background-color: #26313D;
  content: '';
  left: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.single-post__wrapper .single-post__comments-count-label {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.single-post__wrapper .comment-respond {
  background-color: #F0EFDB;
  border: 1px solid #F0EFDB;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 25px 10px;
}

@media screen and (min-width: 1024px) {
  .single-post__wrapper .comment-respond {
    padding: 35px 45px;
  }
}

.single-post__wrapper .comment-respond .form-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.single-post__wrapper .comment-respond .submit {
  /* This is the comment button submission element. */
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-post__wrapper .comment-respond .submit[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-post__wrapper .comment-respond .submit:hover, .single-post__wrapper .comment-respond .submit:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-post__wrapper .comment-respond .submit.button--ghost::after, .single-post__wrapper .comment-respond .submit.button--ghost-dark::after, .single-post__wrapper .comment-respond .submit.button--secondary::after {
  content: unset;
}

.single-post__wrapper .comment-respond .submit.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-post__wrapper .comment-respond .submit.button--ghost:hover, .single-post__wrapper .comment-respond .submit.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-post__wrapper .comment-respond .submit.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-post__wrapper .comment-respond .submit.button--ghost-dark:hover, .single-post__wrapper .comment-respond .submit.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-post__wrapper .comment-respond .submit.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-post__wrapper .comment-respond .submit.button--secondary:hover, .single-post__wrapper .comment-respond .submit.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-post__wrapper .comment-respond .submit:hover, .single-post__wrapper .comment-respond .submit:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-post__wrapper .single-post__comment-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.single-post__wrapper .single-post__comment-heading small {
  font-size: 12px;
  font-weight: 400;
  float: right;
  text-transform: uppercase;
}

.single-post__wrapper .single-post__comment-notes {
  font-size: 15px;
  line-height: 29px;
}

.single-post__wrapper .logged-in-as .required-field-message {
  display: block;
  margin-top: 12px;
}

.single-post__wrapper .single-post__comments-box {
  background-color: #F0EFDB;
  border: 1px solid #F0EFDB;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 15px 25px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .single-post__wrapper .single-post__comment-input {
    width: calc(50% - 10px);
  }
}

.single-post__wrapper .single-post__comment-input.single-post__comment-input--name {
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  .single-post__wrapper .single-post__comment-input.single-post__comment-input--name {
    margin-bottom: 0;
    margin-right: 7px;
  }
}

@media screen and (min-width: 640px) {
  .single-post__wrapper .single-post__comment-input.single-post__comment-input--email {
    margin-bottom: 0;
    margin-left: 7px;
  }
}

.single-post__wrapper .comment-form-cookies-consent {
  cursor: pointer;
  display: flex;
  margin-top: 20px;
}

.single-post__wrapper label[for='wp-comment-cookies-consent'] {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 8px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list {
  list-style: none;
  padding-bottom: 20px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .single-post__comment {
  margin-bottom: 0;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .single-post__comment:not(:first-of-type) {
  border-top: 1px solid #7D838B;
  margin-top: 40px;
  padding-top: 40px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .single-post__comment:last-of-type {
  border-bottom: 1px solid #7D838B;
  padding-bottom: 40px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .single-post__comment::before {
  display: none;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list > .single-post__comment:last-of-type {
  border-bottom: 0;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .comment-respond {
  margin-top: 30px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 55px;
  position: relative;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children::before {
  background-color: #D5C409;
  content: ' ';
  left: 0;
  height: calc(100% - 40px);
  position: absolute;
  top: 40px;
  width: 4px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .single-post__comment {
  border: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 40px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .single-post__comment + .single-post__comment {
  border-top: 1px solid #7D838B;
  margin-top: 40px;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .children::before {
  background-color: #096E93;
}

.single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .children .children::before {
  background-color: #D5C409;
}

@media screen and (max-width: 767px) {
  .single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .children .children .children {
    padding-left: 0;
  }

  .single-post__wrapper .single-post__comments-list-wrapper .single-post__comments-list .children .children .children .children::before {
    display: none;
  }
}

.single-post__wrapper .single-post__comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.single-post__wrapper .single-post__comment-image-name-wrapper {
  align-items: center;
  display: flex;
}

.single-post__wrapper .single-post__comment-author-image {
  margin-right: 20px;
}

.single-post__wrapper .single-post__comment-author-name {
  color: #26313D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.03px;
}

.single-post__wrapper .single-post__comment-date {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 18px;
}

.single-post__wrapper .single-post__comment-text {
  font-size: 18px;
  line-height: 25px;
}

.single-post__wrapper .comment-reply-link {
  color: #AA3909 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.06px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.single-post__wrapper .form-submit {
  align-self: center;
}

.single-post__wrapper {
  background-color: #F2F9F2;
}

.single-post__wrapper.single-post__wrapper--no-featured-image .single-post__header {
  margin-bottom: 100px;
}

.single-post__wrapper.single-post__wrapper--no-featured-image .single-post__post-content-section-wrapper {
  padding-top: 0;
}

.single-post__wrapper .single-post__content-wrapper {
  overflow: hidden;
}

.single-post__wrapper .single-post__post-content-wrapper {
  padding-bottom: 100px;
  padding-top: 60px;
}

.single-post__wrapper .single-post__header {
  background-color: #26313D;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__header {
    margin-bottom: 50px;
  }
}

.single-post__wrapper .single-post__header::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='46' preserveAspectRatio='none' viewBox='0 0 1440 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 12.8436C210.996 33.9105 457.133 46 719.986 46C982.851 46 1229 33.9094 1440 12.8407V0H0V12.8436Z' fill='%2326313D'/%3e%3c/svg%3e ");
  content: '';
  height: 46px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: absolute;
  right: 0;
  top: calc(100% - 13px);
  width: 100%;
  z-index: 0;
}

.single-post__wrapper .single-post__header-content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.single-post__wrapper .single-post__header-text-column {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__header-text-column {
    padding: 60px 20px 0;
  }
}

.single-post__wrapper .single-post__heading {
  color: #F2F9F2;
  font-size: 38px;
  margin-bottom: 0 !important;
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  .single-post__wrapper .single-post__heading {
    line-height: normal;
  }
}

@media screen and (min-width: 1024px) {
  .single-post__wrapper .single-post__heading {
    font-size: 50px;
  }
}

.single-post__wrapper .single-post__post-content-meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 45px;
  max-width: 840px;
}

.single-post__wrapper .single-post__post-meta-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__post-meta-text-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}

.single-post__wrapper .single-post__most-recent-post-meta-wrapper {
  color: #F2F9F2;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .single-post__wrapper .single-post__most-recent-post-meta-wrapper {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .single-post__wrapper .single-post__most-recent-post-meta-wrapper {
    font-size: 18px;
    line-height: 27px;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .single-post__wrapper .single-post__most-recent-post-meta-wrapper {
    margin-right: 100px;
  }
}

.single-post__wrapper .single-post__meta-separator {
  color: #F2F9F2;
}

.single-post__wrapper .single-post__post-meta-authors-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.single-post__wrapper .single-post__most-recent-post-avatar-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 999vw;
}

.single-post__wrapper .single-post__most-recent-post-meta-author {
  color: #F2F9F2;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  gap: 10px;
}

.single-post__wrapper .single-post__most-recent-post-meta-date {
  color: #F2F9F2;
  flex-shrink: 0;
}

.single-post__wrapper .single-post__categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.single-post__wrapper .single-post__category-item-badge-anchor {
  display: inline-block;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: all;
  color: #fff;
  cursor: pointer;
  background-color: #AA3909;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 120%;
  background-color: #D5C409;
  color: #26313D;
}

.single-post__wrapper .single-post__category-item-badge-anchor:hover::before, .single-post__wrapper .single-post__category-item-badge-anchor:hover::after, .single-post__wrapper .single-post__category-item-badge-anchor:active::before, .single-post__wrapper .single-post__category-item-badge-anchor:active::after {
  display: none;
}

.single-post__wrapper .single-post__category-item-badge-anchor:hover, .single-post__wrapper .single-post__category-item-badge-anchor:active {
  transition: all 300ms;
}

.single-post__wrapper .single-post__category-item-badge-anchor:hover {
  background-color: #F0E564;
}

.single-post__wrapper .single-post__date {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 35px;
  position: relative;
}

.single-post__wrapper .single-post__date::before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='27' viewBox='0 0 23 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24.4688C0 25.8662 1.10379 27 2.46429 27H20.5357C21.8962 27 23 25.8662 23 24.4688V10.125H0V24.4688ZM16.4286 14.1328C16.4286 13.7848 16.7058 13.5 17.0446 13.5H19.0982C19.4371 13.5 19.7143 13.7848 19.7143 14.1328V16.2422C19.7143 16.5902 19.4371 16.875 19.0982 16.875H17.0446C16.7058 16.875 16.4286 16.5902 16.4286 16.2422V14.1328ZM16.4286 20.8828C16.4286 20.5348 16.7058 20.25 17.0446 20.25H19.0982C19.4371 20.25 19.7143 20.5348 19.7143 20.8828V22.9922C19.7143 23.3402 19.4371 23.625 19.0982 23.625H17.0446C16.7058 23.625 16.4286 23.3402 16.4286 22.9922V20.8828ZM9.85714 14.1328C9.85714 13.7848 10.1344 13.5 10.4732 13.5H12.5268C12.8656 13.5 13.1429 13.7848 13.1429 14.1328V16.2422C13.1429 16.5902 12.8656 16.875 12.5268 16.875H10.4732C10.1344 16.875 9.85714 16.5902 9.85714 16.2422V14.1328ZM9.85714 20.8828C9.85714 20.5348 10.1344 20.25 10.4732 20.25H12.5268C12.8656 20.25 13.1429 20.5348 13.1429 20.8828V22.9922C13.1429 23.3402 12.8656 23.625 12.5268 23.625H10.4732C10.1344 23.625 9.85714 23.3402 9.85714 22.9922V20.8828ZM3.28571 14.1328C3.28571 13.7848 3.56295 13.5 3.90179 13.5H5.95536C6.2942 13.5 6.57143 13.7848 6.57143 14.1328V16.2422C6.57143 16.5902 6.2942 16.875 5.95536 16.875H3.90179C3.56295 16.875 3.28571 16.5902 3.28571 16.2422V14.1328ZM3.28571 20.8828C3.28571 20.5348 3.56295 20.25 3.90179 20.25H5.95536C6.2942 20.25 6.57143 20.5348 6.57143 20.8828V22.9922C6.57143 23.3402 6.2942 23.625 5.95536 23.625H3.90179C3.56295 23.625 3.28571 23.3402 3.28571 22.9922V20.8828ZM20.5357 3.375H18.0714V0.84375C18.0714 0.379687 17.7018 0 17.25 0H15.6071C15.1554 0 14.7857 0.379687 14.7857 0.84375V3.375H8.21429V0.84375C8.21429 0.379687 7.84464 0 7.39286 0H5.75C5.29821 0 4.92857 0.379687 4.92857 0.84375V3.375H2.46429C1.10379 3.375 0 4.50879 0 5.90625V8.4375H23V5.90625C23 4.50879 21.8962 3.375 20.5357 3.375Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  left: 0;
  height: 27px;
  position: absolute;
  top: -3px;
  width: 23px;
}

.single-post__wrapper .single-post__post-content-section-wrapper {
  padding-top: 20%;
}

.single-post__wrapper .single-post__post-content-body-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  position: relative;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content {
  position: relative;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p:last-child,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ol:not([class*='__']):last-child,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p:last-child else,
        .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ol:not([class*='__']):last-child else,
        .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content > *:last-child {
  margin-bottom: 0;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-heading.has-text-align-center {
  text-align: center;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-heading.has-text-align-right {
  text-align: right;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h1,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h2,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h3,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h4,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h5,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content p + h6 {
  margin-top: 50px;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ul,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content ol {
  margin-bottom: 40px !important;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content li {
  margin-bottom: 10px !important;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-image,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-embed,
      .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-video {
  margin-bottom: 60px;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content .wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content figcaption {
  color: #7D838B;
  font-size: 16px;
  line-height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 555px;
  text-align: center;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content iframe {
  min-height: 325px;
  width: 100%;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content img.alignmiddle, .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content img.alignleft, .single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content img.alignright {
  margin-bottom: 30px;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content img.alignleft {
  float: left;
  margin-right: 30px;
}

.single-post__wrapper .single-post__post-content-body-wrapper .single-post__post-content img.alignright {
  float: right;
  margin-left: 30px;
}

.single-post__wrapper .single-post__tags-wrapper {
  color: #26313D;
  background-color: #F0EFDB;
  border-radius: 8px;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 670px;
  padding: 20px 25px 20px 65px;
  position: relative;
}

.single-post__wrapper .single-post__tags-wrapper::before {
  content: ' ';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="26" viewBox="0 0 25 26" fill="none"><path d="M0 12.8029V2.4375C0 1.09129 1.04932 0 2.34375 0H12.3105C12.9321 3.38039e-06 13.5282 0.256813 13.9677 0.713934L24.3135 11.4736C25.2288 12.4255 25.2288 13.9688 24.3135 14.9207L14.3468 25.2861C13.4316 26.238 11.9476 26.238 11.0323 25.2861L0.686475 14.5264C0.246936 14.0693 3.25037e-06 13.4493 0 12.8029ZM5.46875 3.25C4.17432 3.25 3.125 4.34129 3.125 5.6875C3.125 7.03371 4.17432 8.125 5.46875 8.125C6.76319 8.125 7.8125 7.03371 7.8125 5.6875C7.8125 4.34129 6.76319 3.25 5.46875 3.25Z" fill="%23096E93"/></svg>');
  left: 25px;
  height: 26px;
  position: absolute;
  top: 23px;
  width: 25px;
}

.single-post__wrapper .single-post__tag-label {
  font-weight: 600;
}

.single-post__wrapper .single-post__tag {
  display: inline-block;
  text-decoration: underline;
}

.single-post__wrapper .single-post__tag:not(:last-of-type)::after {
  content: ', ';
}

.single-post__wrapper .single-post__social-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.single-post__wrapper .single-post__social-label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-post__wrapper .single-post__social-icons-wrapper {
  display: flex;
  gap: 50px;
  justify-content: center;
  width: 100%;
}

.single-post__wrapper .single-post__social-icon-anchor {
  color: #AA3909;
  display: block;
  font-size: 24px;
  line-height: 1;
}

.search__wrapper {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 1024px) {
  .search__wrapper {
    padding-bottom: 5rem;
  }
}

.search__wrapper .search__header-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .search__wrapper .search__header-wrapper {
    padding-bottom: 3.125rem;
    padding-top: 13.4375rem;
  }
}

.search__wrapper .search__pagination-wrapper {
  display: flex;
  justify-content: center;
}

.search__wrapper .search__pagination-wrapper .page-numbers {
  display: inline-block;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  text-align: center;
  width: 12px;
}

.search__wrapper .search__pagination-wrapper .page-numbers.prev, .search__wrapper .search__pagination-wrapper .page-numbers.next {
  width: auto;
}

.search__wrapper .search__pagination-wrapper .page-numbers.current, .search__wrapper .search__pagination-wrapper .page-numbers:hover {
  text-decoration: underline;
}

.single-event__wrapper {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper {
    padding-top: 1.25rem;
  }
}

.single-event__wrapper.--has-passed .single-event__header-container {
  display: block;
}

.single-event__wrapper.--has-passed .single-event__header-content-outer-wrapper {
  margin-right: 0rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.single-event__wrapper.--has-passed .single-event__header-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.single-event__wrapper.--has-passed .single-event__banner-images-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper.--has-passed .single-event__banner-images-wrapper {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper.--has-passed .single-event__header-wrapper {
    margin-bottom: 6.5625rem;
  }
}

.single-event__wrapper.--has-passed .single-event__body-content-wrapper-outer {
  display: block;
  padding-right: 0rem;
}

.single-event__wrapper.--has-passed .single-event__body-content-wrapper-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

.single-event__wrapper.--has-no-other-modules .single-event__body-content-wrapper::after, .single-event__wrapper.--has-no-sponsors .single-event__body-content-wrapper::after {
  display: none;
}

.single-event__wrapper .single-event__events-link-wrapper {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__events-link-wrapper {
    margin-bottom: 2.5rem;
  }
}

.single-event__wrapper .single-event__events-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 19px;
}

.single-event__wrapper .single-event__header-container {
  display: flex;
  justify-content: flex-end;
}

.single-event__wrapper .single-event__header-content-outer-wrapper {
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__header-content-outer-wrapper {
    margin-right: 0.9375rem;
  }
}

.single-event__wrapper .single-event__header-content-outer-wrapper.--in-grid {
  max-width: 940px;
}

.single-event__wrapper .single-event__header-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__header-wrapper {
    margin-bottom: 3.75rem;
  }
}

.single-event__wrapper .single-event__header-content-wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__header-content-wrapper {
    text-align: left;
  }
}

.single-event__wrapper .single-event__header-content-wrapper.--in-grid {
  max-width: 755px;
}

.single-event__wrapper .single-event__heading-wrapper {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__heading-wrapper {
    margin-bottom: 3.4375rem;
  }
}

.single-event__wrapper .single-event__heading {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__heading {
    margin-bottom: 0rem;
    padding-right: 1.875rem;
  }
}

.single-event__wrapper .single-event__display-date {
  flex-shrink: 0;
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 27px;
}

.single-event__wrapper .single-event__display-date::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.6562C0 23.9502 1.0498 25 2.34375 25H19.5312C20.8252 25 21.875 23.9502 21.875 22.6562V9.375H0V22.6562ZM15.625 13.0859C15.625 12.7637 15.8887 12.5 16.2109 12.5H18.1641C18.4863 12.5 18.75 12.7637 18.75 13.0859V15.0391C18.75 15.3613 18.4863 15.625 18.1641 15.625H16.2109C15.8887 15.625 15.625 15.3613 15.625 15.0391V13.0859ZM15.625 19.3359C15.625 19.0137 15.8887 18.75 16.2109 18.75H18.1641C18.4863 18.75 18.75 19.0137 18.75 19.3359V21.2891C18.75 21.6113 18.4863 21.875 18.1641 21.875H16.2109C15.8887 21.875 15.625 21.6113 15.625 21.2891V19.3359ZM9.375 13.0859C9.375 12.7637 9.63867 12.5 9.96094 12.5H11.9141C12.2363 12.5 12.5 12.7637 12.5 13.0859V15.0391C12.5 15.3613 12.2363 15.625 11.9141 15.625H9.96094C9.63867 15.625 9.375 15.3613 9.375 15.0391V13.0859ZM9.375 19.3359C9.375 19.0137 9.63867 18.75 9.96094 18.75H11.9141C12.2363 18.75 12.5 19.0137 12.5 19.3359V21.2891C12.5 21.6113 12.2363 21.875 11.9141 21.875H9.96094C9.63867 21.875 9.375 21.6113 9.375 21.2891V19.3359ZM3.125 13.0859C3.125 12.7637 3.38867 12.5 3.71094 12.5H5.66406C5.98633 12.5 6.25 12.7637 6.25 13.0859V15.0391C6.25 15.3613 5.98633 15.625 5.66406 15.625H3.71094C3.38867 15.625 3.125 15.3613 3.125 15.0391V13.0859ZM3.125 19.3359C3.125 19.0137 3.38867 18.75 3.71094 18.75H5.66406C5.98633 18.75 6.25 19.0137 6.25 19.3359V21.2891C6.25 21.6113 5.98633 21.875 5.66406 21.875H3.71094C3.38867 21.875 3.125 21.6113 3.125 21.2891V19.3359ZM19.5312 3.125H17.1875V0.78125C17.1875 0.351562 16.8359 0 16.4062 0H14.8438C14.4141 0 14.0625 0.351562 14.0625 0.78125V3.125H7.8125V0.78125C7.8125 0.351562 7.46094 0 7.03125 0H5.46875C5.03906 0 4.6875 0.351562 4.6875 0.78125V3.125H2.34375C1.0498 3.125 0 4.1748 0 5.46875V7.8125H21.875V5.46875C21.875 4.1748 20.8252 3.125 19.5312 3.125Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  content: ' ';
  height: 25px;
  width: 22px;
}

.single-event__wrapper .single-event__banner-images-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 500px) {
  .single-event__wrapper .single-event__banner-image {
    width: 100%;
  }

  .single-event__wrapper .single-event__banner-image:not(.--main-image) {
    display: none;
  }
}

@media (min-width: 500px) {
  .single-event__wrapper .single-event__banner-image {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.single-event__wrapper .single-event__additional-note-wrapper {
  margin-top: 2.5rem;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  border: 3px solid #d6dde6;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__additional-note-wrapper {
    margin-top: 2.5rem;
  }
}

.single-event__wrapper .single-event__additional-note-wrapper::before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4797 1.74147L12.8175 0.419739C13.384 -0.139913 14.3 -0.139913 14.8604 0.419739L26.5752 11.9879C27.1416 12.5475 27.1416 13.4525 26.5752 14.0062L14.8604 25.5803C14.2939 26.1399 13.378 26.1399 12.8175 25.5803L11.4797 24.2585C10.9073 23.6929 10.9193 22.7701 11.5038 22.2164L18.7653 15.3815H1.44627C0.644794 15.3815 0 14.7444 0 13.9526V12.0474C0 11.2556 0.644794 10.6185 1.44627 10.6185H18.7653L11.5038 3.7836C10.9133 3.22991 10.9012 2.30708 11.4797 1.74147Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  content: ' ';
  height: 26px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}

.single-event__wrapper .single-event__additional-note-wrapper p:last-child {
  margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper-outer {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__body-content-wrapper-outer {
    padding-right: 0.9375rem;
  }
}

.single-event__wrapper .single-event__body-content-wrapper-inner {
  flex-grow: 1;
  max-width: 940px;
}

.single-event__wrapper .single-event__body-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 3.75rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper {
    flex-direction: row;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__body-content-wrapper {
    margin-bottom: 1.25rem;
    padding-bottom: 7.1875rem;
  }
}

.single-event__wrapper .single-event__body-content-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
  background-image: url("/wp-content/uploads/2022/06/Group-62-e1654232642562.png");
  content: ' ';
  height: 21px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__body-content-wrapper::after {
    width: calc(100% - 50px);
  }
}

.single-event__wrapper .single-event__description-wrapper {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-wrapper {
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__description-wrapper {
    padding-right: 3.125rem;
  }
}

.single-event__wrapper .single-event__description iframe {
  width: 100%;
  height: 25vw;
  max-height: 380px;
  min-height: 325px;
}

.single-event__wrapper .single-event__description-heading {
  margin-bottom: 1.5625rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.single-event__wrapper .single-event__description-heading.--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading.--desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__description-heading.--mobile {
    display: none;
  }
}

.single-event__wrapper .single-event__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__button-wrapper {
    margin-top: 50px;
  }
}

.single-event__wrapper .single-event__description-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.single-event__wrapper .single-event__description-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-event__wrapper .single-event__description-button:hover, .single-event__wrapper .single-event__description-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-event__wrapper .single-event__description-button.button--ghost::after, .single-event__wrapper .single-event__description-button.button--ghost-dark::after, .single-event__wrapper .single-event__description-button.button--secondary::after {
  content: unset;
}

.single-event__wrapper .single-event__description-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-event__wrapper .single-event__description-button.button--ghost:hover, .single-event__wrapper .single-event__description-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-event__wrapper .single-event__description-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-event__wrapper .single-event__description-button.button--ghost-dark:hover, .single-event__wrapper .single-event__description-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-event__wrapper .single-event__description-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-event__wrapper .single-event__description-button.button--secondary:hover, .single-event__wrapper .single-event__description-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-event__wrapper .single-event__sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 305px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    align-self: flex-start;
    border: 1px solid #d6dde6;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
    max-width: 340px;
  }
}

.single-event__wrapper .single-event__sidebar-actions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.1875rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-actions-wrapper {
    order: unset;
  }
}

.single-event__wrapper .single-event__sidebar-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.single-event__wrapper .single-event__sidebar-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-event__wrapper .single-event__sidebar-button:hover, .single-event__wrapper .single-event__sidebar-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost::after, .single-event__wrapper .single-event__sidebar-button.button--ghost-dark::after, .single-event__wrapper .single-event__sidebar-button.button--secondary::after {
  content: unset;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost:hover, .single-event__wrapper .single-event__sidebar-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-event__wrapper .single-event__sidebar-button.button--ghost-dark:hover, .single-event__wrapper .single-event__sidebar-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-event__wrapper .single-event__sidebar-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-event__wrapper .single-event__sidebar-button.button--secondary:hover, .single-event__wrapper .single-event__sidebar-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-event__wrapper .single-event__sidebar-button + .single-event__sponsor-link {
  margin-top: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__sidebar-button + .single-event__sponsor-link {
    margin-top: 2.1875rem;
  }
}

.single-event__wrapper .single-event__sponsor-link {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sponsor-link {
    text-align: left;
  }
}

.single-event__wrapper .single-event__sidebar-info-wrapper {
  margin-bottom: 1.875rem;
  order: 1;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-info-wrapper {
    margin-bottom: 2.5rem;
    order: unset;
  }
}

.single-event__wrapper .single-event__sidebar-boxes-wrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  max-width: 290px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-boxes-wrapper {
    max-width: 100%;
  }
}

.single-event__wrapper .single-event__sidebar-box-wrapper {
  padding-left: 2.1875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.single-event__wrapper .single-event__sidebar-box-wrapper:last-of-type {
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__sidebar-box-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.single-event__wrapper .single-event__sidebar-box-wrapper p:last-child {
  margin-bottom: 0rem;
}

.single-event__wrapper .single-event__sidebar-heading {
  margin-bottom: 0.625rem;
  position: relative;
  font-size: 24px;
  line-height: 26px;
}

@media screen and (min-width: 1024px) {
  .single-event__wrapper .single-event__sidebar-heading {
    margin-bottom: 1.25rem;
  }
}

.single-event__wrapper .single-event__sidebar-heading::before {
  position: absolute;
  background-repeat: no-repeat;
  content: ' ';
  top: 0;
}

.single-event__wrapper .single-event__sidebar-heading.--location::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='25' viewBox='0 0 19 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41152 24.4956C1.31689 14.2105 0 13.1549 0 9.375C0 4.19731 4.19731 0 9.375 0C14.5527 0 18.75 4.19731 18.75 9.375C18.75 13.1549 17.4331 14.2105 10.3385 24.4956C9.8729 25.1682 8.87705 25.1681 8.41152 24.4956ZM9.375 13.2812C11.5324 13.2812 13.2812 11.5324 13.2812 9.375C13.2812 7.21763 11.5324 5.46875 9.375 5.46875C7.21763 5.46875 5.46875 7.21763 5.46875 9.375C5.46875 11.5324 7.21763 13.2812 9.375 13.2812Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -34px;
  width: 19px;
}

.single-event__wrapper .single-event__sidebar-heading.--date-time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.6562C0 23.9502 1.0498 25 2.34375 25H19.5312C20.8252 25 21.875 23.9502 21.875 22.6562V9.375H0V22.6562ZM15.625 13.0859C15.625 12.7637 15.8887 12.5 16.2109 12.5H18.1641C18.4863 12.5 18.75 12.7637 18.75 13.0859V15.0391C18.75 15.3613 18.4863 15.625 18.1641 15.625H16.2109C15.8887 15.625 15.625 15.3613 15.625 15.0391V13.0859ZM15.625 19.3359C15.625 19.0137 15.8887 18.75 16.2109 18.75H18.1641C18.4863 18.75 18.75 19.0137 18.75 19.3359V21.2891C18.75 21.6113 18.4863 21.875 18.1641 21.875H16.2109C15.8887 21.875 15.625 21.6113 15.625 21.2891V19.3359ZM9.375 13.0859C9.375 12.7637 9.63867 12.5 9.96094 12.5H11.9141C12.2363 12.5 12.5 12.7637 12.5 13.0859V15.0391C12.5 15.3613 12.2363 15.625 11.9141 15.625H9.96094C9.63867 15.625 9.375 15.3613 9.375 15.0391V13.0859ZM9.375 19.3359C9.375 19.0137 9.63867 18.75 9.96094 18.75H11.9141C12.2363 18.75 12.5 19.0137 12.5 19.3359V21.2891C12.5 21.6113 12.2363 21.875 11.9141 21.875H9.96094C9.63867 21.875 9.375 21.6113 9.375 21.2891V19.3359ZM3.125 13.0859C3.125 12.7637 3.38867 12.5 3.71094 12.5H5.66406C5.98633 12.5 6.25 12.7637 6.25 13.0859V15.0391C6.25 15.3613 5.98633 15.625 5.66406 15.625H3.71094C3.38867 15.625 3.125 15.3613 3.125 15.0391V13.0859ZM3.125 19.3359C3.125 19.0137 3.38867 18.75 3.71094 18.75H5.66406C5.98633 18.75 6.25 19.0137 6.25 19.3359V21.2891C6.25 21.6113 5.98633 21.875 5.66406 21.875H3.71094C3.38867 21.875 3.125 21.6113 3.125 21.2891V19.3359ZM19.5312 3.125H17.1875V0.78125C17.1875 0.351562 16.8359 0 16.4062 0H14.8438C14.4141 0 14.0625 0.351562 14.0625 0.78125V3.125H7.8125V0.78125C7.8125 0.351562 7.46094 0 7.03125 0H5.46875C5.03906 0 4.6875 0.351562 4.6875 0.78125V3.125H2.34375C1.0498 3.125 0 4.1748 0 5.46875V7.8125H21.875V5.46875C21.875 4.1748 20.8252 3.125 19.5312 3.125Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -37px;
  width: 22px;
}

.single-event__wrapper .single-event__sidebar-heading.--cost::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2131 11.3965L4.93963 9.85352C4.32928 9.67773 3.90447 9.10645 3.90447 8.47168C3.90447 7.67578 4.549 7.03125 5.3449 7.03125H8.58221C9.17791 7.03125 9.76385 7.21191 10.2521 7.54395C10.55 7.74414 10.9504 7.69531 11.2043 7.44629L12.9035 5.78613C13.2502 5.44922 13.2013 4.8877 12.8156 4.58984C11.6193 3.65234 10.1252 3.12988 8.59197 3.125V0.78125C8.59197 0.351562 8.24041 0 7.81072 0H6.24822C5.81853 0 5.46697 0.351562 5.46697 0.78125V3.125H5.3449C2.23455 3.125 -0.265451 5.7959 0.0226352 8.96484C0.227713 11.2158 1.94646 13.0469 4.11443 13.6816L9.11932 15.1465C9.72967 15.3271 10.1545 15.8936 10.1545 16.5283C10.1545 17.3242 9.50994 17.9688 8.71404 17.9688H5.47674C4.88103 17.9688 4.2951 17.7881 3.80681 17.4561C3.50896 17.2559 3.10857 17.3047 2.85467 17.5537L1.15545 19.2139C0.808768 19.5508 0.857596 20.1123 1.24334 20.4102C2.43963 21.3477 3.93377 21.8701 5.46697 21.875V24.2188C5.46697 24.6484 5.81853 25 6.24822 25H7.81072C8.24041 25 8.59197 24.6484 8.59197 24.2188V21.8652C10.8674 21.8213 13.0012 20.4688 13.7531 18.3154C14.8029 15.3076 13.0402 12.2217 10.2131 11.3965Z' fill='%23D6DDE6'/%3E%3C/svg%3E%0A");
  height: 25px;
  left: -30px;
  width: 15px;
}

.single-event__wrapper .single-event__sidebar-date-time-item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.single-event__wrapper .single-event__sidebar-date-time-heading {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
}

.single-event__wrapper .single-event__social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  order: 3;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper {
    order: unset;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header .single-event__social-label {
    margin-bottom: 0rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-wrapper.--header .single-event__social-icon-anchor {
    margin-left: 1.5625rem;
    margin-right: 0rem;
  }
}

.single-event__wrapper .single-event__social-label {
  display: inline-block;
  margin-bottom: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-label {
    margin-bottom: 0.625rem;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}

.single-event__wrapper .single-event__social-icons-wrapper {
  display: flex;
}

.single-event__wrapper .single-event__social-icon-anchor {
  display: block;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-icon-anchor {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.single-event__wrapper .single-event__social-icon {
  font-size: 52px;
}

@media screen and (min-width: 768px) {
  .single-event__wrapper .single-event__social-icon {
    font-size: 25px;
  }
}

.story-archive__wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper {
    padding-bottom: 6.25rem;
  }
}

.story-archive__wrapper .story-archive__heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
}

.story-archive__wrapper .story-archive__heading {
  text-align: center;
  max-width: 756px;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .story-archive__wrapper .story-archive__content-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__slider-inner-wrapper {
    position: relative;
  }
}

.story-archive__wrapper .story-archive__story,
  .story-archive__wrapper .story-archive__story-inner,
  .story-archive__wrapper .story-archive__story-content-wrapper {
  height: 100%;
}

.story-archive__wrapper .story-archive__story {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 60px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story {
    padding-top: 100px;
  }
}

.story-archive__wrapper .story-archive__story:not(:last-of-type) {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type) {
    padding-bottom: 100px;
  }
}

.story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
  bottom: 0;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -15px;
    max-width: 1220px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -50px;
    width: calc(100% + 100px);
  }
}

@media screen and (min-width: 1280px) {
  .story-archive__wrapper .story-archive__story:not(:last-of-type)::after {
    left: -90px;
    width: calc(100% + 180px);
  }
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-content-wrapper {
    flex-direction: row-reverse;
  }
}

.story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-image-wrapper {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-text-wrapper-outer {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story:nth-child(even) .story-archive__story-text-wrapper-outer {
    padding-left: 0;
    padding-right: 78px;
  }
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image.story-archive__story--type-story .story-archive__story-content-wrapper {
    padding-bottom: 105px;
  }
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding-bottom: 35px;
  position: relative;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-image-attribution-wrapper {
  margin-bottom: 0;
  margin-top: 25px;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-text-wrapper-outer {
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-text-wrapper-outer {
    padding-left: 0;
  }
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-attribution-wrapper {
  position: static;
}

.story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-button {
  bottom: 40px;
  left: 35px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story.story-archive__story--has-no-image .story-archive__story-button {
    left: unset;
    right: 35px;
  }
}

.story-archive__wrapper .story-archive__story-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-content-wrapper {
    flex-direction: row;
  }
}

.story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__slider-dots-controls-wrapper {
    position: unset;
  }
}

.story-archive__wrapper .story-archive__story-left-wrapper {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-top: 1.5625rem;
  position: relative;
  width: 167px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story-left-wrapper {
    margin: 0 auto 30px;
  }
}

.story-archive__wrapper .story-archive__story-image-wrapper {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  height: 297px;
  min-width: 0;
  gap: 0 16px;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-image-wrapper {
    padding-top: 0rem;
    min-width: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story-image-wrapper {
    padding-top: 0rem;
    min-width: 460px;
  }
}

.story-archive__wrapper .story-archive__story-image-wrapper::before {
  content: '';
  display: block;
  white-space: nowrap;
  width: 10px;
  min-width: 10px;
  height: 136px;
  margin: 21px 0 auto 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMzYiIHZpZXdCb3g9IjAgMCA4IDEzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjQiIHkxPSI0IiB4Mj0iMy45OTk5OSIgeTI9IjEzMiIgc3Ryb2tlPSIjNjRBRkUxIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iMC41IDIwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}

.story-archive__wrapper .story-archive__story-image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-image {
    max-width: 435px;
  }
}

.story-archive__wrapper .story-archive__story-text-wrapper-outer {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-text-wrapper-outer {
    align-items: flex-start;
    display: flex;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .story-archive__wrapper .story-archive__story-text-wrapper-outer {
    padding-left: 78px;
  }
}

.story-archive__wrapper .story-archive__story-text-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-text-wrapper {
    position: relative;
    text-align: left;
  }
}

.story-archive__wrapper .story-archive__story-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__story-title {
    margin: 20px auto 30px;
  }
}

.story-archive__wrapper .story-archive__story-text-content {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.story-archive__wrapper .story-archive__story-text-content p::before,
    .story-archive__wrapper .story-archive__story-text-content p::after {
  content: '“';
}

.story-archive__wrapper .story-archive__name-role-container {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .story-archive__wrapper .story-archive__name-role-container {
    margin-top: 10px;
  }
}

.story-archive__wrapper .story-archive__story-age::before {
  content: ', ';
}

.story-archive__wrapper .story-archive__story-attribution-wrapper {
  display: flex;
  align-items: center;
  align-self: flex-start;
  font-weight: 600;
  margin: 35px auto 0;
  padding-right: 35px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story-archive__wrapper .story-archive__story-attribution-wrapper {
    margin: 45px 0 0;
  }
}

.story-archive__wrapper .story-archive__story-attribution-wrapper::before {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 45px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="32" viewBox="0 0 45 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.66886 0.00205107C6.60234 0.000372402 5.53783 0.108643 4.47611 0.334696C4.35609 0.360155 4.24502 0.428142 4.1678 0.523542C4.09059 0.618942 4.04722 0.741485 4.04722 0.864302C4.05254 9.41951 4.05785 17.9747 4.06317 26.5306C4.06317 26.6073 4.07995 26.6842 4.11157 26.7539C4.14318 26.8238 4.19019 26.8868 4.24781 26.9374C4.30545 26.9878 4.37427 27.0261 4.44757 27.0482C4.52115 27.0703 4.59921 27.077 4.67531 27.0667C9.31646 26.4523 14.1838 27.4332 19.4408 30.631H1.08277V5.64866C1.08472 5.50569 1.02737 5.36273 0.926933 5.26089C0.826498 5.15905 0.684371 5.09974 0.541407 5.09974C0.398443 5.09974 0.256317 5.15905 0.155881 5.26089C0.0554464 5.36273 -0.00190685 5.50569 4.84186e-05 5.64866V31.1718C4.84186e-05 31.3133 0.0585198 31.4543 0.158675 31.5545C0.258831 31.6546 0.399561 31.7131 0.541407 31.7131H21.152C21.1744 31.7134 21.197 31.7131 21.2191 31.7078C21.2947 31.7165 21.3719 31.7078 21.4441 31.6857C21.5162 31.6625 21.5837 31.6241 21.6402 31.5735C21.6967 31.5231 21.7426 31.4602 21.7736 31.3911C21.8047 31.3217 21.8209 31.2459 21.8209 31.1701L21.805 6.04806C21.805 5.96525 21.7854 5.88216 21.7487 5.80802C21.7118 5.73359 21.6578 5.66813 21.5918 5.61777C16.9495 2.08145 12.2903 0.00779369 7.66924 0.000488281L7.66886 0.00205107ZM7.67642 1.08339C11.9275 1.08983 16.2696 2.9727 20.723 6.32101L20.7381 30.1653C15.261 26.6514 10.0729 25.4161 5.14537 25.9223C5.14034 17.718 5.1353 9.51376 5.13027 1.31022C5.97547 1.15746 6.82398 1.08276 7.67649 1.08417L7.67642 1.08339Z" fill="%23BE1E2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M37.3255 0.00231341C32.704 0.0095873 28.0455 2.08328 23.408 5.61989C23.3423 5.67024 23.288 5.73571 23.2513 5.80985C23.2144 5.88399 23.1951 5.9668 23.1951 6.04962L23.1738 31.1716C23.1738 31.2455 23.1892 31.3193 23.2186 31.3871C23.248 31.4548 23.2916 31.5163 23.3453 31.5669C23.3993 31.6173 23.4637 31.6567 23.5333 31.6814C23.603 31.7063 23.6777 31.7166 23.7513 31.7116H23.8002H44.4588C44.6004 31.7116 44.7414 31.6531 44.8415 31.553C44.9417 31.4528 45.0002 31.3121 45.0002 31.1702V5.64713C45.0024 5.50417 44.9448 5.36121 44.8443 5.25937C44.7439 5.15753 44.6018 5.09822 44.4588 5.09822C44.3158 5.09822 44.1737 5.15753 44.0733 5.25937C43.9728 5.36121 43.9155 5.50417 43.9174 5.64713V30.6288H25.5536C30.8114 27.4312 35.6831 26.4501 40.3192 27.0644C40.3953 27.0748 40.4736 27.0698 40.5469 27.046C40.6205 27.0239 40.689 26.9856 40.7467 26.9352C40.8043 26.8848 40.8513 26.8216 40.8829 26.7517C40.9145 26.6817 40.9313 26.6051 40.9313 26.5281C40.9366 17.9729 40.9417 9.41771 40.947 0.861784C40.947 0.738967 40.9036 0.616424 40.8264 0.521024C40.7492 0.425624 40.6384 0.357639 40.5181 0.332178C39.4564 0.106405 38.3918 -0.00215212 37.3253 -0.000469011L37.3255 0.00231341ZM37.318 1.08366C38.1704 1.08254 39.019 1.15695 39.8642 1.30971C39.8594 9.51397 39.8541 17.7175 39.8491 25.9218C34.9254 25.4159 29.734 26.6512 24.2563 30.1648L24.2768 6.3205C28.7254 2.97248 33.0669 1.08962 37.3176 1.08317L37.318 1.08366Z" fill="%23BE1E2D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
}

.story-archive__wrapper .story-archive__story-attribution-wrapper::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.0387 6.34326L13.6278 7.76078L16.898 11.0157L3.29297 11.0294L3.29498 13.0294L16.8627 13.0158L13.6476 16.246L15.0651 17.6569L20.7087 11.9869L15.0387 6.34326Z" fill="%23BE1E2D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}

.story-archive__wrapper .story-archive__story-role {
  display: block;
  font-style: italic;
  text-align: center;
}

.story-archive__wrapper .story-archive__pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--prev:hover .blog__pagination-button-anchor [class$='pagination-button-label'], .story-archive__wrapper .story-archive__pagination-button-wrapper.--next:hover .blog__pagination-button-anchor [class$='pagination-button-label'] {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%23F2F9F2'/%3E%3C/svg%3E%0A");
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--prev {
  margin-right: 30px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--next {
  margin-left: 30px;
}

.story-archive__wrapper .story-archive__pagination-button-wrapper.--next [class$='pagination-button-label'] {
  transform: scaleX(-1);
}

.story-archive__wrapper .story-archive__pagination-button-anchor {
  display: flex;
}

.story-archive__wrapper .story-archive__pagination-button-anchor [class$='pagination-button-label'] {
  opacity: 1;
  cursor: pointer;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-button-anchor [class$='pagination-button-label']:hover {
  background-color: #AA3909;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-button-label {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3 13.7L0.3 7.7C0.1 7.5 0 7.3 0 7C0 6.7 0.1 6.5 0.3 6.3L6.3 0.3C6.7 -0.1 7.3 -0.1 7.7 0.3C8.1 0.7 8.1 1.3 7.7 1.7L2.4 7L7.7 12.3C8.1 12.7 8.1 13.3 7.7 13.7C7.3 14.1 6.7 14.1 6.3 13.7Z' fill='%2326313D'/%3E%3C/svg%3E%0A");
  border: 1px solid #7D838B;
  border-radius: 8px;
  cursor: not-allowed;
  opacity: 0.4;
}

.story-archive__wrapper .story-archive__pagination-pages-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.story-archive__wrapper .story-archive__pagination-page-number {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #F2F9F2;
  border-radius: 8px;
  color: #26313D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 100ms;
}

.story-archive__wrapper .story-archive__pagination-page-number:hover {
  color: #F2F9F2;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current, .story-archive__wrapper .story-archive__pagination-page-number:hover {
  background-color: #AA3909;
  border-color: #AA3909;
  transition: all 300ms;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current {
  cursor: default;
  color: #F2F9F2;
  background-color: #AA3909;
  border: 1px solid #AA3909;
  overflow: hidden;
}

.story-archive__wrapper .story-archive__pagination-page-number.--current:hover {
  color: #F2F9F2;
}

.story-archive__wrapper .story-archive__pagination-page-filler {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: 1px solid #fff;
  cursor: default;
  margin-bottom: 5px;
  margin-top: 5px;
}

.single-story__wrapper {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .single-story__wrapper {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-columns-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 639px) {
  .single-story__wrapper .single-story__header-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.single-story__wrapper .single-story__header-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3.4375rem;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-content-wrapper {
    flex-direction: row;
  }
}

.single-story__wrapper .single-story__header-text-column {
  padding-bottom: 3.4375rem;
  position: relative;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 1.875rem;
    width: 50%;
    max-width: 605px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 2.8125rem;
  }
}

@media screen and (min-width: 1280px) {
  .single-story__wrapper .single-story__header-text-column {
    padding-right: 4.0625rem;
  }
}

.single-story__wrapper .single-story__header-text-column::before, .single-story__wrapper .single-story__header-text-column::after {
  position: absolute;
  height: 21px;
  left: 30px;
  width: calc(100% - 60px);
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column::before, .single-story__wrapper .single-story__header-text-column::after {
    left: 0;
    width: 100%;
  }
}

.single-story__wrapper .single-story__header-text-column::before {
  top: -9px;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-text-column::before {
    content: ' ';
  }
}

.single-story__wrapper .single-story__header-text-column::after {
  bottom: -8px;
  content: ' ';
}

.single-story__wrapper .single-story__header-card {
  margin-bottom: 2.5rem;
  margin-top: -1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__header-card {
    margin-bottom: 2.1875rem;
    margin-top: 1.5625rem;
    text-align: left;
    border-radius: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__header-card {
    margin-bottom: 2.1875rem;
    padding-bottom: 4.0625rem;
    padding-top: 3.75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.single-story__wrapper .single-story__main-column {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__main-column-inner {
    width: calc(100% - 70px);
  }
}

.single-story__wrapper .single-story__image-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper {
    height: 515px;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--mobile {
    display: none;
  }
}

.single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper.single-story__image-wrapper--desktop {
    display: block;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__image-wrapper::before {
    height: 350px;
    left: 0 !important;
    width: 100% !important;
  }
}

.single-story__wrapper .single-story__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-story__wrapper .single-story__title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__title {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: left;
  }
}

.single-story__wrapper .single-story__quote {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}

.single-story__wrapper .single-story__quote p:last-child,
    .single-story__wrapper .single-story__quote ol:not([class*='__']):last-child,
    .single-story__wrapper .single-story__quote ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.single-story__wrapper .single-story__quote p:last-child else,
      .single-story__wrapper .single-story__quote ol:not([class*='__']):last-child else,
      .single-story__wrapper .single-story__quote ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__quote {
    margin-bottom: 65px;
  }
}

.single-story__wrapper .single-story__quote::before, .single-story__wrapper .single-story__quote::after {
  background-image: url("data:image/svg+xml,%3Csvg width='343' height='2' viewBox='0 0 343 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='342' y2='1' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round' stroke-dasharray='0.25 20'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: ' ';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.single-story__wrapper .single-story__quote::before {
  top: -1px;
}

.single-story__wrapper .single-story__quote::after {
  bottom: -1px;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-image {
  margin-bottom: 40px;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
  position: relative;
  min-height: 185px;
}

@media screen and (min-width: 640px) {
  .single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
    min-height: 205px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video {
    height: 100%;
    min-height: 275px;
  }
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

.single-story__wrapper .single-story__story-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-story__wrapper .single-story__header-social-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.single-story__wrapper .single-story__social-label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-story__wrapper .single-story__social-icons-wrapper {
  display: flex;
  gap: 25px;
}

.single-story__wrapper .single-story__social-icon-anchor {
  display: block;
  font-size: 24px;
}

.single-story__wrapper .single-story__body-wrapper {
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-wrapper {
    margin-bottom: 90px;
  }
}

.single-story__wrapper .single-story__body-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__body-content-wrapper {
    flex-direction: row;
  }
}

.single-story__wrapper .single-story__story-column {
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__story-column {
    padding-right: 2.5rem;
  }
}

.single-story__wrapper .single-story__sidebar-column {
  flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__sidebar-column {
    flex-grow: 1;
    max-width: 395px;
  }
}

.single-story__wrapper .single-story__sidebar-wrapper {
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 50px 30px 60px;
}

.single-story__wrapper .single-story__sidebar-heading {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.single-story__wrapper .single-story__sidebar-text-content {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.single-story__wrapper .single-story__button-wrapper {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__button-wrapper {
    display: flex;
    justify-content: center;
  }
}

.single-story__wrapper .single-story__sidebar-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1.5625rem;
  width: 100%;
}

.single-story__wrapper .single-story__sidebar-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.single-story__wrapper .single-story__sidebar-button:hover, .single-story__wrapper .single-story__sidebar-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost::after, .single-story__wrapper .single-story__sidebar-button.button--ghost-dark::after, .single-story__wrapper .single-story__sidebar-button.button--secondary::after {
  content: unset;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost:hover, .single-story__wrapper .single-story__sidebar-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.single-story__wrapper .single-story__sidebar-button.button--ghost-dark:hover, .single-story__wrapper .single-story__sidebar-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.single-story__wrapper .single-story__sidebar-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.single-story__wrapper .single-story__sidebar-button.button--secondary:hover, .single-story__wrapper .single-story__sidebar-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.single-story__wrapper .single-story__sidebar-link {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  margin-top: 40px;
  text-align: center;
  text-decoration: underline;
}

.single-story__wrapper .single-story__related-wrapper {
  padding-bottom: 100px;
  padding-top: 55px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-wrapper {
    padding-top: 80px;
  }
}

.single-story__wrapper .single-story__related-wrapper:before {
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.single-story__wrapper .single-story__related-heading-wrapper {
  font-size: 48px;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-heading-wrapper {
    margin-bottom: 80px;
  }
}

.single-story__wrapper .single-story__related-stories-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-stories-wrapper {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1180px) {
  .single-story__wrapper .single-story__related-stories-wrapper {
    justify-content: space-between;
  }
}

.single-story__wrapper .single-story__related-story-item {
  display: inline-block;
}

.single-story__wrapper .single-story__related-story-item:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 820px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(1) {
    margin-right: 15px;
  }
}

@media (min-width: 820px) and (min-width: 1180px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(1) {
    margin: 0;
  }
}

@media (min-width: 820px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(2) {
    margin-left: 15px;
  }
}

@media (min-width: 820px) and (min-width: 1180px) {
  .single-story__wrapper .single-story__related-story-item:nth-of-type(2) {
    margin: 0;
  }
}

.single-story__wrapper .single-story__related-story-image-wrapper {
  align-items: flex-end;
  min-height: 245px;
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-story-image-wrapper {
    max-width: 100%;
    min-height: 365px;
    width: 365px;
  }
}

@media screen and (min-width: 1024px) {
  .single-story__wrapper .single-story__related-story-image-wrapper::before {
    height: 350px;
  }
}

.module__callout {
  position: relative;
}

.module__callout.module__callout--has-button .callout__content-wrapper {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .module__callout.module__callout--has-button .callout__content-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}

.module__callout.module__callout--has-button .callout__text-content-wrapper {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .module__callout.module__callout--has-button .callout__text-content-wrapper {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .module__callout.module__callout--has-button .callout__text-content-wrapper {
    margin-right: 73px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__callout.module__callout--has-image.module__callout--has-button .callout__content-wrapper-inner {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .module__callout.module__callout--has-image.module__callout--has-button .callout__text-content-wrapper {
    margin-right: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__callout.module__callout--has-image.module__callout--has-button .callout__image-wrapper {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.module__callout:not(.module__callout--has-image):not(.module__callout--has-button) .callout__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

@media screen and (min-width: 768px) {
  .module__callout .callout__text-button-wrapper {
    display: flex;
    flex-grow: 1;
  }
}

.module__callout .callout__content-wrapper {
  position: relative;
}

.module__callout .callout__content-wrapper-inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .module__callout .callout__content-wrapper-inner {
    flex-direction: row;
  }
}

.module__callout .callout__image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .module__callout .callout__image-wrapper {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 80px;
    max-width: 350px;
  }
}

.module__callout .callout__image {
  align-self: center;
}

.module__callout .callout__text-content-wrapper {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.module__callout .callout__button-wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .module__callout .callout__button-wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .module__callout .callout__button-wrapper {
    align-items: center;
    flex-shrink: 0;
  }
}

.module__content-slider {
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__content-slider {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .module__content-slider .content-slider__content-wrapper {
    position: relative;
  }
}

.module__content-slider .content-slider__slider-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-inner-wrapper {
    position: relative;
  }
}

.module__content-slider .content-slider__slider {
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__slider {
    border: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1200px - 100px);
    padding: 0;
  }
}

.module__content-slider .slick-list {
  overflow: visible;
  overflow-x: clip;
}

.module__content-slider .slick-track {
  display: flex;
}

.module__content-slider .slick-slide {
  align-self: center;
}

.module__content-slider .content-slider__item {
  padding-right: 1px;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image {
  padding-left: 0;
  padding-right: 0;
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-text-wrapper-outer {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-text-wrapper-outer {
    padding-left: 0;
  }
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-text-wrapper {
  text-align: center;
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-text-content {
  text-align: center;
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__item-button {
  margin-left: auto;
  margin-right: auto;
}

.module__content-slider .content-slider__item.content-slider__item--has-no-image .content-slider__name-role-container {
  justify-content: center;
}

.module__content-slider .content-slider__item-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-content-wrapper {
    align-items: center;
    flex-direction: row;
  }
}

.module__content-slider .content-slider__slider-dots-controls-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__content-slider .content-slider__slider-dots-controls-wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-dots-controls-wrapper {
    position: unset;
  }
}

.module__content-slider .content-slider__slider-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-dots-wrapper {
    justify-content: center;
    width: 100%;
  }
}

.module__content-slider .content-slider__slider-controls-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  left: 50% !important;
  width: auto;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__slider-controls-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    bottom: 85px;
  }
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-controls-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding-left: 0rem;
    padding-right: 0rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-controls-wrapper {
    max-width: 1200px;
    width: 100% !important;
    transform: translate(-50%, -35%);
  }
}

.module__content-slider .content-slider__item.content-slider__item--has-role .content-slider__item-name::after {
  content: ', ';
}

.module__content-slider .content-slider__item-left-wrapper {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .module__content-slider .content-slider__item-left-wrapper {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-left-wrapper {
    margin-bottom: 0;
    max-width: 307px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__content-slider .content-slider__item-left-wrapper {
    max-width: 40%;
  }
}

.module__content-slider .content-slider__item-image-wrapper {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-image-wrapper {
    padding-left: 1px !important;
  }
}

.module__content-slider .content-slider__item-image {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  overflow: hidden;
  width: 100%;
}

.module__content-slider .content-slider__item-text-wrapper-outer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-text-wrapper-outer {
    display: flex;
    padding-left: 65px;
  }
}

.module__content-slider .content-slider__item-text-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.module__content-slider .content-slider__item-title {
  font-size: 25px !important;
  font-weight: 400 !important;
  margin-bottom: 30px !important;
}

.module__content-slider .content-slider__item-title > span::before {
  content: none !important;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-text-content {
    text-align: left;
  }
}

.module__content-slider .content-slider__item-text-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.module__content-slider .content-slider__item-attribution-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__item-attribution-wrapper {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

.module__content-slider .content-slider__name-role-container {
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  flex-wrap: wrap;
  line-height: 22px;
  margin-top: 20px;
}

.module__content-slider .content-slider__item-name {
  margin-right: -4px;
}

.module__content-slider .content-slider__item-name::before {
  content: '- ';
}

.module__content-slider .content-slider__item-name p {
  display: inline;
  margin: 0;
}

.module__content-slider .content-slider__item-button-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.module__content-slider .content-slider__item-button {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 40px;
}

.module__content-slider .content-slider__item-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__content-slider .content-slider__item-button:hover {
  color: #C14D1A;
}

.module__content-slider .content-slider__item-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module__content-slider .content-slider__slider-dots {
  display: flex;
  list-style-type: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .module__content-slider .content-slider__slider-dots {
    margin-top: 2.1875rem;
    position: static;
  }
}

.module__content-slider .content-slider__slider-dots li {
  background-color: #AA3909;
  border: 1px solid #AA3909;
  border-radius: 100%;
  height: 12px;
  opacity: 0.3;
  width: 12px;
}

.module__content-slider .content-slider__slider-dots li.slick-active {
  opacity: 1;
}

.module__content-slider .content-slider__slider-dots li.slick-active button {
  height: 100%;
  width: 100%;
}

.module__content-slider .content-slider__slider-dots li:not(.slick-active) {
  cursor: pointer;
}

.module__content-slider .content-slider__slider-dots li button {
  height: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  overflow: hidden;
  color: transparent;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__content-slider .content-slider__slider-dots {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .module__content-slider .content-slider__slider-dots {
    margin-top: 50px;
  }
}

.module__content-slider.is-preview .content-slider__slider-controls-wrapper {
  left: 0;
  width: 100%;
}

.module__horizontal-rule.module.--padding-top-none {
  padding-top: 1px;
}

@media screen and (min-width: 1024px) {
  .module__horizontal-rule.module.--padding-top-none {
    padding-top: 1px;
  }
}

.module__horizontal-rule.module.--padding-bottom-none {
  padding-bottom: 1px;
}

@media screen and (min-width: 1024px) {
  .module__horizontal-rule.module.--padding-bottom-none {
    padding-bottom: 1px;
  }
}

.module__horizontal-rule.module .horizontal-rule__horizontal-rule {
  height: 1px;
  max-width: 100%;
}

.module__faqs.module {
  overflow: hidden;
  position: relative;
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-item:not(:first-child) {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-item {
    border: none !important;
  }

  .module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-item:nth-child(n + 3) {
    border-top: 1px solid #fff !important;
  }
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-item.faqs__question-item--open {
  box-shadow: none;
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-item.faqs__question-item--open .faqs__question-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM5.66406 14.0625C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H5.66406Z" fill="%23096E93"/></svg>');
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-label-wrapper {
  overflow: hidden;
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__question-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM19.1406 13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H14.0625V18.5547C14.0625 18.877 13.7988 19.1406 13.4766 19.1406H10.7422C10.4199 19.1406 10.1562 18.877 10.1562 18.5547V14.0625H5.66406C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H10.1562V5.66406C10.1562 5.3418 10.4199 5.07812 10.7422 5.07812H13.4766C13.7988 5.07812 14.0625 5.3418 14.0625 5.66406V10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766Z" fill="%23096E93"/></svg>');
}

.module__faqs.module.module--bg-dark:not(.module--dark-bg-color-exception) .faqs__bottom-text-content::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="31" viewBox="0 0 17 31" fill="none"><path d="M4.74984 20.4581L4.7082 19.3747C4.58327 17.2496 5.29153 15.0832 7.16645 12.8748C8.49968 11.2498 9.58305 9.87488 9.58305 8.5C9.58305 7.04184 8.62461 6.04175 6.54147 6.00011C5.16659 6.00011 3.49989 6.50015 2.41652 7.25005L1 2.70835C2.54177 1.83351 5.00002 1 7.95831 1C13.4581 1 16 4.04158 16 7.49991C16 10.6664 14.0001 12.7499 12.4167 14.4999C10.9169 16.2082 10.25 17.8333 10.2916 19.7082V20.4581H4.75016H4.74984ZM3.66647 26.2498C3.66647 23.9997 5.20824 22.4583 7.37466 22.4583C9.54109 22.4583 11.0829 24 11.1245 26.2498C11.1245 28.4165 9.66634 30.0416 7.37466 30.0416C5.08299 30.0416 3.66647 28.4165 3.66647 26.2498Z" fill="%23D1ADDD"/><path d="M4.74984 20.4581L4.7082 19.3747C4.58327 17.2496 5.29153 15.0832 7.16645 12.8748C8.49968 11.2498 9.58305 9.87488 9.58305 8.5C9.58305 7.04184 8.62461 6.04175 6.54147 6.00011C5.1666 6.00011 3.49989 6.50015 2.41652 7.25005L1 2.70835C2.54177 1.83351 5.00002 1 7.95831 1C13.4581 1 16 4.04158 16 7.49991C16 10.6664 14.0001 12.7499 12.4167 14.4999C10.9169 16.2082 10.25 17.8333 10.2916 19.7082V20.4581H4.75016H4.74984ZM3.66647 26.2498C3.66647 23.9997 5.20824 22.4583 7.37466 22.4583C9.54109 22.4583 11.0829 24 11.1245 26.2498C11.1245 28.4165 9.66634 30.0416 7.37466 30.0416C5.08299 30.0416 3.66647 28.4165 3.66647 26.2498Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.module__faqs.module.module__faqs--half-width .faqs__question-item:not(:first-child) {
  border-top: 1px solid #7D838B;
}

@media screen and (min-width: 768px) {
  .module__faqs.module.module__faqs--half-width .faqs__question-item {
    width: calc(50% - 50px);
    border: none !important;
  }

  .module__faqs.module.module__faqs--half-width .faqs__question-item:nth-child(n + 3) {
    border-top: 1px solid #7D838B !important;
  }

  .module__faqs.module.module__faqs--half-width .faqs__question-item:nth-child(odd) {
    margin-right: 50px;
  }

  .module__faqs.module.module__faqs--half-width .faqs__question-item:nth-child(even) {
    margin-left: 50px;
  }
}

.module__faqs.module .faqs__content-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__faqs.module .faqs__content-builder-wrapper {
    margin-bottom: 60px;
  }
}

.module__faqs.module .faqs__questions-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.module__faqs.module .faqs__question-item {
  align-self: flex-start;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.module__faqs.module .faqs__question-item:not(:first-child) {
  border-top: 1px solid #7D838B;
}

.module__faqs.module .faqs__question-item.faqs__question-item--open .faqs__question-label-wrapper {
  border-radius: 20px;
}

.module__faqs.module .faqs__question-item.faqs__question-item--open .faqs__question-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM5.66406 14.0625C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H5.66406Z" fill="%23096E93"/></svg>');
}

.module__faqs.module .faqs__question-item.faqs__question-item--open .faqs__question-answer-wrapper {
  transition: all 300ms;
  margin-top: calc(30px * 2 / 3);
  max-height: 800px;
}

.module__faqs.module .faqs__question-label-wrapper {
  cursor: pointer;
}

.module__faqs.module .faqs__question-label {
  margin-bottom: 0;
  padding-right: 55px;
  position: relative;
}

.module__faqs.module .faqs__question-label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.1094 0C5.41992 0 0 5.41992 0 12.1094C0 18.7988 5.41992 24.2188 12.1094 24.2188C18.7988 24.2188 24.2188 18.7988 24.2188 12.1094C24.2188 5.41992 18.7988 0 12.1094 0ZM19.1406 13.4766C19.1406 13.7988 18.877 14.0625 18.5547 14.0625H14.0625V18.5547C14.0625 18.877 13.7988 19.1406 13.4766 19.1406H10.7422C10.4199 19.1406 10.1562 18.877 10.1562 18.5547V14.0625H5.66406C5.3418 14.0625 5.07812 13.7988 5.07812 13.4766V10.7422C5.07812 10.4199 5.3418 10.1562 5.66406 10.1562H10.1562V5.66406C10.1562 5.3418 10.4199 5.07812 10.7422 5.07812H13.4766C13.7988 5.07812 14.0625 5.3418 14.0625 5.66406V10.1562H18.5547C18.877 10.1562 19.1406 10.4199 19.1406 10.7422V13.4766Z" fill="%23096E93"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  height: 25px;
  position: absolute;
  right: 7px;
  top: 4px;
  width: 25px;
}

.module__faqs.module .faqs__question-answer-wrapper {
  transition: all 100ms;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}

.module__faqs.module .faqs__question-answer-wrapper p:last-child,
    .module__faqs.module .faqs__question-answer-wrapper ol:not([class*='__']):last-child,
    .module__faqs.module .faqs__question-answer-wrapper ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.module__faqs.module .faqs__question-answer-wrapper p:last-child else,
      .module__faqs.module .faqs__question-answer-wrapper ol:not([class*='__']):last-child else,
      .module__faqs.module .faqs__question-answer-wrapper ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.module__faqs.module .faqs__bottom-text-content-wrapper {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 755px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .module__faqs.module .faqs__bottom-text-content-wrapper {
    text-align: left;
  }
}

.module__faqs.module .faqs__bottom-text-content-inner-wrapper {
  align-items: center;
  display: flex;
}

.module__faqs.module .faqs__bottom-text-content-inner-wrapper .faqs__bottom-text-content-icon {
  margin-bottom: 0;
  margin-right: 20px;
  max-width: 50px;
}

.module__faqs.module .faqs__bottom-text-content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.module__faqs.is-preview .faqs__question-label {
  margin-bottom: 0 !important;
  padding-right: 50px !important;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item .post-card__post-heading {
  color: #26313D !important;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item .post-card__post-meta-wrapper .post-card__post-meta-author,
.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item .post-card__post-meta-wrapper .post-card__post-meta-date {
  color: #26313D !important;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item:hover .post-card__post-meta-wrapper .post-card__post-meta-author,
.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item:hover .post-card__post-meta-wrapper .post-card__post-meta-date {
  color: #26313D !important;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item:hover .post-card__post-heading,
.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-item:hover .post-card__post-intro {
  color: #26313D !important;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-meta-wrapper .post-card__post-meta-author,
.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-meta-wrapper .post-card__post-meta-date {
  color: #26313D;
}

.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-heading,
.module__featured-posts.module.module--bg-dark:not(.module--dark-bg-color-exception) .post-card__post-intro {
  color: #26313D;
}

.module__featured-posts.module .featured-posts__cards-wrapper {
  gap: 30px 20px;
}

@media screen and (min-width: 640px) {
  .module__featured-posts.module .featured-posts__cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 639px) {
  .module__featured-posts.module .featured-posts__cards-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.module__featured-posts.module .featured-posts__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module__featured-posts.module .featured-posts__button-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .module__hero {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .module__hero {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.module__hero.module__hero--type-simple .hero__content-builder-wrapper > * {
  max-width: 910px;
}

.module__hero.module--heading-left .hero__text-wrapper > * {
  margin-left: 0;
  margin-right: 0;
}

.module__hero.module__hero--type-video, .module__hero.module__hero--image-type-background {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.module__hero.module__hero--type-video .hero__text-wrapper, .module__hero.module__hero--image-type-background .hero__text-wrapper {
  /* If no padding selected, just do 50px by default. */
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-100px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-100px .hero__text-wrapper {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-150px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-150px .hero__text-wrapper {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-200px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-200px .hero__text-wrapper {
    padding-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-250px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-250px .hero__text-wrapper {
    padding-top: 250px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-300px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-300px .hero__text-wrapper {
    padding-top: 300px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-350px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-350px .hero__text-wrapper {
    padding-top: 350px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-400px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-400px .hero__text-wrapper {
    padding-top: 400px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-500px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-500px .hero__text-wrapper {
    padding-top: 500px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-top-600px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-top-600px .hero__text-wrapper {
    padding-top: 600px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-100px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-100px .hero__text-wrapper {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-150px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-150px .hero__text-wrapper {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-200px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-200px .hero__text-wrapper {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-250px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-250px .hero__text-wrapper {
    padding-bottom: 250px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-300px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-300px .hero__text-wrapper {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-350px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-350px .hero__text-wrapper {
    padding-bottom: 350px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-400px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-400px .hero__text-wrapper {
    padding-bottom: 400px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-500px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-500px .hero__text-wrapper {
    padding-bottom: 500px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--padding-bottom-600px .hero__text-wrapper, .module__hero.module__hero--image-type-background.module__hero--padding-bottom-600px .hero__text-wrapper {
    padding-bottom: 600px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video.module__hero--text-black [class$='subheading'],
    .module__hero.module__hero--type-video.module__hero--text-black h1,
    .module__hero.module__hero--type-video.module__hero--text-black .h1,
    .module__hero.module__hero--type-video.module__hero--text-black h2,
    .module__hero.module__hero--type-video.module__hero--text-black .h2,
    .module__hero.module__hero--type-video.module__hero--text-black h3,
    .module__hero.module__hero--type-video.module__hero--text-black .h3,
    .module__hero.module__hero--type-video.module__hero--text-black h4,
    .module__hero.module__hero--type-video.module__hero--text-black .h4,
    .module__hero.module__hero--type-video.module__hero--text-black h5,
    .module__hero.module__hero--type-video.module__hero--text-black .h5,
    .module__hero.module__hero--type-video.module__hero--text-black h6,
    .module__hero.module__hero--type-video.module__hero--text-black .h6,
    .module__hero.module__hero--type-video.module__hero--text-black p,
    .module__hero.module__hero--type-video.module__hero--text-black li:not([class*='select2']),
    .module__hero.module__hero--type-video.module__hero--text-black span:not([class*='button']):not([class*='select2']), .module__hero.module__hero--image-type-background.module__hero--text-black [class$='subheading'],
    .module__hero.module__hero--image-type-background.module__hero--text-black h1,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h1,
    .module__hero.module__hero--image-type-background.module__hero--text-black h2,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h2,
    .module__hero.module__hero--image-type-background.module__hero--text-black h3,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h3,
    .module__hero.module__hero--image-type-background.module__hero--text-black h4,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h4,
    .module__hero.module__hero--image-type-background.module__hero--text-black h5,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h5,
    .module__hero.module__hero--image-type-background.module__hero--text-black h6,
    .module__hero.module__hero--image-type-background.module__hero--text-black .h6,
    .module__hero.module__hero--image-type-background.module__hero--text-black p,
    .module__hero.module__hero--image-type-background.module__hero--text-black li:not([class*='select2']),
    .module__hero.module__hero--image-type-background.module__hero--text-black span:not([class*='button']):not([class*='select2']) {
    color: #26313D !important;
  }
}

.module__hero.module__hero--type-video.module__hero--text-white [class$='subheading'],
  .module__hero.module__hero--type-video.module__hero--text-white h1,
  .module__hero.module__hero--type-video.module__hero--text-white .h1,
  .module__hero.module__hero--type-video.module__hero--text-white h2,
  .module__hero.module__hero--type-video.module__hero--text-white .h2,
  .module__hero.module__hero--type-video.module__hero--text-white h3,
  .module__hero.module__hero--type-video.module__hero--text-white .h3,
  .module__hero.module__hero--type-video.module__hero--text-white h4,
  .module__hero.module__hero--type-video.module__hero--text-white .h4,
  .module__hero.module__hero--type-video.module__hero--text-white h5,
  .module__hero.module__hero--type-video.module__hero--text-white .h5,
  .module__hero.module__hero--type-video.module__hero--text-white h6,
  .module__hero.module__hero--type-video.module__hero--text-white .h6,
  .module__hero.module__hero--type-video.module__hero--text-white p,
  .module__hero.module__hero--type-video.module__hero--text-white li:not([class*='select2']),
  .module__hero.module__hero--type-video.module__hero--text-white span:not([class*='button']):not([class*='select2']), .module__hero.module__hero--image-type-background.module__hero--text-white [class$='subheading'],
  .module__hero.module__hero--image-type-background.module__hero--text-white h1,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h1,
  .module__hero.module__hero--image-type-background.module__hero--text-white h2,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h2,
  .module__hero.module__hero--image-type-background.module__hero--text-white h3,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h3,
  .module__hero.module__hero--image-type-background.module__hero--text-white h4,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h4,
  .module__hero.module__hero--image-type-background.module__hero--text-white h5,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h5,
  .module__hero.module__hero--image-type-background.module__hero--text-white h6,
  .module__hero.module__hero--image-type-background.module__hero--text-white .h6,
  .module__hero.module__hero--image-type-background.module__hero--text-white p,
  .module__hero.module__hero--image-type-background.module__hero--text-white li:not([class*='select2']),
  .module__hero.module__hero--image-type-background.module__hero--text-white span:not([class*='button']):not([class*='select2']) {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--type-video .hero__text-wrapper, .module__hero.module__hero--image-type-background .hero__text-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .module__hero.module__hero--type-video .hero__text-wrapper, .module__hero.module__hero--image-type-background .hero__text-wrapper {
    padding-right: 0;
  }
}

.module__hero.module__hero--type-video .heading-row, .module__hero.module__hero--image-type-background .heading-row {
  max-width: 855px;
}

.module__hero.module__hero--type-video .pili__photo-attribution, .module__hero.module__hero--image-type-background .pili__photo-attribution {
  bottom: 1px !important;
}

.module__hero.module__hero--type-video.module__hero--text-black [class$='subheading'],
.module__hero.module__hero--type-video.module__hero--text-black h1,
.module__hero.module__hero--type-video.module__hero--text-black .h1,
.module__hero.module__hero--type-video.module__hero--text-black h2,
.module__hero.module__hero--type-video.module__hero--text-black .h2,
.module__hero.module__hero--type-video.module__hero--text-black h3,
.module__hero.module__hero--type-video.module__hero--text-black .h3,
.module__hero.module__hero--type-video.module__hero--text-black h4,
.module__hero.module__hero--type-video.module__hero--text-black .h4,
.module__hero.module__hero--type-video.module__hero--text-black h5,
.module__hero.module__hero--type-video.module__hero--text-black .h5,
.module__hero.module__hero--type-video.module__hero--text-black h6,
.module__hero.module__hero--type-video.module__hero--text-black .h6,
.module__hero.module__hero--type-video.module__hero--text-black p,
.module__hero.module__hero--type-video.module__hero--text-black li:not([class*='select2']),
.module__hero.module__hero--type-video.module__hero--text-black span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

.module__hero.module__hero--type-video.module__hero--text-white [class$='subheading'],
.module__hero.module__hero--type-video.module__hero--text-white h1,
.module__hero.module__hero--type-video.module__hero--text-white .h1,
.module__hero.module__hero--type-video.module__hero--text-white h2,
.module__hero.module__hero--type-video.module__hero--text-white .h2,
.module__hero.module__hero--type-video.module__hero--text-white h3,
.module__hero.module__hero--type-video.module__hero--text-white .h3,
.module__hero.module__hero--type-video.module__hero--text-white h4,
.module__hero.module__hero--type-video.module__hero--text-white .h4,
.module__hero.module__hero--type-video.module__hero--text-white h5,
.module__hero.module__hero--type-video.module__hero--text-white .h5,
.module__hero.module__hero--type-video.module__hero--text-white h6,
.module__hero.module__hero--type-video.module__hero--text-white .h6,
.module__hero.module__hero--type-video.module__hero--text-white p,
.module__hero.module__hero--type-video.module__hero--text-white li:not([class*='select2']),
.module__hero.module__hero--type-video.module__hero--text-white span:not([class*='button']):not([class*='select2']) {
  color: #fff !important;
}

.module__hero.module__hero--type-video .hero__content-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 3;
}

.module__hero.module__hero--type-video .hero__background-video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.module__hero.module__hero--type-video .hero__text-wrapper {
  color: #fff;
  text-align: center;
}

.module__hero.module__hero--image-type-background {
  position: relative;
}

@media screen and (max-width: 767px) {
  .module__hero.module__hero--image-type-background {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .module__hero.module__hero--image-type-background .hero__content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.module__hero.module__hero--image-type-background .hero__text-wrapper {
  position: relative;
  z-index: 2;
}

.module__hero.module__hero--image-type-background .hero__image-column {
  position: relative;
}

@media screen and (max-width: 639px) {
  .module__hero.module__hero--image-type-background .hero__image-column {
    left: -15px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .module__hero.module__hero--image-type-background .hero__image-column {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 767px) {
  .module__hero.module__hero--image-type-background .hero__image-column {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-background .hero__image-column {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.module__hero.module__hero--image-type-background .hero__image-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-background .hero__image-wrapper {
    height: 100%;
  }
}

.module__hero.module__hero--image-type-background .hero__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-background .hero__image {
    height: 100%;
  }
}

.module__hero.module__hero--image-type-square {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__container {
    padding-right: 0;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .module__hero.module__hero--image-type-square .hero__container {
    position: relative;
  }
}

.module__hero.module__hero--image-type-square .hero__content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__content-wrapper {
    flex-direction: row;
    margin-bottom: 0;
    min-height: 400px;
    padding-right: 0;
    width: 100%;
  }
}

.module__hero.module__hero--image-type-square .hero__text-wrapper {
  padding-bottom: 60px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__text-wrapper {
    flex-grow: 1;
    margin: 0;
    max-width: 50%;
    padding-bottom: 80px;
    padding-right: 40px;
    padding-top: 80px;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .module__hero.module__hero--image-type-square .hero__text-wrapper {
    padding-right: 80px;
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__text-wrapper [class$='subheading'],
      .module__hero.module__hero--image-type-square .hero__text-wrapper h1,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h1,
      .module__hero.module__hero--image-type-square .hero__text-wrapper h2,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h2,
      .module__hero.module__hero--image-type-square .hero__text-wrapper h3,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h3,
      .module__hero.module__hero--image-type-square .hero__text-wrapper h4,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h4,
      .module__hero.module__hero--image-type-square .hero__text-wrapper h5,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h5,
      .module__hero.module__hero--image-type-square .hero__text-wrapper h6,
      .module__hero.module__hero--image-type-square .hero__text-wrapper .h6,
      .module__hero.module__hero--image-type-square .hero__text-wrapper p,
      .module__hero.module__hero--image-type-square .hero__text-wrapper li:not([class*='select2']),
      .module__hero.module__hero--image-type-square .hero__text-wrapper span:not([class*='button']):not([class*='select2']) {
    position: relative;
    text-align: left;
    z-index: 1;
  }
}

.module__hero.module__hero--image-type-square .text-content-row {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .text-content-row {
    max-width: 530px;
    padding-right: 30px;
  }
}

.module__hero.module__hero--image-type-square .hero__image-column {
  left: -15px;
  position: relative;
  width: calc(100% + 30px);
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .module__hero.module__hero--image-type-square .hero__image-column {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__image-column {
    height: 100%;
    left: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .module__hero.module__hero--image-type-square .hero__image-column {
    right: -90px;
    width: calc(50% + 90px);
  }
}

.module__hero.module__hero--image-type-square .hero__image-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__image-wrapper {
    height: 100%;
  }
}

.module__hero.module__hero--image-type-square .hero__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__hero.module__hero--image-type-square .hero__image {
    height: 100%;
  }
}

.module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor,
.module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper {
  background-color: #fff;
}

.module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor [class$='subheading'],
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h1,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h1,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h2,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h2,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h3,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h3,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h4,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h4,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h5,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h5,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor h6,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor .h6,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor p,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor li:not([class*='select2']),
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-anchor span:not([class*='button']):not([class*='select2']),
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper [class$='subheading'],
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h1,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h1,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h2,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h2,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h3,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h3,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h4,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h4,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h5,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h5,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper h6,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper .h6,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper p,
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper li:not([class*='select2']),
  .module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card-inner-wrapper span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

.module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card:hover .icon-cards__card-anchor,
.module__icon-cards.module.module--bg-dark:not(.module--dark-bg-color-exception) .icon-cards__card:hover .icon-cards__card-inner-wrapper {
  transition: all 100ms;
}

@media screen and (min-width: 1024px) {
  .module__icon-cards.module.module__icon-cards--per-row-3 .icon-cards__card {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

@media screen and (min-width: 1024px) {
  .module__icon-cards.module.module__icon-cards--per-row-4 .icon-cards__card {
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

.module__icon-cards.module .icon-cards__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 20px;
}

@media screen and (min-width: 768px) {
  .module__icon-cards.module .icon-cards__cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.module__icon-cards.module .icon-cards__card {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__icon-cards.module .icon-cards__card {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

.module__icon-cards.module .icon-cards__card:hover::before {
  transition: all 300ms;
  opacity: 1;
}

.module__icon-cards.module .icon-cards__card-anchor,
.module__icon-cards.module .icon-cards__card-inner-wrapper {
  transition: all 300ms;
  background-color: rgba(221, 220, 203, 0.4);
  border: 0 solid #7D838B;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  padding: 50px 0 40px;
  position: relative;
  width: 100%;
}

.module__icon-cards.module .icon-cards__card-anchor [class$='subheading'],
  .module__icon-cards.module .icon-cards__card-anchor h1,
  .module__icon-cards.module .icon-cards__card-anchor .h1,
  .module__icon-cards.module .icon-cards__card-anchor h2,
  .module__icon-cards.module .icon-cards__card-anchor .h2,
  .module__icon-cards.module .icon-cards__card-anchor h3,
  .module__icon-cards.module .icon-cards__card-anchor .h3,
  .module__icon-cards.module .icon-cards__card-anchor h4,
  .module__icon-cards.module .icon-cards__card-anchor .h4,
  .module__icon-cards.module .icon-cards__card-anchor h5,
  .module__icon-cards.module .icon-cards__card-anchor .h5,
  .module__icon-cards.module .icon-cards__card-anchor h6,
  .module__icon-cards.module .icon-cards__card-anchor .h6,
  .module__icon-cards.module .icon-cards__card-anchor p,
  .module__icon-cards.module .icon-cards__card-anchor li:not([class*='select2']),
  .module__icon-cards.module .icon-cards__card-anchor span:not([class*='button']):not([class*='select2']),
  .module__icon-cards.module .icon-cards__card-inner-wrapper [class$='subheading'],
  .module__icon-cards.module .icon-cards__card-inner-wrapper h1,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h1,
  .module__icon-cards.module .icon-cards__card-inner-wrapper h2,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h2,
  .module__icon-cards.module .icon-cards__card-inner-wrapper h3,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h3,
  .module__icon-cards.module .icon-cards__card-inner-wrapper h4,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h4,
  .module__icon-cards.module .icon-cards__card-inner-wrapper h5,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h5,
  .module__icon-cards.module .icon-cards__card-inner-wrapper h6,
  .module__icon-cards.module .icon-cards__card-inner-wrapper .h6,
  .module__icon-cards.module .icon-cards__card-inner-wrapper p,
  .module__icon-cards.module .icon-cards__card-inner-wrapper li:not([class*='select2']),
  .module__icon-cards.module .icon-cards__card-inner-wrapper span:not([class*='button']):not([class*='select2']) {
  color: #26313D;
}

.module__icon-cards.module .icon-cards__card-heading-icon-text-wrapper {
  padding: 0 15px;
}

@media screen and (min-width: 1024px) {
  .module__icon-cards.module .icon-cards__card-heading-icon-text-wrapper {
    padding: 0 35px;
  }
}

.module__icon-cards.module .icon-cards__card-heading-wrapper {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.module__icon-cards.module .icon-cards__card-heading {
  margin-bottom: 0;
}

.module__icon-cards.module .icon-cards__card-icon-wrapper {
  align-items: flex-end;
  display: flex;
  height: 150px;
  justify-content: flex-start;
  margin-bottom: 28px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.module__icon-cards.module .icon-cards__card-icon {
  max-height: 100%;
}

.module__icon-cards.module .icon-cards__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  display: flex;
  margin-top: 40px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__icon-cards.module .icon-cards__button-wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .module__icon-cards.module .icon-cards__button-wrapper {
    padding: 0 35px;
  }
}

.module__icon-cards.module .icon-cards__card-button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  padding-left: 30px;
  padding-right: 70px;
  overflow: hidden;
}

.module__icon-cards.module .icon-cards__card-button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.module__icon-cards.module .icon-cards__card-button:hover, .module__icon-cards.module .icon-cards__card-button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.module__icon-cards.module .icon-cards__card-button.button--ghost::after, .module__icon-cards.module .icon-cards__card-button.button--ghost-dark::after, .module__icon-cards.module .icon-cards__card-button.button--secondary::after {
  content: unset;
}

.module__icon-cards.module .icon-cards__card-button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.module__icon-cards.module .icon-cards__card-button.button--ghost:hover, .module__icon-cards.module .icon-cards__card-button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.module__icon-cards.module .icon-cards__card-button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.module__icon-cards.module .icon-cards__card-button.button--ghost-dark:hover, .module__icon-cards.module .icon-cards__card-button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.module__icon-cards.module .icon-cards__card-button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.module__icon-cards.module .icon-cards__card-button.button--secondary:hover, .module__icon-cards.module .icon-cards__card-button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__icon-cards.module .icon-cards__card-button:hover, .module__icon-cards.module .icon-cards__card-button:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__icon-cards.module .icon-cards__card-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__icon-cards.module .icon-cards__card-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23fff'/%3E%3C/svg%3E");
}

.module__icon-cards.module .icon-cards__card-button::after {
  right: 30px;
}

.module__info-columns.module {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  /* TODO: Remove this? */
}

.module__info-columns.module.module--bg-dark:not(.module--dark-bg-color-exception) .info-columns__column-info-statistic {
  border-color: #fff;
}

.module__info-columns.module.module--bg-dark:not(.module--dark-bg-color-exception) .info-columns__column-text-outer-wrapper span.info-columns__column-link-text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L1 15' stroke='%23fff3c7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.module__info-columns.module.module--text-white .info-columns__column-link-text, .module__info-columns.module.module--bg-dark:not(.module--dark-bg-color-exception) .info-columns__column-link-text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #D5C409 !important;
}

.module__info-columns.module.module--text-white .info-columns__column-link-text::after, .module__info-columns.module.module--bg-dark:not(.module--dark-bg-color-exception) .info-columns__column-link-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__info-columns.module.module--text-white .info-columns__column-link-text::after, .module__info-columns.module.module--bg-dark:not(.module--dark-bg-color-exception) .info-columns__column-link-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module.module__info-columns--per-row-3 .info-columns__column-item {
    width: calc((100% / 3) - (((3 - 1) * 50px) / 3));
  }
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module.module__info-columns--per-row-5 .info-columns__column-item {
    width: calc((100% / 5) - (((5 - 1) * 50px) / 5));
  }
}

.module__info-columns.module.module__info-columns--type-icon_statistic .info-columns__column-icon-wrapper {
  margin-bottom: 15px;
}

.module__info-columns.module.module__info-columns--count-2 .info-columns__info-columns-wrapper {
  justify-content: space-around;
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module .info-columns__content-builder-wrapper {
    margin-bottom: 60px;
  }
}

.module__info-columns.module .info-columns__info-columns-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module .info-columns__info-columns-wrapper {
    gap: 45px 50px;
  }
}

@media screen and (min-width: 640px) {
  .module__info-columns.module .info-columns__column-item {
    width: calc((100% / 2) - (((2 - 1) * 30px) / 2));
  }
}

@media screen and (min-width: 768px) {
  .module__info-columns.module .info-columns__column-item {
    width: calc((100% / 3) - (((3 - 1) * 30px) / 3));
  }
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module .info-columns__column-item {
    width: calc((100% / 4) - (((4 - 1) * 50px) / 4));
  }
}

.module__info-columns.module .info-columns__column-item.info-columns__column-item--no-heading .info-columns__column-icon-wrapper {
  margin-bottom: 30px;
}

.module__info-columns.module .info-columns__column-item.info-columns__column-item--no-heading .info-columns__column-info-statistic-wrapper {
  margin-bottom: 15px;
  line-height: normal;
}

.module__info-columns.module .info-columns__column-icon-wrapper,
  .module__info-columns.module .info-columns__column-icon {
  max-height: 80px;
}

.module__info-columns.module .info-columns__column-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.module__info-columns.module .info-columns__column-icon {
  max-width: 100%;
}

.module__info-columns.module .info-columns__column-info-statistic-wrapper {
  margin-bottom: 15px;
  line-height: normal;
}

.module__info-columns.module .info-columns__column-info-statistic {
  font-family: "Crimson Pro", "serif";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.module__info-columns.module .info-columns__column-text-wrapper {
  margin: auto;
}

.module__info-columns.module .info-columns__column-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.module__info-columns.module .info-columns__column-text-content {
  font-size: 16px !important;
  line-height: 21px !important;
}

.module__info-columns.module .info-columns__column-link-text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 30px;
}

.module__info-columns.module .info-columns__column-link-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__info-columns.module .info-columns__column-link-text:hover {
  color: #C14D1A;
}

.module__info-columns.module .info-columns__column-link-text:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module__info-columns.module .info-columns__buttons-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module .info-columns__buttons-wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .module__info-columns.module .info-columns__buttons-wrapper {
    margin-top: 75px;
  }
}

.module__logo-cloud {
  background-color: #F2F9F2;
}

.module__logo-cloud.module__logo-cloud--format-slider .slick-track {
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
}

.module__logo-cloud.module__logo-cloud--format-slider div.logo-cloud__logo-item {
  align-items: center;
  display: flex !important;
  justify-content: center;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .module__logo-cloud.module__logo-cloud--format-slider div.logo-cloud__logo-item {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .module__logo-cloud.module__logo-cloud--count-odd .logo-cloud__logo-item:last-child {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.module__logo-cloud.module__logo-cloud--count-2 .logo-cloud__logos-wrapper {
  justify-content: space-around;
}

.module__logo-cloud.module__logo-cloud--count-3 .logo-cloud__logos-wrapper {
  justify-content: space-between;
}

.module__logo-cloud.module__logo-cloud--align-wide.module__logo-cloud--format-no-slider .logo-cloud__logos-wrapper {
  justify-content: space-between;
  margin: 0;
}

.module__logo-cloud .logo-cloud__content-wrapper {
  position: relative;
}

.module__logo-cloud .logo-cloud__logos-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__logo-cloud .logo-cloud__logos-wrapper {
    margin-left: -20px;
    margin-right: 20px;
    padding: 40px 40px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__logos-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.module__logo-cloud.module__logo-cloud--format-no-slider .logo-cloud__logos-wrapper,
  .module__logo-cloud .logo-cloud__logo-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 35px;
}

@media screen and (min-width: 768px) {
  .module__logo-cloud.module__logo-cloud--format-no-slider .logo-cloud__logos-wrapper,
      .module__logo-cloud .logo-cloud__logo-row {
    justify-content: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.module__logo-cloud .logo-cloud__logo-item {
  display: flex;
  width: calc((100% / 2) - (((2 - 1) * 35px) / 2));
}

@media screen and (min-width: 768px) {
  .module__logo-cloud .logo-cloud__logo-item {
    width: calc((100% / 4) - (((4 - 1) * 35px) / 4));
  }
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__logo-item {
    width: calc((100% / 5) - (((5 - 1) * 35px) / 5));
  }
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__logo-item {
    width: calc((100% / 6) - (((6 - 1) * 35px) / 6));
  }
}

.module__logo-cloud .logo-cloud__logo-item:nth-child(odd) {
  justify-content: flex-start;
}

.module__logo-cloud .logo-cloud__logo-item:nth-child(even) {
  justify-content: flex-end;
}

@media screen and (min-width: 640px) {
  .module__logo-cloud .logo-cloud__logo-item:nth-child(odd), .module__logo-cloud .logo-cloud__logo-item:nth-child(even) {
    justify-content: center;
  }
}

.module__logo-cloud .logo-cloud__logo-wrapper {
  display: flex;
  align-items: center;
  max-width: 200px;
}

.module__logo-cloud .logo-cloud__logo-text {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}

.module__logo-cloud .logo-cloud__logo-text p:last-child,
    .module__logo-cloud .logo-cloud__logo-text ol:not([class*='__']):last-child,
    .module__logo-cloud .logo-cloud__logo-text ul:not([class*='__']):last-child {
  margin-bottom: 0 !important;
}

.module__logo-cloud .logo-cloud__logo-text p:last-child else,
      .module__logo-cloud .logo-cloud__logo-text ol:not([class*='__']):last-child else,
      .module__logo-cloud .logo-cloud__logo-text ul:not([class*='__']):last-child else {
  margin-bottom: 0;
}

.module__logo-cloud .logo-cloud__slider-dots {
  display: flex;
  list-style-type: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  gap: 12px;
  justify-content: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .module__logo-cloud .logo-cloud__slider-dots {
    margin-top: 2.1875rem;
    position: static;
  }
}

.module__logo-cloud .logo-cloud__slider-dots li {
  background-color: #AA3909;
  border: 1px solid #AA3909;
  border-radius: 100%;
  height: 12px;
  opacity: 0.3;
  width: 12px;
}

.module__logo-cloud .logo-cloud__slider-dots li.slick-active {
  opacity: 1;
}

.module__logo-cloud .logo-cloud__slider-dots li.slick-active button {
  height: 100%;
  width: 100%;
}

.module__logo-cloud .logo-cloud__slider-dots li:not(.slick-active) {
  cursor: pointer;
}

.module__logo-cloud .logo-cloud__slider-dots li button {
  height: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  overflow: hidden;
  color: transparent;
  width: 100%;
}

.module__logo-cloud .logo-cloud__slider-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__slider-dots-wrapper {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .module__logo-cloud .logo-cloud__slider-dots-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}

.module__logo-cloud .logo-cloud__slider-controls-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  left: 50% !important;
  width: auto;
}

@media screen and (min-width: 768px) {
  .module__logo-cloud .logo-cloud__slider-controls-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    bottom: 85px;
  }
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__slider-controls-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding-left: 0rem;
    padding-right: 0rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__slider-controls-wrapper {
    max-width: 1200px;
    width: 100% !important;
    transform: translate(-50%, -35%);
  }
}

.module__logo-cloud .logo-cloud__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module__logo-cloud .logo-cloud__button-wrapper {
    margin-top: 50px;
  }
}

.module__logo-cloud .logo-cloud__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.module__logo-cloud .logo-cloud__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.module__logo-cloud .logo-cloud__button:hover, .module__logo-cloud .logo-cloud__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.module__logo-cloud .logo-cloud__button.button--ghost::after, .module__logo-cloud .logo-cloud__button.button--ghost-dark::after, .module__logo-cloud .logo-cloud__button.button--secondary::after {
  content: unset;
}

.module__logo-cloud .logo-cloud__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.module__logo-cloud .logo-cloud__button.button--ghost:hover, .module__logo-cloud .logo-cloud__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.module__logo-cloud .logo-cloud__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.module__logo-cloud .logo-cloud__button.button--ghost-dark:hover, .module__logo-cloud .logo-cloud__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.module__logo-cloud .logo-cloud__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.module__logo-cloud .logo-cloud__button.button--secondary:hover, .module__logo-cloud .logo-cloud__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__media-slider {
  overflow: hidden;
  padding-bottom: 9.375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__media-slider {
    padding-bottom: 6.25rem;
  }
}

.module__media-slider.module--bg-dark .media-slider__slider-control {
  background-color: #D5C409;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='23' viewBox='0 0 14 23' fill='none'%3E%3Cpath d='M0.371323 10.6062L10.6382 0.370252C11.1333 -0.123417 11.9361 -0.123417 12.4312 0.370252L13.6286 1.56411C14.123 2.05694 14.1239 2.85567 13.6308 3.34965L5.49412 11.5L13.6308 19.6503C14.1239 20.1443 14.123 20.9431 13.6286 21.4359L12.4312 22.6297C11.936 23.1234 11.1333 23.1234 10.6381 22.6297L0.371376 12.3938C-0.123782 11.9002 -0.123782 11.0998 0.371323 10.6062Z' fill='%23D5C409'/%3E%3C/svg%3E");
}

@media screen and (min-width: 1280px) {
  .module__media-slider .media-slider__content-wrapper {
    position: relative;
  }
}

.module__media-slider .media-slider__content-builder-wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider-inner-wrapper {
    position: relative;
  }
}

.module__media-slider .media-slider__slider {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .module__media-slider .media-slider__slider {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    padding: 0 40px;
  }
}

.module__media-slider .slick-track {
  display: flex;
}

.module__media-slider .slick-slide {
  align-self: center;
}

.module__media-slider .media-slider__item {
  height: 100%;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 100px;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .module__media-slider .media-slider__item {
    padding-top: 1.875rem;
  }
}

.module__media-slider .media-slider__slider-dots-controls-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__media-slider .media-slider__slider-dots-controls-wrapper {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider-dots-controls-wrapper {
    position: unset;
  }
}

.module__media-slider .media-slider__slider-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider-dots-wrapper {
    justify-content: center;
    width: 100%;
  }
}

.module__media-slider .media-slider__slider-controls-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .module__media-slider .media-slider__slider-controls-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    bottom: 85px;
  }
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider-controls-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding-left: 0rem;
    padding-right: 0rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
  }
}

.module__media-slider .media-slider__slider-control {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
}

.module__media-slider .media-slider__slider-control.pili-slider-control--right-arrow, .module__media-slider .media-slider__slider-control.--right-arrow {
  background-color: #AA3909;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M8.89473 16.8545L0.999999 8.92723L8.89474 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  height: 38px;
  outline: none;
  width: 38px;
  margin-left: 25px;
  transform: scaleX(-1);
}

.module__media-slider .media-slider__slider-control.slick-disabled {
  opacity: 0.3;
}

.module__media-slider .media-slider__image-wrapper {
  display: flex;
  justify-content: center;
}

.module__media-slider .video-row__video-player {
  padding-bottom: 56.25%;
  position: relative;
}

.module__media-slider .video-row__video-player iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.module__media-slider .media-slider__text-content-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.module__media-slider .media-slider__text-content {
  max-width: 755px;
}

.module__media-slider .media-slider__slider-dots {
  display: flex;
  list-style-type: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .module__media-slider .media-slider__slider-dots {
    margin-top: 2.1875rem;
    position: static;
  }
}

.module__media-slider .media-slider__slider-dots li {
  background-color: #AA3909;
  border: 1px solid #AA3909;
  border-radius: 100%;
  height: 12px;
  opacity: 0.3;
  width: 12px;
}

.module__media-slider .media-slider__slider-dots li.slick-active {
  opacity: 1;
}

.module__media-slider .media-slider__slider-dots li.slick-active button {
  height: 100%;
  width: 100%;
}

.module__media-slider .media-slider__slider-dots li:not(.slick-active) {
  cursor: pointer;
}

.module__media-slider .media-slider__slider-dots li button {
  height: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  overflow: hidden;
  color: transparent;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__media-slider .media-slider__slider-dots {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .module__media-slider .media-slider__slider-dots {
    margin-top: 30px;
  }
}

.module__media-slider.is-preview .media-slider__slider-controls-wrapper {
  left: 0;
  width: 100%;
}

.module__nebula-statistics.module {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__content-wrapper {
    position: relative;
  }
}

.module__nebula-statistics.module .nebula-statistics__nebula-image {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__nebula-image {
    margin-bottom: 0;
    max-height: unset;
    transform: translateX(-25px);
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__statistics-content-wrapper {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
}

.module__nebula-statistics.module .nebula-statistics__heading {
  font-size: 42px;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__heading {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 640px) {
  .module__nebula-statistics.module .nebula-statistics__statistics-columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.module__nebula-statistics.module .nebula-statistics__column-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 300px;
}

@media screen and (min-width: 640px) {
  .module__nebula-statistics.module .nebula-statistics__column-item {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 768px) {
  .module__nebula-statistics.module .nebula-statistics__column-item {
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__column-item {
    margin-top: 0;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__column-item--item-1 {
    left: 495px;
    max-width: 170px;
    top: 185px;
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__column-item--item-2 {
    bottom: 546px;
    max-width: 195px;
    right: -40px;
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__column-item--item-3 {
    left: 75px;
    max-width: 160px;
    top: 525px;
  }
}

@media (min-width: 1200px) {
  .module__nebula-statistics.module .nebula-statistics__column-item--item-4 {
    bottom: 195px;
    max-width: 155px;
    right: 29%;
  }
}

.module__nebula-statistics.module .nebula-statistics__column-statistic {
  display: block;
  font-family: "Crimson Pro", "serif";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1px;
}

.module__nebula-statistics.module .nebula-statistics__column-heading {
  display: block;
  font-family: "Crimson Pro", "serif";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 3px;
}

.module__nebula-statistics.module .nebula-statistics__column-text-content {
  margin-top: 3px;
}

.module__photo-cards.module .photo-cards__card-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module .photo-cards__card-wrapper {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 1024px) {
  .module__photo-cards.module.module__photo-cards--row-count-3 .photo-cards__card-wrapper {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

@media screen and (min-width: 1280px) {
  .module__photo-cards.module.module__photo-cards--row-count-4 .photo-cards__card-wrapper {
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

.module__photo-cards.module .photo-cards__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module__photo-cards.module .photo-cards__button-wrapper {
    margin-top: 50px;
  }
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor [class$='subheading'],
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h1,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h1,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h2,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h2,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h3,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h3,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h4,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h4,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h5,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h5,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor h6,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .h6,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor p,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor li:not([class*='select2']),
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor span:not([class*='button']):not([class*='select2']),
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner [class$='subheading'],
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h1,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h1,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h2,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h2,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h3,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h3,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h4,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h4,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h5,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h5,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner h6,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .h6,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner p,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner li:not([class*='select2']),
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-anchor .photo-cards__card-text-content,
.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card-item-inner .photo-cards__card-text-content {
  color: #26313D;
  border: none;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card {
  box-shadow: none;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover {
  color: #fff;
  background: transparent;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text:hover, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost::after, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost-dark::after, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--secondary::after {
  content: unset;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost:hover, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost-dark:hover, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--secondary:hover, .module__photo-cards.module__icon-cards--type-extended.module--bg-dark:not(.module--dark-bg-color-exception) .photo-cards__card:hover .photo-cards__card-bottom-text.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__photo-cards.module__icon-cards--type-extended.module--bg-bone .photo-cards__card-anchor,
.module__photo-cards.module__icon-cards--type-extended.module--bg-bone .photo-cards__card-item-inner {
  background: #fff;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card {
  color: #26313D;
  width: 100%;
  border: none;
  transition: 0.1s ease;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card:hover {
  border: none;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card:hover .photo-cards__card-anchor .photo-cards__card-bottom-text,
    .module__photo-cards.module__icon-cards--type-extended .photo-cards__card:hover .photo-cards__card-item-inner .photo-cards__card-bottom-text {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card:hover .photo-cards__card-bottom-text-wrapper::after {
  bottom: 0;
  opacity: 1;
  transition: all 300ms, bottom 200ms;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card:hover .photo-cards__card-bottom-text {
  transition: all 100ms;
  position: relative;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-anchor,
.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-item-inner {
  transition: all 300ms;
  background-color: rgba(221, 220, 203, 0.4);
  border: 0 solid #7D838B;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-anchor:hover::after,
  .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-item-inner:hover::after {
  transition: all 300ms;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-heading-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-photo-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-image-post-anchor {
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-photo {
  transition: all 300ms;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-text-wrapper {
  transition: all 100ms;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 30px 12px 44px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-text-wrapper {
    padding: 40px 35px 50px;
  }
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor {
  display: inline-block;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: all;
  color: #fff;
  cursor: pointer;
  background-color: #AA3909;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 120%;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:hover::before, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:hover::after, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:active::before, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:active::after {
  display: none;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-badge-anchor:active {
  transition: all 300ms;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-heading {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-shrink: 0;
  margin-top: 40px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text-wrapper {
    margin-top: 50px;
  }
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  padding-left: 30px;
  padding-right: 70px;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost::after, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost-dark::after, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--secondary::after {
  content: unset;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost-dark:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--secondary:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text:hover, .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23fff'/%3E%3C/svg%3E");
}

.module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text::after {
  right: 30px;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-extended .photo-cards__card-bottom-text {
    align-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .module__photo-cards.module__icon-cards--type-condensed.module__photo-cards--row-count-3 .photo-cards__card-wrapper {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1280px) {
  .module__photo-cards.module__icon-cards--type-condensed.module__photo-cards--row-count-4 .photo-cards__card-wrapper {
    width: 25%;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__container {
  padding: 0;
  max-width: 1440px;
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__cards-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__cards-wrapper {
    gap: 1px;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card {
  color: #fff;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card {
    min-height: 365px;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-item-inner,
.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-anchor {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-item-inner,
    .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-anchor {
    padding-top: 25px;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-photo-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-photo-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-photo-wrapper::after {
  background: linear-gradient(0deg, #0f2943 0%, rgba(15, 41, 67, 0.89) 35.61%, rgba(15, 41, 67, 0) 100%);
  bottom: 0;
  content: '';
  height: 240px;
  left: 0;
  position: absolute;
  width: 100%;
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-photo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-photo {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-text-wrapper {
  margin-top: -25px;
  padding: 0 15px 40px;
  position: relative;
  transition: 200ms top, 300ms margin-top;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-text-wrapper {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-text-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-text-wrapper.photo-cards__card-text-wrapper--active {
  margin-top: 0;
  top: 0 !important;
  transition: 200ms top, 300ms margin-top;
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-heading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: left;
  }

  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-heading::before {
    background-image: url("/wp-content/uploads/2023/12/Rectangle-477-1-1.png");
    background-repeat: space;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-heading::before {
    bottom: 0;
    height: 1px;
    left: -15px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-heading::before {
    left: -50px;
    width: calc(100% + 100px);
  }
}

.module__photo-cards.module__icon-cards--type-condensed .photo-cards__card-bottom-text {
  margin-top: 30px;
}

.module__photo-gallery {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .module__photo-gallery.module__photo-gallery--large-first-image .photo-gallery__photo-item.photo-gallery__photo-item--photo-0 {
    width: 100%;
  }
}

.module__photo-gallery.module__photo-gallery--large-first-image .photo-gallery__photo-item.photo-gallery__photo-item--photo-0 .photo-gallery__image {
  border-radius: 8px;
}

.module__photo-gallery .photo-gallery__photos-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 20px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .module__photo-gallery .photo-gallery__photos-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 640px) {
  .module__photo-gallery .photo-gallery__photo-item {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 768px) {
  .module__photo-gallery .photo-gallery__photo-item {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

@media screen and (min-width: 1024px) {
  .module__photo-gallery .photo-gallery__photo-item {
    height: 255px;
  }
}

.module__photo-gallery .photo-gallery__image-wrapper {
  height: 100%;
}

.module__photo-gallery .photo-gallery__image {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.module__photo-gallery .photo-gallery__image.photo-gallery__image--clickable {
  cursor: pointer;
}

.module__photo-gallery .photo-gallery__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 0 !important;
}

@media screen and (min-width: 1024px) {
  .module__photo-gallery .photo-gallery__button-wrapper {
    margin-top: 50px;
  }
}

.module__photo-gallery .photo-gallery__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.module__photo-gallery .photo-gallery__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.module__photo-gallery .photo-gallery__button:hover, .module__photo-gallery .photo-gallery__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.module__photo-gallery .photo-gallery__button.button--ghost::after, .module__photo-gallery .photo-gallery__button.button--ghost-dark::after, .module__photo-gallery .photo-gallery__button.button--secondary::after {
  content: unset;
}

.module__photo-gallery .photo-gallery__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.module__photo-gallery .photo-gallery__button.button--ghost:hover, .module__photo-gallery .photo-gallery__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.module__photo-gallery .photo-gallery__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.module__photo-gallery .photo-gallery__button.button--ghost-dark:hover, .module__photo-gallery .photo-gallery__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.module__photo-gallery .photo-gallery__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.module__photo-gallery .photo-gallery__button.button--secondary:hover, .module__photo-gallery .photo-gallery__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.module__photo-row.module {
  position: relative;
}

.module__photo-row.module.module__photo-row--type-single .photo-row__container {
  max-width: 1440px;
  padding: 0;
}

.module__photo-row.module.module__photo-row--has-mobile-image .photo-row__image--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .module__photo-row.module.module__photo-row--has-mobile-image .photo-row__image--desktop {
    display: block;
  }
}

.module__photo-row.module.module__photo-row--has-mobile-image .photo-row__image--mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .module__photo-row.module.module__photo-row--has-mobile-image .photo-row__image--mobile {
    display: none;
  }
}

.module__photo-row.module .photo-row__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.module__photo-row.module .photo-row__error-message {
  margin-bottom: 0;
}

.module__photo-row.module .photo-row__photo-item {
  display: flex;
  flex-wrap: wrap;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
}

@media screen and (min-width: 768px) {
  .module__photo-row.module .photo-row__photo-item {
    height: 200px;
    width: calc((100% / 4) - (((4 - 1) * 20px) / 4));
  }
}

.module__photo-row.module .photo-row__image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.module__photo-row.module .photo-row__image-wrapper,
  .module__photo-row.module .photo-row__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper [class$='subheading'],
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h1,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h1,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h2,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h2,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h3,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h3,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h4,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h4,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h5,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h5,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper h6,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper .h6,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper p,
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper li:not([class*='select2']),
.module__single-column-content.module--bg-dark.module__single-column-content--appearance-boxed .single-column-content__content-wrapper span:not([class*='button']):not([class*='select2']) {
  color: #26313D;
}

.module__single-column-content.module__single-column-content--appearance-centered .single-column-content__content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.module__single-column-content.module__single-column-content--appearance-boxed {
  overflow: hidden;
}

.module__single-column-content.module__single-column-content--appearance-boxed .single-column-content__content-container {
  position: relative;
}

.module__single-column-content.module__single-column-content--appearance-boxed .single-column-content__content-wrapper {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #7D838B;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(755px + (100px * 2));
  padding: 60px 100px;
}

.module__single-column-content.module__single-column-content--appearance-boxed .single-column-content__content-builder-wrapper {
  max-width: 755px;
}

.module__team-bios {
  background-color: #F2F9F2;
  overflow: hidden;
  position: relative;
}

.module__team-bios.module__team-bios--two-per-row .team-bios__person-item {
  gap: 30px 25px;
}

@media screen and (min-width: 768px) {
  .module__team-bios.module__team-bios--two-per-row .team-bios__person-item {
    width: calc((100% / 2) - (((2 - 1) * 95px) / 2));
  }
}

.module__team-bios.module__team-bios--two-per-row .team-bios__person-image-heading-wrapper {
  height: 200px;
  width: 200px;
}

.module__team-bios .team-bios__heading-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__heading-wrapper {
    margin-bottom: 60px;
  }
}

.module__team-bios .team-bios__people-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 95px;
}

.module__team-bios .team-bios__person-item {
  display: flex;
  flex-direction: column;
  gap: 30px 50px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-item {
    flex-direction: row;
    max-width: none;
  }
}

.module__team-bios .team-bios__person-image-heading-wrapper {
  display: flex;
  gap: 16px;
  height: auto;
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-image-heading-wrapper {
    flex-direction: row;
    height: auto;
    width: 40%;
  }
}

.module__team-bios .team-bios__person-image-wrapper {
  display: flex;
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .module__team-bios .team-bios__person-image-wrapper {
    margin-bottom: 0;
    min-width: unset;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-image-wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: 284px;
  }
}

.module__team-bios .team-bios__person-image {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .module__team-bios .team-bios__person-right-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-right-wrapper {
    flex-grow: 1;
    padding-bottom: 20px;
    width: 100%;
  }
}

.module__team-bios .team-bios__person-text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-text-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .module__team-bios .team-bios__person-text-wrapper {
    align-items: center;
  }
}

.module__team-bios .team-bios__person-text-wrapper + .team-bios__person-bio-text-content-wrapper {
  margin-top: 25px;
}

.module__team-bios .team-bios__person-name {
  color: #26313D;
  display: block;
  font-family: "Crimson Pro", "serif";
  font-size: 42px;
  font-style: unset;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 49px;
  position: relative;
  text-align: center;
}

.module__team-bios .team-bios__person-name::after {
  content: '';
  width: 58px;
  height: 30px;
  background-image: url("/wp-content/themes/icingsmiles/assets/images/bios-pop.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  right: -41px;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-name {
    text-align: left;
  }
}

.module__team-bios .team-bios__person-subtitle,
  .module__team-bios .team-bios__person-additional-info-wrapper {
  display: block;
  font-size: 18px;
  text-align: center;
}

.module__team-bios .team-bios__person-subtitle p,
    .module__team-bios .team-bios__person-additional-info-wrapper p {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-subtitle,
      .module__team-bios .team-bios__person-additional-info-wrapper {
    text-align: left;
  }

  .module__team-bios .team-bios__person-subtitle p,
        .module__team-bios .team-bios__person-additional-info-wrapper p {
    text-align: left;
  }
}

.module__team-bios .team-bios__person-subtitle {
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .module__team-bios .team-bios__person-subtitle {
    margin: 5px 0 20px;
  }

  .module__team-bios .team-bios__person-subtitle::after {
    margin: 0 auto;
  }
}

.module__team-bios .team-bios__person-subtitle::after {
  border-bottom: 1px solid #26313D;
  content: '';
  display: block;
  margin-top: 10px;
  max-width: 300px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-subtitle::after {
    max-width: unset;
  }
}

.module__team-bios .team-bios__person-additional-info-wrapper {
  display: block;
  text-align: center;
}

.module__team-bios .team-bios__person-additional-info-wrapper p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .module__team-bios .team-bios__person-additional-info-wrapper {
    text-align: left;
  }
}

.module__team-bios .team-bios__person-text-content {
  color: #26313D;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-style: unset;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 40px;
}

.module__team-bios .team-bios__person-bio-button {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  align-self: flex-start;
  color: #AA3909;
  display: inline-block;
  font-family: "Noto Sans", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.module__team-bios .team-bios__person-bio-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.module__team-bios .team-bios__person-bio-button:hover {
  color: #C14D1A;
}

.module__team-bios .team-bios__person-bio-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23C14D1A'/%3E%3C/svg%3E");
}

.module__team-bios .team-bios__meta-wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .module__team-bios .team-bios__meta-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__meta-wrapper {
    margin-bottom: 55px;
  }
}

.module__team-bios .team-bios__person-subtitle {
  color: #7D838B;
  display: block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 20px;
  font-style: unset;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 130%;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .module__team-bios .team-bios__person-subtitle {
    text-align: left;
  }
}

.module__team-bios .team-bios__person-meta-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-meta-wrapper {
    align-items: flex-start;
  }
}

.module__team-bios .team-bios__person-email {
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 640px) {
  .module__team-bios .team-bios__person-email {
    text-align: left;
  }
}

.module__team-bios .team-bios__person-short-bio {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .module__team-bios .team-bios__person-short-bio {
    margin-bottom: 65px;
  }
}

.module__team-bios .team-bios__person-bottom-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04px;
  line-height: 22px;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}

.module__team-bios .team-bios__person-bottom-text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='%231A4199' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='%231A4199' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: ' ';
  height: 16px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 16px;
}

.team-bios__modal {
  border-radius: 30px;
  box-shadow: 0px 0px 8px 1px rgba(151, 179, 204, 0.06);
  max-width: 875px;
  overflow: hidden;
  padding: 65px 15px 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .team-bios__modal {
    padding: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .team-bios__modal {
    width: 100%;
  }
}

.team-bios__modal .team-bios__modal-exit-button-wrapper {
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-exit-button-wrapper {
    right: 20px;
    top: 20px;
  }
}

.team-bios__modal .team-bios__modal-exit-button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M30 10L10 30" stroke="%23AA3909" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 10L30 30" stroke="%23AA3909" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.team-bios__modal .team-bios__modal-exit-button::before {
  display: none;
}

.team-bios__modal .team-bios__modal-content-inner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-content-inner-wrapper {
    display: flex;
    justify-content: flex-start;
  }
}

.team-bios__modal .team-bios__modal-text-heading-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-text-heading-wrapper {
    flex-direction: row;
  }
}

.team-bios__modal .team-bios__modal-image-wrapper {
  display: flex;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
}

.team-bios__modal .team-bios__modal-name {
  font-family: "Crimson Pro", "serif";
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.team-bios__modal .team-bios__modal-name::after {
  content: '';
  width: 58px;
  height: 30px;
  background-image: url("/wp-content/themes/icingsmiles/assets/images/bios-pop.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  right: -41px;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-name {
    margin-top: 0;
    text-align: left;
  }
}

.team-bios__modal .team-bios__modal-subtitle,
  .team-bios__modal .team-bios__modal-additional-info-wrapper {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.team-bios__modal .team-bios__modal-subtitle p,
    .team-bios__modal .team-bios__modal-additional-info-wrapper p {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-subtitle,
      .team-bios__modal .team-bios__modal-additional-info-wrapper {
    text-align: left;
  }

  .team-bios__modal .team-bios__modal-subtitle p,
        .team-bios__modal .team-bios__modal-additional-info-wrapper p {
    text-align: left;
  }
}

.team-bios__modal .team-bios__modal-subtitle {
  color: #7D838B;
  display: block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-style: unset;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 130%;
  margin-bottom: 30x;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .team-bios__modal .team-bios__modal-subtitle {
    text-align: left;
  }
}

.team-bios__modal .team-bios__modal-subtitle::after {
  display: block;
  content: '';
  width: 100%;
  max-width: 288px;
  border-bottom: 1px solid #26313D;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .team-bios__modal .team-bios__modal-subtitle::after {
    margin: 10px auto 0;
  }
}

.team-bios__modal .team-bios__modal-email {
  display: inline-block;
  color: #26313D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-email {
    margin-top: 30px;
  }
}

.team-bios__modal .team-bios__modal-image-email-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-image-email-wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 435px;
  }
}

.team-bios__modal .team-bios__modal-image {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-image {
    align-self: flex-start;
    max-width: 435px;
  }
}

.team-bios__modal .team-bios__modal-text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-text-wrapper {
    align-items: flex-start;
    padding-left: 40px;
  }
}

.team-bios__modal .team-bios__modal-text-heading-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-text-heading-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }
}

.team-bios__modal .team-bios__modal-meta-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .team-bios__modal .team-bios__modal-meta-wrapper {
    align-items: flex-start;
  }
}

.team-bios__modal .team-bios__modal-bio-text-content-contact-info-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 479px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-bio-text-content-contact-info-wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.team-bios__modal .team-bios__modal-bio-text-content {
  font-family: "Noto Sans", "sans-serif";
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.team-bios__modal .team-bios__modal-contact-info {
  margin-top: 35px;
}

@media screen and (min-width: 1024px) {
  .team-bios__modal .team-bios__modal-contact-info {
    margin-top: 40px;
  }
}

.team-bios__modal .team-bios__modal-contact-info-line {
  display: flex;
  margin-bottom: 22px;
}

.team-bios__modal .team-bios__modal-contact-info-anchor {
  display: flex;
  text-decoration: none;
}

.team-bios__modal .team-bios__modal-contact-info-icon {
  margin-right: 20px;
  width: 25px;
}

.team-bios__modal .team-bios__modal-contact-info-text {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
  word-break: break-all;
}

.module__two-column-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: clip;
}

.module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box {
  background-color: #F2F9F2;
}

.module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box [class$='subheading'],
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h1,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h1,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h2,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h2,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h3,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h3,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h4,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h4,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h5,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h5,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box h6,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box .h6,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box p,
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box li:not([class*='select2']),
    .module__two-column-content.module--bg-dark:not(.module--dark-bg-color-exception) .two-column-content__box span:not([class*='button']):not([class*='select2']) {
  color: #26313D !important;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content.module__two-column-content--vertical-center .two-column-content__columns-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .module__two-column-content.module__two-column-content--left-col-text_media.module__two-column-content--right-col-text_media .two-column-content__column--left {
    margin-bottom: 30px;
  }
}

.module__two-column-content.module__two-column-content--left-col-text_media.module__two-column-content--right-col-text_media .two-column-content__column--right::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content.module__two-column-content--left-col-text_media .two-column-content__column--left {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .module__two-column-content.module__two-column-content--right-col-regular_image .two-column-content__columns-wrapper, .module__two-column-content.module__two-column-content--right-col-box:not(.module__two-column-content--left-col-box) .two-column-content__columns-wrapper {
    flex-direction: column-reverse;
  }
}

.module__two-column-content.module__two-column-content--left-col-box .two-column-content__column--type-box, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__column--type-box {
  margin-bottom: 40px;
}

.module__two-column-content.module__two-column-content--left-col-box .two-column-content__column--type-box + .two-column-content__column--type-box, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__column--type-box + .two-column-content__column--type-box {
  margin-bottom: 0;
}

.module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper {
  position: relative;
}

@media screen and (max-width: 639px) {
  .module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper {
    display: flex;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper {
    max-width: 710px;
  }
}

.module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper .two-column-content__box, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper .two-column-content__box {
  background-color: transparent;
  border: 1px solid #7D838B;
  border-radius: 8px;
  padding: 40px 30px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content.module__two-column-content--left-col-box .two-column-content__box-wrapper .two-column-content__box, .module__two-column-content.module__two-column-content--right-col-box .two-column-content__box-wrapper .two-column-content__box {
    max-width: 545px;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content.module__two-column-content--left-col-box .two-column-content__column--left .two-column-content__box-wrapper {
    justify-content: flex-end;
  }
}

.module__two-column-content .two-column-content__columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__columns-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--left {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--right {
    padding-left: 40px;
  }
}

.module__two-column-content .two-column-content__column.two-column-content__column--type-regular_image {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--type-regular_image {
    margin-bottom: 0;
    max-width: 570px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--type-regular_image.two-column-content__column--left {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--type-regular_image.two-column-content__column--right {
    padding-left: 40px;
  }
}

.module__two-column-content .two-column-content__column.two-column-content__column--type-text_media {
  width: auto;
}

.module__two-column-content .two-column-content__column.two-column-content__column--type-text_media + .two-column-content__column--right.two-column-content__column--type-text_media,
    .module__two-column-content .two-column-content__column.two-column-content__column--type-text_media ~ .two-column-content__column--left.two-column-content__column--type-text_media {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .module__two-column-content .two-column-content__column.two-column-content__column--type-text_media + .two-column-content__column--right.two-column-content__column--type-text_media,
        .module__two-column-content .two-column-content__column.two-column-content__column--type-text_media ~ .two-column-content__column--left.two-column-content__column--type-text_media {
    max-width: 530px;
  }
}

.module__two-column-content .two-column-content__image-wrapper {
  position: relative;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .module__two-column-content .two-column-content__image-wrapper {
    display: flex;
    justify-content: center;
  }
}

.module__two-column-content .two-column-content__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.module__two-column-content .two-column-content__image.two-column-content__image--type-regular_image {
  border-radius: 0;
}

.module__two-column-content .two-column-content__box-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .module__vertical-timeline.module .vertical-timeline__container {
    padding-left: 0;
  }
}

.module__vertical-timeline.module .vertical-timeline__milestones-wrapper {
  position: relative;
}

.module__vertical-timeline.module .vertical-timeline__milestones-wrapper::before {
  background-color: #26313D;
  content: '';
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  width: 10px;
}

@media screen and (min-width: 1024px) {
  .module__vertical-timeline.module .vertical-timeline__milestones-wrapper::before {
    left: 95px;
  }
}

.module__vertical-timeline.module .vertical-timeline__milestones-wrapper::after {
  background-color: #26313D;
  border-radius: 100%;
  bottom: -10px;
  content: '';
  height: 25px;
  left: 7px;
  position: absolute;
  width: 25px;
}

@media screen and (min-width: 1024px) {
  .module__vertical-timeline.module .vertical-timeline__milestones-wrapper::after {
    left: 86px;
  }
}

.module__vertical-timeline.module .vertical-timeline__milestone-year-column {
  position: relative;
}

@media screen and (min-width: 768px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-year-column::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9.66658' cy='9.66667' r='9.66667' transform='rotate(90 9.66658 9.66667)' fill='url(%23paint0_radial_949_719)'/%3e%3cdefs%3e%3cradialGradient id='paint0_radial_949_719' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.66658 9.66667) rotate(90) scale(9.66667)'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e ");
    content: '';
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-year-column::before {
    right: 200px;
  }
}

@media screen and (min-width: 768px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-year-column::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='303' height='14' viewBox='0 0 303 14' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_949_718)'%3e%3crect x='4' y='10' width='6.00004' height='295' transform='rotate(-90 4 10)' fill='url(%23paint0_linear_949_718)'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_949_718' x='0.0999999' y='0.0999999' width='302.8' height='13.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='1.95' result='effect1_foregroundBlur_949_718'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear_949_718' x1='7.00002' y1='10' x2='7.00002' y2='354.395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D15845'/%3e%3cstop offset='1' stop-color='%23D15845' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
    background-size: 100% 14px;
    content: '';
    height: 14px;
    position: absolute;
    right: 7px;
    top: 23px;
    transform: rotate(180deg);
    width: calc(100% - 210px - 15px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-year-column::after {
    right: 207px;
    width: calc(100% - 210px - 15px - 200px);
  }
}

.module__vertical-timeline.module .vertical-timeline__milestone-year {
  background-color: #096E93;
  border-radius: 0 8px 8px 0;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  width: 210px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-year {
    border-radius: 8px;
  }
}

.module__vertical-timeline.module .vertical-timeline__milestone-header-text-wrapper {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .module__vertical-timeline.module .vertical-timeline__milestone-header-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .module__vertical-timeline.module .pili__content-builder-wrapper.pili__content-builder-wrapper--max-width-child > * {
    margin: 0 0 0 60px;
  }
}

.newsletter__wrapper form {
  background-color: #fff;
  padding: 40px 25px;
}

@media screen and (min-width: 768px) {
  .newsletter__wrapper form {
    align-items: flex-end;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper form {
    max-width: 885px;
    padding: 40px 45px 30px;
  }
}

.newsletter__wrapper .newsletter__fields-wrapper {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__fields-wrapper {
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__field-wrapper {
    flex-grow: 1;
    width: 100%;
  }
}

.newsletter__wrapper .newsletter__field-wrapper.newsletter__field-wrapper--name {
  margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__field-wrapper.newsletter__field-wrapper--name {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__field-wrapper.newsletter__field-wrapper--email {
    margin-right: 40px;
  }
}

.newsletter__wrapper .newsletter__label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 1.8;
  margin-bottom: 0;
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input {
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__input-wrapper .newsletter__input {
    flex-grow: 1;
    margin-bottom: 0rem;
    max-width: 460px;
  }
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input.newsletter__input--email {
  margin-bottom: 35px;
}

@media screen and (min-width: 1024px) {
  .newsletter__wrapper .newsletter__input-wrapper .newsletter__input.newsletter__input--email {
    margin-bottom: 0;
  }
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 1;
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  line-height: 1;
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  line-height: 1;
}

.newsletter__wrapper .newsletter__input-wrapper .newsletter__input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 1;
}

.newsletter__wrapper .newsletter__button-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .newsletter__wrapper .newsletter__button-wrapper {
    margin-top: 40px;
  }
}

.newsletter__wrapper .newsletter__button-wrapper-inner {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .newsletter__wrapper .newsletter__button-wrapper-inner {
    display: flex;
  }
}

.newsletter__wrapper .newsletter__button {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
  padding-bottom: 15.5px;
  padding-top: 15.5px;
}

.newsletter__wrapper .newsletter__button[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.newsletter__wrapper .newsletter__button:hover, .newsletter__wrapper .newsletter__button:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.newsletter__wrapper .newsletter__button.button--ghost::after, .newsletter__wrapper .newsletter__button.button--ghost-dark::after, .newsletter__wrapper .newsletter__button.button--secondary::after {
  content: unset;
}

.newsletter__wrapper .newsletter__button.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.newsletter__wrapper .newsletter__button.button--ghost:hover, .newsletter__wrapper .newsletter__button.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.newsletter__wrapper .newsletter__button.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.newsletter__wrapper .newsletter__button.button--ghost-dark:hover, .newsletter__wrapper .newsletter__button.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.newsletter__wrapper .newsletter__button.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.newsletter__wrapper .newsletter__button.button--secondary:hover, .newsletter__wrapper .newsletter__button.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.newsletter__wrapper .newsletter__button:hover, .newsletter__wrapper .newsletter__button:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

@media screen and (min-width: 768px) {
  .newsletter__wrapper .newsletter__button {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .newsletter__wrapper .newsletter__button {
    width: 100%;
  }
}

.newsletter__wrapper .newsletter__no-url-message {
  margin-bottom: 0;
}

.module__post-inline-cta .newsletter__wrapper form {
  background-color: #fff;
  border-radius: 8px;
  color: #26313D;
  overflow: hidden;
  padding: 25px;
}

.module__post-inline-cta .newsletter__wrapper .newsletter__fields-wrapper {
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .module__post-inline-cta .newsletter__wrapper .newsletter__fields-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.module__post-inline-cta .newsletter__wrapper .newsletter__field-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .module__post-inline-cta .newsletter__wrapper .newsletter__field-wrapper {
    flex-grow: 0;
    margin: 0;
    width: calc(50% - (20px / 2));
  }
}

@media screen and (min-width: 1024px) {
  .module__post-inline-cta .newsletter__wrapper .newsletter__field-wrapper.newsletter__field-wrapper--email {
    margin-right: 0;
  }
}

.module__post-inline-cta .newsletter__wrapper .newsletter__response-wrappers {
  display: none;
}

.module__post-inline-cta .newsletter__wrapper .newsletter__button-wrapper-inner {
  justify-content: center;
}

.personCard__item {
  margin-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
}

@media (min-width: 700px) {
  .personCard__item {
    width: 33.333333%;
  }
}

@media screen and (min-width: 1024px) {
  .personCard__item {
    margin-bottom: 3.125rem;
    width: 25%;
  }
}

@media screen and (min-width: 1280px) {
  .personCard__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.personCard__item .personCard__image-wrapper {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 1024px) {
  .personCard__item .personCard__image-wrapper {
    margin-bottom: 1.25rem;
  }
}

.personCard__item .personCard__image {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 195px;
}

@media (min-width: 400px) {
  .personCard__item .personCard__image {
    height: 250px;
  }
}

@media (min-width: 500px) {
  .personCard__item .personCard__image {
    height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .personCard__item .personCard__image {
    height: 400px;
  }
}

.personCard__item .personCard__name {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

.personCard__item .personCard__position {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .personCard__item .personCard__position {
    font-size: 16px;
  }
}

.post-card__post-wrapper {
  background-color: rgba(221, 220, 203, 0.4);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0;
  transition: all 300ms;
}

@media screen and (min-width: 640px) {
  .post-card__post-wrapper {
    width: calc((100% / 2) - (((2 - 1) * 20px) / 2));
  }
}

@media screen and (min-width: 1024px) {
  .post-card__post-wrapper {
    flex-basis: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}

.post-card__post-wrapper:hover div.post-card__post-more-text-wrapper .post-card__post-more-text {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.post-card__post-wrapper .post-card__post-item {
  height: 100%;
}

.post-card__post-wrapper .post-card__post-item:hover .post-card__text-wrapper {
  transition-duration: 100ms;
  transition-property: all;
}

.post-card__post-wrapper .post-card__post-item:hover .post-card__text-wrapper::after {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
}

.post-card__post-wrapper .post-card__post-anchor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-card__post-wrapper .post-card__post-image-intro-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .post-card__post-wrapper .post-card__post-image-intro-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.post-card__post-wrapper .post-card__post-image-anchor {
  display: block;
}

.post-card__post-wrapper .post-card__post-image {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post-card__post-wrapper .post-card__post-image {
    height: 240px;
  }
}

.post-card__post-wrapper .post-card__text-wrapper {
  border-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 40px 35px 45px;
  position: relative;
  transition-duration: 100ms;
  transition-property: all;
}

@media screen and (min-width: 768px) {
  .post-card__post-wrapper .post-card__text-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }
}

.post-card__post-wrapper .post-card__text-wrapper::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  top: 0;
  transition: all 300ms;
  left: 0;
}

.post-card__post-wrapper .post-card__post-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-bottom: 18px;
}

.post-card__post-wrapper .post-card__post-category-anchor {
  display: inline-block;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: all;
  color: #fff;
  cursor: pointer;
  background-color: #AA3909;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 120%;
}

.post-card__post-wrapper .post-card__post-category-anchor:hover::before, .post-card__post-wrapper .post-card__post-category-anchor:hover::after, .post-card__post-wrapper .post-card__post-category-anchor:active::before, .post-card__post-wrapper .post-card__post-category-anchor:active::after {
  display: none;
}

.post-card__post-wrapper .post-card__post-category-anchor:hover, .post-card__post-wrapper .post-card__post-category-anchor:active {
  transition: all 300ms;
}

.post-card__post-wrapper .post-card__post-meta-wrapper {
  color: #26313D;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 120%;
  margin-top: 10px;
  opacity: .7;
  width: 100%;
}

.post-card__post-wrapper .post-card__post-meta-author::after {
  display: inline-block;
  padding: 0 4px;
}

.post-card__post-wrapper .post-card__post-top-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card__post-wrapper .post-card__post-heading-anchor {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.post-card__post-wrapper .post-card__post-heading-wrapper {
  position: relative;
}

.post-card__post-wrapper .post-card__post-heading {
  font-family: Crimson Pro, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 33px !important;
  margin-bottom: 0 !important;
}

.post-card__post-wrapper .post-card__post-intro-wrapper {
  margin-top: 30px;
}

.post-card__post-wrapper .post-card__post-intro {
  font-size: 16px !important;
  line-height: 21px !important;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper {
  margin-top: 50px;
  position: relative;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text {
  transition: all 300ms;
  background-color: #D5C409;
  border-color: #D5C409;
  border-radius: 8px;
  border-width: 1px;
  color: #26313D;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 15px 20px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  padding-left: 30px;
  padding-right: 70px;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text[disabled] {
  cursor: not-allowed;
  background-color: #7D838B;
  border-color: #7D838B;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text:hover, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text:active {
  transition: all 100ms;
  background-color: #F0E564;
  border-color: #F0E564;
  position: relative;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost::after, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost-dark::after, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--secondary::after {
  content: unset;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost {
  background-color: transparent;
  border: 1px solid #26313D;
  border-radius: 8px;
  color: #26313D;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost:hover, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost:active {
  background-color: transparent;
  border-color: #096E93;
  color: #096E93;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost-dark {
  background-color: transparent;
  border-color: #F2F9F2;
  border-radius: 8px;
  color: #F2F9F2;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost-dark:hover, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--ghost-dark:active {
  border-color: #D5C409;
  color: #D5C409;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--secondary {
  background-color: #096E93;
  border-color: #096E93;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--secondary:hover, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text.button--secondary:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text:hover, .post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text:active {
  background-color: #5DA5BF;
  border-color: #5DA5BF;
  color: #fff;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23AA3909'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ' ';
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0377 6.34277L13.6268 7.76029L16.897 11.0153L3.29199 11.029L3.294 13.0289L16.8618 13.0153L13.6466 16.2455L15.0641 17.6564L20.7078 11.9864L15.0377 6.34277Z' fill='%23fff'/%3E%3C/svg%3E");
}

.post-card__post-wrapper div.post-card__post-more-text-wrapper .post-card__post-more-text::after {
  right: 30px;
}

.post-card__post-wrapper .post-card__post-author-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .post-card__post-wrapper .post-card__post-author-wrapper {
    margin-top: 35px;
  }
}

.post-card__post-wrapper .post-card__author-image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.625rem;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

.post-card__post-wrapper .post-card__author-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-card__post-wrapper .post-card__post-author-name {
  display: block;
  font-weight: 300;
}

.post-card__post-wrapper .post-card__post-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

#display-your-zenodo-community li {
  list-style-type: none;
}

.zenodo-pagination {
  margin: 0 !important;
  padding: 0 !important;
}

.zenodo-pagination li::before {
  display: none;
}

.bg-black-0{
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.border{
  border-width: 1px;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

.flex-grow{
  flex-grow: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-shrink{
  flex-shrink: 1;
}

.font-semibold{
  font-weight: 600;
}

.h-full{
  height: 100%;
}

.mx-0{
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-5px{
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.mr-0{
  margin-right: 0rem;
}

.mb-0{
  margin-bottom: 0rem;
}

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

.mb-20px{
  margin-bottom: 1.25rem;
}

.mt-25px{
  margin-top: 1.5625rem;
}

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

.ml-25px{
  margin-left: 1.5625rem;
}

.mb-30px{
  margin-bottom: 1.875rem;
}

.mb-35px{
  margin-bottom: 2.1875rem;
}

.mt-40px{
  margin-top: 2.5rem;
}

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

.mb-50px{
  margin-bottom: 3.125rem;
}

.mb-65px{
  margin-bottom: 4.0625rem;
}

.-mt-20px{
  margin-top: -1.25rem;
}

.-mt-25px{
  margin-top: -1.5625rem;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.overflow-hidden{
  overflow: hidden;
}

.py-15px{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15px{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-25px{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.py-30px{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-40px{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pr-20px{
  padding-right: 1.25rem;
}

.pt-25px{
  padding-top: 1.5625rem;
}

.pr-30px{
  padding-right: 1.875rem;
}

.pb-30px{
  padding-bottom: 1.875rem;
}

.pl-35px{
  padding-left: 2.1875rem;
}

.pl-40px{
  padding-left: 2.5rem;
}

.pb-50px{
  padding-bottom: 3.125rem;
}

.pb-55px{
  padding-bottom: 3.4375rem;
}

.pt-60px{
  padding-top: 3.75rem;
}

.pb-60px{
  padding-bottom: 3.75rem;
}

.pl-60px{
  padding-left: 3.75rem;
}

.pb-65px{
  padding-bottom: 4.0625rem;
}

.pb-80px{
  padding-bottom: 5rem;
}

.pb-150px{
  padding-bottom: 9.375rem;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

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

.uppercase{
  text-transform: uppercase;
}

.w-full{
  width: 100%;
}

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .lg\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .xl\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 1600px){
  .max\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .max\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .max\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .max\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .max\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .max\:container{
      max-width: 1600px;
    }
  }
}

