/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it.
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// TABLE OF CONTENTS
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------

01 - DEFAULTS
--
1A - Variables & Mixins
1B - Pattern Library

02 - LAYOUT
--
2A - Wrapping Elements
2B - Mobile Overrides

03 - ADA

----------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
01 - STYLE.CSS : DEFAULTS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* 1A. Variables & Mixins
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////////
// VARIABLES
//////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Convert string to list
----------------------------------------
////////////////////////////////////// */
/* String Replace | https://stackoverflow.com/questions/12728634/string-replace-in-sass
----------------------------------------
////////////////////////////////////// */
/* Colors
----------------------------------------
////////////////////////////////////// */
/* Fonts
----------------------------------------
////////////////////////////////////// */
/* Font Awesome Path Override
----------------------------------------
////////////////////////////////////// */
/* Bootstrap | "get value" => map-get($map, key)
----------------------------------------
////////////////////////////////////// */
/* Transition / Animation
----------------------------------------
////////////////////////////////////// */
/* Consistent Element Spacing
----------------------------------------
////////////////////////////////////// */
/* Container Spacing
----------------------------------------
////////////////////////////////////// */
/* Container Spacing
----------------------------------------
////////////////////////////////////// */
/* Grouped Variables
----------------------------------------
////////////////////////////////////// */
/* Ripped Pattern Spacing
----------------------------------------
////////////////////////////////////// */
/* .addArrow dimentions
----------------------------------------
////////////////////////////////////// */
/* Post Image Sizing
----------------------------------------
////////////////////////////////////// */
/* Spaces between buttons and wrapper
----------------------------------------
////////////////////////////////////// */
/* Border Width
----------------------------------------
////////////////////////////////////// */
/* Border Width
----------------------------------------
////////////////////////////////////// */
/* Border Radius
----------------------------------------
////////////////////////////////////// */
/* Minimum touch height
----------------------------------------
////////////////////////////////////// */
/* Rounded Corners
----------------------------------------
////////////////////////////////////// */
/* Wordpress menu height
----------------------------------------
////////////////////////////////////// */
/* Header Heights
----------------------------------------
////////////////////////////////////// */
/* Moveo General Mixins
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  Defaults Mixins
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* Cloned from from Bootstrap | node_modules/bootstrap/scss/mixins/_clearfix.scss
----------------------------------------
////////////////////////////////////// */
/* Focus Styles
----------------------------------------
////////////////////////////////////// */
/* Button font mixin for Gravity forms
----------------------------------------
////////////////////////////////////// */
/* Hover, Focus, Active
----------------------------------------
////////////////////////////////////// */
/* Positioning
----------------------------------------
////////////////////////////////////// */
/* Font properties
----------------------------------------
////////////////////////////////////// */
/* Font Sizes
----------------------------------------
////////////////////////////////////// */
/* Set em font size pixel base _all-patterns
----------------------------------------
////////////////////////////////////// */
/* Box dimensions
----------------------------------------
////////////////////////////////////// */
/* Animation
----------------------------------------
////////////////////////////////////// */
/* High Resolution Images
----------------------------------------
////////////////////////////////////// */
/* Media Queries
----------------------------------------
////////////////////////////////////// */
/* Accordion Dropdown (+ / -)
----------------------------------------
////////////////////////////////////// */
/* Border Triangles
----------------------------------------
////////////////////////////////////// */
/* Color Set | library/user-interface/colors
----------------------------------------
////////////////////////////////////// */
/* Gradients | https://www.sitepoint.com/building-linear-gradient-mixin-sass/
----------------------------------------
////////////////////////////////////// */
/* Convert a direction to legacy syntax
----------------------------------------
////////////////////////////////////// */
/* Mixin printing a linear-gradient as well as a plain color fallback and the `-webkit-` prefixed declaration
----------------------------------------
////////////////////////////////////// */
/* Moveo Icon Font
----------------------------------------
////////////////////////////////////// */
.ginput_container_select::before, .mvi::before, .post-image a::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Editable content
----------------------------------------
////////////////////////////////////// */
.wysiwyg > p a:not(.btn), #tribe-events-pg-template .tribe-events-content > p a:not(.btn), .post-text > p a:not(.btn), .wysiwyg > li a:not(.btn), #tribe-events-pg-template .tribe-events-content > li a:not(.btn), .post-text > li a:not(.btn), .wysiwyg > dl a:not(.btn), #tribe-events-pg-template .tribe-events-content > dl a:not(.btn), .post-text > dl a:not(.btn), .wysiwyg > th a:not(.btn), #tribe-events-pg-template .tribe-events-content > th a:not(.btn), .post-text > th a:not(.btn), .wysiwyg > td a:not(.btn), #tribe-events-pg-template .tribe-events-content > td a:not(.btn), .post-text > td a:not(.btn), .wysiwyg > label a:not(.btn), #tribe-events-pg-template .tribe-events-content > label a:not(.btn), .post-text > label a:not(.btn) {
  text-decoration: underline;
  font-weight: 400;
}
.wysiwyg > p a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > p a:not(.btn):hover, .post-text > p a:not(.btn):hover, .wysiwyg > li a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > li a:not(.btn):hover, .post-text > li a:not(.btn):hover, .wysiwyg > dl a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > dl a:not(.btn):hover, .post-text > dl a:not(.btn):hover, .wysiwyg > th a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > th a:not(.btn):hover, .post-text > th a:not(.btn):hover, .wysiwyg > td a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > td a:not(.btn):hover, .post-text > td a:not(.btn):hover, .wysiwyg > label a:not(.btn):hover, #tribe-events-pg-template .tribe-events-content > label a:not(.btn):hover, .post-text > label a:not(.btn):hover {
  opacity: 0.8;
}
.wysiwyg > img, #tribe-events-pg-template .tribe-events-content > img, .post-text > img {
  height: auto;
}
.wysiwyg > *:first-child, #tribe-events-pg-template .tribe-events-content > *:first-child, .post-text > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child, #tribe-events-pg-template .tribe-events-content > *:last-child, .post-text > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > ul, #tribe-events-pg-template .tribe-events-content > ul, .post-text > ul, .wysiwyg > ol, #tribe-events-pg-template .tribe-events-content > ol, .post-text > ol {
  padding: 0;
  overflow: hidden;
}
.wysiwyg > ul li, #tribe-events-pg-template .tribe-events-content > ul li, .post-text > ul li, .wysiwyg > ol li, #tribe-events-pg-template .tribe-events-content > ol li, .post-text > ol li {
  list-style-type: inherit;
  position: relative;
  left: 40px;
  padding-right: 40px;
}
.wysiwyg > ul li::marker, #tribe-events-pg-template .tribe-events-content > ul li::marker, .post-text > ul li::marker, .wysiwyg > ol li::marker, #tribe-events-pg-template .tribe-events-content > ol li::marker, .post-text > ol li::marker {
  font-size: 90%;
}
.wysiwyg > ul li:not(:first-child), #tribe-events-pg-template .tribe-events-content > ul li:not(:first-child), .post-text > ul li:not(:first-child), .wysiwyg > ul li ul, #tribe-events-pg-template .tribe-events-content > ul li ul, .post-text > ul li ul, .wysiwyg > ul li ol, #tribe-events-pg-template .tribe-events-content > ul li ol, .post-text > ul li ol, .wysiwyg > ol li:not(:first-child), #tribe-events-pg-template .tribe-events-content > ol li:not(:first-child), .post-text > ol li:not(:first-child), .wysiwyg > ol li ul, #tribe-events-pg-template .tribe-events-content > ol li ul, .post-text > ol li ul, .wysiwyg > ol li ol, #tribe-events-pg-template .tribe-events-content > ol li ol, .post-text > ol li ol {
  margin-top: 15px;
}
.wysiwyg ul, #tribe-events-pg-template .tribe-events-content ul, .post-text ul {
  list-style-type: disc;
}
.wysiwyg ol, #tribe-events-pg-template .tribe-events-content ol, .post-text ol {
  list-style-type: decimal;
}
.wysiwyg ol ol, #tribe-events-pg-template .tribe-events-content ol ol, .post-text ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol ol ol, #tribe-events-pg-template .tribe-events-content ol ol ol, .post-text ol ol ol {
  list-style-type: decimal;
}
.wysiwyg ul ul, #tribe-events-pg-template .tribe-events-content ul ul, .post-text ul ul, .wysiwyg ol ul, #tribe-events-pg-template .tribe-events-content ol ul, .post-text ol ul {
  list-style-type: circle;
}
.wysiwyg ul ul ul, #tribe-events-pg-template .tribe-events-content ul ul ul, .post-text ul ul ul, .wysiwyg ol ul ul, #tribe-events-pg-template .tribe-events-content ol ul ul, .post-text ol ul ul {
  list-style-type: square;
}
.text-center .wysiwyg ul, .text-center #tribe-events-pg-template .tribe-events-content ul, #tribe-events-pg-template .text-center .tribe-events-content ul, .text-center .post-text ul, .text-center .wysiwyg ol, .text-center #tribe-events-pg-template .tribe-events-content ol, #tribe-events-pg-template .text-center .tribe-events-content ol, .text-center .post-text ol {
  list-style-position: inside;
  overflow: visible;
}
.text-center .wysiwyg ul li, .text-center #tribe-events-pg-template .tribe-events-content ul li, #tribe-events-pg-template .text-center .tribe-events-content ul li, .text-center .post-text ul li, .text-center .wysiwyg ol li, .text-center #tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .text-center .tribe-events-content ol li, .text-center .post-text ol li {
  left: auto;
  padding: 0;
}

/* -------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////
// CUSTOM IMPORTS
//////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Compass [Patch]
----------------------------------------
////////////////////////////////////// */
/* Font Awesome
----------------------------------------
////////////////////////////////////// */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, #nav ul.main > li.menu-item-has-children > a::before, div.gform_wrapper .gform_body .ginput_container_radio label::after, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label::after,
div.gform_wrapper .gform_body .ginput_container_consent .gfield_label::after, .btn.link.phone::before, body .link.phone#ot-sdk-btn.btn::before, .btn.link.email::before, body .link.email#ot-sdk-btn.btn::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, #nav ul.main > li.menu-item-has-children > a.fa-pull-left::before, div.gform_wrapper .gform_body .ginput_container_radio label.fa-pull-left::after, div.gform_wrapper .gform_body .ginput_container_radio .fa-pull-left.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label.fa-pull-left::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .fa-pull-left.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label.fa-pull-left::after,
div.gform_wrapper .gform_body .ginput_container_consent .fa-pull-left.gfield_label::after, .fa-pull-left.btn.link.phone::before, body .fa-pull-left.link.phone#ot-sdk-btn.btn::before, .fa-pull-left.btn.link.email::before, body .fa-pull-left.link.email#ot-sdk-btn.btn::before {
  margin-right: 0.3em;
}
.fa.fa-pull-right, #nav ul.main > li.menu-item-has-children > a.fa-pull-right::before, div.gform_wrapper .gform_body .ginput_container_radio label.fa-pull-right::after, div.gform_wrapper .gform_body .ginput_container_radio .fa-pull-right.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label.fa-pull-right::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .fa-pull-right.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label.fa-pull-right::after,
div.gform_wrapper .gform_body .ginput_container_consent .fa-pull-right.gfield_label::after, .fa-pull-right.btn.link.phone::before, body .fa-pull-right.link.phone#ot-sdk-btn.btn::before, .fa-pull-right.btn.link.email::before, body .fa-pull-right.link.email#ot-sdk-btn.btn::before {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #nav ul.main > li.menu-item-has-children > a.pull-left::before, div.gform_wrapper .gform_body .ginput_container_radio label.pull-left::after, div.gform_wrapper .gform_body .ginput_container_radio .pull-left.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label.pull-left::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .pull-left.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label.pull-left::after,
div.gform_wrapper .gform_body .ginput_container_consent .pull-left.gfield_label::after, .pull-left.btn.link.phone::before, body .pull-left.link.phone#ot-sdk-btn.btn::before, .pull-left.btn.link.email::before, body .pull-left.link.email#ot-sdk-btn.btn::before {
  margin-right: 0.3em;
}
.fa.pull-right, #nav ul.main > li.menu-item-has-children > a.pull-right::before, div.gform_wrapper .gform_body .ginput_container_radio label.pull-right::after, div.gform_wrapper .gform_body .ginput_container_radio .pull-right.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label.pull-right::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .pull-right.gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label.pull-right::after,
div.gform_wrapper .gform_body .ginput_container_consent .pull-right.gfield_label::after, .pull-right.btn.link.phone::before, body .pull-right.link.phone#ot-sdk-btn.btn::before, .pull-right.btn.link.email::before, body .pull-right.link.email#ot-sdk-btn.btn::before {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Bootstrap | "get value" => map-get($map, key)
----------------------------------------
/////////////////////////////////////// */
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 4.5em 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 2.25em;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: max(0.25rem, 0);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.section .ajax-load-more-wrap,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-mb, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-hr, .container-yg, .container-bg, .container-xl, .container-mb, .container-lg, .container-md, .container-sm, .container {
  max-width: 1320px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-mb: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-bg: 1400px;
  --bs-breakpoint-yg: 1600px;
  --bs-breakpoint-hr: 1921px;
}

.row, .section .alm-listing {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .section .alm-listing > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1.125em;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1.125em;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2.25em;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2.25em;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 4.5em;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 4.5em;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 6.75em;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 6.75em;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 13.5em;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 13.5em;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1024px) {
  .col-mb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-mb-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-mb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-mb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-mb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-mb-0 {
    margin-left: 0;
  }
  .offset-mb-1 {
    margin-left: 8.33333333%;
  }
  .offset-mb-2 {
    margin-left: 16.66666667%;
  }
  .offset-mb-3 {
    margin-left: 25%;
  }
  .offset-mb-4 {
    margin-left: 33.33333333%;
  }
  .offset-mb-5 {
    margin-left: 41.66666667%;
  }
  .offset-mb-6 {
    margin-left: 50%;
  }
  .offset-mb-7 {
    margin-left: 58.33333333%;
  }
  .offset-mb-8 {
    margin-left: 66.66666667%;
  }
  .offset-mb-9 {
    margin-left: 75%;
  }
  .offset-mb-10 {
    margin-left: 83.33333333%;
  }
  .offset-mb-11 {
    margin-left: 91.66666667%;
  }
  .g-mb-0,
  .gx-mb-0 {
    --bs-gutter-x: 0;
  }
  .g-mb-0,
  .gy-mb-0 {
    --bs-gutter-y: 0;
  }
  .g-mb-1,
  .gx-mb-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-mb-1,
  .gy-mb-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-mb-2,
  .gx-mb-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-mb-2,
  .gy-mb-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-mb-3,
  .gx-mb-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-mb-3,
  .gy-mb-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-mb-4,
  .gx-mb-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-mb-4,
  .gy-mb-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-mb-5,
  .gx-mb-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-mb-5,
  .gy-mb-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1400px) {
  .col-bg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-bg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-bg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-bg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-bg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-bg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-bg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-bg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-bg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-bg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-bg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-bg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-bg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-bg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-bg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-bg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-bg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-bg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-bg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-bg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-bg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-bg-0 {
    margin-left: 0;
  }
  .offset-bg-1 {
    margin-left: 8.33333333%;
  }
  .offset-bg-2 {
    margin-left: 16.66666667%;
  }
  .offset-bg-3 {
    margin-left: 25%;
  }
  .offset-bg-4 {
    margin-left: 33.33333333%;
  }
  .offset-bg-5 {
    margin-left: 41.66666667%;
  }
  .offset-bg-6 {
    margin-left: 50%;
  }
  .offset-bg-7 {
    margin-left: 58.33333333%;
  }
  .offset-bg-8 {
    margin-left: 66.66666667%;
  }
  .offset-bg-9 {
    margin-left: 75%;
  }
  .offset-bg-10 {
    margin-left: 83.33333333%;
  }
  .offset-bg-11 {
    margin-left: 91.66666667%;
  }
  .g-bg-0,
  .gx-bg-0 {
    --bs-gutter-x: 0;
  }
  .g-bg-0,
  .gy-bg-0 {
    --bs-gutter-y: 0;
  }
  .g-bg-1,
  .gx-bg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-bg-1,
  .gy-bg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-bg-2,
  .gx-bg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-bg-2,
  .gy-bg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-bg-3,
  .gx-bg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-bg-3,
  .gy-bg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-bg-4,
  .gx-bg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-bg-4,
  .gy-bg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-bg-5,
  .gx-bg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-bg-5,
  .gy-bg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1600px) {
  .col-yg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-yg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-yg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-yg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-yg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-yg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-yg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-yg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-yg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-yg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-yg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-yg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-yg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-yg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-yg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-yg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-yg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-yg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-yg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-yg-0 {
    margin-left: 0;
  }
  .offset-yg-1 {
    margin-left: 8.33333333%;
  }
  .offset-yg-2 {
    margin-left: 16.66666667%;
  }
  .offset-yg-3 {
    margin-left: 25%;
  }
  .offset-yg-4 {
    margin-left: 33.33333333%;
  }
  .offset-yg-5 {
    margin-left: 41.66666667%;
  }
  .offset-yg-6 {
    margin-left: 50%;
  }
  .offset-yg-7 {
    margin-left: 58.33333333%;
  }
  .offset-yg-8 {
    margin-left: 66.66666667%;
  }
  .offset-yg-9 {
    margin-left: 75%;
  }
  .offset-yg-10 {
    margin-left: 83.33333333%;
  }
  .offset-yg-11 {
    margin-left: 91.66666667%;
  }
  .g-yg-0,
  .gx-yg-0 {
    --bs-gutter-x: 0;
  }
  .g-yg-0,
  .gy-yg-0 {
    --bs-gutter-y: 0;
  }
  .g-yg-1,
  .gx-yg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-yg-1,
  .gy-yg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-yg-2,
  .gx-yg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-yg-2,
  .gy-yg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-yg-3,
  .gx-yg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-yg-3,
  .gy-yg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-yg-4,
  .gx-yg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-yg-4,
  .gy-yg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-yg-5,
  .gx-yg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-yg-5,
  .gy-yg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1921px) {
  .col-hr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-hr-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-hr-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-hr-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-hr-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-hr-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-hr-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-hr-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-hr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-hr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-hr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-hr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-hr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-hr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-hr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-hr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-hr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-hr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-hr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-hr-0 {
    margin-left: 0;
  }
  .offset-hr-1 {
    margin-left: 8.33333333%;
  }
  .offset-hr-2 {
    margin-left: 16.66666667%;
  }
  .offset-hr-3 {
    margin-left: 25%;
  }
  .offset-hr-4 {
    margin-left: 33.33333333%;
  }
  .offset-hr-5 {
    margin-left: 41.66666667%;
  }
  .offset-hr-6 {
    margin-left: 50%;
  }
  .offset-hr-7 {
    margin-left: 58.33333333%;
  }
  .offset-hr-8 {
    margin-left: 66.66666667%;
  }
  .offset-hr-9 {
    margin-left: 75%;
  }
  .offset-hr-10 {
    margin-left: 83.33333333%;
  }
  .offset-hr-11 {
    margin-left: 91.66666667%;
  }
  .g-hr-0,
  .gx-hr-0 {
    --bs-gutter-x: 0;
  }
  .g-hr-0,
  .gy-hr-0 {
    --bs-gutter-y: 0;
  }
  .g-hr-1,
  .gx-hr-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-hr-1,
  .gy-hr-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-hr-2,
  .gx-hr-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-hr-2,
  .gy-hr-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-hr-3,
  .gx-hr-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-hr-3,
  .gy-hr-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-hr-4,
  .gx-hr-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-hr-4,
  .gy-hr-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-hr-5,
  .gx-hr-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-hr-5,
  .gy-hr-5 {
    --bs-gutter-y: 13.5em;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1.125em !important;
}

.m-2 {
  margin: 2.25em !important;
}

.m-3 {
  margin: 4.5em !important;
}

.m-4 {
  margin: 6.75em !important;
}

.m-5 {
  margin: 13.5em !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 1.125em !important;
  margin-left: 1.125em !important;
}

.mx-2 {
  margin-right: 2.25em !important;
  margin-left: 2.25em !important;
}

.mx-3 {
  margin-right: 4.5em !important;
  margin-left: 4.5em !important;
}

.mx-4 {
  margin-right: 6.75em !important;
  margin-left: 6.75em !important;
}

.mx-5 {
  margin-right: 13.5em !important;
  margin-left: 13.5em !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 1.125em !important;
  margin-bottom: 1.125em !important;
}

.my-2 {
  margin-top: 2.25em !important;
  margin-bottom: 2.25em !important;
}

.my-3 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.my-4 {
  margin-top: 6.75em !important;
  margin-bottom: 6.75em !important;
}

.my-5 {
  margin-top: 13.5em !important;
  margin-bottom: 13.5em !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1.125em !important;
}

.mt-2 {
  margin-top: 2.25em !important;
}

.mt-3 {
  margin-top: 4.5em !important;
}

.mt-4 {
  margin-top: 6.75em !important;
}

.mt-5 {
  margin-top: 13.5em !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 1.125em !important;
}

.me-2 {
  margin-right: 2.25em !important;
}

.me-3 {
  margin-right: 4.5em !important;
}

.me-4 {
  margin-right: 6.75em !important;
}

.me-5 {
  margin-right: 13.5em !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1.125em !important;
}

.mb-2 {
  margin-bottom: 2.25em !important;
}

.mb-3 {
  margin-bottom: 4.5em !important;
}

.mb-4 {
  margin-bottom: 6.75em !important;
}

.mb-5 {
  margin-bottom: 13.5em !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 1.125em !important;
}

.ms-2 {
  margin-left: 2.25em !important;
}

.ms-3 {
  margin-left: 4.5em !important;
}

.ms-4 {
  margin-left: 6.75em !important;
}

.ms-5 {
  margin-left: 13.5em !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1.125em !important;
}

.p-2 {
  padding: 2.25em !important;
}

.p-3 {
  padding: 4.5em !important;
}

.p-4 {
  padding: 6.75em !important;
}

.p-5 {
  padding: 13.5em !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 1.125em !important;
  padding-left: 1.125em !important;
}

.px-2 {
  padding-right: 2.25em !important;
  padding-left: 2.25em !important;
}

.px-3 {
  padding-right: 4.5em !important;
  padding-left: 4.5em !important;
}

.px-4 {
  padding-right: 6.75em !important;
  padding-left: 6.75em !important;
}

.px-5 {
  padding-right: 13.5em !important;
  padding-left: 13.5em !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 1.125em !important;
  padding-bottom: 1.125em !important;
}

.py-2 {
  padding-top: 2.25em !important;
  padding-bottom: 2.25em !important;
}

.py-3 {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.py-4 {
  padding-top: 6.75em !important;
  padding-bottom: 6.75em !important;
}

.py-5 {
  padding-top: 13.5em !important;
  padding-bottom: 13.5em !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1.125em !important;
}

.pt-2 {
  padding-top: 2.25em !important;
}

.pt-3 {
  padding-top: 4.5em !important;
}

.pt-4 {
  padding-top: 6.75em !important;
}

.pt-5 {
  padding-top: 13.5em !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 1.125em !important;
}

.pe-2 {
  padding-right: 2.25em !important;
}

.pe-3 {
  padding-right: 4.5em !important;
}

.pe-4 {
  padding-right: 6.75em !important;
}

.pe-5 {
  padding-right: 13.5em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1.125em !important;
}

.pb-2 {
  padding-bottom: 2.25em !important;
}

.pb-3 {
  padding-bottom: 4.5em !important;
}

.pb-4 {
  padding-bottom: 6.75em !important;
}

.pb-5 {
  padding-bottom: 13.5em !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 1.125em !important;
}

.ps-2 {
  padding-left: 2.25em !important;
}

.ps-3 {
  padding-left: 4.5em !important;
}

.ps-4 {
  padding-left: 6.75em !important;
}

.ps-5 {
  padding-left: 13.5em !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1.125em !important;
  }
  .m-sm-2 {
    margin: 2.25em !important;
  }
  .m-sm-3 {
    margin: 4.5em !important;
  }
  .m-sm-4 {
    margin: 6.75em !important;
  }
  .m-sm-5 {
    margin: 13.5em !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-sm-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-sm-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-sm-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-sm-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-sm-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-sm-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-sm-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-sm-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1.125em !important;
  }
  .mt-sm-2 {
    margin-top: 2.25em !important;
  }
  .mt-sm-3 {
    margin-top: 4.5em !important;
  }
  .mt-sm-4 {
    margin-top: 6.75em !important;
  }
  .mt-sm-5 {
    margin-top: 13.5em !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1.125em !important;
  }
  .me-sm-2 {
    margin-right: 2.25em !important;
  }
  .me-sm-3 {
    margin-right: 4.5em !important;
  }
  .me-sm-4 {
    margin-right: 6.75em !important;
  }
  .me-sm-5 {
    margin-right: 13.5em !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-sm-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-sm-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-sm-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-sm-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1.125em !important;
  }
  .ms-sm-2 {
    margin-left: 2.25em !important;
  }
  .ms-sm-3 {
    margin-left: 4.5em !important;
  }
  .ms-sm-4 {
    margin-left: 6.75em !important;
  }
  .ms-sm-5 {
    margin-left: 13.5em !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1.125em !important;
  }
  .p-sm-2 {
    padding: 2.25em !important;
  }
  .p-sm-3 {
    padding: 4.5em !important;
  }
  .p-sm-4 {
    padding: 6.75em !important;
  }
  .p-sm-5 {
    padding: 13.5em !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-sm-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-sm-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-sm-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-sm-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-sm-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-sm-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-sm-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-sm-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1.125em !important;
  }
  .pt-sm-2 {
    padding-top: 2.25em !important;
  }
  .pt-sm-3 {
    padding-top: 4.5em !important;
  }
  .pt-sm-4 {
    padding-top: 6.75em !important;
  }
  .pt-sm-5 {
    padding-top: 13.5em !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 1.125em !important;
  }
  .pe-sm-2 {
    padding-right: 2.25em !important;
  }
  .pe-sm-3 {
    padding-right: 4.5em !important;
  }
  .pe-sm-4 {
    padding-right: 6.75em !important;
  }
  .pe-sm-5 {
    padding-right: 13.5em !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-sm-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-sm-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-sm-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-sm-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 1.125em !important;
  }
  .ps-sm-2 {
    padding-left: 2.25em !important;
  }
  .ps-sm-3 {
    padding-left: 4.5em !important;
  }
  .ps-sm-4 {
    padding-left: 6.75em !important;
  }
  .ps-sm-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1.125em !important;
  }
  .m-md-2 {
    margin: 2.25em !important;
  }
  .m-md-3 {
    margin: 4.5em !important;
  }
  .m-md-4 {
    margin: 6.75em !important;
  }
  .m-md-5 {
    margin: 13.5em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-md-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-md-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-md-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-md-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-md-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-md-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-md-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-md-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1.125em !important;
  }
  .mt-md-2 {
    margin-top: 2.25em !important;
  }
  .mt-md-3 {
    margin-top: 4.5em !important;
  }
  .mt-md-4 {
    margin-top: 6.75em !important;
  }
  .mt-md-5 {
    margin-top: 13.5em !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1.125em !important;
  }
  .me-md-2 {
    margin-right: 2.25em !important;
  }
  .me-md-3 {
    margin-right: 4.5em !important;
  }
  .me-md-4 {
    margin-right: 6.75em !important;
  }
  .me-md-5 {
    margin-right: 13.5em !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-md-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-md-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-md-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-md-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1.125em !important;
  }
  .ms-md-2 {
    margin-left: 2.25em !important;
  }
  .ms-md-3 {
    margin-left: 4.5em !important;
  }
  .ms-md-4 {
    margin-left: 6.75em !important;
  }
  .ms-md-5 {
    margin-left: 13.5em !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1.125em !important;
  }
  .p-md-2 {
    padding: 2.25em !important;
  }
  .p-md-3 {
    padding: 4.5em !important;
  }
  .p-md-4 {
    padding: 6.75em !important;
  }
  .p-md-5 {
    padding: 13.5em !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-md-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-md-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-md-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-md-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-md-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-md-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-md-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-md-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1.125em !important;
  }
  .pt-md-2 {
    padding-top: 2.25em !important;
  }
  .pt-md-3 {
    padding-top: 4.5em !important;
  }
  .pt-md-4 {
    padding-top: 6.75em !important;
  }
  .pt-md-5 {
    padding-top: 13.5em !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 1.125em !important;
  }
  .pe-md-2 {
    padding-right: 2.25em !important;
  }
  .pe-md-3 {
    padding-right: 4.5em !important;
  }
  .pe-md-4 {
    padding-right: 6.75em !important;
  }
  .pe-md-5 {
    padding-right: 13.5em !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-md-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-md-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-md-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-md-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 1.125em !important;
  }
  .ps-md-2 {
    padding-left: 2.25em !important;
  }
  .ps-md-3 {
    padding-left: 4.5em !important;
  }
  .ps-md-4 {
    padding-left: 6.75em !important;
  }
  .ps-md-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1.125em !important;
  }
  .m-lg-2 {
    margin: 2.25em !important;
  }
  .m-lg-3 {
    margin: 4.5em !important;
  }
  .m-lg-4 {
    margin: 6.75em !important;
  }
  .m-lg-5 {
    margin: 13.5em !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-lg-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-lg-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-lg-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-lg-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-lg-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-lg-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-lg-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-lg-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1.125em !important;
  }
  .mt-lg-2 {
    margin-top: 2.25em !important;
  }
  .mt-lg-3 {
    margin-top: 4.5em !important;
  }
  .mt-lg-4 {
    margin-top: 6.75em !important;
  }
  .mt-lg-5 {
    margin-top: 13.5em !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1.125em !important;
  }
  .me-lg-2 {
    margin-right: 2.25em !important;
  }
  .me-lg-3 {
    margin-right: 4.5em !important;
  }
  .me-lg-4 {
    margin-right: 6.75em !important;
  }
  .me-lg-5 {
    margin-right: 13.5em !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-lg-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-lg-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-lg-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-lg-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1.125em !important;
  }
  .ms-lg-2 {
    margin-left: 2.25em !important;
  }
  .ms-lg-3 {
    margin-left: 4.5em !important;
  }
  .ms-lg-4 {
    margin-left: 6.75em !important;
  }
  .ms-lg-5 {
    margin-left: 13.5em !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1.125em !important;
  }
  .p-lg-2 {
    padding: 2.25em !important;
  }
  .p-lg-3 {
    padding: 4.5em !important;
  }
  .p-lg-4 {
    padding: 6.75em !important;
  }
  .p-lg-5 {
    padding: 13.5em !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-lg-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-lg-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-lg-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-lg-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-lg-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-lg-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-lg-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-lg-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1.125em !important;
  }
  .pt-lg-2 {
    padding-top: 2.25em !important;
  }
  .pt-lg-3 {
    padding-top: 4.5em !important;
  }
  .pt-lg-4 {
    padding-top: 6.75em !important;
  }
  .pt-lg-5 {
    padding-top: 13.5em !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 1.125em !important;
  }
  .pe-lg-2 {
    padding-right: 2.25em !important;
  }
  .pe-lg-3 {
    padding-right: 4.5em !important;
  }
  .pe-lg-4 {
    padding-right: 6.75em !important;
  }
  .pe-lg-5 {
    padding-right: 13.5em !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-lg-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-lg-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-lg-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-lg-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 1.125em !important;
  }
  .ps-lg-2 {
    padding-left: 2.25em !important;
  }
  .ps-lg-3 {
    padding-left: 4.5em !important;
  }
  .ps-lg-4 {
    padding-left: 6.75em !important;
  }
  .ps-lg-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 1024px) {
  .d-mb-inline {
    display: inline !important;
  }
  .d-mb-inline-block {
    display: inline-block !important;
  }
  .d-mb-block {
    display: block !important;
  }
  .d-mb-grid {
    display: grid !important;
  }
  .d-mb-inline-grid {
    display: inline-grid !important;
  }
  .d-mb-table {
    display: table !important;
  }
  .d-mb-table-row {
    display: table-row !important;
  }
  .d-mb-table-cell {
    display: table-cell !important;
  }
  .d-mb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-mb-none {
    display: none !important;
  }
  .flex-mb-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-mb-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-mb-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-mb-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-mb-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-mb-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-mb-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-mb-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-mb-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-mb-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-mb-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-mb-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-mb-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-mb-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-mb-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-mb-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-mb-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-mb-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-mb-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-mb-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-mb-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-mb-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mb-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mb-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mb-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mb-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mb-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-mb-0 {
    margin: 0 !important;
  }
  .m-mb-1 {
    margin: 1.125em !important;
  }
  .m-mb-2 {
    margin: 2.25em !important;
  }
  .m-mb-3 {
    margin: 4.5em !important;
  }
  .m-mb-4 {
    margin: 6.75em !important;
  }
  .m-mb-5 {
    margin: 13.5em !important;
  }
  .m-mb-auto {
    margin: auto !important;
  }
  .mx-mb-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mb-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-mb-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-mb-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-mb-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-mb-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-mb-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mb-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-mb-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-mb-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-mb-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-mb-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-mb-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mb-0 {
    margin-top: 0 !important;
  }
  .mt-mb-1 {
    margin-top: 1.125em !important;
  }
  .mt-mb-2 {
    margin-top: 2.25em !important;
  }
  .mt-mb-3 {
    margin-top: 4.5em !important;
  }
  .mt-mb-4 {
    margin-top: 6.75em !important;
  }
  .mt-mb-5 {
    margin-top: 13.5em !important;
  }
  .mt-mb-auto {
    margin-top: auto !important;
  }
  .me-mb-0 {
    margin-right: 0 !important;
  }
  .me-mb-1 {
    margin-right: 1.125em !important;
  }
  .me-mb-2 {
    margin-right: 2.25em !important;
  }
  .me-mb-3 {
    margin-right: 4.5em !important;
  }
  .me-mb-4 {
    margin-right: 6.75em !important;
  }
  .me-mb-5 {
    margin-right: 13.5em !important;
  }
  .me-mb-auto {
    margin-right: auto !important;
  }
  .mb-mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-mb-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-mb-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-mb-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-mb-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-mb-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-mb-auto {
    margin-bottom: auto !important;
  }
  .ms-mb-0 {
    margin-left: 0 !important;
  }
  .ms-mb-1 {
    margin-left: 1.125em !important;
  }
  .ms-mb-2 {
    margin-left: 2.25em !important;
  }
  .ms-mb-3 {
    margin-left: 4.5em !important;
  }
  .ms-mb-4 {
    margin-left: 6.75em !important;
  }
  .ms-mb-5 {
    margin-left: 13.5em !important;
  }
  .ms-mb-auto {
    margin-left: auto !important;
  }
  .p-mb-0 {
    padding: 0 !important;
  }
  .p-mb-1 {
    padding: 1.125em !important;
  }
  .p-mb-2 {
    padding: 2.25em !important;
  }
  .p-mb-3 {
    padding: 4.5em !important;
  }
  .p-mb-4 {
    padding: 6.75em !important;
  }
  .p-mb-5 {
    padding: 13.5em !important;
  }
  .px-mb-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mb-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-mb-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-mb-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-mb-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-mb-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-mb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mb-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-mb-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-mb-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-mb-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-mb-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-mb-0 {
    padding-top: 0 !important;
  }
  .pt-mb-1 {
    padding-top: 1.125em !important;
  }
  .pt-mb-2 {
    padding-top: 2.25em !important;
  }
  .pt-mb-3 {
    padding-top: 4.5em !important;
  }
  .pt-mb-4 {
    padding-top: 6.75em !important;
  }
  .pt-mb-5 {
    padding-top: 13.5em !important;
  }
  .pe-mb-0 {
    padding-right: 0 !important;
  }
  .pe-mb-1 {
    padding-right: 1.125em !important;
  }
  .pe-mb-2 {
    padding-right: 2.25em !important;
  }
  .pe-mb-3 {
    padding-right: 4.5em !important;
  }
  .pe-mb-4 {
    padding-right: 6.75em !important;
  }
  .pe-mb-5 {
    padding-right: 13.5em !important;
  }
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
  .pb-mb-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-mb-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-mb-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-mb-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-mb-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-mb-0 {
    padding-left: 0 !important;
  }
  .ps-mb-1 {
    padding-left: 1.125em !important;
  }
  .ps-mb-2 {
    padding-left: 2.25em !important;
  }
  .ps-mb-3 {
    padding-left: 4.5em !important;
  }
  .ps-mb-4 {
    padding-left: 6.75em !important;
  }
  .ps-mb-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 1.125em !important;
  }
  .m-xl-2 {
    margin: 2.25em !important;
  }
  .m-xl-3 {
    margin: 4.5em !important;
  }
  .m-xl-4 {
    margin: 6.75em !important;
  }
  .m-xl-5 {
    margin: 13.5em !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-xl-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-xl-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-xl-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-xl-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-xl-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-xl-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-xl-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-xl-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1.125em !important;
  }
  .mt-xl-2 {
    margin-top: 2.25em !important;
  }
  .mt-xl-3 {
    margin-top: 4.5em !important;
  }
  .mt-xl-4 {
    margin-top: 6.75em !important;
  }
  .mt-xl-5 {
    margin-top: 13.5em !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1.125em !important;
  }
  .me-xl-2 {
    margin-right: 2.25em !important;
  }
  .me-xl-3 {
    margin-right: 4.5em !important;
  }
  .me-xl-4 {
    margin-right: 6.75em !important;
  }
  .me-xl-5 {
    margin-right: 13.5em !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-xl-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-xl-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-xl-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-xl-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1.125em !important;
  }
  .ms-xl-2 {
    margin-left: 2.25em !important;
  }
  .ms-xl-3 {
    margin-left: 4.5em !important;
  }
  .ms-xl-4 {
    margin-left: 6.75em !important;
  }
  .ms-xl-5 {
    margin-left: 13.5em !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 1.125em !important;
  }
  .p-xl-2 {
    padding: 2.25em !important;
  }
  .p-xl-3 {
    padding: 4.5em !important;
  }
  .p-xl-4 {
    padding: 6.75em !important;
  }
  .p-xl-5 {
    padding: 13.5em !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-xl-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-xl-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-xl-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-xl-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-xl-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-xl-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-xl-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-xl-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1.125em !important;
  }
  .pt-xl-2 {
    padding-top: 2.25em !important;
  }
  .pt-xl-3 {
    padding-top: 4.5em !important;
  }
  .pt-xl-4 {
    padding-top: 6.75em !important;
  }
  .pt-xl-5 {
    padding-top: 13.5em !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 1.125em !important;
  }
  .pe-xl-2 {
    padding-right: 2.25em !important;
  }
  .pe-xl-3 {
    padding-right: 4.5em !important;
  }
  .pe-xl-4 {
    padding-right: 6.75em !important;
  }
  .pe-xl-5 {
    padding-right: 13.5em !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-xl-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-xl-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-xl-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-xl-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 1.125em !important;
  }
  .ps-xl-2 {
    padding-left: 2.25em !important;
  }
  .ps-xl-3 {
    padding-left: 4.5em !important;
  }
  .ps-xl-4 {
    padding-left: 6.75em !important;
  }
  .ps-xl-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 1400px) {
  .d-bg-inline {
    display: inline !important;
  }
  .d-bg-inline-block {
    display: inline-block !important;
  }
  .d-bg-block {
    display: block !important;
  }
  .d-bg-grid {
    display: grid !important;
  }
  .d-bg-inline-grid {
    display: inline-grid !important;
  }
  .d-bg-table {
    display: table !important;
  }
  .d-bg-table-row {
    display: table-row !important;
  }
  .d-bg-table-cell {
    display: table-cell !important;
  }
  .d-bg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-bg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-bg-none {
    display: none !important;
  }
  .flex-bg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-bg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-bg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-bg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-bg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-bg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-bg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-bg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-bg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-bg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-bg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-bg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-bg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-bg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-bg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-bg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-bg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-bg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-bg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-bg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-bg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-bg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-bg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-bg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-bg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-bg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-bg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-bg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-bg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-bg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-bg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-bg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-bg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-bg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-bg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-bg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-bg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-bg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-bg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-bg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-bg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-bg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-bg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-bg-0 {
    margin: 0 !important;
  }
  .m-bg-1 {
    margin: 1.125em !important;
  }
  .m-bg-2 {
    margin: 2.25em !important;
  }
  .m-bg-3 {
    margin: 4.5em !important;
  }
  .m-bg-4 {
    margin: 6.75em !important;
  }
  .m-bg-5 {
    margin: 13.5em !important;
  }
  .m-bg-auto {
    margin: auto !important;
  }
  .mx-bg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-bg-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-bg-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-bg-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-bg-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-bg-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-bg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-bg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-bg-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-bg-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-bg-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-bg-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-bg-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-bg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-bg-0 {
    margin-top: 0 !important;
  }
  .mt-bg-1 {
    margin-top: 1.125em !important;
  }
  .mt-bg-2 {
    margin-top: 2.25em !important;
  }
  .mt-bg-3 {
    margin-top: 4.5em !important;
  }
  .mt-bg-4 {
    margin-top: 6.75em !important;
  }
  .mt-bg-5 {
    margin-top: 13.5em !important;
  }
  .mt-bg-auto {
    margin-top: auto !important;
  }
  .me-bg-0 {
    margin-right: 0 !important;
  }
  .me-bg-1 {
    margin-right: 1.125em !important;
  }
  .me-bg-2 {
    margin-right: 2.25em !important;
  }
  .me-bg-3 {
    margin-right: 4.5em !important;
  }
  .me-bg-4 {
    margin-right: 6.75em !important;
  }
  .me-bg-5 {
    margin-right: 13.5em !important;
  }
  .me-bg-auto {
    margin-right: auto !important;
  }
  .mb-bg-0 {
    margin-bottom: 0 !important;
  }
  .mb-bg-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-bg-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-bg-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-bg-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-bg-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-bg-auto {
    margin-bottom: auto !important;
  }
  .ms-bg-0 {
    margin-left: 0 !important;
  }
  .ms-bg-1 {
    margin-left: 1.125em !important;
  }
  .ms-bg-2 {
    margin-left: 2.25em !important;
  }
  .ms-bg-3 {
    margin-left: 4.5em !important;
  }
  .ms-bg-4 {
    margin-left: 6.75em !important;
  }
  .ms-bg-5 {
    margin-left: 13.5em !important;
  }
  .ms-bg-auto {
    margin-left: auto !important;
  }
  .p-bg-0 {
    padding: 0 !important;
  }
  .p-bg-1 {
    padding: 1.125em !important;
  }
  .p-bg-2 {
    padding: 2.25em !important;
  }
  .p-bg-3 {
    padding: 4.5em !important;
  }
  .p-bg-4 {
    padding: 6.75em !important;
  }
  .p-bg-5 {
    padding: 13.5em !important;
  }
  .px-bg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-bg-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-bg-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-bg-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-bg-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-bg-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-bg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-bg-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-bg-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-bg-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-bg-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-bg-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-bg-0 {
    padding-top: 0 !important;
  }
  .pt-bg-1 {
    padding-top: 1.125em !important;
  }
  .pt-bg-2 {
    padding-top: 2.25em !important;
  }
  .pt-bg-3 {
    padding-top: 4.5em !important;
  }
  .pt-bg-4 {
    padding-top: 6.75em !important;
  }
  .pt-bg-5 {
    padding-top: 13.5em !important;
  }
  .pe-bg-0 {
    padding-right: 0 !important;
  }
  .pe-bg-1 {
    padding-right: 1.125em !important;
  }
  .pe-bg-2 {
    padding-right: 2.25em !important;
  }
  .pe-bg-3 {
    padding-right: 4.5em !important;
  }
  .pe-bg-4 {
    padding-right: 6.75em !important;
  }
  .pe-bg-5 {
    padding-right: 13.5em !important;
  }
  .pb-bg-0 {
    padding-bottom: 0 !important;
  }
  .pb-bg-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-bg-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-bg-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-bg-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-bg-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-bg-0 {
    padding-left: 0 !important;
  }
  .ps-bg-1 {
    padding-left: 1.125em !important;
  }
  .ps-bg-2 {
    padding-left: 2.25em !important;
  }
  .ps-bg-3 {
    padding-left: 4.5em !important;
  }
  .ps-bg-4 {
    padding-left: 6.75em !important;
  }
  .ps-bg-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 1600px) {
  .d-yg-inline {
    display: inline !important;
  }
  .d-yg-inline-block {
    display: inline-block !important;
  }
  .d-yg-block {
    display: block !important;
  }
  .d-yg-grid {
    display: grid !important;
  }
  .d-yg-inline-grid {
    display: inline-grid !important;
  }
  .d-yg-table {
    display: table !important;
  }
  .d-yg-table-row {
    display: table-row !important;
  }
  .d-yg-table-cell {
    display: table-cell !important;
  }
  .d-yg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-yg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-yg-none {
    display: none !important;
  }
  .flex-yg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-yg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-yg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-yg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-yg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-yg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-yg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-yg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-yg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-yg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-yg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-yg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-yg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-yg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-yg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-yg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-yg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-yg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-yg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-yg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-yg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-yg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-yg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-yg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-yg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-yg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-yg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-yg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-yg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-yg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-yg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-yg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-yg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-yg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-yg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-yg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-yg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-yg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-yg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-yg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-yg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-yg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-yg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-yg-0 {
    margin: 0 !important;
  }
  .m-yg-1 {
    margin: 1.125em !important;
  }
  .m-yg-2 {
    margin: 2.25em !important;
  }
  .m-yg-3 {
    margin: 4.5em !important;
  }
  .m-yg-4 {
    margin: 6.75em !important;
  }
  .m-yg-5 {
    margin: 13.5em !important;
  }
  .m-yg-auto {
    margin: auto !important;
  }
  .mx-yg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-yg-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-yg-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-yg-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-yg-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-yg-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-yg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-yg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-yg-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-yg-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-yg-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-yg-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-yg-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-yg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-yg-0 {
    margin-top: 0 !important;
  }
  .mt-yg-1 {
    margin-top: 1.125em !important;
  }
  .mt-yg-2 {
    margin-top: 2.25em !important;
  }
  .mt-yg-3 {
    margin-top: 4.5em !important;
  }
  .mt-yg-4 {
    margin-top: 6.75em !important;
  }
  .mt-yg-5 {
    margin-top: 13.5em !important;
  }
  .mt-yg-auto {
    margin-top: auto !important;
  }
  .me-yg-0 {
    margin-right: 0 !important;
  }
  .me-yg-1 {
    margin-right: 1.125em !important;
  }
  .me-yg-2 {
    margin-right: 2.25em !important;
  }
  .me-yg-3 {
    margin-right: 4.5em !important;
  }
  .me-yg-4 {
    margin-right: 6.75em !important;
  }
  .me-yg-5 {
    margin-right: 13.5em !important;
  }
  .me-yg-auto {
    margin-right: auto !important;
  }
  .mb-yg-0 {
    margin-bottom: 0 !important;
  }
  .mb-yg-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-yg-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-yg-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-yg-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-yg-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-yg-auto {
    margin-bottom: auto !important;
  }
  .ms-yg-0 {
    margin-left: 0 !important;
  }
  .ms-yg-1 {
    margin-left: 1.125em !important;
  }
  .ms-yg-2 {
    margin-left: 2.25em !important;
  }
  .ms-yg-3 {
    margin-left: 4.5em !important;
  }
  .ms-yg-4 {
    margin-left: 6.75em !important;
  }
  .ms-yg-5 {
    margin-left: 13.5em !important;
  }
  .ms-yg-auto {
    margin-left: auto !important;
  }
  .p-yg-0 {
    padding: 0 !important;
  }
  .p-yg-1 {
    padding: 1.125em !important;
  }
  .p-yg-2 {
    padding: 2.25em !important;
  }
  .p-yg-3 {
    padding: 4.5em !important;
  }
  .p-yg-4 {
    padding: 6.75em !important;
  }
  .p-yg-5 {
    padding: 13.5em !important;
  }
  .px-yg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-yg-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-yg-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-yg-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-yg-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-yg-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-yg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-yg-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-yg-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-yg-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-yg-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-yg-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-yg-0 {
    padding-top: 0 !important;
  }
  .pt-yg-1 {
    padding-top: 1.125em !important;
  }
  .pt-yg-2 {
    padding-top: 2.25em !important;
  }
  .pt-yg-3 {
    padding-top: 4.5em !important;
  }
  .pt-yg-4 {
    padding-top: 6.75em !important;
  }
  .pt-yg-5 {
    padding-top: 13.5em !important;
  }
  .pe-yg-0 {
    padding-right: 0 !important;
  }
  .pe-yg-1 {
    padding-right: 1.125em !important;
  }
  .pe-yg-2 {
    padding-right: 2.25em !important;
  }
  .pe-yg-3 {
    padding-right: 4.5em !important;
  }
  .pe-yg-4 {
    padding-right: 6.75em !important;
  }
  .pe-yg-5 {
    padding-right: 13.5em !important;
  }
  .pb-yg-0 {
    padding-bottom: 0 !important;
  }
  .pb-yg-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-yg-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-yg-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-yg-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-yg-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-yg-0 {
    padding-left: 0 !important;
  }
  .ps-yg-1 {
    padding-left: 1.125em !important;
  }
  .ps-yg-2 {
    padding-left: 2.25em !important;
  }
  .ps-yg-3 {
    padding-left: 4.5em !important;
  }
  .ps-yg-4 {
    padding-left: 6.75em !important;
  }
  .ps-yg-5 {
    padding-left: 13.5em !important;
  }
}
@media (min-width: 1921px) {
  .d-hr-inline {
    display: inline !important;
  }
  .d-hr-inline-block {
    display: inline-block !important;
  }
  .d-hr-block {
    display: block !important;
  }
  .d-hr-grid {
    display: grid !important;
  }
  .d-hr-inline-grid {
    display: inline-grid !important;
  }
  .d-hr-table {
    display: table !important;
  }
  .d-hr-table-row {
    display: table-row !important;
  }
  .d-hr-table-cell {
    display: table-cell !important;
  }
  .d-hr-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-hr-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-hr-none {
    display: none !important;
  }
  .flex-hr-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-hr-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-hr-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-hr-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-hr-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-hr-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-hr-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-hr-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-hr-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-hr-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-hr-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-hr-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-hr-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-hr-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-hr-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-hr-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-hr-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-hr-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-hr-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-hr-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-hr-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-hr-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-hr-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-hr-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-hr-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-hr-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-hr-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-hr-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-hr-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-hr-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-hr-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-hr-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-hr-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-hr-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-hr-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-hr-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-hr-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-hr-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-hr-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-hr-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-hr-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-hr-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-hr-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-hr-0 {
    margin: 0 !important;
  }
  .m-hr-1 {
    margin: 1.125em !important;
  }
  .m-hr-2 {
    margin: 2.25em !important;
  }
  .m-hr-3 {
    margin: 4.5em !important;
  }
  .m-hr-4 {
    margin: 6.75em !important;
  }
  .m-hr-5 {
    margin: 13.5em !important;
  }
  .m-hr-auto {
    margin: auto !important;
  }
  .mx-hr-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-hr-1 {
    margin-right: 1.125em !important;
    margin-left: 1.125em !important;
  }
  .mx-hr-2 {
    margin-right: 2.25em !important;
    margin-left: 2.25em !important;
  }
  .mx-hr-3 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-hr-4 {
    margin-right: 6.75em !important;
    margin-left: 6.75em !important;
  }
  .mx-hr-5 {
    margin-right: 13.5em !important;
    margin-left: 13.5em !important;
  }
  .mx-hr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-hr-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-hr-1 {
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
  }
  .my-hr-2 {
    margin-top: 2.25em !important;
    margin-bottom: 2.25em !important;
  }
  .my-hr-3 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-hr-4 {
    margin-top: 6.75em !important;
    margin-bottom: 6.75em !important;
  }
  .my-hr-5 {
    margin-top: 13.5em !important;
    margin-bottom: 13.5em !important;
  }
  .my-hr-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-hr-0 {
    margin-top: 0 !important;
  }
  .mt-hr-1 {
    margin-top: 1.125em !important;
  }
  .mt-hr-2 {
    margin-top: 2.25em !important;
  }
  .mt-hr-3 {
    margin-top: 4.5em !important;
  }
  .mt-hr-4 {
    margin-top: 6.75em !important;
  }
  .mt-hr-5 {
    margin-top: 13.5em !important;
  }
  .mt-hr-auto {
    margin-top: auto !important;
  }
  .me-hr-0 {
    margin-right: 0 !important;
  }
  .me-hr-1 {
    margin-right: 1.125em !important;
  }
  .me-hr-2 {
    margin-right: 2.25em !important;
  }
  .me-hr-3 {
    margin-right: 4.5em !important;
  }
  .me-hr-4 {
    margin-right: 6.75em !important;
  }
  .me-hr-5 {
    margin-right: 13.5em !important;
  }
  .me-hr-auto {
    margin-right: auto !important;
  }
  .mb-hr-0 {
    margin-bottom: 0 !important;
  }
  .mb-hr-1 {
    margin-bottom: 1.125em !important;
  }
  .mb-hr-2 {
    margin-bottom: 2.25em !important;
  }
  .mb-hr-3 {
    margin-bottom: 4.5em !important;
  }
  .mb-hr-4 {
    margin-bottom: 6.75em !important;
  }
  .mb-hr-5 {
    margin-bottom: 13.5em !important;
  }
  .mb-hr-auto {
    margin-bottom: auto !important;
  }
  .ms-hr-0 {
    margin-left: 0 !important;
  }
  .ms-hr-1 {
    margin-left: 1.125em !important;
  }
  .ms-hr-2 {
    margin-left: 2.25em !important;
  }
  .ms-hr-3 {
    margin-left: 4.5em !important;
  }
  .ms-hr-4 {
    margin-left: 6.75em !important;
  }
  .ms-hr-5 {
    margin-left: 13.5em !important;
  }
  .ms-hr-auto {
    margin-left: auto !important;
  }
  .p-hr-0 {
    padding: 0 !important;
  }
  .p-hr-1 {
    padding: 1.125em !important;
  }
  .p-hr-2 {
    padding: 2.25em !important;
  }
  .p-hr-3 {
    padding: 4.5em !important;
  }
  .p-hr-4 {
    padding: 6.75em !important;
  }
  .p-hr-5 {
    padding: 13.5em !important;
  }
  .px-hr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-hr-1 {
    padding-right: 1.125em !important;
    padding-left: 1.125em !important;
  }
  .px-hr-2 {
    padding-right: 2.25em !important;
    padding-left: 2.25em !important;
  }
  .px-hr-3 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-hr-4 {
    padding-right: 6.75em !important;
    padding-left: 6.75em !important;
  }
  .px-hr-5 {
    padding-right: 13.5em !important;
    padding-left: 13.5em !important;
  }
  .py-hr-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-hr-1 {
    padding-top: 1.125em !important;
    padding-bottom: 1.125em !important;
  }
  .py-hr-2 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
  }
  .py-hr-3 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-hr-4 {
    padding-top: 6.75em !important;
    padding-bottom: 6.75em !important;
  }
  .py-hr-5 {
    padding-top: 13.5em !important;
    padding-bottom: 13.5em !important;
  }
  .pt-hr-0 {
    padding-top: 0 !important;
  }
  .pt-hr-1 {
    padding-top: 1.125em !important;
  }
  .pt-hr-2 {
    padding-top: 2.25em !important;
  }
  .pt-hr-3 {
    padding-top: 4.5em !important;
  }
  .pt-hr-4 {
    padding-top: 6.75em !important;
  }
  .pt-hr-5 {
    padding-top: 13.5em !important;
  }
  .pe-hr-0 {
    padding-right: 0 !important;
  }
  .pe-hr-1 {
    padding-right: 1.125em !important;
  }
  .pe-hr-2 {
    padding-right: 2.25em !important;
  }
  .pe-hr-3 {
    padding-right: 4.5em !important;
  }
  .pe-hr-4 {
    padding-right: 6.75em !important;
  }
  .pe-hr-5 {
    padding-right: 13.5em !important;
  }
  .pb-hr-0 {
    padding-bottom: 0 !important;
  }
  .pb-hr-1 {
    padding-bottom: 1.125em !important;
  }
  .pb-hr-2 {
    padding-bottom: 2.25em !important;
  }
  .pb-hr-3 {
    padding-bottom: 4.5em !important;
  }
  .pb-hr-4 {
    padding-bottom: 6.75em !important;
  }
  .pb-hr-5 {
    padding-bottom: 13.5em !important;
  }
  .ps-hr-0 {
    padding-left: 0 !important;
  }
  .ps-hr-1 {
    padding-left: 1.125em !important;
  }
  .ps-hr-2 {
    padding-left: 2.25em !important;
  }
  .ps-hr-3 {
    padding-left: 4.5em !important;
  }
  .ps-hr-4 {
    padding-left: 6.75em !important;
  }
  .ps-hr-5 {
    padding-left: 13.5em !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.container,
.container-fluid,
.section .ajax-load-more-wrap,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-mb, .container-xl {
    max-width: 1140px;
  }
}
.container, .container-sm, .container-md, .container-lg, .container-mb, .container-xl, .container-bg, .container-yg, .container-hr {
  max-width: 1320px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-mb: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-bg: 1400px;
  --bs-breakpoint-yg: 1600px;
  --bs-breakpoint-hr: 1921px;
}

.row, .section .alm-listing {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .section .alm-listing > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1.125em;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1.125em;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2.25em;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2.25em;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 4.5em;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 4.5em;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 6.75em;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 6.75em;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 13.5em;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 13.5em;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1024px) {
  .col-mb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-mb-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-mb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-mb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-mb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-mb-0 {
    margin-left: 0;
  }
  .offset-mb-1 {
    margin-left: 8.33333333%;
  }
  .offset-mb-2 {
    margin-left: 16.66666667%;
  }
  .offset-mb-3 {
    margin-left: 25%;
  }
  .offset-mb-4 {
    margin-left: 33.33333333%;
  }
  .offset-mb-5 {
    margin-left: 41.66666667%;
  }
  .offset-mb-6 {
    margin-left: 50%;
  }
  .offset-mb-7 {
    margin-left: 58.33333333%;
  }
  .offset-mb-8 {
    margin-left: 66.66666667%;
  }
  .offset-mb-9 {
    margin-left: 75%;
  }
  .offset-mb-10 {
    margin-left: 83.33333333%;
  }
  .offset-mb-11 {
    margin-left: 91.66666667%;
  }
  .g-mb-0,
  .gx-mb-0 {
    --bs-gutter-x: 0;
  }
  .g-mb-0,
  .gy-mb-0 {
    --bs-gutter-y: 0;
  }
  .g-mb-1,
  .gx-mb-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-mb-1,
  .gy-mb-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-mb-2,
  .gx-mb-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-mb-2,
  .gy-mb-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-mb-3,
  .gx-mb-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-mb-3,
  .gy-mb-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-mb-4,
  .gx-mb-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-mb-4,
  .gy-mb-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-mb-5,
  .gx-mb-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-mb-5,
  .gy-mb-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1400px) {
  .col-bg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-bg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-bg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-bg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-bg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-bg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-bg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-bg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-bg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-bg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-bg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-bg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-bg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-bg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-bg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-bg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-bg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-bg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-bg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-bg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-bg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-bg-0 {
    margin-left: 0;
  }
  .offset-bg-1 {
    margin-left: 8.33333333%;
  }
  .offset-bg-2 {
    margin-left: 16.66666667%;
  }
  .offset-bg-3 {
    margin-left: 25%;
  }
  .offset-bg-4 {
    margin-left: 33.33333333%;
  }
  .offset-bg-5 {
    margin-left: 41.66666667%;
  }
  .offset-bg-6 {
    margin-left: 50%;
  }
  .offset-bg-7 {
    margin-left: 58.33333333%;
  }
  .offset-bg-8 {
    margin-left: 66.66666667%;
  }
  .offset-bg-9 {
    margin-left: 75%;
  }
  .offset-bg-10 {
    margin-left: 83.33333333%;
  }
  .offset-bg-11 {
    margin-left: 91.66666667%;
  }
  .g-bg-0,
  .gx-bg-0 {
    --bs-gutter-x: 0;
  }
  .g-bg-0,
  .gy-bg-0 {
    --bs-gutter-y: 0;
  }
  .g-bg-1,
  .gx-bg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-bg-1,
  .gy-bg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-bg-2,
  .gx-bg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-bg-2,
  .gy-bg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-bg-3,
  .gx-bg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-bg-3,
  .gy-bg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-bg-4,
  .gx-bg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-bg-4,
  .gy-bg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-bg-5,
  .gx-bg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-bg-5,
  .gy-bg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1600px) {
  .col-yg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-yg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-yg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-yg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-yg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-yg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-yg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-yg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-yg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-yg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-yg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-yg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-yg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-yg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-yg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-yg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-yg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-yg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-yg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-yg-0 {
    margin-left: 0;
  }
  .offset-yg-1 {
    margin-left: 8.33333333%;
  }
  .offset-yg-2 {
    margin-left: 16.66666667%;
  }
  .offset-yg-3 {
    margin-left: 25%;
  }
  .offset-yg-4 {
    margin-left: 33.33333333%;
  }
  .offset-yg-5 {
    margin-left: 41.66666667%;
  }
  .offset-yg-6 {
    margin-left: 50%;
  }
  .offset-yg-7 {
    margin-left: 58.33333333%;
  }
  .offset-yg-8 {
    margin-left: 66.66666667%;
  }
  .offset-yg-9 {
    margin-left: 75%;
  }
  .offset-yg-10 {
    margin-left: 83.33333333%;
  }
  .offset-yg-11 {
    margin-left: 91.66666667%;
  }
  .g-yg-0,
  .gx-yg-0 {
    --bs-gutter-x: 0;
  }
  .g-yg-0,
  .gy-yg-0 {
    --bs-gutter-y: 0;
  }
  .g-yg-1,
  .gx-yg-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-yg-1,
  .gy-yg-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-yg-2,
  .gx-yg-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-yg-2,
  .gy-yg-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-yg-3,
  .gx-yg-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-yg-3,
  .gy-yg-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-yg-4,
  .gx-yg-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-yg-4,
  .gy-yg-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-yg-5,
  .gx-yg-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-yg-5,
  .gy-yg-5 {
    --bs-gutter-y: 13.5em;
  }
}
@media (min-width: 1921px) {
  .col-hr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-hr-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-hr-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-hr-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-hr-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-hr-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-hr-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-hr-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-hr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-hr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-hr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-hr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-hr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-hr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-hr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-hr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-hr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-hr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-hr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-hr-0 {
    margin-left: 0;
  }
  .offset-hr-1 {
    margin-left: 8.33333333%;
  }
  .offset-hr-2 {
    margin-left: 16.66666667%;
  }
  .offset-hr-3 {
    margin-left: 25%;
  }
  .offset-hr-4 {
    margin-left: 33.33333333%;
  }
  .offset-hr-5 {
    margin-left: 41.66666667%;
  }
  .offset-hr-6 {
    margin-left: 50%;
  }
  .offset-hr-7 {
    margin-left: 58.33333333%;
  }
  .offset-hr-8 {
    margin-left: 66.66666667%;
  }
  .offset-hr-9 {
    margin-left: 75%;
  }
  .offset-hr-10 {
    margin-left: 83.33333333%;
  }
  .offset-hr-11 {
    margin-left: 91.66666667%;
  }
  .g-hr-0,
  .gx-hr-0 {
    --bs-gutter-x: 0;
  }
  .g-hr-0,
  .gy-hr-0 {
    --bs-gutter-y: 0;
  }
  .g-hr-1,
  .gx-hr-1 {
    --bs-gutter-x: 1.125em;
  }
  .g-hr-1,
  .gy-hr-1 {
    --bs-gutter-y: 1.125em;
  }
  .g-hr-2,
  .gx-hr-2 {
    --bs-gutter-x: 2.25em;
  }
  .g-hr-2,
  .gy-hr-2 {
    --bs-gutter-y: 2.25em;
  }
  .g-hr-3,
  .gx-hr-3 {
    --bs-gutter-x: 4.5em;
  }
  .g-hr-3,
  .gy-hr-3 {
    --bs-gutter-y: 4.5em;
  }
  .g-hr-4,
  .gx-hr-4 {
    --bs-gutter-x: 6.75em;
  }
  .g-hr-4,
  .gy-hr-4 {
    --bs-gutter-y: 6.75em;
  }
  .g-hr-5,
  .gx-hr-5 {
    --bs-gutter-x: 13.5em;
  }
  .g-hr-5,
  .gy-hr-5 {
    --bs-gutter-y: 13.5em;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: max(0, 0);
  border-top-right-radius: max(0, 0);
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

/* Fancybox
----------------------------------------
////////////////////////////////////// */
/* Slick Carousel
----------------------------------------
////////////////////////////////////// */
/* Animate on Scroll
----------------------------------------
////////////////////////////////////// */
/* Moveo HTML Mixins
----------------------------------------
////////////////////////////////////// */
/* Section padding classes
----------------------------------------
////////////////////////////////////// */
/* Post preview stack size
----------------------------------------
////////////////////////////////////// */
/* Element spacing
----------------------------------------
////////////////////////////////////// */
/* 1B. Pattern Library
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// COMPONENTS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Patterns
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  PATTERNS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* GENERAL
----------------------------------------
////////////////////////////////////// */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img, iframe {
  max-width: 100%;
  vertical-align: bottom;
}

/* Responsive images. Also, fixed spacing at bottom of image sometimes. */
div, span, p, a,
ol, ol li, ul, ul li,
form, select, input, label, textarea {
  list-style-type: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/* Fixes alignment issues */
a, i, img {
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

a {
  color: inherit;
}
a:hover, a:active, a:focus, a:active:focus {
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: 600;
}

dt {
  margin-top: 15px;
}

hr {
  margin: 0 auto;
  border: none;
  border-top: 1px solid #cccccc;
  opacity: 1;
}

mark {
  padding: 0;
  background-color: #9BEBE3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, figure {
  display: block;
  margin: 0;
  color: inherit;
  font-style: normal;
}

::-moz-selection {
  color: black;
  background: rgba(155, 235, 227, 0.75);
}

::selection {
  color: black;
  background: rgba(155, 235, 227, 0.75);
}

/* Vertical Align
----------------------------------------
////////////////////////////////////// */
.va, .va-t, .va-m, .va-b {
  position: relative;
  height: 100%;
  font-size: 0;
}
.va > *, .va-t > *, .va-m > *, .va-b > * {
  display: inline-block;
  float: none;
}
.va > .fill, .va-t > .fill, .va-m > .fill, .va-b > .fill {
  font-size: 0 !important;
  width: 0;
  height: 100%;
}
.va-t > * {
  vertical-align: top;
}
.va-m > * {
  vertical-align: middle;
}
.va-b > * {
  vertical-align: bottom;
}

/* Screen reader text only
----------------------------------------
////////////////////////////////////// */
.screen-reader-text, .tab-only:not(:focus-visible) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  word-wrap: normal !important;
}

.tab-only:focus-visible {
  clip: unset;
  clip-path: unset;
  z-index: 99;
}

/* No animation override
----------------------------------------
////////////////////////////////////// */
.no-ani {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* No White Space
----------------------------------------
////////////////////////////////////// */
.nowrap {
  white-space: nowrap;
}

/* Inner div to contain abolute elements
----------------------------------------
////////////////////////////////////// */
.inner {
  position: relative;
  height: 100%;
}

/* Pretty Php variable dumps
----------------------------------------
////////////////////////////////////// */
pre {
  margin: 0;
}
pre.dump {
  margin: 15px 0;
  padding: 15px;
  background: #e3e3e3;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: black;
}

/* SVG Wrap
----------------------------------------
////////////////////////////////////// */
.svg-wrap {
  position: relative;
}
.svg-wrap svg {
  width: 100%;
}

/* Anchor points
----------------------------------------
////////////////////////////////////// */
.anchor {
  font-size: 0;
  line-height: 0;
  opacity: 0;
}

/* Layer image/text
----------------------------------------
////////////////////////////////////// */
.stack-layers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.stack-layers > div {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.stack-layers > :first-child {
  margin-right: -100%;
  z-index: 0;
}

.bg-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-media > div {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.bg-media .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.bg-media .banner-img img, .bg-media .banner-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Link element with arrow added from app.js
----------------------------------------
////////////////////////////////////// */
.hasArrow, .hasArrow.btn, body .hasArrow#ot-sdk-btn.btn, body .ajax-load-more-wrap .hasArrow.alm-load-more-btn.btn {
  display: inline-block;
}
.hasArrow i, .hasArrow.btn i, body .hasArrow#ot-sdk-btn.btn i, body .ajax-load-more-wrap .hasArrow.alm-load-more-btn.btn i {
  color: inherit;
  display: inline-block;
  font-size: 75%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hasArrow:hover, .hasArrow:focus:not(:focus-visible), a:hover .hasArrow, a:focus:not(:focus-visible) .hasArrow, button:hover .hasArrow, button:focus:not(:focus-visible) .hasArrow {
  text-decoration: underline;
}
.hasArrow:hover i, .hasArrow:focus:not(:focus-visible) i, a:hover .hasArrow i, a:focus:not(:focus-visible) .hasArrow i, button:hover .hasArrow i, button:focus:not(:focus-visible) .hasArrow i {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

/* Responsive iFrames
----------------------------------------
////////////////////////////////////// */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Blockquote
----------------------------------------
////////////////////////////////////// */
blockquote {
  margin: auto;
  background: #E5F7FF;
  border-radius: 6px;
  padding: 30px 39.999px;
}
blockquote + figcaption {
  margin-top: 15px;
}

/* `Scroll-to` elements
----------------------------------------
////////////////////////////////////// */
[data-scrollto] {
  cursor: pointer;
}

/* `Animate on scroll` elements
----------------------------------------
////////////////////////////////////// */
[data-aos]:not(.aos-init) {
  opacity: 0;
}

/* Icon and text wrapper
----------------------------------------
////////////////////////////////////// */
.icon-text, .icon-text-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text > span, .icon-text-lg > span {
  display: block;
}
.icon-text > :not(:first-child), .icon-text-lg > :not(:first-child) {
  margin-left: 10px;
}
.icon-text .icon img, .icon-text-lg .icon img {
  max-width: 40px;
  max-height: 30px;
}
@media screen and (max-width: 575.98px) {
  .icon-text .icon img, .icon-text-lg .icon img {
    max-width: 35px;
    max-height: 22px;
  }
}
.icon-text-lg > :not(:first-child) {
  margin-left: 20px;
}
.icon-text-lg .icon img {
  max-width: 65px;
  max-height: 65px;
}
@media screen and (max-width: 575.98px) {
  .icon-text-lg .icon img {
    max-width: 35px;
    max-height: 35px;
  }
}
.icon-text-lg .text {
  font-size: 125%;
  font-weight: 600;
  line-height: 1.15;
}

/* Scroll Down Circle Button
----------------------------------------
////////////////////////////////////// */
.scroll-down {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -22.5px;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 45px;
  height: 45px;
  background: url("../images/icon-arrow-down@2x.png") #9BEBE3 no-repeat center;
  background-size: 15px auto;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  .scroll-down {
    display: none;
  }
}

/* Sub Nav Plus(+)/Minus(-)
----------------------------------------
////////////////////////////////////// */
.drop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 5;
  margin: auto;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .drop {
    display: none;
  }
}
.drop::after, .drop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-open .drop::after, [aria-expanded=true] .drop::after {
  height: 0 !important;
}
.btn .drop, body #ot-sdk-btn.btn .drop, body .ajax-load-more-wrap .alm-load-more-btn.btn .drop {
  position: relative;
}

/* Social media icons
----------------------------------------
////////////////////////////////////// */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120%;
}
.social .text {
  margin-right: 15px;
}
.social ul {
  margin: 0 -2px;
}
.social li {
  padding: 0 2px;
}
.social a {
  display: block;
  color: black;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.social a:hover {
  color: #265EAB;
}
.social a:hover .fa-inverse {
  color: black;
}

/* Background Images
----------------------------------------
////////////////////////////////////// */
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a .background {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
a:hover .background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.background, .background h1, .background h2, .background h3, .background h4, .background h5, .background h6, .background .h1, .background .h2, .background .h3, .background .h4, .background .h5, .background .h6, .background .heading {
  color: white;
}
.background a:not(.btn), .background a:not(.btn):hover, .background a:not(.btn):active, .background a:not(.btn):focus, .background a:not(.btn):active:focus, .background a.btn.link, .background body a.link#ot-sdk-btn.btn, body .background a.link#ot-sdk-btn.btn, .background a.btn.link:hover, .background a.btn.link:active, .background a.btn.link:focus, .background a.btn.link:active:focus {
  color: white;
}

.bg-sticky {
  background-attachment: fixed;
}

/* Background Themes
----------------------------------------
////////////////////////////////////// */
.shaded-theme-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background: #265EAB 33%;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #265EAB), to(transparent));
  background: linear-gradient(to right, #265EAB 33%, transparent);
}

/* Section
----------------------------------------
////////////////////////////////////// */
.section {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  main .section .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.section .alm-btn-wrap {
  padding: 0;
  margin: 0;
}
.section.plain:first-child {
  margin-top: -15px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .section {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1600px) {
  .section {
    padding-right: 8em;
    padding-left: 8em;
  }
  .section.add-spacing > div {
    padding-right: 13.5em;
    padding-left: 13.5em;
  }
  .section > .container {
    padding-left: 3em;
    padding-right: 3em;
  }
  .section .row, .section .alm-listing {
    margin-left: -3em;
    margin-right: -3em;
  }
  .section .row > div, .section .alm-listing > div {
    padding-left: 3em;
    padding-right: 3em;
  }
  .section .row.gap-sm, .section .gap-sm.alm-listing {
    margin-left: -2em;
    margin-right: -2em;
  }
  .section .row.gap-sm > div, .section .gap-sm.alm-listing > div {
    padding-left: 2em;
    padding-right: 2em;
  }
  .section .row.gap-lg, .section .gap-lg.alm-listing {
    margin-left: -4.5em;
    margin-right: -4.5em;
  }
  .section .row.gap-lg > div, .section .gap-lg.alm-listing > div {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media (max-width: 1023px) {
  .section, .section.padd-md, .section.padd-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.plain {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section.no-gutter, .section.no-gutter [class^=container], .section.no-outer-gutter, .section.no-outer-gutter [class^=container] {
  padding-left: 0;
  padding-right: 0;
}
.section.no-gutter > .container > .row, .section.no-gutter > .container > .alm-listing, .section.no-inner-gutter > .container > .row, .section.no-inner-gutter > .container > .alm-listing {
  margin-left: 0;
  margin-right: 0;
}
.section.no-gutter > .container > .row > div, .section.no-gutter > .container > .alm-listing > div, .section.no-inner-gutter > .container > .row > div, .section.no-inner-gutter > .container > .alm-listing > div {
  padding-left: 0;
  padding-right: 0;
}
.section.plain + .section.plain, .section.plain + .anchor + .section.plain {
  padding-top: 0;
}
.section.shaded-color-1-litest + .section.shaded-color-1-litest, .section.filter-center + .section.shaded-color-1-litest, .section.filter-inline + .section.shaded-color-1-litest, .section.shaded-color-1-litest + .section.filter-center, .section.shaded-color-1-litest + .section.filter-inline, .section.filter-center + .section.filter-center, .section.filter-inline + .section.filter-center, .section.filter-center + .section.filter-inline, .section.filter-inline + .section.filter-inline, .section.shaded-color-1-litest + .anchor + .section.shaded-color-1-litest, .section.filter-center + .anchor + .section.shaded-color-1-litest, .section.filter-inline + .anchor + .section.shaded-color-1-litest, .section.shaded-color-1-litest + .anchor + .section.filter-center, .section.shaded-color-1-litest + .anchor + .section.filter-inline, .section.filter-center + .anchor + .section.filter-center, .section.filter-inline + .anchor + .section.filter-center, .section.filter-center + .anchor + .section.filter-inline, .section.filter-inline + .anchor + .section.filter-inline {
  padding-top: 0;
}
.section.shaded-color-1-lite + .section.shaded-color-1-lite, .section.shaded-color-1-lite + .anchor + .section.shaded-color-1-lite {
  padding-top: 0;
}
.section.shaded-color-1 + .section.shaded-color-1, .content-card > .section.content-card-header + .section.shaded-color-1, .contact-card > .section.content-card-header + .section.shaded-color-1, .content-card > .section.shaded-color-1 + .section.content-card-header, .contact-card > .section.shaded-color-1 + .section.content-card-header, .content-card > .section.content-card-header + .section.content-card-header, .contact-card > .section.content-card-header + .section.content-card-header, .section.shaded-color-1 + .anchor + .section.shaded-color-1, .content-card > .section.content-card-header + .anchor + .section.shaded-color-1, .contact-card > .section.content-card-header + .anchor + .section.shaded-color-1, .content-card > .section.shaded-color-1 + .anchor + .section.content-card-header, .contact-card > .section.shaded-color-1 + .anchor + .section.content-card-header, .content-card > .section.content-card-header + .anchor + .section.content-card-header, .contact-card > .section.content-card-header + .anchor + .section.content-card-header {
  padding-top: 0;
}
.section.shaded-color-1-dark + .section.shaded-color-1-dark, .section.shaded-color-1-dark + .anchor + .section.shaded-color-1-dark {
  padding-top: 0;
}
.section.shaded-color-2-lite + .section.shaded-color-2-lite, .section.shaded-color-2-lite + .anchor + .section.shaded-color-2-lite {
  padding-top: 0;
}
.section.shaded-color-2 + .section.shaded-color-2, .section.shaded-color-2 + .anchor + .section.shaded-color-2 {
  padding-top: 0;
}
.section.shaded-color-2-dark + .section.shaded-color-2-dark, .section.shaded-color-2-dark + .anchor + .section.shaded-color-2-dark {
  padding-top: 0;
}
.section.shaded-error + .section.shaded-error, .section.shaded-error + .anchor + .section.shaded-error {
  padding-top: 0;
}
.section.shaded-success + .section.shaded-success, .section.shaded-success + .anchor + .section.shaded-success {
  padding-top: 0;
}
.section.shaded-white + .section.shaded-white, .content-card > .section.content-card-body + .section.shaded-white, .contact-card > .section.content-card-body + .section.shaded-white, .content-card > .section.shaded-white + .section.content-card-body, .contact-card > .section.shaded-white + .section.content-card-body, .content-card > .section.content-card-body + .section.content-card-body, .contact-card > .section.content-card-body + .section.content-card-body, .section.shaded-white + .anchor + .section.shaded-white, .content-card > .section.content-card-body + .anchor + .section.shaded-white, .contact-card > .section.content-card-body + .anchor + .section.shaded-white, .content-card > .section.shaded-white + .anchor + .section.content-card-body, .contact-card > .section.shaded-white + .anchor + .section.content-card-body, .content-card > .section.content-card-body + .anchor + .section.content-card-body, .contact-card > .section.content-card-body + .anchor + .section.content-card-body {
  padding-top: 0;
}
.section.shaded-grey-litest + .section.shaded-grey-litest, .section.shaded-grey-litest + .anchor + .section.shaded-grey-litest {
  padding-top: 0;
}
.section.shaded-grey-liter + .section.shaded-grey-liter, .section.shaded-grey-liter + .anchor + .section.shaded-grey-liter {
  padding-top: 0;
}
.section.shaded-grey-lite + .section.shaded-grey-lite, .section.shaded-grey-lite + .anchor + .section.shaded-grey-lite {
  padding-top: 0;
}
.section.shaded-grey + .section.shaded-grey, .section.shaded-grey + .anchor + .section.shaded-grey {
  padding-top: 0;
}
.section.shaded-grey-dark + .section.shaded-grey-dark, .section.shaded-grey-dark + .anchor + .section.shaded-grey-dark {
  padding-top: 0;
}
.section.shaded-grey-darker + .section.shaded-grey-darker, .section.shaded-grey-darker + .anchor + .section.shaded-grey-darker {
  padding-top: 0;
}
.section.shaded-grey-darkest + .section.shaded-grey-darkest, .section.shaded-grey-darkest + .anchor + .section.shaded-grey-darkest {
  padding-top: 0;
}
.section.shaded-black + .section.shaded-black, .section.shaded-black + .anchor + .section.shaded-black {
  padding-top: 0;
}
@media (max-width: 991px) {
  .section.col-section .col-right {
    margin-top: 45px;
  }
}

/* Add border to columns
----------------------------------------
////////////////////////////////////// */
.add-border > div, .add-border-hr > div, .add-border-yg > div, .add-border-bg > div, .add-border-xl > div, .add-border-mb > div, .add-border-lg > div, .add-border-md > div, .add-border-sm > div, .add-border-xs > div {
  position: relative;
}
.add-border > div::before, .add-border-hr > div::before, .add-border-yg > div::before, .add-border-bg > div::before, .add-border-xl > div::before, .add-border-mb > div::before, .add-border-lg > div::before, .add-border-md > div::before, .add-border-sm > div::before, .add-border-xs > div::before, .add-border > div::after, .add-border-hr > div::after, .add-border-yg > div::after, .add-border-bg > div::after, .add-border-xl > div::after, .add-border-mb > div::after, .add-border-lg > div::after, .add-border-md > div::after, .add-border-sm > div::after, .add-border-xs > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1px;
  background: black;
}
.add-border > div::before, .add-border-hr > div::before, .add-border-yg > div::before, .add-border-bg > div::before, .add-border-xl > div::before, .add-border-mb > div::before, .add-border-lg > div::before, .add-border-md > div::before, .add-border-sm > div::before, .add-border-xs > div::before {
  left: -1px;
}
.add-border > div::after, .add-border-hr > div::after, .add-border-yg > div::after, .add-border-bg > div::after, .add-border-xl > div::after, .add-border-mb > div::after, .add-border-lg > div::after, .add-border-md > div::after, .add-border-sm > div::after, .add-border-xs > div::after {
  right: 0;
}
.add-border > div:first-child::before, .add-border-hr > div:first-child::before, .add-border-yg > div:first-child::before, .add-border-bg > div:first-child::before, .add-border-xl > div:first-child::before, .add-border-mb > div:first-child::before, .add-border-lg > div:first-child::before, .add-border-md > div:first-child::before, .add-border-sm > div:first-child::before, .add-border-xs > div:first-child::before, .add-border > div:last-child::after, .add-border-hr > div:last-child::after, .add-border-yg > div:last-child::after, .add-border-bg > div:last-child::after, .add-border-xl > div:last-child::after, .add-border-mb > div:last-child::after, .add-border-lg > div:last-child::after, .add-border-md > div:last-child::after, .add-border-sm > div:last-child::after, .add-border-xs > div:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  .add-border > div, .add-border-hr > div, .add-border-yg > div, .add-border-bg > div, .add-border-xl > div, .add-border-mb > div, .add-border-lg > div, .add-border-md > div, .add-border-sm > div, .add-border-xs > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border > div:first-child, .add-border-hr > div:first-child, .add-border-yg > div:first-child, .add-border-bg > div:first-child, .add-border-xl > div:first-child, .add-border-mb > div:first-child, .add-border-lg > div:first-child, .add-border-md > div:first-child, .add-border-sm > div:first-child, .add-border-xs > div:first-child {
    padding-top: 0;
  }
  .add-border > div:last-child, .add-border-hr > div:last-child, .add-border-yg > div:last-child, .add-border-bg > div:last-child, .add-border-xl > div:last-child, .add-border-mb > div:last-child, .add-border-lg > div:last-child, .add-border-md > div:last-child, .add-border-sm > div:last-child, .add-border-xs > div:last-child {
    padding-bottom: 0;
  }
  .add-border > div::before, .add-border-hr > div::before, .add-border-yg > div::before, .add-border-bg > div::before, .add-border-xl > div::before, .add-border-mb > div::before, .add-border-lg > div::before, .add-border-md > div::before, .add-border-sm > div::before, .add-border-xs > div::before, .add-border > div::after, .add-border-hr > div::after, .add-border-yg > div::after, .add-border-bg > div::after, .add-border-xl > div::after, .add-border-mb > div::after, .add-border-lg > div::after, .add-border-md > div::after, .add-border-sm > div::after, .add-border-xs > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border > div::before, .add-border-hr > div::before, .add-border-yg > div::before, .add-border-bg > div::before, .add-border-xl > div::before, .add-border-mb > div::before, .add-border-lg > div::before, .add-border-md > div::before, .add-border-sm > div::before, .add-border-xs > div::before {
    top: -1px;
  }
  .add-border > div::after, .add-border-hr > div::after, .add-border-yg > div::after, .add-border-bg > div::after, .add-border-xl > div::after, .add-border-mb > div::after, .add-border-lg > div::after, .add-border-md > div::after, .add-border-sm > div::after, .add-border-xs > div::after {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .add-border > div.first::before, .add-border-hr > div.first::before, .add-border-yg > div.first::before, .add-border-bg > div.first::before, .add-border-xl > div.first::before, .add-border-mb > div.first::before, .add-border-lg > div.first::before, .add-border-md > div.first::before, .add-border-sm > div.first::before, .add-border-xs > div.first::before, .add-border > div.last::after, .add-border-hr > div.last::after, .add-border-yg > div.last::after, .add-border-bg > div.last::after, .add-border-xl > div.last::after, .add-border-mb > div.last::after, .add-border-lg > div.last::after, .add-border-md > div.last::after, .add-border-sm > div.last::after, .add-border-xs > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 0) {
  .add-border-xs > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-xs > div:first-child {
    padding-top: 0;
  }
  .add-border-xs > div:last-child {
    padding-bottom: 0;
  }
  .add-border-xs > div::before, .add-border-xs > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-xs > div::before {
    top: -1px;
  }
  .add-border-xs > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 0) {
  .add-border-xs > div.first::before, .add-border-xs > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 575.98px) {
  .add-border-sm > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-sm > div:first-child {
    padding-top: 0;
  }
  .add-border-sm > div:last-child {
    padding-bottom: 0;
  }
  .add-border-sm > div::before, .add-border-sm > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-sm > div::before {
    top: -1px;
  }
  .add-border-sm > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .add-border-sm > div.first::before, .add-border-sm > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 767.98px) {
  .add-border-md > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-md > div:first-child {
    padding-top: 0;
  }
  .add-border-md > div:last-child {
    padding-bottom: 0;
  }
  .add-border-md > div::before, .add-border-md > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-md > div::before {
    top: -1px;
  }
  .add-border-md > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .add-border-md > div.first::before, .add-border-md > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 991.98px) {
  .add-border-lg > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-lg > div:first-child {
    padding-top: 0;
  }
  .add-border-lg > div:last-child {
    padding-bottom: 0;
  }
  .add-border-lg > div::before, .add-border-lg > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-lg > div::before {
    top: -1px;
  }
  .add-border-lg > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .add-border-lg > div.first::before, .add-border-lg > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .add-border-mb > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-mb > div:first-child {
    padding-top: 0;
  }
  .add-border-mb > div:last-child {
    padding-bottom: 0;
  }
  .add-border-mb > div::before, .add-border-mb > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-mb > div::before {
    top: -1px;
  }
  .add-border-mb > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .add-border-mb > div.first::before, .add-border-mb > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .add-border-xl > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-xl > div:first-child {
    padding-top: 0;
  }
  .add-border-xl > div:last-child {
    padding-bottom: 0;
  }
  .add-border-xl > div::before, .add-border-xl > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-xl > div::before {
    top: -1px;
  }
  .add-border-xl > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .add-border-xl > div.first::before, .add-border-xl > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 1399.98px) {
  .add-border-bg > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-bg > div:first-child {
    padding-top: 0;
  }
  .add-border-bg > div:last-child {
    padding-bottom: 0;
  }
  .add-border-bg > div::before, .add-border-bg > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-bg > div::before {
    top: -1px;
  }
  .add-border-bg > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .add-border-bg > div.first::before, .add-border-bg > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 1599.98px) {
  .add-border-yg > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-yg > div:first-child {
    padding-top: 0;
  }
  .add-border-yg > div:last-child {
    padding-bottom: 0;
  }
  .add-border-yg > div::before, .add-border-yg > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-yg > div::before {
    top: -1px;
  }
  .add-border-yg > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .add-border-yg > div.first::before, .add-border-yg > div.last::after {
    content: none;
  }
}

@media screen and (max-width: 1920.98px) {
  .add-border-hr > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .add-border-hr > div:first-child {
    padding-top: 0;
  }
  .add-border-hr > div:last-child {
    padding-bottom: 0;
  }
  .add-border-hr > div::before, .add-border-hr > div::after {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    height: 1px;
  }
  .add-border-hr > div::before {
    top: -1px;
  }
  .add-border-hr > div::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .add-border-hr > div.first::before, .add-border-hr > div.last::after {
    content: none;
  }
}

.no-border > div {
  padding-top: 0;
  padding-bottom: 0;
}
.no-border > div::before, .no-border > div::after {
  content: none;
}

/* Box Shadow
----------------------------------------
////////////////////////////////////// */
.add-shadow, .content-card .post-details, .contact-card .post-details {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

/* Overlays
----------------------------------------
////////////////////////////////////// */
[class*=overlay] {
  position: relative;
}
[class*=overlay]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  opacity: 0.6;
}
[class*=overlay] > :first-child {
  position: relative;
  z-index: 1;
}

.overlay-color-1-litest::after {
  background-color: #E5F7FF !important;
}

.overlay-color-1-lite::after {
  background-color: #517ebb !important;
}

.overlay-color-1::after {
  background-color: #265EAB !important;
}

.overlay-color-1-dark::after {
  background-color: #122E57 !important;
}

.overlay-color-2-lite::after {
  background-color: #ccf4f0 !important;
}

.overlay-color-2::after {
  background-color: #9BEBE3 !important;
}

.overlay-color-2-dark::after {
  background-color: #05CCBA !important;
}

.overlay-error::after {
  background-color: #f47a7a !important;
}

.overlay-success::after {
  background-color: #69ce69 !important;
}

.overlay-white::after {
  background-color: white !important;
}

.overlay-grey-litest::after {
  background-color: #e3e3e3 !important;
}

.overlay-grey-liter::after {
  background-color: #D9D9D9 !important;
}

.overlay-grey-lite::after {
  background-color: #cccccc !important;
}

.overlay-grey::after {
  background-color: #999999 !important;
}

.overlay-grey-dark::after {
  background-color: #666666 !important;
}

.overlay-grey-darker::after {
  background-color: #3D3D3D !important;
}

.overlay-grey-darkest::after {
  background-color: #232323 !important;
}

.overlay-black::after {
  background-color: black !important;
}

/* Fancybox Override
----------------------------------------
////////////////////////////////////// */
/* Fancybox Override
----------------------------------------
////////////////////////////////////// */
.admin-bar .fancybox-inner {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .admin-bar .fancybox-inner {
    margin-top: 46px;
  }
}
.fancybox-button {
  background-color: #265EAB;
}

/* Bootstrap Override
----------------------------------------
////////////////////////////////////// */
[class^=container] {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
[class^=container] .container {
  padding-left: 15px;
  padding-right: 15px;
}

.row, .section .alm-listing {
  position: relative;
  z-index: 1;
}
.row + .row.bordered, .section .alm-listing + .row.bordered, .section .row + .bordered.alm-listing, .section .alm-listing + .bordered.alm-listing, .alm-listing .row.bordered, .alm-listing .section .bordered.alm-listing, .section .alm-listing .bordered.alm-listing {
  border-top: 1px solid #cccccc;
}

.text-left {
  text-align: left !important;
}
.text-left [class*=w-] {
  margin-left: 0;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}
.text-center [class*=w-] {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right !important;
}
.text-right [class*=w-] {
  margin-left: auto;
  margin-right: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Tab Panels
----------------------------------------
////////////////////////////////////// */
/* Rounded patterns
----------------------------------------
////////////////////////////////////// */
.rounded, .bar-cta .cta-container, .bar-cta-floating .cta-container {
  border-radius: 16px;
  overflow: hidden;
}
.rounded-sm, .filter-center, .filter-inline {
  border-radius: 6px;
  overflow: hidden;
}

/* Post Previews
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// POST PREVIEWS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
.post-preview .spacer {
  font-size: 0;
  line-height: 0;
}

.post-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.post-image img, .post-image video {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}
.post-image a {
  display: block;
  position: relative;
  z-index: 0;
}
.post-image a::after {
  opacity: 0;
  content: "\ea3c";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(38, 94, 171, 0.5);
  border: 2px solid white;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-image a img {
  position: relative;
  z-index: 0;
  scale: 1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.post-image a.canPlay::after {
  opacity: 1;
  content: "\ea1c";
  padding-left: 1%;
}
.post-image a:hover img {
  scale: 1.1;
}
.post-image a:hover::after {
  opacity: 1;
  background-color: #265EAB;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.75);
}
.media-fill .post-image, .media-fill .post-image figure, .media-fill .post-image img, .media-fill .post-image video {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.featured-content .post-image {
  -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
}
.post-image .lds-ripple {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  scale: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-image video {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-image.loaded .lds-ripple {
  scale: 0;
  opacity: 0;
}
.post-image.loaded video {
  opacity: 1;
}
.collage .post-image {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.collage .post-image .image {
  -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
}

.post-details.list-inline .post-btns > .btn, #footer .post-details.footer-links .post-btns > .btn, .post-details.list-inline body .post-btns > #ot-sdk-btn.btn, body .post-details.list-inline .post-btns > #ot-sdk-btn.btn, .post-details.list-inline-xs .post-btns > .btn, .post-details.list-inline-xs body .post-btns > #ot-sdk-btn.btn, body .post-details.list-inline-xs .post-btns > #ot-sdk-btn.btn, .post-details.list-inline-sm .post-btns > .btn, .post-details.list-inline-sm body .post-btns > #ot-sdk-btn.btn, body .post-details.list-inline-sm .post-btns > #ot-sdk-btn.btn, .post-details.list-inline-md .post-btns > .btn, .post-details.list-inline-md body .post-btns > #ot-sdk-btn.btn, body .post-details.list-inline-md .post-btns > #ot-sdk-btn.btn, .post-details.list-inline-lg .post-btns > .btn, .post-details.list-inline-lg body .post-btns > #ot-sdk-btn.btn, body .post-details.list-inline-lg .post-btns > #ot-sdk-btn.btn {
  margin-top: 0;
}

.post-tag span {
  padding: 0.6em 1.2em;
  background: #9BEBE3;
  color: #265EAB;
  display: inline-block;
  border-radius: 2px;
}

.post-icon img, .post-icon-lg img {
  max-height: 60px;
  display: block;
  margin: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-center .post-icon img, .text-center .post-icon-lg img {
  margin: auto;
}
.text-right .post-icon img, .text-right .post-icon-lg img {
  margin-right: auto;
}
.post-icon-lg img {
  max-height: 90px;
}

.post-profile img {
  border-radius: 50%;
}

.post-title a:not(.btn):hover {
  text-decoration: underline;
}
.post-title-sub {
  text-transform: uppercase;
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.3333;
  font-size: 2rem;
}
.post-title-sub h1, .post-title-sub h2, .post-title-sub h3, .post-title-sub h4, .post-title-sub h5, .post-title-sub h6, .post-title-sub .h1, .post-title-sub .h2, .post-title-sub .h3, .post-title-sub .h4, .post-title-sub .h5, .post-title-sub .h6, .post-title-sub .heading {
  font-weight: inherit;
  text-transform: none;
}
.post-title-sub hr {
  margin-top: 10px;
}

.post-btns .btn, .post-btns body #ot-sdk-btn.btn, body .post-btns #ot-sdk-btn.btn, .post-btns body .ajax-load-more-wrap .alm-load-more-btn.btn, body .ajax-load-more-wrap .post-btns .alm-load-more-btn.btn {
  margin-right: 10px;
  vertical-align: middle;
}
.post-btns .btn:last-child, .post-btns body #ot-sdk-btn.btn:last-child, body .post-btns #ot-sdk-btn.btn:last-child, .post-btns body .ajax-load-more-wrap .alm-load-more-btn.btn:last-child, body .ajax-load-more-wrap .post-btns .alm-load-more-btn.btn:last-child {
  margin-right: 0;
}
.post-btns .btn:not(.link) + .link, .post-btns body #ot-sdk-btn.btn:not(.link) + .link, body .post-btns #ot-sdk-btn.btn:not(.link) + .link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-btns .link {
  margin-left: 15px;
  margin-right: 15px;
  position: relative; /* make up space for inline-block */
}
.post-btns.stacked .btn::before, .post-btns.stacked body #ot-sdk-btn.btn::before, body .post-btns.stacked #ot-sdk-btn.btn::before {
  content: none;
}

/*
%editableContent - variables.scss
class also used in mixins/elementSpacing
----------------------------------------
////////////////////////////////////// */
/*
Content Blocks - Styles
----------------------------------------
////////////////////////////////////// */
@media (min-width: 1024px) {
  .content_block .feature, .content_block--styled .feature {
    padding-top: 75px;
  }
}
.content_block--styled .container {
  position: relative;
}
.content_block--styled .graph {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .content_block--styled .graph {
    display: none;
  }
}

/* Wordpress WYSIWYG
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  WordPress Core
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* Alignment
----------------------------------------
////////////////////////////////////// */
.alignnone {
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 30px auto;
}

.alignright {
  float: right;
  margin: 10px 0 15px 30px; /*margin-right: -100px;*/
}

.alignleft {
  float: left;
  margin: 10px 30px 15px 0; /*margin-left: -100px;*/
}

@media (max-width: 575px) {
  .alignnone, .aligncenter .alignleft,
  .alignright {
    float: none;
    max-width: 100%;
    margin: 15px auto;
  }
  .wp-post-image {
    display: block;
    width: 100%;
  }
}
/* Page navigation
----------------------------------------
////////////////////////////////////// */
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 9px;
}
.wp-pagenavi a:hover {
  text-decoration: none;
}

/* Captions
----------------------------------------
////////////////////////////////////// */
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 6px;
}
.wp-caption p {
  background: #E5F7FF;
  font-size: 1.4rem;
  margin: 0;
  color: inherit;
  padding: 20px 30px;
  background: #E5F7FF;
  border-radius: 6px;
  margin-top: 15px;
}
.wp-caption p + p {
  margin-top: -6px;
  padding-top: 6px;
  border-radius: 0 0 6px 6px;
}

.wysiwyg, .post-text {
  /* Text meant only for screen readers. */
}
.wysiwyg a:not(.btn), .post-text a:not(.btn) {
  text-decoration: underline;
  cursor: pointer;
}
.wysiwyg a[href^=tel], .wysiwyg a[href^=mailto], .post-text a[href^=tel], .post-text a[href^=mailto] {
  white-space: nowrap;
}
.wysiwyg p:first-child > .embed-container, .wysiwyg p:first-child > img.aligncenter, .post-text p:first-child > .embed-container, .post-text p:first-child > img.aligncenter {
  margin-top: 0;
}
.wysiwyg p:last-child > .embed-container, .wysiwyg p:last-child > img.aligncenter, .post-text p:last-child > .embed-container, .post-text p:last-child > img.aligncenter {
  margin-bottom: 0;
}
.wysiwyg img, .wysiwyg .embed-container, .post-text img, .post-text .embed-container {
  border-radius: 6px;
}
.wysiwyg .screen-reader-text, .wysiwyg .tab-only:not(:focus-visible), .post-text .screen-reader-text, .post-text .tab-only:not(:focus-visible) {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
  /* Above WP toolbar. */
}
.wysiwyg .screen-reader-text:focus, .wysiwyg .tab-only:focus:not(:focus-visible), .post-text .screen-reader-text:focus, .post-text .tab-only:focus:not(:focus-visible) {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#wpadminbar.fake {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 32px;
  background: #000;
}
@media screen and (max-width: 767.98px) {
  #wpadminbar.fake {
    height: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* Keyframes
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CUSTOM ANIMATIONS.SCSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Keyframes
----------------------------------------
////////////////////////////////////// */
@-webkit-keyframes openMenuTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}
@keyframes openMenuTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}
@-webkit-keyframes openMenuBot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}
@keyframes openMenuBot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}
/**/
@-webkit-keyframes closeMenuTop {
  0% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes closeMenuTop {
  0% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0);
            transform: translate3d(0, 7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@-webkit-keyframes closeMenuBot {
  0% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes closeMenuBot {
  0% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0);
            transform: translate3d(0, -7px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(360deg);
            transform: translateZ(0) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(360deg);
            transform: translateZ(0) rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    outline-offset: -6px;
  }
  50% {
    outline-offset: -10px;
  }
  100% {
    outline-offset: -6px;
  }
}
@keyframes pulse {
  0% {
    outline-offset: -6px;
  }
  50% {
    outline-offset: -10px;
  }
  100% {
    outline-offset: -6px;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* Hide/Show
----------------------------------------
////////////////////////////////////// */
/* Element Spacing
----------------------------------------
////////////////////////////////////// */
/* Section padding classes
----------------------------------------
////////////////////////////////////// */
/* Post preview stack size
----------------------------------------
////////////////////////////////////// */
/* Element spacing
----------------------------------------
////////////////////////////////////// */
/* Section Spacing
----------------------------------------
////////////////////////////////////// */
.section.padd-xs {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.section.padd-xs .row + .row, .section.padd-xs .alm-listing + .row, .section.padd-xs .row + .alm-listing, .section.padd-xs .alm-listing + .alm-listing {
  margin-top: 30px;
}
.section.padd-xs .row + .row.bordered, .section.padd-xs .alm-listing + .row.bordered, .section.padd-xs .row + .bordered.alm-listing, .section.padd-xs .alm-listing + .bordered.alm-listing {
  padding-top: 30px;
}
.section.padd-xs .row.columns, .section.padd-xs .columns.alm-listing {
  margin-top: 0px;
}
.section.padd-xs .row.columns:first-child, .section.padd-xs .columns.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-xs .row.columns > div, .section.padd-xs .columns.alm-listing > div {
  margin-top: 30px;
}
.section.padd-xs .row.columns-sm, .section.padd-xs .columns-sm.alm-listing {
  margin-top: 0px;
}
.section.padd-xs .row.columns-sm:first-child, .section.padd-xs .columns-sm.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-xs .row.columns-sm > div, .section.padd-xs .columns-sm.alm-listing > div {
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .section.padd-xs .row.columns.add-border-xs > div::before, .section.padd-xs .columns.add-border-xs.alm-listing > div::before, .section.padd-xs .row.columns.add-border-xs > div::after, .section.padd-xs .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-xs .row.columns.add-border-xs > div, .section.padd-xs .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-xs .row.columns.add-border-sm > div::before, .section.padd-xs .columns.add-border-sm.alm-listing > div::before, .section.padd-xs .row.columns.add-border-sm > div::after, .section.padd-xs .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-xs .row.columns.add-border-sm > div, .section.padd-xs .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-xs .row.columns.add-border-md > div::before, .section.padd-xs .columns.add-border-md.alm-listing > div::before, .section.padd-xs .row.columns.add-border-md > div::after, .section.padd-xs .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-xs .row.columns.add-border-md > div, .section.padd-xs .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-xs .row.columns.add-border-lg > div::before, .section.padd-xs .columns.add-border-lg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-lg > div::after, .section.padd-xs .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-xs .row.columns.add-border-lg > div, .section.padd-xs .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-xs .row.columns.add-border-mb > div::before, .section.padd-xs .columns.add-border-mb.alm-listing > div::before, .section.padd-xs .row.columns.add-border-mb > div::after, .section.padd-xs .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-xs .row.columns.add-border-mb > div, .section.padd-xs .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-xs .row.columns.add-border-xl > div::before, .section.padd-xs .columns.add-border-xl.alm-listing > div::before, .section.padd-xs .row.columns.add-border-xl > div::after, .section.padd-xs .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-xs .row.columns.add-border-xl > div, .section.padd-xs .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-xs .row.columns.add-border-bg > div::before, .section.padd-xs .columns.add-border-bg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-bg > div::after, .section.padd-xs .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-xs .row.columns.add-border-bg > div, .section.padd-xs .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-xs .row.columns.add-border-yg > div::before, .section.padd-xs .columns.add-border-yg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-yg > div::after, .section.padd-xs .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-xs .row.columns.add-border-yg > div, .section.padd-xs .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-xs .row.columns.add-border-hr > div::before, .section.padd-xs .columns.add-border-hr.alm-listing > div::before, .section.padd-xs .row.columns.add-border-hr > div::after, .section.padd-xs .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-xs .row.columns.add-border-hr > div, .section.padd-xs .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.section.padd-xs .alm-listing .row.bordered, .section.padd-xs .alm-listing .bordered.alm-listing {
  padding-top: 30px;
}
.section.padd-xs .alm-btn-wrap {
  margin-top: 22.5px;
}
.section.padd-xs.pull-up {
  padding-bottom: 82.5px;
}
.section.padd-xs.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-xs[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 22.5px;
}
.section.padd-xs[class*=rounded-bg]:last-child {
  margin-bottom: 22.5px;
}
.section.padd-sm {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
.section.padd-sm .row + .row, .section.padd-sm .alm-listing + .row, .section.padd-sm .row + .alm-listing, .section.padd-sm .alm-listing + .alm-listing {
  margin-top: 30px;
}
.section.padd-sm .row + .row.bordered, .section.padd-sm .alm-listing + .row.bordered, .section.padd-sm .row + .bordered.alm-listing, .section.padd-sm .alm-listing + .bordered.alm-listing {
  padding-top: 30px;
}
.section.padd-sm .row.columns, .section.padd-sm .columns.alm-listing {
  margin-top: 0px;
}
.section.padd-sm .row.columns:first-child, .section.padd-sm .columns.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-sm .row.columns > div, .section.padd-sm .columns.alm-listing > div {
  margin-top: 30px;
}
.section.padd-sm .row.columns-sm, .section.padd-sm .columns-sm.alm-listing {
  margin-top: 0px;
}
.section.padd-sm .row.columns-sm:first-child, .section.padd-sm .columns-sm.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-sm .row.columns-sm > div, .section.padd-sm .columns-sm.alm-listing > div {
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .section.padd-sm .row.columns.add-border-xs > div::before, .section.padd-sm .columns.add-border-xs.alm-listing > div::before, .section.padd-sm .row.columns.add-border-xs > div::after, .section.padd-sm .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-sm .row.columns.add-border-xs > div, .section.padd-sm .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-sm .row.columns.add-border-sm > div::before, .section.padd-sm .columns.add-border-sm.alm-listing > div::before, .section.padd-sm .row.columns.add-border-sm > div::after, .section.padd-sm .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-sm .row.columns.add-border-sm > div, .section.padd-sm .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-sm .row.columns.add-border-md > div::before, .section.padd-sm .columns.add-border-md.alm-listing > div::before, .section.padd-sm .row.columns.add-border-md > div::after, .section.padd-sm .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-sm .row.columns.add-border-md > div, .section.padd-sm .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-sm .row.columns.add-border-lg > div::before, .section.padd-sm .columns.add-border-lg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-lg > div::after, .section.padd-sm .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-sm .row.columns.add-border-lg > div, .section.padd-sm .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-sm .row.columns.add-border-mb > div::before, .section.padd-sm .columns.add-border-mb.alm-listing > div::before, .section.padd-sm .row.columns.add-border-mb > div::after, .section.padd-sm .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-sm .row.columns.add-border-mb > div, .section.padd-sm .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-sm .row.columns.add-border-xl > div::before, .section.padd-sm .columns.add-border-xl.alm-listing > div::before, .section.padd-sm .row.columns.add-border-xl > div::after, .section.padd-sm .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-sm .row.columns.add-border-xl > div, .section.padd-sm .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-sm .row.columns.add-border-bg > div::before, .section.padd-sm .columns.add-border-bg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-bg > div::after, .section.padd-sm .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-sm .row.columns.add-border-bg > div, .section.padd-sm .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-sm .row.columns.add-border-yg > div::before, .section.padd-sm .columns.add-border-yg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-yg > div::after, .section.padd-sm .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-sm .row.columns.add-border-yg > div, .section.padd-sm .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-sm .row.columns.add-border-hr > div::before, .section.padd-sm .columns.add-border-hr.alm-listing > div::before, .section.padd-sm .row.columns.add-border-hr > div::after, .section.padd-sm .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-sm .row.columns.add-border-hr > div, .section.padd-sm .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.section.padd-sm .alm-listing .row.bordered, .section.padd-sm .alm-listing .bordered.alm-listing {
  padding-top: 30px;
}
.section.padd-sm .alm-btn-wrap {
  margin-top: 37.5px;
}
.section.padd-sm.pull-up {
  padding-bottom: 97.5px;
}
.section.padd-sm.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-sm[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 37.5px;
}
.section.padd-sm[class*=rounded-bg]:last-child {
  margin-bottom: 37.5px;
}
.section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section .row + .row, .section .alm-listing + .row, .section .row + .alm-listing, .section .alm-listing + .alm-listing {
  margin-top: 45px;
}
.section .row + .row.bordered, .section .alm-listing + .row.bordered, .section .row + .bordered.alm-listing, .section .alm-listing + .bordered.alm-listing {
  padding-top: 45px;
}
.section .row.columns, .section .columns.alm-listing {
  margin-top: 0px;
}
.section .row.columns:first-child, .section .columns.alm-listing:first-child {
  margin-top: -45px;
}
.section .row.columns > div, .section .columns.alm-listing > div {
  margin-top: 45px;
}
.section .row.columns-sm, .section .columns-sm.alm-listing {
  margin-top: 0px;
}
.section .row.columns-sm:first-child, .section .columns-sm.alm-listing:first-child {
  margin-top: -45px;
}
.section .row.columns-sm > div, .section .columns-sm.alm-listing > div {
  margin-top: 30px;
}
.section .row.columns.gap-sm, .section .columns.gap-sm.alm-listing, .section .row.columns .gap-sm, .section .columns.alm-listing .gap-sm {
  margin-top: 15px;
}
.section .row.columns.gap-sm > div, .section .columns.gap-sm.alm-listing > div, .section .row.columns .gap-sm > div, .section .columns.alm-listing .gap-sm > div {
  margin-top: 30px;
}
@media screen and (min-width: 0) {
  .section .row.columns.add-border-xs > div::before, .section .columns.add-border-xs.alm-listing > div::before, .section .row.columns.add-border-xs > div::after, .section .columns.add-border-xs.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 0) {
  .section .row.columns.add-border-xs > div, .section .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 576px) {
  .section .row.columns.add-border-sm > div::before, .section .columns.add-border-sm.alm-listing > div::before, .section .row.columns.add-border-sm > div::after, .section .columns.add-border-sm.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 575.98px) {
  .section .row.columns.add-border-sm > div, .section .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .section .row.columns.add-border-md > div::before, .section .columns.add-border-md.alm-listing > div::before, .section .row.columns.add-border-md > div::after, .section .columns.add-border-md.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .section .row.columns.add-border-md > div, .section .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section .row.columns.add-border-lg > div::before, .section .columns.add-border-lg.alm-listing > div::before, .section .row.columns.add-border-lg > div::after, .section .columns.add-border-lg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .section .row.columns.add-border-lg > div, .section .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .section .row.columns.add-border-mb > div::before, .section .columns.add-border-mb.alm-listing > div::before, .section .row.columns.add-border-mb > div::after, .section .columns.add-border-mb.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section .row.columns.add-border-mb > div, .section .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .section .row.columns.add-border-xl > div::before, .section .columns.add-border-xl.alm-listing > div::before, .section .row.columns.add-border-xl > div::after, .section .columns.add-border-xl.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section .row.columns.add-border-xl > div, .section .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .section .row.columns.add-border-bg > div::before, .section .columns.add-border-bg.alm-listing > div::before, .section .row.columns.add-border-bg > div::after, .section .columns.add-border-bg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section .row.columns.add-border-bg > div, .section .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .section .row.columns.add-border-yg > div::before, .section .columns.add-border-yg.alm-listing > div::before, .section .row.columns.add-border-yg > div::after, .section .columns.add-border-yg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section .row.columns.add-border-yg > div, .section .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1921px) {
  .section .row.columns.add-border-hr > div::before, .section .columns.add-border-hr.alm-listing > div::before, .section .row.columns.add-border-hr > div::after, .section .columns.add-border-hr.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section .row.columns.add-border-hr > div, .section .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.section .alm-listing .row.bordered, .section .alm-listing .bordered.alm-listing {
  padding-top: 45px;
}
.section .alm-btn-wrap {
  margin-top: 45px;
}
.section.pull-up {
  padding-bottom: 105px;
}
.section.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 45px;
}
.section[class*=rounded-bg]:last-child {
  margin-bottom: 45px;
}
.section.padd-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.padd-md .row + .row, .section.padd-md .alm-listing + .row, .section.padd-md .row + .alm-listing, .section.padd-md .alm-listing + .alm-listing {
  margin-top: 60px;
}
.section.padd-md .row + .row.bordered, .section.padd-md .alm-listing + .row.bordered, .section.padd-md .row + .bordered.alm-listing, .section.padd-md .alm-listing + .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-md .row.columns, .section.padd-md .columns.alm-listing {
  margin-top: 15px;
}
.section.padd-md .row.columns:first-child, .section.padd-md .columns.alm-listing:first-child {
  margin-top: -45px;
}
.section.padd-md .row.columns > div, .section.padd-md .columns.alm-listing > div {
  margin-top: 45px;
}
.section.padd-md .row.columns-sm, .section.padd-md .columns-sm.alm-listing {
  margin-top: 15px;
}
.section.padd-md .row.columns-sm:first-child, .section.padd-md .columns-sm.alm-listing:first-child {
  margin-top: -45px;
}
.section.padd-md .row.columns-sm > div, .section.padd-md .columns-sm.alm-listing > div {
  margin-top: 30px;
}
.section.padd-md .row.columns.gap-sm, .section.padd-md .columns.gap-sm.alm-listing, .section.padd-md .row.columns .gap-sm, .section.padd-md .columns.alm-listing .gap-sm {
  margin-top: 15px;
}
.section.padd-md .row.columns.gap-sm > div, .section.padd-md .columns.gap-sm.alm-listing > div, .section.padd-md .row.columns .gap-sm > div, .section.padd-md .columns.alm-listing .gap-sm > div {
  margin-top: 30px;
}
@media screen and (min-width: 0) {
  .section.padd-md .row.columns.add-border-xs > div::before, .section.padd-md .columns.add-border-xs.alm-listing > div::before, .section.padd-md .row.columns.add-border-xs > div::after, .section.padd-md .columns.add-border-xs.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-md .row.columns.add-border-xs > div, .section.padd-md .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-md .row.columns.add-border-sm > div::before, .section.padd-md .columns.add-border-sm.alm-listing > div::before, .section.padd-md .row.columns.add-border-sm > div::after, .section.padd-md .columns.add-border-sm.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-md .row.columns.add-border-sm > div, .section.padd-md .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-md .row.columns.add-border-md > div::before, .section.padd-md .columns.add-border-md.alm-listing > div::before, .section.padd-md .row.columns.add-border-md > div::after, .section.padd-md .columns.add-border-md.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-md .row.columns.add-border-md > div, .section.padd-md .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-md .row.columns.add-border-lg > div::before, .section.padd-md .columns.add-border-lg.alm-listing > div::before, .section.padd-md .row.columns.add-border-lg > div::after, .section.padd-md .columns.add-border-lg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-md .row.columns.add-border-lg > div, .section.padd-md .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-md .row.columns.add-border-mb > div::before, .section.padd-md .columns.add-border-mb.alm-listing > div::before, .section.padd-md .row.columns.add-border-mb > div::after, .section.padd-md .columns.add-border-mb.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-md .row.columns.add-border-mb > div, .section.padd-md .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-md .row.columns.add-border-xl > div::before, .section.padd-md .columns.add-border-xl.alm-listing > div::before, .section.padd-md .row.columns.add-border-xl > div::after, .section.padd-md .columns.add-border-xl.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-md .row.columns.add-border-xl > div, .section.padd-md .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-md .row.columns.add-border-bg > div::before, .section.padd-md .columns.add-border-bg.alm-listing > div::before, .section.padd-md .row.columns.add-border-bg > div::after, .section.padd-md .columns.add-border-bg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-md .row.columns.add-border-bg > div, .section.padd-md .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-md .row.columns.add-border-yg > div::before, .section.padd-md .columns.add-border-yg.alm-listing > div::before, .section.padd-md .row.columns.add-border-yg > div::after, .section.padd-md .columns.add-border-yg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-md .row.columns.add-border-yg > div, .section.padd-md .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-md .row.columns.add-border-hr > div::before, .section.padd-md .columns.add-border-hr.alm-listing > div::before, .section.padd-md .row.columns.add-border-hr > div::after, .section.padd-md .columns.add-border-hr.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-md .row.columns.add-border-hr > div, .section.padd-md .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.section.padd-md .alm-listing .row.bordered, .section.padd-md .alm-listing .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-md .alm-btn-wrap {
  margin-top: 60px;
}
.section.padd-md.pull-up {
  padding-bottom: 120px;
}
.section.padd-md.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-md[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 60px;
}
.section.padd-md[class*=rounded-bg]:last-child {
  margin-bottom: 60px;
}
.section.padd-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.padd-lg .row + .row, .section.padd-lg .alm-listing + .row, .section.padd-lg .row + .alm-listing, .section.padd-lg .alm-listing + .alm-listing {
  margin-top: 60px;
}
.section.padd-lg .row + .row.bordered, .section.padd-lg .alm-listing + .row.bordered, .section.padd-lg .row + .bordered.alm-listing, .section.padd-lg .alm-listing + .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-lg .row.columns, .section.padd-lg .columns.alm-listing {
  margin-top: 15px;
}
.section.padd-lg .row.columns:first-child, .section.padd-lg .columns.alm-listing:first-child {
  margin-top: -45px;
}
.section.padd-lg .row.columns > div, .section.padd-lg .columns.alm-listing > div {
  margin-top: 45px;
}
.section.padd-lg .row.columns-sm, .section.padd-lg .columns-sm.alm-listing {
  margin-top: 15px;
}
.section.padd-lg .row.columns-sm:first-child, .section.padd-lg .columns-sm.alm-listing:first-child {
  margin-top: -45px;
}
.section.padd-lg .row.columns-sm > div, .section.padd-lg .columns-sm.alm-listing > div {
  margin-top: 30px;
}
.section.padd-lg .row.columns.gap-sm, .section.padd-lg .columns.gap-sm.alm-listing, .section.padd-lg .row.columns .gap-sm, .section.padd-lg .columns.alm-listing .gap-sm {
  margin-top: 15px;
}
.section.padd-lg .row.columns.gap-sm > div, .section.padd-lg .columns.gap-sm.alm-listing > div, .section.padd-lg .row.columns .gap-sm > div, .section.padd-lg .columns.alm-listing .gap-sm > div {
  margin-top: 30px;
}
@media screen and (min-width: 0) {
  .section.padd-lg .row.columns.add-border-xs > div::before, .section.padd-lg .columns.add-border-xs.alm-listing > div::before, .section.padd-lg .row.columns.add-border-xs > div::after, .section.padd-lg .columns.add-border-xs.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-lg .row.columns.add-border-xs > div, .section.padd-lg .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-lg .row.columns.add-border-sm > div::before, .section.padd-lg .columns.add-border-sm.alm-listing > div::before, .section.padd-lg .row.columns.add-border-sm > div::after, .section.padd-lg .columns.add-border-sm.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-lg .row.columns.add-border-sm > div, .section.padd-lg .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-lg .row.columns.add-border-md > div::before, .section.padd-lg .columns.add-border-md.alm-listing > div::before, .section.padd-lg .row.columns.add-border-md > div::after, .section.padd-lg .columns.add-border-md.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-lg .row.columns.add-border-md > div, .section.padd-lg .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-lg .row.columns.add-border-lg > div::before, .section.padd-lg .columns.add-border-lg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-lg > div::after, .section.padd-lg .columns.add-border-lg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-lg .row.columns.add-border-lg > div, .section.padd-lg .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-lg .row.columns.add-border-mb > div::before, .section.padd-lg .columns.add-border-mb.alm-listing > div::before, .section.padd-lg .row.columns.add-border-mb > div::after, .section.padd-lg .columns.add-border-mb.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-lg .row.columns.add-border-mb > div, .section.padd-lg .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-lg .row.columns.add-border-xl > div::before, .section.padd-lg .columns.add-border-xl.alm-listing > div::before, .section.padd-lg .row.columns.add-border-xl > div::after, .section.padd-lg .columns.add-border-xl.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-lg .row.columns.add-border-xl > div, .section.padd-lg .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-lg .row.columns.add-border-bg > div::before, .section.padd-lg .columns.add-border-bg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-bg > div::after, .section.padd-lg .columns.add-border-bg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-lg .row.columns.add-border-bg > div, .section.padd-lg .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-lg .row.columns.add-border-yg > div::before, .section.padd-lg .columns.add-border-yg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-yg > div::after, .section.padd-lg .columns.add-border-yg.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-lg .row.columns.add-border-yg > div, .section.padd-lg .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-lg .row.columns.add-border-hr > div::before, .section.padd-lg .columns.add-border-hr.alm-listing > div::before, .section.padd-lg .row.columns.add-border-hr > div::after, .section.padd-lg .columns.add-border-hr.alm-listing > div::after {
    top: 45px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-lg .row.columns.add-border-hr > div, .section.padd-lg .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.section.padd-lg .alm-listing .row.bordered, .section.padd-lg .alm-listing .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-lg .alm-btn-wrap {
  margin-top: 90px;
}
.section.padd-lg.pull-up {
  padding-bottom: 150px;
}
.section.padd-lg.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-lg[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 90px;
}
.section.padd-lg[class*=rounded-bg]:last-child {
  margin-bottom: 90px;
}
.section.padd-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section.padd-xl .row + .row, .section.padd-xl .alm-listing + .row, .section.padd-xl .row + .alm-listing, .section.padd-xl .alm-listing + .alm-listing {
  margin-top: 60px;
}
.section.padd-xl .row + .row.bordered, .section.padd-xl .alm-listing + .row.bordered, .section.padd-xl .row + .bordered.alm-listing, .section.padd-xl .alm-listing + .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-xl .row.columns, .section.padd-xl .columns.alm-listing {
  margin-top: 0px;
}
.section.padd-xl .row.columns:first-child, .section.padd-xl .columns.alm-listing:first-child {
  margin-top: -60px;
}
.section.padd-xl .row.columns > div, .section.padd-xl .columns.alm-listing > div {
  margin-top: 60px;
}
.section.padd-xl .row.columns-sm, .section.padd-xl .columns-sm.alm-listing {
  margin-top: 0px;
}
.section.padd-xl .row.columns-sm:first-child, .section.padd-xl .columns-sm.alm-listing:first-child {
  margin-top: -60px;
}
.section.padd-xl .row.columns-sm > div, .section.padd-xl .columns-sm.alm-listing > div {
  margin-top: 40px;
}
.section.padd-xl .row.columns.gap-sm, .section.padd-xl .columns.gap-sm.alm-listing, .section.padd-xl .row.columns .gap-sm, .section.padd-xl .columns.alm-listing .gap-sm {
  margin-top: 30px;
}
.section.padd-xl .row.columns.gap-sm > div, .section.padd-xl .columns.gap-sm.alm-listing > div, .section.padd-xl .row.columns .gap-sm > div, .section.padd-xl .columns.alm-listing .gap-sm > div {
  margin-top: 30px;
}
@media screen and (min-width: 0) {
  .section.padd-xl .row.columns.add-border-xs > div::before, .section.padd-xl .columns.add-border-xs.alm-listing > div::before, .section.padd-xl .row.columns.add-border-xs > div::after, .section.padd-xl .columns.add-border-xs.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-xl .row.columns.add-border-xs > div, .section.padd-xl .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-xl .row.columns.add-border-sm > div::before, .section.padd-xl .columns.add-border-sm.alm-listing > div::before, .section.padd-xl .row.columns.add-border-sm > div::after, .section.padd-xl .columns.add-border-sm.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-xl .row.columns.add-border-sm > div, .section.padd-xl .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-xl .row.columns.add-border-md > div::before, .section.padd-xl .columns.add-border-md.alm-listing > div::before, .section.padd-xl .row.columns.add-border-md > div::after, .section.padd-xl .columns.add-border-md.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-xl .row.columns.add-border-md > div, .section.padd-xl .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-xl .row.columns.add-border-lg > div::before, .section.padd-xl .columns.add-border-lg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-lg > div::after, .section.padd-xl .columns.add-border-lg.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-xl .row.columns.add-border-lg > div, .section.padd-xl .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-xl .row.columns.add-border-mb > div::before, .section.padd-xl .columns.add-border-mb.alm-listing > div::before, .section.padd-xl .row.columns.add-border-mb > div::after, .section.padd-xl .columns.add-border-mb.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-xl .row.columns.add-border-mb > div, .section.padd-xl .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-xl .row.columns.add-border-xl > div::before, .section.padd-xl .columns.add-border-xl.alm-listing > div::before, .section.padd-xl .row.columns.add-border-xl > div::after, .section.padd-xl .columns.add-border-xl.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-xl .row.columns.add-border-xl > div, .section.padd-xl .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-xl .row.columns.add-border-bg > div::before, .section.padd-xl .columns.add-border-bg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-bg > div::after, .section.padd-xl .columns.add-border-bg.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-xl .row.columns.add-border-bg > div, .section.padd-xl .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-xl .row.columns.add-border-yg > div::before, .section.padd-xl .columns.add-border-yg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-yg > div::after, .section.padd-xl .columns.add-border-yg.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-xl .row.columns.add-border-yg > div, .section.padd-xl .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-xl .row.columns.add-border-hr > div::before, .section.padd-xl .columns.add-border-hr.alm-listing > div::before, .section.padd-xl .row.columns.add-border-hr > div::after, .section.padd-xl .columns.add-border-hr.alm-listing > div::after {
    top: 60px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-xl .row.columns.add-border-hr > div, .section.padd-xl .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.section.padd-xl .alm-listing .row.bordered, .section.padd-xl .alm-listing .bordered.alm-listing {
  padding-top: 60px;
}
.section.padd-xl .alm-btn-wrap {
  margin-top: 120px;
}
.section.padd-xl.pull-up {
  padding-bottom: 180px;
}
.section.padd-xl.pull-up + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-xl[class*=rounded-bg] + [class*=rounded-bg] {
  margin-top: 120px;
}
.section.padd-xl[class*=rounded-bg]:last-child {
  margin-bottom: 120px;
}
.section.padd-nn, .section.spacer, .section.banner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.padd-nn .row + .row, .section.spacer .row + .row, .section.banner .row + .row, .section.padd-nn .alm-listing + .row, .section.spacer .alm-listing + .row, .section.banner .alm-listing + .row, .section.padd-nn .row + .alm-listing, .section.spacer .row + .alm-listing, .section.banner .row + .alm-listing, .section.padd-nn .alm-listing + .alm-listing, .section.spacer .alm-listing + .alm-listing, .section.banner .alm-listing + .alm-listing {
  margin-top: 15px;
}
.section.padd-nn .row + .row.bordered, .section.spacer .row + .row.bordered, .section.banner .row + .row.bordered, .section.padd-nn .alm-listing + .row.bordered, .section.spacer .alm-listing + .row.bordered, .section.banner .alm-listing + .row.bordered, .section.padd-nn .row + .bordered.alm-listing, .section.spacer .row + .bordered.alm-listing, .section.banner .row + .bordered.alm-listing, .section.padd-nn .alm-listing + .bordered.alm-listing, .section.spacer .alm-listing + .bordered.alm-listing, .section.banner .alm-listing + .bordered.alm-listing {
  padding-top: 15px;
}
.section.padd-nn .row.columns, .section.spacer .row.columns, .section.banner .row.columns, .section.padd-nn .columns.alm-listing, .section.spacer .columns.alm-listing, .section.banner .columns.alm-listing {
  margin-top: -15px;
}
.section.padd-nn .row.columns:first-child, .section.spacer .row.columns:first-child, .section.banner .row.columns:first-child, .section.padd-nn .columns.alm-listing:first-child, .section.spacer .columns.alm-listing:first-child, .section.banner .columns.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-nn .row.columns > div, .section.spacer .row.columns > div, .section.banner .row.columns > div, .section.padd-nn .columns.alm-listing > div, .section.spacer .columns.alm-listing > div, .section.banner .columns.alm-listing > div {
  margin-top: 30px;
}
.section.padd-nn .row.columns-sm, .section.spacer .row.columns-sm, .section.banner .row.columns-sm, .section.padd-nn .columns-sm.alm-listing, .section.spacer .columns-sm.alm-listing, .section.banner .columns-sm.alm-listing {
  margin-top: -15px;
}
.section.padd-nn .row.columns-sm:first-child, .section.spacer .row.columns-sm:first-child, .section.banner .row.columns-sm:first-child, .section.padd-nn .columns-sm.alm-listing:first-child, .section.spacer .columns-sm.alm-listing:first-child, .section.banner .columns-sm.alm-listing:first-child {
  margin-top: -30px;
}
.section.padd-nn .row.columns-sm > div, .section.spacer .row.columns-sm > div, .section.banner .row.columns-sm > div, .section.padd-nn .columns-sm.alm-listing > div, .section.spacer .columns-sm.alm-listing > div, .section.banner .columns-sm.alm-listing > div {
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .section.padd-nn .row.columns.add-border-xs > div::before, .section.spacer .row.columns.add-border-xs > div::before, .section.banner .row.columns.add-border-xs > div::before, .section.padd-nn .columns.add-border-xs.alm-listing > div::before, .section.spacer .columns.add-border-xs.alm-listing > div::before, .section.banner .columns.add-border-xs.alm-listing > div::before, .section.padd-nn .row.columns.add-border-xs > div::after, .section.spacer .row.columns.add-border-xs > div::after, .section.banner .row.columns.add-border-xs > div::after, .section.padd-nn .columns.add-border-xs.alm-listing > div::after, .section.spacer .columns.add-border-xs.alm-listing > div::after, .section.banner .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 0) {
  .section.padd-nn .row.columns.add-border-xs > div, .section.spacer .row.columns.add-border-xs > div, .section.banner .row.columns.add-border-xs > div, .section.padd-nn .columns.add-border-xs.alm-listing > div, .section.spacer .columns.add-border-xs.alm-listing > div, .section.banner .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .section.padd-nn .row.columns.add-border-sm > div::before, .section.spacer .row.columns.add-border-sm > div::before, .section.banner .row.columns.add-border-sm > div::before, .section.padd-nn .columns.add-border-sm.alm-listing > div::before, .section.spacer .columns.add-border-sm.alm-listing > div::before, .section.banner .columns.add-border-sm.alm-listing > div::before, .section.padd-nn .row.columns.add-border-sm > div::after, .section.spacer .row.columns.add-border-sm > div::after, .section.banner .row.columns.add-border-sm > div::after, .section.padd-nn .columns.add-border-sm.alm-listing > div::after, .section.spacer .columns.add-border-sm.alm-listing > div::after, .section.banner .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .section.padd-nn .row.columns.add-border-sm > div, .section.spacer .row.columns.add-border-sm > div, .section.banner .row.columns.add-border-sm > div, .section.padd-nn .columns.add-border-sm.alm-listing > div, .section.spacer .columns.add-border-sm.alm-listing > div, .section.banner .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section.padd-nn .row.columns.add-border-md > div::before, .section.spacer .row.columns.add-border-md > div::before, .section.banner .row.columns.add-border-md > div::before, .section.padd-nn .columns.add-border-md.alm-listing > div::before, .section.spacer .columns.add-border-md.alm-listing > div::before, .section.banner .columns.add-border-md.alm-listing > div::before, .section.padd-nn .row.columns.add-border-md > div::after, .section.spacer .row.columns.add-border-md > div::after, .section.banner .row.columns.add-border-md > div::after, .section.padd-nn .columns.add-border-md.alm-listing > div::after, .section.spacer .columns.add-border-md.alm-listing > div::after, .section.banner .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.padd-nn .row.columns.add-border-md > div, .section.spacer .row.columns.add-border-md > div, .section.banner .row.columns.add-border-md > div, .section.padd-nn .columns.add-border-md.alm-listing > div, .section.spacer .columns.add-border-md.alm-listing > div, .section.banner .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section.padd-nn .row.columns.add-border-lg > div::before, .section.spacer .row.columns.add-border-lg > div::before, .section.banner .row.columns.add-border-lg > div::before, .section.padd-nn .columns.add-border-lg.alm-listing > div::before, .section.spacer .columns.add-border-lg.alm-listing > div::before, .section.banner .columns.add-border-lg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-lg > div::after, .section.spacer .row.columns.add-border-lg > div::after, .section.banner .row.columns.add-border-lg > div::after, .section.padd-nn .columns.add-border-lg.alm-listing > div::after, .section.spacer .columns.add-border-lg.alm-listing > div::after, .section.banner .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .section.padd-nn .row.columns.add-border-lg > div, .section.spacer .row.columns.add-border-lg > div, .section.banner .row.columns.add-border-lg > div, .section.padd-nn .columns.add-border-lg.alm-listing > div, .section.spacer .columns.add-border-lg.alm-listing > div, .section.banner .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .section.padd-nn .row.columns.add-border-mb > div::before, .section.spacer .row.columns.add-border-mb > div::before, .section.banner .row.columns.add-border-mb > div::before, .section.padd-nn .columns.add-border-mb.alm-listing > div::before, .section.spacer .columns.add-border-mb.alm-listing > div::before, .section.banner .columns.add-border-mb.alm-listing > div::before, .section.padd-nn .row.columns.add-border-mb > div::after, .section.spacer .row.columns.add-border-mb > div::after, .section.banner .row.columns.add-border-mb > div::after, .section.padd-nn .columns.add-border-mb.alm-listing > div::after, .section.spacer .columns.add-border-mb.alm-listing > div::after, .section.banner .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section.padd-nn .row.columns.add-border-mb > div, .section.spacer .row.columns.add-border-mb > div, .section.banner .row.columns.add-border-mb > div, .section.padd-nn .columns.add-border-mb.alm-listing > div, .section.spacer .columns.add-border-mb.alm-listing > div, .section.banner .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section.padd-nn .row.columns.add-border-xl > div::before, .section.spacer .row.columns.add-border-xl > div::before, .section.banner .row.columns.add-border-xl > div::before, .section.padd-nn .columns.add-border-xl.alm-listing > div::before, .section.spacer .columns.add-border-xl.alm-listing > div::before, .section.banner .columns.add-border-xl.alm-listing > div::before, .section.padd-nn .row.columns.add-border-xl > div::after, .section.spacer .row.columns.add-border-xl > div::after, .section.banner .row.columns.add-border-xl > div::after, .section.padd-nn .columns.add-border-xl.alm-listing > div::after, .section.spacer .columns.add-border-xl.alm-listing > div::after, .section.banner .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section.padd-nn .row.columns.add-border-xl > div, .section.spacer .row.columns.add-border-xl > div, .section.banner .row.columns.add-border-xl > div, .section.padd-nn .columns.add-border-xl.alm-listing > div, .section.spacer .columns.add-border-xl.alm-listing > div, .section.banner .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section.padd-nn .row.columns.add-border-bg > div::before, .section.spacer .row.columns.add-border-bg > div::before, .section.banner .row.columns.add-border-bg > div::before, .section.padd-nn .columns.add-border-bg.alm-listing > div::before, .section.spacer .columns.add-border-bg.alm-listing > div::before, .section.banner .columns.add-border-bg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-bg > div::after, .section.spacer .row.columns.add-border-bg > div::after, .section.banner .row.columns.add-border-bg > div::after, .section.padd-nn .columns.add-border-bg.alm-listing > div::after, .section.spacer .columns.add-border-bg.alm-listing > div::after, .section.banner .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-nn .row.columns.add-border-bg > div, .section.spacer .row.columns.add-border-bg > div, .section.banner .row.columns.add-border-bg > div, .section.padd-nn .columns.add-border-bg.alm-listing > div, .section.spacer .columns.add-border-bg.alm-listing > div, .section.banner .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section.padd-nn .row.columns.add-border-yg > div::before, .section.spacer .row.columns.add-border-yg > div::before, .section.banner .row.columns.add-border-yg > div::before, .section.padd-nn .columns.add-border-yg.alm-listing > div::before, .section.spacer .columns.add-border-yg.alm-listing > div::before, .section.banner .columns.add-border-yg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-yg > div::after, .section.spacer .row.columns.add-border-yg > div::after, .section.banner .row.columns.add-border-yg > div::after, .section.padd-nn .columns.add-border-yg.alm-listing > div::after, .section.spacer .columns.add-border-yg.alm-listing > div::after, .section.banner .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1599.98px) {
  .section.padd-nn .row.columns.add-border-yg > div, .section.spacer .row.columns.add-border-yg > div, .section.banner .row.columns.add-border-yg > div, .section.padd-nn .columns.add-border-yg.alm-listing > div, .section.spacer .columns.add-border-yg.alm-listing > div, .section.banner .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .section.padd-nn .row.columns.add-border-hr > div::before, .section.spacer .row.columns.add-border-hr > div::before, .section.banner .row.columns.add-border-hr > div::before, .section.padd-nn .columns.add-border-hr.alm-listing > div::before, .section.spacer .columns.add-border-hr.alm-listing > div::before, .section.banner .columns.add-border-hr.alm-listing > div::before, .section.padd-nn .row.columns.add-border-hr > div::after, .section.spacer .row.columns.add-border-hr > div::after, .section.banner .row.columns.add-border-hr > div::after, .section.padd-nn .columns.add-border-hr.alm-listing > div::after, .section.spacer .columns.add-border-hr.alm-listing > div::after, .section.banner .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1920.98px) {
  .section.padd-nn .row.columns.add-border-hr > div, .section.spacer .row.columns.add-border-hr > div, .section.banner .row.columns.add-border-hr > div, .section.padd-nn .columns.add-border-hr.alm-listing > div, .section.spacer .columns.add-border-hr.alm-listing > div, .section.banner .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.section.padd-nn .alm-listing .row.bordered, .section.spacer .alm-listing .row.bordered, .section.banner .alm-listing .row.bordered, .section.padd-nn .alm-listing .bordered.alm-listing, .section.spacer .alm-listing .bordered.alm-listing, .section.banner .alm-listing .bordered.alm-listing {
  padding-top: 15px;
}
.section.padd-nn .alm-btn-wrap, .section.spacer .alm-btn-wrap, .section.banner .alm-btn-wrap {
  margin-top: 0px;
}
.section.padd-nn.pull-up, .section.pull-up.spacer, .section.pull-up.banner {
  padding-bottom: 60px;
}
.section.padd-nn.pull-up + .section, .section.pull-up.spacer + .section, .section.pull-up.banner + .section {
  top: -60px;
  margin-bottom: -60px;
}
.section.padd-nn[class*=rounded-bg] + [class*=rounded-bg], .section[class*=rounded-bg].spacer + [class*=rounded-bg], .section[class*=rounded-bg].banner + [class*=rounded-bg] {
  margin-top: 0px;
}
.section.padd-nn[class*=rounded-bg]:last-child, .section[class*=rounded-bg].spacer:last-child, .section[class*=rounded-bg].banner:last-child {
  margin-bottom: 0px;
}

/* Box Padding
----------------------------------------
////////////////////////////////////// */
.box {
  padding: 40px 30px;
}
.box-xs {
  padding: 20px 15px;
}
.box-sm, .filter-center, .filter-inline {
  padding: 26.6666666667px 20px;
}
.box-md {
  padding: 60px 45px;
}
.box-lg {
  padding: 80px 60px;
}
.box-xl {
  padding: 120px 90px;
}

/* Post Preview Spacing
----------------------------------------
////////////////////////////////////// */
.post-preview .post-details > * + * {
  margin-top: 30px;
}
.post-preview .post-details > .post-title-sm + .post-title,
.post-preview .post-details > .post-title + .post-title-sm {
  margin-top: 6px;
}
.post-preview .post-details > .post-btns {
  margin: 20px -10px 0;
}
.post-preview .post-details > .post-btns .btn, .post-preview .post-details > .post-btns body #ot-sdk-btn.btn, body .post-preview .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.post-preview .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.post-preview .post-image + .post-details:not([class*=box]) {
  padding-top: 30px;
}

.stack-nn > .post-details > * + * {
  margin-top: 0px;
}
.stack-nn > .post-details > .post-title-sm + .post-title,
.stack-nn > .post-details > .post-title + .post-title-sm {
  margin-top: 0px;
}
.stack-nn > .post-details > .post-btns {
  margin: 0 -10px 0;
}
.stack-nn > .post-details > .post-btns .btn, .stack-nn > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-nn > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-nn > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-nn > .post-image + .post-details:not([class*=box]) {
  padding-top: 0px;
}

.stack-xs > .post-details > * + * {
  margin-top: 7.5px;
}
.stack-xs > .post-details > .post-title-sm + .post-title,
.stack-xs > .post-details > .post-title + .post-title-sm {
  margin-top: 1.5px;
}
.stack-xs > .post-details > .post-btns {
  margin: 0 -10px 0;
}
.stack-xs > .post-details > .post-btns .btn, .stack-xs > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-xs > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-xs > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-xs > .post-image + .post-details:not([class*=box]) {
  padding-top: 7.5px;
}

.stack-sm > .post-details > * + * {
  margin-top: 15px;
}
.stack-sm > .post-details > .post-title-sm + .post-title,
.stack-sm > .post-details > .post-title + .post-title-sm {
  margin-top: 3px;
}
.stack-sm > .post-details > .post-btns {
  margin: 5px -10px 0;
}
.stack-sm > .post-details > .post-btns .btn, .stack-sm > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-sm > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-sm > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-sm > .post-image + .post-details:not([class*=box]) {
  padding-top: 15px;
}

.stack-md > .post-details > * + * {
  margin-top: 22.5px;
}
.stack-md > .post-details > .post-title-sm + .post-title,
.stack-md > .post-details > .post-title + .post-title-sm {
  margin-top: 4.5px;
}
.stack-md > .post-details > .post-btns {
  margin: 12.5px -10px 0;
}
.stack-md > .post-details > .post-btns .btn, .stack-md > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-md > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-md > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-md > .post-image + .post-details:not([class*=box]) {
  padding-top: 22.5px;
}

.stack-bs > .post-details > * + * {
  margin-top: 30px;
}
.stack-bs > .post-details > .post-title-sm + .post-title,
.stack-bs > .post-details > .post-title + .post-title-sm {
  margin-top: 6px;
}
.stack-bs > .post-details > .post-btns {
  margin: 20px -10px 0;
}
.stack-bs > .post-details > .post-btns .btn, .stack-bs > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-bs > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-bs > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-bs > .post-image + .post-details:not([class*=box]) {
  padding-top: 30px;
}

.stack-lg > .post-details > * + * {
  margin-top: 45px;
}
.stack-lg > .post-details > .post-title-sm + .post-title,
.stack-lg > .post-details > .post-title + .post-title-sm {
  margin-top: 9px;
}
.stack-lg > .post-details > .post-btns {
  margin: 35px -10px 0;
}
.stack-lg > .post-details > .post-btns .btn, .stack-lg > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-lg > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-lg > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-lg > .post-image + .post-details:not([class*=box]) {
  padding-top: 45px;
}

.stack-xl > .post-details > * + * {
  margin-top: 75px;
}
.stack-xl > .post-details > .post-title-sm + .post-title,
.stack-xl > .post-details > .post-title + .post-title-sm {
  margin-top: 15px;
}
.stack-xl > .post-details > .post-btns {
  margin: 65px -10px 0;
}
.stack-xl > .post-details > .post-btns .btn, .stack-xl > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-xl > .post-details > .post-btns #ot-sdk-btn.btn {
  margin: 10px 10px 0;
}
.stack-xl > .post-details > .post-btns:first-child {
  margin-top: -10px;
}
.stack-xl > .post-image + .post-details:not([class*=box]) {
  padding-top: 75px;
}

/* Editable Content
----------------------------------------
////////////////////////////////////// */
.post-text > h1,
.post-text > .h1, .wysiwyg > h1,
.wysiwyg > .h1 {
  margin: 0 0 30px;
}
.post-text > h2,
.post-text > .h2, .wysiwyg > h2,
.wysiwyg > .h2 {
  margin: 45px 0 25px;
}
.post-text > h3, .post-text > h4, .post-text > h5, .post-text > h6,
.post-text > .h3 .h4, .post-text > .h5, .post-text > .h6, .wysiwyg > h3, .wysiwyg > h4, .wysiwyg > h5, .wysiwyg > h6,
.wysiwyg > .h3 .h4, .wysiwyg > .h5, .wysiwyg > .h6 {
  margin: 25px 0;
}
.post-text > .sub-head + h1, .post-text > .sub-head + h2, .post-text > .sub-head + .h1, .post-text > .sub-head + .h2, .wysiwyg > .sub-head + h1, .wysiwyg > .sub-head + h2, .wysiwyg > .sub-head + .h1, .wysiwyg > .sub-head + .h2 {
  margin-top: 10px;
}
.post-text > h1 + .sub-head, .post-text > h2 + .sub-head, .post-text > .h1 + .sub-head, .post-text > .h2 + .sub-head, .wysiwyg > h1 + .sub-head, .wysiwyg > h2 + .sub-head, .wysiwyg > .h1 + .sub-head, .wysiwyg > .h2 + .sub-head {
  margin-top: -24px;
  margin-bottom: 30px;
}
.post-text > ul, .post-text > ol, .post-text > p, .post-text > hr, .post-text > table,
.post-text > blockquote, .post-text > .embed-container, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > p, .wysiwyg > hr, .wysiwyg > table,
.wysiwyg > blockquote, .wysiwyg > .embed-container {
  margin: 25px auto;
}
.post-text > :first-child, .wysiwyg > :first-child {
  margin-top: 0;
}
.post-text > :last-child, .wysiwyg > :last-child {
  margin-bottom: 0;
}

/* SECTION OVERRIDES
----------------------------------------
////////////////////////////////////// */
.carousel .slick-initialized {
  margin-left: -15px;
  margin-right: -15px;
}
.carousel .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}
.carousel.banner .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-result {
  padding: 60px 0;
}
.blog-result:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1399.98px) {
  /* Section Spacing
  ----------------------------------------
  ////////////////////////////////////// */
  .section.padd-xs {
    padding-top: 11.25px;
    padding-bottom: 11.25px;
  }
  .section.padd-xs .row + .row, .section.padd-xs .alm-listing + .row, .section.padd-xs .row + .alm-listing, .section.padd-xs .alm-listing + .alm-listing {
    margin-top: 15px;
  }
  .section.padd-xs .row + .row.bordered, .section.padd-xs .alm-listing + .row.bordered, .section.padd-xs .row + .bordered.alm-listing, .section.padd-xs .alm-listing + .bordered.alm-listing {
    padding-top: 15px;
  }
  .section.padd-xs .row.columns, .section.padd-xs .columns.alm-listing {
    margin-top: -15px;
  }
  .section.padd-xs .row.columns:first-child, .section.padd-xs .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-xs .row.columns > div, .section.padd-xs .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-xs .row.columns-sm, .section.padd-xs .columns-sm.alm-listing {
    margin-top: -15px;
  }
  .section.padd-xs .row.columns-sm:first-child, .section.padd-xs .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-xs .row.columns-sm > div, .section.padd-xs .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
  /* Box Padding
  ----------------------------------------
  ////////////////////////////////////// */
  /* Post Preview Spacing
  ----------------------------------------
  ////////////////////////////////////// */
  /* Editable Content
  ----------------------------------------
  ////////////////////////////////////// */
  /* SECTION OVERRIDES
  ----------------------------------------
  ////////////////////////////////////// */
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-xs .row.columns.add-border-xs > div::before, .section.padd-xs .columns.add-border-xs.alm-listing > div::before, .section.padd-xs .row.columns.add-border-xs > div::after, .section.padd-xs .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-xs .row.columns.add-border-xs > div, .section.padd-xs .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-xs .row.columns.add-border-sm > div::before, .section.padd-xs .columns.add-border-sm.alm-listing > div::before, .section.padd-xs .row.columns.add-border-sm > div::after, .section.padd-xs .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-xs .row.columns.add-border-sm > div, .section.padd-xs .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-xs .row.columns.add-border-md > div::before, .section.padd-xs .columns.add-border-md.alm-listing > div::before, .section.padd-xs .row.columns.add-border-md > div::after, .section.padd-xs .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-xs .row.columns.add-border-md > div, .section.padd-xs .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-xs .row.columns.add-border-lg > div::before, .section.padd-xs .columns.add-border-lg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-lg > div::after, .section.padd-xs .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-xs .row.columns.add-border-lg > div, .section.padd-xs .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-xs .row.columns.add-border-mb > div::before, .section.padd-xs .columns.add-border-mb.alm-listing > div::before, .section.padd-xs .row.columns.add-border-mb > div::after, .section.padd-xs .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-xs .row.columns.add-border-mb > div, .section.padd-xs .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-xs .row.columns.add-border-xl > div::before, .section.padd-xs .columns.add-border-xl.alm-listing > div::before, .section.padd-xs .row.columns.add-border-xl > div::after, .section.padd-xs .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-xs .row.columns.add-border-xl > div, .section.padd-xs .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-xs .row.columns.add-border-bg > div::before, .section.padd-xs .columns.add-border-bg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-bg > div::after, .section.padd-xs .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-xs .row.columns.add-border-bg > div, .section.padd-xs .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-xs .row.columns.add-border-yg > div::before, .section.padd-xs .columns.add-border-yg.alm-listing > div::before, .section.padd-xs .row.columns.add-border-yg > div::after, .section.padd-xs .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-xs .row.columns.add-border-yg > div, .section.padd-xs .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-xs .row.columns.add-border-hr > div::before, .section.padd-xs .columns.add-border-hr.alm-listing > div::before, .section.padd-xs .row.columns.add-border-hr > div::after, .section.padd-xs .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-xs .row.columns.add-border-hr > div, .section.padd-xs .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-xs .alm-listing .row.bordered, .section.padd-xs .alm-listing .bordered.alm-listing {
    padding-top: 15px;
  }
  .section.padd-xs .alm-btn-wrap {
    margin-top: 11.25px;
  }
  .section.padd-xs.pull-up {
    padding-bottom: 41.25px;
  }
  .section.padd-xs.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-xs[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 11.25px;
  }
  .section.padd-xs[class*=rounded-bg]:last-child {
    margin-bottom: 11.25px;
  }
  .section.padd-sm {
    padding-top: 18.75px;
    padding-bottom: 18.75px;
  }
  .section.padd-sm .row + .row, .section.padd-sm .alm-listing + .row, .section.padd-sm .row + .alm-listing, .section.padd-sm .alm-listing + .alm-listing {
    margin-top: 15px;
  }
  .section.padd-sm .row + .row.bordered, .section.padd-sm .alm-listing + .row.bordered, .section.padd-sm .row + .bordered.alm-listing, .section.padd-sm .alm-listing + .bordered.alm-listing {
    padding-top: 15px;
  }
  .section.padd-sm .row.columns, .section.padd-sm .columns.alm-listing {
    margin-top: -15px;
  }
  .section.padd-sm .row.columns:first-child, .section.padd-sm .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-sm .row.columns > div, .section.padd-sm .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-sm .row.columns-sm, .section.padd-sm .columns-sm.alm-listing {
    margin-top: -15px;
  }
  .section.padd-sm .row.columns-sm:first-child, .section.padd-sm .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-sm .row.columns-sm > div, .section.padd-sm .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-sm .row.columns.add-border-xs > div::before, .section.padd-sm .columns.add-border-xs.alm-listing > div::before, .section.padd-sm .row.columns.add-border-xs > div::after, .section.padd-sm .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-sm .row.columns.add-border-xs > div, .section.padd-sm .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-sm .row.columns.add-border-sm > div::before, .section.padd-sm .columns.add-border-sm.alm-listing > div::before, .section.padd-sm .row.columns.add-border-sm > div::after, .section.padd-sm .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-sm .row.columns.add-border-sm > div, .section.padd-sm .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-sm .row.columns.add-border-md > div::before, .section.padd-sm .columns.add-border-md.alm-listing > div::before, .section.padd-sm .row.columns.add-border-md > div::after, .section.padd-sm .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-sm .row.columns.add-border-md > div, .section.padd-sm .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-sm .row.columns.add-border-lg > div::before, .section.padd-sm .columns.add-border-lg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-lg > div::after, .section.padd-sm .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-sm .row.columns.add-border-lg > div, .section.padd-sm .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-sm .row.columns.add-border-mb > div::before, .section.padd-sm .columns.add-border-mb.alm-listing > div::before, .section.padd-sm .row.columns.add-border-mb > div::after, .section.padd-sm .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-sm .row.columns.add-border-mb > div, .section.padd-sm .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-sm .row.columns.add-border-xl > div::before, .section.padd-sm .columns.add-border-xl.alm-listing > div::before, .section.padd-sm .row.columns.add-border-xl > div::after, .section.padd-sm .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-sm .row.columns.add-border-xl > div, .section.padd-sm .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-sm .row.columns.add-border-bg > div::before, .section.padd-sm .columns.add-border-bg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-bg > div::after, .section.padd-sm .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-sm .row.columns.add-border-bg > div, .section.padd-sm .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-sm .row.columns.add-border-yg > div::before, .section.padd-sm .columns.add-border-yg.alm-listing > div::before, .section.padd-sm .row.columns.add-border-yg > div::after, .section.padd-sm .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-sm .row.columns.add-border-yg > div, .section.padd-sm .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-sm .row.columns.add-border-hr > div::before, .section.padd-sm .columns.add-border-hr.alm-listing > div::before, .section.padd-sm .row.columns.add-border-hr > div::after, .section.padd-sm .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-sm .row.columns.add-border-hr > div, .section.padd-sm .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-sm .alm-listing .row.bordered, .section.padd-sm .alm-listing .bordered.alm-listing {
    padding-top: 15px;
  }
  .section.padd-sm .alm-btn-wrap {
    margin-top: 18.75px;
  }
  .section.padd-sm.pull-up {
    padding-bottom: 48.75px;
  }
  .section.padd-sm.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-sm[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 18.75px;
  }
  .section.padd-sm[class*=rounded-bg]:last-child {
    margin-bottom: 18.75px;
  }
  .section {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .section .row + .row, .section .alm-listing + .row, .section .row + .alm-listing, .section .alm-listing + .alm-listing {
    margin-top: 22.5px;
  }
  .section .row + .row.bordered, .section .alm-listing + .row.bordered, .section .row + .bordered.alm-listing, .section .alm-listing + .bordered.alm-listing {
    padding-top: 22.5px;
  }
  .section .row.columns, .section .columns.alm-listing {
    margin-top: -7.5px;
  }
  .section .row.columns:first-child, .section .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section .row.columns > div, .section .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section .row.columns-sm, .section .columns-sm.alm-listing {
    margin-top: -7.5px;
  }
  .section .row.columns-sm:first-child, .section .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section .row.columns-sm > div, .section .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section .row.columns.add-border-xs > div::before, .section .columns.add-border-xs.alm-listing > div::before, .section .row.columns.add-border-xs > div::after, .section .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section .row.columns.add-border-xs > div, .section .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section .row.columns.add-border-sm > div::before, .section .columns.add-border-sm.alm-listing > div::before, .section .row.columns.add-border-sm > div::after, .section .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section .row.columns.add-border-sm > div, .section .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section .row.columns.add-border-md > div::before, .section .columns.add-border-md.alm-listing > div::before, .section .row.columns.add-border-md > div::after, .section .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section .row.columns.add-border-md > div, .section .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section .row.columns.add-border-lg > div::before, .section .columns.add-border-lg.alm-listing > div::before, .section .row.columns.add-border-lg > div::after, .section .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section .row.columns.add-border-lg > div, .section .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section .row.columns.add-border-mb > div::before, .section .columns.add-border-mb.alm-listing > div::before, .section .row.columns.add-border-mb > div::after, .section .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section .row.columns.add-border-mb > div, .section .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section .row.columns.add-border-xl > div::before, .section .columns.add-border-xl.alm-listing > div::before, .section .row.columns.add-border-xl > div::after, .section .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section .row.columns.add-border-xl > div, .section .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section .row.columns.add-border-bg > div::before, .section .columns.add-border-bg.alm-listing > div::before, .section .row.columns.add-border-bg > div::after, .section .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section .row.columns.add-border-bg > div, .section .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section .row.columns.add-border-yg > div::before, .section .columns.add-border-yg.alm-listing > div::before, .section .row.columns.add-border-yg > div::after, .section .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section .row.columns.add-border-yg > div, .section .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section .row.columns.add-border-hr > div::before, .section .columns.add-border-hr.alm-listing > div::before, .section .row.columns.add-border-hr > div::after, .section .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section .row.columns.add-border-hr > div, .section .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section .alm-listing .row.bordered, .section .alm-listing .bordered.alm-listing {
    padding-top: 22.5px;
  }
  .section .alm-btn-wrap {
    margin-top: 22.5px;
  }
  .section.pull-up {
    padding-bottom: 52.5px;
  }
  .section.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 22.5px;
  }
  .section[class*=rounded-bg]:last-child {
    margin-bottom: 22.5px;
  }
  .section.padd-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.padd-md .row + .row, .section.padd-md .alm-listing + .row, .section.padd-md .row + .alm-listing, .section.padd-md .alm-listing + .alm-listing {
    margin-top: 30px;
  }
  .section.padd-md .row + .row.bordered, .section.padd-md .alm-listing + .row.bordered, .section.padd-md .row + .bordered.alm-listing, .section.padd-md .alm-listing + .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-md .row.columns, .section.padd-md .columns.alm-listing {
    margin-top: 0px;
  }
  .section.padd-md .row.columns:first-child, .section.padd-md .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-md .row.columns > div, .section.padd-md .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-md .row.columns-sm, .section.padd-md .columns-sm.alm-listing {
    margin-top: 0px;
  }
  .section.padd-md .row.columns-sm:first-child, .section.padd-md .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-md .row.columns-sm > div, .section.padd-md .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-md .row.columns.add-border-xs > div::before, .section.padd-md .columns.add-border-xs.alm-listing > div::before, .section.padd-md .row.columns.add-border-xs > div::after, .section.padd-md .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-md .row.columns.add-border-xs > div, .section.padd-md .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-md .row.columns.add-border-sm > div::before, .section.padd-md .columns.add-border-sm.alm-listing > div::before, .section.padd-md .row.columns.add-border-sm > div::after, .section.padd-md .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-md .row.columns.add-border-sm > div, .section.padd-md .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-md .row.columns.add-border-md > div::before, .section.padd-md .columns.add-border-md.alm-listing > div::before, .section.padd-md .row.columns.add-border-md > div::after, .section.padd-md .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-md .row.columns.add-border-md > div, .section.padd-md .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-md .row.columns.add-border-lg > div::before, .section.padd-md .columns.add-border-lg.alm-listing > div::before, .section.padd-md .row.columns.add-border-lg > div::after, .section.padd-md .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-md .row.columns.add-border-lg > div, .section.padd-md .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-md .row.columns.add-border-mb > div::before, .section.padd-md .columns.add-border-mb.alm-listing > div::before, .section.padd-md .row.columns.add-border-mb > div::after, .section.padd-md .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-md .row.columns.add-border-mb > div, .section.padd-md .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-md .row.columns.add-border-xl > div::before, .section.padd-md .columns.add-border-xl.alm-listing > div::before, .section.padd-md .row.columns.add-border-xl > div::after, .section.padd-md .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-md .row.columns.add-border-xl > div, .section.padd-md .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-md .row.columns.add-border-bg > div::before, .section.padd-md .columns.add-border-bg.alm-listing > div::before, .section.padd-md .row.columns.add-border-bg > div::after, .section.padd-md .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-md .row.columns.add-border-bg > div, .section.padd-md .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-md .row.columns.add-border-yg > div::before, .section.padd-md .columns.add-border-yg.alm-listing > div::before, .section.padd-md .row.columns.add-border-yg > div::after, .section.padd-md .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-md .row.columns.add-border-yg > div, .section.padd-md .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-md .row.columns.add-border-hr > div::before, .section.padd-md .columns.add-border-hr.alm-listing > div::before, .section.padd-md .row.columns.add-border-hr > div::after, .section.padd-md .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-md .row.columns.add-border-hr > div, .section.padd-md .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-md .alm-listing .row.bordered, .section.padd-md .alm-listing .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-md .alm-btn-wrap {
    margin-top: 30px;
  }
  .section.padd-md.pull-up {
    padding-bottom: 60px;
  }
  .section.padd-md.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-md[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 30px;
  }
  .section.padd-md[class*=rounded-bg]:last-child {
    margin-bottom: 30px;
  }
  .section.padd-lg {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.padd-lg .row + .row, .section.padd-lg .alm-listing + .row, .section.padd-lg .row + .alm-listing, .section.padd-lg .alm-listing + .alm-listing {
    margin-top: 30px;
  }
  .section.padd-lg .row + .row.bordered, .section.padd-lg .alm-listing + .row.bordered, .section.padd-lg .row + .bordered.alm-listing, .section.padd-lg .alm-listing + .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-lg .row.columns, .section.padd-lg .columns.alm-listing {
    margin-top: 0px;
  }
  .section.padd-lg .row.columns:first-child, .section.padd-lg .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-lg .row.columns > div, .section.padd-lg .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-lg .row.columns-sm, .section.padd-lg .columns-sm.alm-listing {
    margin-top: 0px;
  }
  .section.padd-lg .row.columns-sm:first-child, .section.padd-lg .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-lg .row.columns-sm > div, .section.padd-lg .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-lg .row.columns.add-border-xs > div::before, .section.padd-lg .columns.add-border-xs.alm-listing > div::before, .section.padd-lg .row.columns.add-border-xs > div::after, .section.padd-lg .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-lg .row.columns.add-border-xs > div, .section.padd-lg .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-lg .row.columns.add-border-sm > div::before, .section.padd-lg .columns.add-border-sm.alm-listing > div::before, .section.padd-lg .row.columns.add-border-sm > div::after, .section.padd-lg .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-lg .row.columns.add-border-sm > div, .section.padd-lg .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-lg .row.columns.add-border-md > div::before, .section.padd-lg .columns.add-border-md.alm-listing > div::before, .section.padd-lg .row.columns.add-border-md > div::after, .section.padd-lg .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-lg .row.columns.add-border-md > div, .section.padd-lg .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-lg .row.columns.add-border-lg > div::before, .section.padd-lg .columns.add-border-lg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-lg > div::after, .section.padd-lg .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-lg .row.columns.add-border-lg > div, .section.padd-lg .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-lg .row.columns.add-border-mb > div::before, .section.padd-lg .columns.add-border-mb.alm-listing > div::before, .section.padd-lg .row.columns.add-border-mb > div::after, .section.padd-lg .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-lg .row.columns.add-border-mb > div, .section.padd-lg .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-lg .row.columns.add-border-xl > div::before, .section.padd-lg .columns.add-border-xl.alm-listing > div::before, .section.padd-lg .row.columns.add-border-xl > div::after, .section.padd-lg .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-lg .row.columns.add-border-xl > div, .section.padd-lg .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-lg .row.columns.add-border-bg > div::before, .section.padd-lg .columns.add-border-bg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-bg > div::after, .section.padd-lg .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-lg .row.columns.add-border-bg > div, .section.padd-lg .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-lg .row.columns.add-border-yg > div::before, .section.padd-lg .columns.add-border-yg.alm-listing > div::before, .section.padd-lg .row.columns.add-border-yg > div::after, .section.padd-lg .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-lg .row.columns.add-border-yg > div, .section.padd-lg .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-lg .row.columns.add-border-hr > div::before, .section.padd-lg .columns.add-border-hr.alm-listing > div::before, .section.padd-lg .row.columns.add-border-hr > div::after, .section.padd-lg .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-lg .row.columns.add-border-hr > div, .section.padd-lg .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-lg .alm-listing .row.bordered, .section.padd-lg .alm-listing .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-lg .alm-btn-wrap {
    margin-top: 45px;
  }
  .section.padd-lg.pull-up {
    padding-bottom: 75px;
  }
  .section.padd-lg.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-lg[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 45px;
  }
  .section.padd-lg[class*=rounded-bg]:last-child {
    margin-bottom: 45px;
  }
  .section.padd-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.padd-xl .row + .row, .section.padd-xl .alm-listing + .row, .section.padd-xl .row + .alm-listing, .section.padd-xl .alm-listing + .alm-listing {
    margin-top: 30px;
  }
  .section.padd-xl .row + .row.bordered, .section.padd-xl .alm-listing + .row.bordered, .section.padd-xl .row + .bordered.alm-listing, .section.padd-xl .alm-listing + .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-xl .row.columns, .section.padd-xl .columns.alm-listing {
    margin-top: 0px;
  }
  .section.padd-xl .row.columns:first-child, .section.padd-xl .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-xl .row.columns > div, .section.padd-xl .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-xl .row.columns-sm, .section.padd-xl .columns-sm.alm-listing {
    margin-top: 0px;
  }
  .section.padd-xl .row.columns-sm:first-child, .section.padd-xl .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-xl .row.columns-sm > div, .section.padd-xl .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-xl .row.columns.add-border-xs > div::before, .section.padd-xl .columns.add-border-xs.alm-listing > div::before, .section.padd-xl .row.columns.add-border-xs > div::after, .section.padd-xl .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-xl .row.columns.add-border-xs > div, .section.padd-xl .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-xl .row.columns.add-border-sm > div::before, .section.padd-xl .columns.add-border-sm.alm-listing > div::before, .section.padd-xl .row.columns.add-border-sm > div::after, .section.padd-xl .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-xl .row.columns.add-border-sm > div, .section.padd-xl .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-xl .row.columns.add-border-md > div::before, .section.padd-xl .columns.add-border-md.alm-listing > div::before, .section.padd-xl .row.columns.add-border-md > div::after, .section.padd-xl .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-xl .row.columns.add-border-md > div, .section.padd-xl .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-xl .row.columns.add-border-lg > div::before, .section.padd-xl .columns.add-border-lg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-lg > div::after, .section.padd-xl .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-xl .row.columns.add-border-lg > div, .section.padd-xl .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-xl .row.columns.add-border-mb > div::before, .section.padd-xl .columns.add-border-mb.alm-listing > div::before, .section.padd-xl .row.columns.add-border-mb > div::after, .section.padd-xl .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-xl .row.columns.add-border-mb > div, .section.padd-xl .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-xl .row.columns.add-border-xl > div::before, .section.padd-xl .columns.add-border-xl.alm-listing > div::before, .section.padd-xl .row.columns.add-border-xl > div::after, .section.padd-xl .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-xl .row.columns.add-border-xl > div, .section.padd-xl .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-xl .row.columns.add-border-bg > div::before, .section.padd-xl .columns.add-border-bg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-bg > div::after, .section.padd-xl .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-xl .row.columns.add-border-bg > div, .section.padd-xl .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-xl .row.columns.add-border-yg > div::before, .section.padd-xl .columns.add-border-yg.alm-listing > div::before, .section.padd-xl .row.columns.add-border-yg > div::after, .section.padd-xl .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-xl .row.columns.add-border-yg > div, .section.padd-xl .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-xl .row.columns.add-border-hr > div::before, .section.padd-xl .columns.add-border-hr.alm-listing > div::before, .section.padd-xl .row.columns.add-border-hr > div::after, .section.padd-xl .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-xl .row.columns.add-border-hr > div, .section.padd-xl .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-xl .alm-listing .row.bordered, .section.padd-xl .alm-listing .bordered.alm-listing {
    padding-top: 30px;
  }
  .section.padd-xl .alm-btn-wrap {
    margin-top: 60px;
  }
  .section.padd-xl.pull-up {
    padding-bottom: 90px;
  }
  .section.padd-xl.pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-xl[class*=rounded-bg] + [class*=rounded-bg] {
    margin-top: 60px;
  }
  .section.padd-xl[class*=rounded-bg]:last-child {
    margin-bottom: 60px;
  }
  .section.padd-nn, .section.spacer, .section.banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.padd-nn .row + .row, .section.spacer .row + .row, .section.banner .row + .row, .section.padd-nn .alm-listing + .row, .section.spacer .alm-listing + .row, .section.banner .alm-listing + .row, .section.padd-nn .row + .alm-listing, .section.spacer .row + .alm-listing, .section.banner .row + .alm-listing, .section.padd-nn .alm-listing + .alm-listing, .section.spacer .alm-listing + .alm-listing, .section.banner .alm-listing + .alm-listing {
    margin-top: 7.5px;
  }
  .section.padd-nn .row + .row.bordered, .section.spacer .row + .row.bordered, .section.banner .row + .row.bordered, .section.padd-nn .alm-listing + .row.bordered, .section.spacer .alm-listing + .row.bordered, .section.banner .alm-listing + .row.bordered, .section.padd-nn .row + .bordered.alm-listing, .section.spacer .row + .bordered.alm-listing, .section.banner .row + .bordered.alm-listing, .section.padd-nn .alm-listing + .bordered.alm-listing, .section.spacer .alm-listing + .bordered.alm-listing, .section.banner .alm-listing + .bordered.alm-listing {
    padding-top: 7.5px;
  }
  .section.padd-nn .row.columns, .section.spacer .row.columns, .section.banner .row.columns, .section.padd-nn .columns.alm-listing, .section.spacer .columns.alm-listing, .section.banner .columns.alm-listing {
    margin-top: -22.5px;
  }
  .section.padd-nn .row.columns:first-child, .section.spacer .row.columns:first-child, .section.banner .row.columns:first-child, .section.padd-nn .columns.alm-listing:first-child, .section.spacer .columns.alm-listing:first-child, .section.banner .columns.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-nn .row.columns > div, .section.spacer .row.columns > div, .section.banner .row.columns > div, .section.padd-nn .columns.alm-listing > div, .section.spacer .columns.alm-listing > div, .section.banner .columns.alm-listing > div {
    margin-top: 30px;
  }
  .section.padd-nn .row.columns-sm, .section.spacer .row.columns-sm, .section.banner .row.columns-sm, .section.padd-nn .columns-sm.alm-listing, .section.spacer .columns-sm.alm-listing, .section.banner .columns-sm.alm-listing {
    margin-top: -22.5px;
  }
  .section.padd-nn .row.columns-sm:first-child, .section.spacer .row.columns-sm:first-child, .section.banner .row.columns-sm:first-child, .section.padd-nn .columns-sm.alm-listing:first-child, .section.spacer .columns-sm.alm-listing:first-child, .section.banner .columns-sm.alm-listing:first-child {
    margin-top: -30px;
  }
  .section.padd-nn .row.columns-sm > div, .section.spacer .row.columns-sm > div, .section.banner .row.columns-sm > div, .section.padd-nn .columns-sm.alm-listing > div, .section.spacer .columns-sm.alm-listing > div, .section.banner .columns-sm.alm-listing > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 0) {
  .section.padd-nn .row.columns.add-border-xs > div::before, .section.spacer .row.columns.add-border-xs > div::before, .section.banner .row.columns.add-border-xs > div::before, .section.padd-nn .columns.add-border-xs.alm-listing > div::before, .section.spacer .columns.add-border-xs.alm-listing > div::before, .section.banner .columns.add-border-xs.alm-listing > div::before, .section.padd-nn .row.columns.add-border-xs > div::after, .section.spacer .row.columns.add-border-xs > div::after, .section.banner .row.columns.add-border-xs > div::after, .section.padd-nn .columns.add-border-xs.alm-listing > div::after, .section.spacer .columns.add-border-xs.alm-listing > div::after, .section.banner .columns.add-border-xs.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 0) {
  .section.padd-nn .row.columns.add-border-xs > div, .section.spacer .row.columns.add-border-xs > div, .section.banner .row.columns.add-border-xs > div, .section.padd-nn .columns.add-border-xs.alm-listing > div, .section.spacer .columns.add-border-xs.alm-listing > div, .section.banner .columns.add-border-xs.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
  .section.padd-nn .row.columns.add-border-sm > div::before, .section.spacer .row.columns.add-border-sm > div::before, .section.banner .row.columns.add-border-sm > div::before, .section.padd-nn .columns.add-border-sm.alm-listing > div::before, .section.spacer .columns.add-border-sm.alm-listing > div::before, .section.banner .columns.add-border-sm.alm-listing > div::before, .section.padd-nn .row.columns.add-border-sm > div::after, .section.spacer .row.columns.add-border-sm > div::after, .section.banner .row.columns.add-border-sm > div::after, .section.padd-nn .columns.add-border-sm.alm-listing > div::after, .section.spacer .columns.add-border-sm.alm-listing > div::after, .section.banner .columns.add-border-sm.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 575.98px) {
  .section.padd-nn .row.columns.add-border-sm > div, .section.spacer .row.columns.add-border-sm > div, .section.banner .row.columns.add-border-sm > div, .section.padd-nn .columns.add-border-sm.alm-listing > div, .section.spacer .columns.add-border-sm.alm-listing > div, .section.banner .columns.add-border-sm.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 768px) {
  .section.padd-nn .row.columns.add-border-md > div::before, .section.spacer .row.columns.add-border-md > div::before, .section.banner .row.columns.add-border-md > div::before, .section.padd-nn .columns.add-border-md.alm-listing > div::before, .section.spacer .columns.add-border-md.alm-listing > div::before, .section.banner .columns.add-border-md.alm-listing > div::before, .section.padd-nn .row.columns.add-border-md > div::after, .section.spacer .row.columns.add-border-md > div::after, .section.banner .row.columns.add-border-md > div::after, .section.padd-nn .columns.add-border-md.alm-listing > div::after, .section.spacer .columns.add-border-md.alm-listing > div::after, .section.banner .columns.add-border-md.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section.padd-nn .row.columns.add-border-md > div, .section.spacer .row.columns.add-border-md > div, .section.banner .row.columns.add-border-md > div, .section.padd-nn .columns.add-border-md.alm-listing > div, .section.spacer .columns.add-border-md.alm-listing > div, .section.banner .columns.add-border-md.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
  .section.padd-nn .row.columns.add-border-lg > div::before, .section.spacer .row.columns.add-border-lg > div::before, .section.banner .row.columns.add-border-lg > div::before, .section.padd-nn .columns.add-border-lg.alm-listing > div::before, .section.spacer .columns.add-border-lg.alm-listing > div::before, .section.banner .columns.add-border-lg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-lg > div::after, .section.spacer .row.columns.add-border-lg > div::after, .section.banner .row.columns.add-border-lg > div::after, .section.padd-nn .columns.add-border-lg.alm-listing > div::after, .section.spacer .columns.add-border-lg.alm-listing > div::after, .section.banner .columns.add-border-lg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 991.98px) {
  .section.padd-nn .row.columns.add-border-lg > div, .section.spacer .row.columns.add-border-lg > div, .section.banner .row.columns.add-border-lg > div, .section.padd-nn .columns.add-border-lg.alm-listing > div, .section.spacer .columns.add-border-lg.alm-listing > div, .section.banner .columns.add-border-lg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1024px) {
  .section.padd-nn .row.columns.add-border-mb > div::before, .section.spacer .row.columns.add-border-mb > div::before, .section.banner .row.columns.add-border-mb > div::before, .section.padd-nn .columns.add-border-mb.alm-listing > div::before, .section.spacer .columns.add-border-mb.alm-listing > div::before, .section.banner .columns.add-border-mb.alm-listing > div::before, .section.padd-nn .row.columns.add-border-mb > div::after, .section.spacer .row.columns.add-border-mb > div::after, .section.banner .row.columns.add-border-mb > div::after, .section.padd-nn .columns.add-border-mb.alm-listing > div::after, .section.spacer .columns.add-border-mb.alm-listing > div::after, .section.banner .columns.add-border-mb.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1023.98px) {
  .section.padd-nn .row.columns.add-border-mb > div, .section.spacer .row.columns.add-border-mb > div, .section.banner .row.columns.add-border-mb > div, .section.padd-nn .columns.add-border-mb.alm-listing > div, .section.spacer .columns.add-border-mb.alm-listing > div, .section.banner .columns.add-border-mb.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .section.padd-nn .row.columns.add-border-xl > div::before, .section.spacer .row.columns.add-border-xl > div::before, .section.banner .row.columns.add-border-xl > div::before, .section.padd-nn .columns.add-border-xl.alm-listing > div::before, .section.spacer .columns.add-border-xl.alm-listing > div::before, .section.banner .columns.add-border-xl.alm-listing > div::before, .section.padd-nn .row.columns.add-border-xl > div::after, .section.spacer .row.columns.add-border-xl > div::after, .section.banner .row.columns.add-border-xl > div::after, .section.padd-nn .columns.add-border-xl.alm-listing > div::after, .section.spacer .columns.add-border-xl.alm-listing > div::after, .section.banner .columns.add-border-xl.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1199.98px) {
  .section.padd-nn .row.columns.add-border-xl > div, .section.spacer .row.columns.add-border-xl > div, .section.banner .row.columns.add-border-xl > div, .section.padd-nn .columns.add-border-xl.alm-listing > div, .section.spacer .columns.add-border-xl.alm-listing > div, .section.banner .columns.add-border-xl.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1400px) {
  .section.padd-nn .row.columns.add-border-bg > div::before, .section.spacer .row.columns.add-border-bg > div::before, .section.banner .row.columns.add-border-bg > div::before, .section.padd-nn .columns.add-border-bg.alm-listing > div::before, .section.spacer .columns.add-border-bg.alm-listing > div::before, .section.banner .columns.add-border-bg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-bg > div::after, .section.spacer .row.columns.add-border-bg > div::after, .section.banner .row.columns.add-border-bg > div::after, .section.padd-nn .columns.add-border-bg.alm-listing > div::after, .section.spacer .columns.add-border-bg.alm-listing > div::after, .section.banner .columns.add-border-bg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .section.padd-nn .row.columns.add-border-bg > div, .section.spacer .row.columns.add-border-bg > div, .section.banner .row.columns.add-border-bg > div, .section.padd-nn .columns.add-border-bg.alm-listing > div, .section.spacer .columns.add-border-bg.alm-listing > div, .section.banner .columns.add-border-bg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1600px) {
  .section.padd-nn .row.columns.add-border-yg > div::before, .section.spacer .row.columns.add-border-yg > div::before, .section.banner .row.columns.add-border-yg > div::before, .section.padd-nn .columns.add-border-yg.alm-listing > div::before, .section.spacer .columns.add-border-yg.alm-listing > div::before, .section.banner .columns.add-border-yg.alm-listing > div::before, .section.padd-nn .row.columns.add-border-yg > div::after, .section.spacer .row.columns.add-border-yg > div::after, .section.banner .row.columns.add-border-yg > div::after, .section.padd-nn .columns.add-border-yg.alm-listing > div::after, .section.spacer .columns.add-border-yg.alm-listing > div::after, .section.banner .columns.add-border-yg.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1599.98px) {
  .section.padd-nn .row.columns.add-border-yg > div, .section.spacer .row.columns.add-border-yg > div, .section.banner .row.columns.add-border-yg > div, .section.padd-nn .columns.add-border-yg.alm-listing > div, .section.spacer .columns.add-border-yg.alm-listing > div, .section.banner .columns.add-border-yg.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (min-width: 1921px) {
  .section.padd-nn .row.columns.add-border-hr > div::before, .section.spacer .row.columns.add-border-hr > div::before, .section.banner .row.columns.add-border-hr > div::before, .section.padd-nn .columns.add-border-hr.alm-listing > div::before, .section.spacer .columns.add-border-hr.alm-listing > div::before, .section.banner .columns.add-border-hr.alm-listing > div::before, .section.padd-nn .row.columns.add-border-hr > div::after, .section.spacer .row.columns.add-border-hr > div::after, .section.banner .row.columns.add-border-hr > div::after, .section.padd-nn .columns.add-border-hr.alm-listing > div::after, .section.spacer .columns.add-border-hr.alm-listing > div::after, .section.banner .columns.add-border-hr.alm-listing > div::after {
    top: 30px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1920.98px) {
  .section.padd-nn .row.columns.add-border-hr > div, .section.spacer .row.columns.add-border-hr > div, .section.banner .row.columns.add-border-hr > div, .section.padd-nn .columns.add-border-hr.alm-listing > div, .section.spacer .columns.add-border-hr.alm-listing > div, .section.banner .columns.add-border-hr.alm-listing > div {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1399.98px) {
  .section.padd-nn .alm-listing .row.bordered, .section.spacer .alm-listing .row.bordered, .section.banner .alm-listing .row.bordered, .section.padd-nn .alm-listing .bordered.alm-listing, .section.spacer .alm-listing .bordered.alm-listing, .section.banner .alm-listing .bordered.alm-listing {
    padding-top: 7.5px;
  }
  .section.padd-nn .alm-btn-wrap, .section.spacer .alm-btn-wrap, .section.banner .alm-btn-wrap {
    margin-top: 0px;
  }
  .section.padd-nn.pull-up, .section.pull-up.spacer, .section.pull-up.banner {
    padding-bottom: 30px;
  }
  .section.padd-nn.pull-up + .section, .section.pull-up.spacer + .section, .section.pull-up.banner + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.padd-nn[class*=rounded-bg] + [class*=rounded-bg], .section[class*=rounded-bg].spacer + [class*=rounded-bg], .section[class*=rounded-bg].banner + [class*=rounded-bg] {
    margin-top: 0px;
  }
  .section.padd-nn[class*=rounded-bg]:last-child, .section[class*=rounded-bg].spacer:last-child, .section[class*=rounded-bg].banner:last-child {
    margin-bottom: 0px;
  }
  .box {
    padding: 15px 15px;
  }
  .box-xs {
    padding: 7.5px 7.5px;
  }
  .box-sm, .filter-center, .filter-inline {
    padding: 10px 10px;
  }
  .box-md {
    padding: 22.5px 22.5px;
  }
  .box-lg {
    padding: 30px 30px;
  }
  .box-xl {
    padding: 45px 45px;
  }
  .post-preview .post-details > * + * {
    margin-top: 30px;
  }
  .post-preview .post-details > .post-title-sm + .post-title,
  .post-preview .post-details > .post-title + .post-title-sm {
    margin-top: 6px;
  }
  .post-preview .post-details > .post-btns {
    margin: 20px -10px 0;
  }
  .post-preview .post-details > .post-btns .btn, .post-preview .post-details > .post-btns body #ot-sdk-btn.btn, body .post-preview .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .post-preview .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .post-preview .post-image + .post-details:not([class*=box]) {
    padding-top: 30px;
  }
  .stack-nn > .post-details > * + * {
    margin-top: 0px;
  }
  .stack-nn > .post-details > .post-title-sm + .post-title,
  .stack-nn > .post-details > .post-title + .post-title-sm {
    margin-top: 0px;
  }
  .stack-nn > .post-details > .post-btns {
    margin: 0 -10px 0;
  }
  .stack-nn > .post-details > .post-btns .btn, .stack-nn > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-nn > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-nn > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-nn > .post-image + .post-details:not([class*=box]) {
    padding-top: 0px;
  }
  .stack-xs > .post-details > * + * {
    margin-top: 7.5px;
  }
  .stack-xs > .post-details > .post-title-sm + .post-title,
  .stack-xs > .post-details > .post-title + .post-title-sm {
    margin-top: 1.5px;
  }
  .stack-xs > .post-details > .post-btns {
    margin: 0 -10px 0;
  }
  .stack-xs > .post-details > .post-btns .btn, .stack-xs > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-xs > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-xs > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-xs > .post-image + .post-details:not([class*=box]) {
    padding-top: 7.5px;
  }
  .stack-sm > .post-details > * + * {
    margin-top: 15px;
  }
  .stack-sm > .post-details > .post-title-sm + .post-title,
  .stack-sm > .post-details > .post-title + .post-title-sm {
    margin-top: 3px;
  }
  .stack-sm > .post-details > .post-btns {
    margin: 5px -10px 0;
  }
  .stack-sm > .post-details > .post-btns .btn, .stack-sm > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-sm > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-sm > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-sm > .post-image + .post-details:not([class*=box]) {
    padding-top: 15px;
  }
  .stack-md > .post-details > * + * {
    margin-top: 22.5px;
  }
  .stack-md > .post-details > .post-title-sm + .post-title,
  .stack-md > .post-details > .post-title + .post-title-sm {
    margin-top: 4.5px;
  }
  .stack-md > .post-details > .post-btns {
    margin: 12.5px -10px 0;
  }
  .stack-md > .post-details > .post-btns .btn, .stack-md > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-md > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-md > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-md > .post-image + .post-details:not([class*=box]) {
    padding-top: 22.5px;
  }
  .stack-bs > .post-details > * + * {
    margin-top: 30px;
  }
  .stack-bs > .post-details > .post-title-sm + .post-title,
  .stack-bs > .post-details > .post-title + .post-title-sm {
    margin-top: 6px;
  }
  .stack-bs > .post-details > .post-btns {
    margin: 20px -10px 0;
  }
  .stack-bs > .post-details > .post-btns .btn, .stack-bs > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-bs > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-bs > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-bs > .post-image + .post-details:not([class*=box]) {
    padding-top: 30px;
  }
  .stack-lg > .post-details > * + * {
    margin-top: 45px;
  }
  .stack-lg > .post-details > .post-title-sm + .post-title,
  .stack-lg > .post-details > .post-title + .post-title-sm {
    margin-top: 9px;
  }
  .stack-lg > .post-details > .post-btns {
    margin: 35px -10px 0;
  }
  .stack-lg > .post-details > .post-btns .btn, .stack-lg > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-lg > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-lg > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-lg > .post-image + .post-details:not([class*=box]) {
    padding-top: 45px;
  }
  .stack-xl > .post-details > * + * {
    margin-top: 75px;
  }
  .stack-xl > .post-details > .post-title-sm + .post-title,
  .stack-xl > .post-details > .post-title + .post-title-sm {
    margin-top: 15px;
  }
  .stack-xl > .post-details > .post-btns {
    margin: 65px -10px 0;
  }
  .stack-xl > .post-details > .post-btns .btn, .stack-xl > .post-details > .post-btns body #ot-sdk-btn.btn, body .stack-xl > .post-details > .post-btns #ot-sdk-btn.btn {
    margin: 10px 10px 0;
  }
  .stack-xl > .post-details > .post-btns:first-child {
    margin-top: -10px;
  }
  .stack-xl > .post-image + .post-details:not([class*=box]) {
    padding-top: 75px;
  }
  .post-text > h1,
  .post-text > .h1, .wysiwyg > h1,
  .wysiwyg > .h1 {
    margin: 0 0 15px;
  }
  .post-text > h2,
  .post-text > .h2, .wysiwyg > h2,
  .wysiwyg > .h2 {
    margin: 22.5px 0 12.5px;
  }
  .post-text > h3, .post-text > h4, .post-text > h5, .post-text > h6,
  .post-text > .h3 .h4, .post-text > .h5, .post-text > .h6, .wysiwyg > h3, .wysiwyg > h4, .wysiwyg > h5, .wysiwyg > h6,
  .wysiwyg > .h3 .h4, .wysiwyg > .h5, .wysiwyg > .h6 {
    margin: 12.5px 0;
  }
  .post-text > .sub-head + h1, .post-text > .sub-head + h2, .post-text > .sub-head + .h1, .post-text > .sub-head + .h2, .wysiwyg > .sub-head + h1, .wysiwyg > .sub-head + h2, .wysiwyg > .sub-head + .h1, .wysiwyg > .sub-head + .h2 {
    margin-top: 5px;
  }
  .post-text > h1 + .sub-head, .post-text > h2 + .sub-head, .post-text > .h1 + .sub-head, .post-text > .h2 + .sub-head, .wysiwyg > h1 + .sub-head, .wysiwyg > h2 + .sub-head, .wysiwyg > .h1 + .sub-head, .wysiwyg > .h2 + .sub-head {
    margin-top: -12px;
    margin-bottom: 15px;
  }
  .post-text > ul, .post-text > ol, .post-text > p, .post-text > hr, .post-text > table,
  .post-text > blockquote, .post-text > .embed-container, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > p, .wysiwyg > hr, .wysiwyg > table,
  .wysiwyg > blockquote, .wysiwyg > .embed-container {
    margin: 12.5px auto;
  }
  .post-text > :first-child, .wysiwyg > :first-child {
    margin-top: 0;
  }
  .post-text > :last-child, .wysiwyg > :last-child {
    margin-bottom: 0;
  }
  .carousel .slick-initialized {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel.banner .slick-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .blog-result {
    padding: 30px 0;
  }
  .blog-result:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .post-details[class*=box] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Inline items
----------------------------------------
////////////////////////////////////// */
.list-inline, #footer .footer-links, .list-inline-xs, .list-inline-sm, .list-inline-md, .list-inline-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-inline .post-icon, #footer .footer-links .post-icon, .list-inline-xs .post-icon, .list-inline-sm .post-icon, .list-inline-md .post-icon, .list-inline-lg .post-icon, .list-inline .post-icon-lg, #footer .footer-links .post-icon-lg, .list-inline-xs .post-icon-lg, .list-inline-sm .post-icon-lg, .list-inline-md .post-icon-lg, .list-inline-lg .post-icon-lg {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 60px;
}
body .list-inline .post-image + .post-details:not([class*=box]), body #footer .footer-links .post-image + .post-details:not([class*=box]), #footer body .footer-links .post-image + .post-details:not([class*=box]), body .list-inline-xs .post-image + .post-details:not([class*=box]), body .list-inline-sm .post-image + .post-details:not([class*=box]), body .list-inline-md .post-image + .post-details:not([class*=box]), body .list-inline-lg .post-image + .post-details:not([class*=box]) {
  padding-top: 0;
}
.list-inline, #footer .footer-links, .list-inline-xs, .list-inline-sm, .list-inline-md, .list-inline-lg {
  margin: -5px -10px;
}
.list-inline > *, #footer .footer-links > *, .list-inline-xs > *, .list-inline-sm > *, .list-inline-md > *, .list-inline-lg > * {
  margin: 5px 10px;
}
@media (min-width: 1024px) {
  .list-inline, #footer .footer-links, .list-inline-xs, .list-inline-sm, .list-inline-md, .list-inline-lg {
    margin: -7.5px -15px;
  }
  .list-inline > *, #footer .footer-links > *, .list-inline-xs > *, .list-inline-sm > *, .list-inline-md > *, .list-inline-lg > * {
    margin: 7.5px 15px;
  }
}
.list-inline-xs {
  margin: -3.75px -7.5px;
}
.list-inline-xs > * {
  margin: 3.75px 7.5px;
}
@media (min-width: 1024px) {
  .list-inline-xs {
    margin: -3.75px -7.5px;
  }
  .list-inline-xs > * {
    margin: 3.75px 7.5px;
  }
}
.list-inline-sm {
  margin: -5px -10px;
}
.list-inline-sm > * {
  margin: 5px 10px;
}
@media (min-width: 1024px) {
  .list-inline-sm {
    margin: -5px -10px;
  }
  .list-inline-sm > * {
    margin: 5px 10px;
  }
}
.list-inline-md {
  margin: -7.5px -15px;
}
.list-inline-md > * {
  margin: 7.5px 15px;
}
@media (min-width: 1024px) {
  .list-inline-md {
    margin: -15px -30px;
  }
  .list-inline-md > * {
    margin: 15px 30px;
  }
}
.list-inline-lg {
  margin: -15px -30px;
}
.list-inline-lg > * {
  margin: 15px 30px;
}
@media (min-width: 1024px) {
  .list-inline-lg {
    margin: -22.5px -45px;
  }
  .list-inline-lg > * {
    margin: 22.5px 45px;
  }
}

/* Accordion / Notification / Popout
----------------------------------------
////////////////////////////////////// */
.info-bar {
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
}
.wysiwyg .info-bar {
  margin-top: 45px;
}
.info-bar + .info-bar {
  margin-top: 10px;
}
.info-bar .info-trigger {
  margin: 0;
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  font-size: 2rem;
}
.info-bar .info-label {
  position: relative;
  padding: 25px 30px;
  padding-right: 60px;
  cursor: pointer;
  display: block;
  width: 100%;
  background: #265EAB;
  color: white;
  border: 0;
  text-align: left;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.info-bar .info-label-icon {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 5;
  margin: auto;
}
.info-bar .info-label-text {
  font-size: inherit;
}
.info-bar .info-label i {
  font-size: 2rem;
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-bar .info-label {
  position: relative;
}
.info-bar .info-label .drop {
  width: 60px;
  height: 60px;
  background: none;
}
.info-bar .info-label .drop::before, .info-bar .info-label .drop::after {
  background: white;
}
.info-bar .info-label .drop::before {
  width: 18px;
  height: 2px;
}
.info-bar .info-label .drop::after {
  width: 2px;
  height: 18px;
}
.info-bar .info-label .drop:hover {
  background: none;
}
.info-bar .info-label .drop:hover::before, .info-bar .info-label .drop:hover::after {
  background: white;
}
.info-bar .info-label .drop {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-bar .info-label:not(.collapsed) .drop::after {
  height: 0;
}
.info-bar .info-label:hover {
  background: #517ebb;
}
.info-bar .info-label:focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
  outline-color: white;
  outline-offset: -4px;
}
.info-bar .info-label:focus:not(:focus-visible) {
  outline: none;
}
.info-bar .info-text {
  padding: 20px 30px;
  background: #E5F7FF;
}
.info-bar.success {
  background: #69ce69;
}
.info-bar.warning {
  background: #f47a7a;
}
.info-bar.success, .info-bar.warning {
  color: white;
}
.info-bar.accordion .info-label:hover .drop, .info-bar.accordion .info-label:not(.collapsed) .drop {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Sticky Element
----------------------------------------
////////////////////////////////////// */
@media (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 30px;
    z-index: 10;
  }
}

/* Intro text
----------------------------------------
////////////////////////////////////// */
.intro-text {
  text-align: center;
}
.intro-text p {
  font-size: 2.4rem;
}

/* Colored lines above headers
----------------------------------------
////////////////////////////////////// */
/*
.add-line                                                   { position: relative;
    &::before                                               { content: ''; display: block; background: palette(color-1); margin: 0;}

    &-top, &-left                                           { @extend .add-line;}

    $short: 2px;
    $gap: spacing(0.5);

    &-top::before                                           { width: spacing(3*0.5); height: $short; margin-bottom: $gap;}
    &-left::before                                          { width: $short; height: 22px; @include absolute(2px,auto,auto,-$gap);}
}
*/
/* Pagination
----------------------------------------
////////////////////////////////////// */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  margin: -7px;
}
.pagination > li {
  display: block;
  color: black;
  margin: 7px;
  font-size: 1.6rem;
}
.pagination > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 6px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a {
  background: white;
  border: 1px solid #122E57;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  background: #E5F7FF;
}
.pagination > li > a i {
  color: inherit;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  font-size: 1.6rem;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > a:focus-visible {
  background: #122E57;
  border-color: #122E57;
  color: white;
  text-decoration: none;
  cursor: default;
}
.pagination > li.active > a:focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
  outline-color: black;
}
.pagination > li.active > a:focus:not(:focus-visible) {
  outline: none;
}
.pagination > li.disabled > a, .pagination > li.disabled > a:hover, .pagination > li.disabled > a:focus {
  opacity: 0.25;
  text-decoration: none;
  cursor: default;
}

/* MISC
----------------------------------------
////////////////////////////////////// */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.thumb-inline {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.thumb-inline .post-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

@media (min-width: 1024px) {
  .contact-intro .post-text p {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .contact-intro .list-inline, .contact-intro #footer .footer-links, #footer .contact-intro .footer-links, .contact-intro .list-inline-xs, .contact-intro .list-inline-sm, .contact-intro .list-inline-md, .contact-intro .list-inline-lg {
    display: block;
  }
}

.info-listing table tbody tr {
  border-color: #96E1FF;
}
.info-listing table tbody tr:first-child {
  border-top-width: 0;
}
.info-listing table tbody tr:first-child th, .info-listing table tbody tr:first-child td {
  padding-top: 0;
}
.info-listing table tbody tr:last-child {
  border-bottom-width: 0;
}
.info-listing table tbody tr:last-child th, .info-listing table tbody tr:last-child td {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .info-listing table, .info-listing table tbody, .info-listing table thead, .info-listing table tr, .info-listing table td, .info-listing table th {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .info-listing table tbody tr {
    padding: 20.0001px 0;
  }
  .info-listing table tbody tr th, .info-listing table tbody tr td {
    padding: 0;
  }
  .info-listing table tbody tr th + th, .info-listing table tbody tr td + td {
    margin-top: 9.999px;
  }
  .info-listing table tbody tr:first-child {
    padding-top: 15px;
  }
  .info-listing table tbody tr:last-child {
    padding-bottom: 15px;
  }
}
.info-listing .list-inline, .info-listing #footer .footer-links, #footer .info-listing .footer-links, .info-listing .list-inline-xs, .info-listing .list-inline-sm, .info-listing .list-inline-md, .info-listing .list-inline-lg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info-listing .list-inline img, .info-listing #footer .footer-links img, #footer .info-listing .footer-links img, .info-listing .list-inline-xs img, .info-listing .list-inline-sm img, .info-listing .list-inline-md img, .info-listing .list-inline-lg img, .info-listing .list-inline i, .info-listing #footer .footer-links i, #footer .info-listing .footer-links i, .info-listing .list-inline-xs i, .info-listing .list-inline-sm i, .info-listing .list-inline-md i, .info-listing .list-inline-lg i {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .info-listing .info-listing__name {
    min-width: 33.3333%;
  }
  .info-listing .info-listing__address {
    width: 100%;
  }
  .info-listing .info-listing__contact {
    min-width: 360px;
    text-align: right;
  }
}

#map {
  width: 100%;
  height: 600px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
#map_legend {
  border: 1px solid #cccccc;
  padding: 15px 10px;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  #map_legend {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#map_legend span {
  margin: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#map_legend span div {
  display: inline-block;
  margin-right: 6px;
  min-width: 20.001px;
  height: 20.001px;
  border-radius: 50%;
}

.split-list {
  margin-top: -9.999px;
}
.split-list li {
  margin-top: 9.999px;
}

/* Design
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// COLORS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*! Text Color Classes
----------------------------------------
////////////////////////////////////// */
.colored-color-1-litest {
  color: #E5F7FF !important;
}

.colored-color-1-lite {
  color: #517ebb !important;
}

.colored-color-1 {
  color: #265EAB !important;
}

.colored-color-1-dark {
  color: #122E57 !important;
}

.colored-color-2-lite {
  color: #ccf4f0 !important;
}

.colored-color-2 {
  color: #9BEBE3 !important;
}

.colored-color-2-dark {
  color: #05CCBA !important;
}

.colored-error {
  color: #f47a7a !important;
}

.colored-success {
  color: #69ce69 !important;
}

.colored-white {
  color: white !important;
}

.colored-grey-litest {
  color: #e3e3e3 !important;
}

.colored-grey-liter {
  color: #D9D9D9 !important;
}

.colored-grey-lite {
  color: #cccccc !important;
}

.colored-grey {
  color: #999999 !important;
}

.colored-grey-dark {
  color: #666666 !important;
}

.colored-grey-darker {
  color: #3D3D3D !important;
}

.colored-grey-darkest {
  color: #232323 !important;
}

.colored-black {
  color: black !important;
}

/*! Background Colors Classes
----------------------------------------
////////////////////////////////////// */
.shaded-color-1-litest, .filter-center, .filter-inline {
  background-color: #E5F7FF !important;
}

.shaded-color-1-lite {
  background-color: #517ebb !important;
}

.shaded-color-1, .content-card > .content-card-header, .contact-card > .content-card-header {
  background-color: #265EAB !important;
}

.shaded-color-1-dark {
  background-color: #122E57 !important;
}

.shaded-color-2-lite {
  background-color: #ccf4f0 !important;
}

.shaded-color-2 {
  background-color: #9BEBE3 !important;
}

.shaded-color-2-dark {
  background-color: #05CCBA !important;
}

.shaded-error {
  background-color: #f47a7a !important;
}

.shaded-success {
  background-color: #69ce69 !important;
}

.shaded-white, .content-card > .content-card-body, .contact-card > .content-card-body {
  background-color: white !important;
}

.shaded-grey-litest {
  background-color: #e3e3e3 !important;
}

.shaded-grey-liter {
  background-color: #D9D9D9 !important;
}

.shaded-grey-lite {
  background-color: #cccccc !important;
}

.shaded-grey {
  background-color: #999999 !important;
}

.shaded-grey-dark {
  background-color: #666666 !important;
}

.shaded-grey-darker {
  background-color: #3D3D3D !important;
}

.shaded-grey-darkest {
  background-color: #232323 !important;
}

.shaded-black {
  background-color: black !important;
}

/*! Button Color Themes
----------------------------------------
////////////////////////////////////// */
.btn.btn-primary, body .btn#ot-sdk-btn, body .ajax-load-more-wrap .btn.alm-load-more-btn {
  background: #122E57;
  color: white;
  border-color: #122E57;
}
.btn.btn-primary:hover, body .btn#ot-sdk-btn:hover, body .ajax-load-more-wrap .btn.alm-load-more-btn:hover, .btn.btn-primary:active, body .btn#ot-sdk-btn:active, body .ajax-load-more-wrap .btn.alm-load-more-btn:active, .btn.btn-primary:focus, body .btn#ot-sdk-btn:focus, body .ajax-load-more-wrap .btn.alm-load-more-btn:focus, .btn.btn-primary:active:focus {
  background: #265EAB;
  color: white;
  border-color: #122E57;
}
.btn.btn-secondary, body .btn-secondary#ot-sdk-btn.btn, body .ajax-load-more-wrap .btn-secondary.alm-load-more-btn.btn {
  background: #9BEBE3;
  color: #122E57;
  border-color: #9BEBE3;
}
.btn.btn-secondary:hover, body .btn-secondary#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .btn-secondary.alm-load-more-btn.btn:hover, .btn.btn-secondary:active, body .btn-secondary#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .btn-secondary.alm-load-more-btn.btn:active, .btn.btn-secondary:focus, body .btn-secondary#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .btn-secondary.alm-load-more-btn.btn:focus, .btn.btn-secondary:active:focus {
  background: #ccf4f0;
  color: #122E57;
}
.btn.btn-tetriary, body .btn-tetriary#ot-sdk-btn.btn, body .ajax-load-more-wrap .btn-tetriary.alm-load-more-btn.btn {
  background: #265EAB;
  color: white;
  border-color: #265EAB;
}
.btn.btn-tetriary:hover, body .btn-tetriary#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .btn-tetriary.alm-load-more-btn.btn:hover, .btn.btn-tetriary:active, body .btn-tetriary#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .btn-tetriary.alm-load-more-btn.btn:active, .btn.btn-tetriary:focus, body .btn-tetriary#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .btn-tetriary.alm-load-more-btn.btn:focus, .btn.btn-tetriary:active:focus {
  background: #517ebb;
  color: white;
}
.btn.btn-transparent, body .btn-transparent#ot-sdk-btn.btn, body .ajax-load-more-wrap .btn-transparent.alm-load-more-btn.btn {
  color: white;
  border-color: white;
}
.btn.btn-transparent:hover, body .btn-transparent#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .btn-transparent.alm-load-more-btn.btn:hover, .btn.btn-transparent:active, body .btn-transparent#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .btn-transparent.alm-load-more-btn.btn:active, .btn.btn-transparent:focus, body .btn-transparent#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .btn-transparent.alm-load-more-btn.btn:focus, .btn.btn-transparent:active:focus {
  color: white;
  border-color: #265EAB;
  background: #265EAB;
}
.btn.btn-disabled, body .btn-disabled#ot-sdk-btn.btn, body .ajax-load-more-wrap .btn-disabled.alm-load-more-btn.btn {
  color: #cccccc;
  background: #e3e3e3;
}
.btn.btn-disabled:hover, body .btn-disabled#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .btn-disabled.alm-load-more-btn.btn:hover, .btn.btn-disabled:active, body .btn-disabled#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .btn-disabled.alm-load-more-btn.btn:active, .btn.btn-disabled:focus, body .btn-disabled#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .btn-disabled.alm-load-more-btn.btn:focus, .btn.btn-disabled:active:focus {
  color: #cccccc;
  background: #e3e3e3;
}

/*! Default colors
----------------------------------------
////////////////////////////////////// */
body, .shaded-white, .content-card > .content-card-body, .contact-card > .content-card-body, .content-card, .contact-card {
  color: #122E57;
}

/*! Dark Section Copy Color
----------------------------------------
////////////////////////////////////// */
#nav .mega-menu-submenu, .shaded-black, .shaded-grey-darkest, .shaded-grey-darker, .shaded-grey-dark, .shaded-color-1-dark, .shaded-color-1, .content-card > .content-card-header, .contact-card > .content-card-header, .shaded-color-1-lite, .bg-media {
  color: white;
}
#nav .mega-menu-submenu a:not(.btn), .shaded-black a:not(.btn), .shaded-grey-darkest a:not(.btn), .shaded-grey-darker a:not(.btn), .shaded-grey-dark a:not(.btn), .shaded-color-1-dark a:not(.btn), .shaded-color-1 a:not(.btn), .content-card > .content-card-header a:not(.btn), .contact-card > .content-card-header a:not(.btn), .shaded-color-1-lite a:not(.btn), .bg-media a:not(.btn) {
  color: inherit;
}
#nav .mega-menu-submenu .btn.link, .shaded-black .btn.link, .shaded-black body .link#ot-sdk-btn.btn, body .shaded-black .link#ot-sdk-btn.btn, .shaded-black body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-black .link.alm-load-more-btn.btn, .shaded-grey-darkest .btn.link, .shaded-grey-darkest body .link#ot-sdk-btn.btn, body .shaded-grey-darkest .link#ot-sdk-btn.btn, .shaded-grey-darkest body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-grey-darkest .link.alm-load-more-btn.btn, .shaded-grey-darker .btn.link, .shaded-grey-darker body .link#ot-sdk-btn.btn, body .shaded-grey-darker .link#ot-sdk-btn.btn, .shaded-grey-darker body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-grey-darker .link.alm-load-more-btn.btn, .shaded-grey-dark .btn.link, .shaded-grey-dark body .link#ot-sdk-btn.btn, body .shaded-grey-dark .link#ot-sdk-btn.btn, .shaded-grey-dark body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-grey-dark .link.alm-load-more-btn.btn, .shaded-color-1-dark .btn.link, .shaded-color-1-dark body .link#ot-sdk-btn.btn, body .shaded-color-1-dark .link#ot-sdk-btn.btn, .shaded-color-1-dark body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-color-1-dark .link.alm-load-more-btn.btn, .shaded-color-1 .btn.link, .content-card > .content-card-header .btn.link, .contact-card > .content-card-header .btn.link, .shaded-color-1 body .link#ot-sdk-btn.btn, .content-card > .content-card-header body .link#ot-sdk-btn.btn, .contact-card > .content-card-header body .link#ot-sdk-btn.btn, body .shaded-color-1 .link#ot-sdk-btn.btn, body .content-card > .content-card-header .link#ot-sdk-btn.btn, body .contact-card > .content-card-header .link#ot-sdk-btn.btn, .shaded-color-1 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-color-1 .link.alm-load-more-btn.btn, .shaded-color-1-lite .btn.link, .shaded-color-1-lite body .link#ot-sdk-btn.btn, body .shaded-color-1-lite .link#ot-sdk-btn.btn, .shaded-color-1-lite body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .shaded-color-1-lite .link.alm-load-more-btn.btn, .bg-media .btn.link, .bg-media body .link#ot-sdk-btn.btn, body .bg-media .link#ot-sdk-btn.btn, .bg-media body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .bg-media .link.alm-load-more-btn.btn, #nav .mega-menu-submenu .btn-primary:not(:hover), #nav .mega-menu-submenu body #ot-sdk-btn.btn:not(:hover), body #nav .mega-menu-submenu #ot-sdk-btn.btn:not(:hover), #nav body .mega-menu-submenu #ot-sdk-btn.btn:not(:hover), #nav .mega-menu-submenu body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap #nav .mega-menu-submenu .alm-load-more-btn.btn:not(:hover), #nav body .ajax-load-more-wrap .mega-menu-submenu .alm-load-more-btn.btn:not(:hover), .shaded-black .btn-primary:not(:hover), .shaded-black body #ot-sdk-btn.btn:not(:hover), body .shaded-black #ot-sdk-btn.btn:not(:hover), .shaded-black body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-black .alm-load-more-btn.btn:not(:hover), .shaded-grey-darkest .btn-primary:not(:hover), .shaded-grey-darkest body #ot-sdk-btn.btn:not(:hover), body .shaded-grey-darkest #ot-sdk-btn.btn:not(:hover), .shaded-grey-darkest body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-grey-darkest .alm-load-more-btn.btn:not(:hover), .shaded-grey-darker .btn-primary:not(:hover), .shaded-grey-darker body #ot-sdk-btn.btn:not(:hover), body .shaded-grey-darker #ot-sdk-btn.btn:not(:hover), .shaded-grey-darker body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-grey-darker .alm-load-more-btn.btn:not(:hover), .shaded-grey-dark .btn-primary:not(:hover), .shaded-grey-dark body #ot-sdk-btn.btn:not(:hover), body .shaded-grey-dark #ot-sdk-btn.btn:not(:hover), .shaded-grey-dark body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-grey-dark .alm-load-more-btn.btn:not(:hover), .shaded-color-1-dark .btn-primary:not(:hover), .shaded-color-1-dark body #ot-sdk-btn.btn:not(:hover), body .shaded-color-1-dark #ot-sdk-btn.btn:not(:hover), .shaded-color-1-dark body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-color-1-dark .alm-load-more-btn.btn:not(:hover), .shaded-color-1 .btn-primary:not(:hover), .content-card > .content-card-header .btn-primary:not(:hover), .contact-card > .content-card-header .btn-primary:not(:hover), .shaded-color-1 body #ot-sdk-btn.btn:not(:hover), .content-card > .content-card-header body #ot-sdk-btn.btn:not(:hover), .contact-card > .content-card-header body #ot-sdk-btn.btn:not(:hover), body .shaded-color-1 #ot-sdk-btn.btn:not(:hover), body .content-card > .content-card-header #ot-sdk-btn.btn:not(:hover), body .contact-card > .content-card-header #ot-sdk-btn.btn:not(:hover), .shaded-color-1 body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), .content-card > .content-card-header body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), .contact-card > .content-card-header body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-color-1 .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .content-card > .content-card-header .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .contact-card > .content-card-header .alm-load-more-btn.btn:not(:hover), .shaded-color-1-lite .btn-primary:not(:hover), .shaded-color-1-lite body #ot-sdk-btn.btn:not(:hover), body .shaded-color-1-lite #ot-sdk-btn.btn:not(:hover), .shaded-color-1-lite body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .shaded-color-1-lite .alm-load-more-btn.btn:not(:hover), .bg-media .btn-primary:not(:hover), .bg-media body #ot-sdk-btn.btn:not(:hover), body .bg-media #ot-sdk-btn.btn:not(:hover), .bg-media body .ajax-load-more-wrap .alm-load-more-btn.btn:not(:hover), body .ajax-load-more-wrap .bg-media .alm-load-more-btn.btn:not(:hover) {
  color: inherit;
}
#nav .mega-menu-submenu .btn-tetriary, .shaded-black .btn-tetriary, .shaded-grey-darkest .btn-tetriary, .shaded-grey-darker .btn-tetriary, .shaded-grey-dark .btn-tetriary, .shaded-color-1-dark .btn-tetriary, .shaded-color-1 .btn-tetriary, .content-card > .content-card-header .btn-tetriary, .contact-card > .content-card-header .btn-tetriary, .shaded-color-1-lite .btn-tetriary, .bg-media .btn-tetriary {
  border-color: white;
}
#nav .mega-menu-submenu hr, .shaded-black hr, .shaded-grey-darkest hr, .shaded-grey-darker hr, .shaded-grey-dark hr, .shaded-color-1-dark hr, .shaded-color-1 hr, .content-card > .content-card-header hr, .contact-card > .content-card-header hr, .shaded-color-1-lite hr, .bg-media hr, #nav .mega-menu-submenu .inline-form, .shaded-black .inline-form, .shaded-grey-darkest .inline-form, .shaded-grey-darker .inline-form, .shaded-grey-dark .inline-form, .shaded-color-1-dark .inline-form, .shaded-color-1 .inline-form, .content-card > .content-card-header .inline-form, .contact-card > .content-card-header .inline-form, .shaded-color-1-lite .inline-form, .bg-media .inline-form {
  border-color: rgba(255, 255, 255, 0.3);
}
#nav .mega-menu-submenu select, .shaded-black select, .shaded-grey-darkest select, .shaded-grey-darker select, .shaded-grey-dark select, .shaded-color-1-dark select, .shaded-color-1 select, .content-card > .content-card-header select, .contact-card > .content-card-header select, .shaded-color-1-lite select, .bg-media select, #nav .mega-menu-submenu textarea, .shaded-black textarea, .shaded-grey-darkest textarea, .shaded-grey-darker textarea, .shaded-grey-dark textarea, .shaded-color-1-dark textarea, .shaded-color-1 textarea, .content-card > .content-card-header textarea, .contact-card > .content-card-header textarea, .shaded-color-1-lite textarea, .bg-media textarea, #nav .mega-menu-submenu input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-black input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-grey-darkest input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-grey-darker input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-grey-dark input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-color-1-dark input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-color-1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .content-card > .content-card-header input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact-card > .content-card-header input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .shaded-color-1-lite input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .bg-media input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: white;
}
#nav .mega-menu-submenu .add-border > div::before, .shaded-black .add-border > div::before, .shaded-grey-darkest .add-border > div::before, .shaded-grey-darker .add-border > div::before, .shaded-grey-dark .add-border > div::before, .shaded-color-1-dark .add-border > div::before, .shaded-color-1 .add-border > div::before, .content-card > .content-card-header .add-border > div::before, .contact-card > .content-card-header .add-border > div::before, .shaded-color-1-lite .add-border > div::before, .bg-media .add-border > div::before, #nav .mega-menu-submenu .add-border-xs > div::before, .shaded-black .add-border-xs > div::before, .shaded-grey-darkest .add-border-xs > div::before, .shaded-grey-darker .add-border-xs > div::before, .shaded-grey-dark .add-border-xs > div::before, .shaded-color-1-dark .add-border-xs > div::before, .shaded-color-1 .add-border-xs > div::before, .content-card > .content-card-header .add-border-xs > div::before, .contact-card > .content-card-header .add-border-xs > div::before, .shaded-color-1-lite .add-border-xs > div::before, .bg-media .add-border-xs > div::before, #nav .mega-menu-submenu .add-border-sm > div::before, .shaded-black .add-border-sm > div::before, .shaded-grey-darkest .add-border-sm > div::before, .shaded-grey-darker .add-border-sm > div::before, .shaded-grey-dark .add-border-sm > div::before, .shaded-color-1-dark .add-border-sm > div::before, .shaded-color-1 .add-border-sm > div::before, .content-card > .content-card-header .add-border-sm > div::before, .contact-card > .content-card-header .add-border-sm > div::before, .shaded-color-1-lite .add-border-sm > div::before, .bg-media .add-border-sm > div::before, #nav .mega-menu-submenu .add-border-md > div::before, .shaded-black .add-border-md > div::before, .shaded-grey-darkest .add-border-md > div::before, .shaded-grey-darker .add-border-md > div::before, .shaded-grey-dark .add-border-md > div::before, .shaded-color-1-dark .add-border-md > div::before, .shaded-color-1 .add-border-md > div::before, .content-card > .content-card-header .add-border-md > div::before, .contact-card > .content-card-header .add-border-md > div::before, .shaded-color-1-lite .add-border-md > div::before, .bg-media .add-border-md > div::before, #nav .mega-menu-submenu .add-border-lg > div::before, .shaded-black .add-border-lg > div::before, .shaded-grey-darkest .add-border-lg > div::before, .shaded-grey-darker .add-border-lg > div::before, .shaded-grey-dark .add-border-lg > div::before, .shaded-color-1-dark .add-border-lg > div::before, .shaded-color-1 .add-border-lg > div::before, .content-card > .content-card-header .add-border-lg > div::before, .contact-card > .content-card-header .add-border-lg > div::before, .shaded-color-1-lite .add-border-lg > div::before, .bg-media .add-border-lg > div::before, #nav .mega-menu-submenu .add-border-mb > div::before, .shaded-black .add-border-mb > div::before, .shaded-grey-darkest .add-border-mb > div::before, .shaded-grey-darker .add-border-mb > div::before, .shaded-grey-dark .add-border-mb > div::before, .shaded-color-1-dark .add-border-mb > div::before, .shaded-color-1 .add-border-mb > div::before, .content-card > .content-card-header .add-border-mb > div::before, .contact-card > .content-card-header .add-border-mb > div::before, .shaded-color-1-lite .add-border-mb > div::before, .bg-media .add-border-mb > div::before, #nav .mega-menu-submenu .add-border-xl > div::before, .shaded-black .add-border-xl > div::before, .shaded-grey-darkest .add-border-xl > div::before, .shaded-grey-darker .add-border-xl > div::before, .shaded-grey-dark .add-border-xl > div::before, .shaded-color-1-dark .add-border-xl > div::before, .shaded-color-1 .add-border-xl > div::before, .content-card > .content-card-header .add-border-xl > div::before, .contact-card > .content-card-header .add-border-xl > div::before, .shaded-color-1-lite .add-border-xl > div::before, .bg-media .add-border-xl > div::before, #nav .mega-menu-submenu .add-border-bg > div::before, .shaded-black .add-border-bg > div::before, .shaded-grey-darkest .add-border-bg > div::before, .shaded-grey-darker .add-border-bg > div::before, .shaded-grey-dark .add-border-bg > div::before, .shaded-color-1-dark .add-border-bg > div::before, .shaded-color-1 .add-border-bg > div::before, .content-card > .content-card-header .add-border-bg > div::before, .contact-card > .content-card-header .add-border-bg > div::before, .shaded-color-1-lite .add-border-bg > div::before, .bg-media .add-border-bg > div::before, #nav .mega-menu-submenu .add-border-yg > div::before, .shaded-black .add-border-yg > div::before, .shaded-grey-darkest .add-border-yg > div::before, .shaded-grey-darker .add-border-yg > div::before, .shaded-grey-dark .add-border-yg > div::before, .shaded-color-1-dark .add-border-yg > div::before, .shaded-color-1 .add-border-yg > div::before, .content-card > .content-card-header .add-border-yg > div::before, .contact-card > .content-card-header .add-border-yg > div::before, .shaded-color-1-lite .add-border-yg > div::before, .bg-media .add-border-yg > div::before, #nav .mega-menu-submenu .add-border-hr > div::before, .shaded-black .add-border-hr > div::before, .shaded-grey-darkest .add-border-hr > div::before, .shaded-grey-darker .add-border-hr > div::before, .shaded-grey-dark .add-border-hr > div::before, .shaded-color-1-dark .add-border-hr > div::before, .shaded-color-1 .add-border-hr > div::before, .content-card > .content-card-header .add-border-hr > div::before, .contact-card > .content-card-header .add-border-hr > div::before, .shaded-color-1-lite .add-border-hr > div::before, .bg-media .add-border-hr > div::before,
#nav .mega-menu-submenu .add-border > div::after,
.shaded-black .add-border > div::after,
.shaded-grey-darkest .add-border > div::after,
.shaded-grey-darker .add-border > div::after,
.shaded-grey-dark .add-border > div::after,
.shaded-color-1-dark .add-border > div::after,
.shaded-color-1 .add-border > div::after,
.content-card > .content-card-header .add-border > div::after,
.contact-card > .content-card-header .add-border > div::after,
.shaded-color-1-lite .add-border > div::after,
.bg-media .add-border > div::after,
#nav .mega-menu-submenu .add-border-xs > div::after,
.shaded-black .add-border-xs > div::after,
.shaded-grey-darkest .add-border-xs > div::after,
.shaded-grey-darker .add-border-xs > div::after,
.shaded-grey-dark .add-border-xs > div::after,
.shaded-color-1-dark .add-border-xs > div::after,
.shaded-color-1 .add-border-xs > div::after,
.content-card > .content-card-header .add-border-xs > div::after,
.contact-card > .content-card-header .add-border-xs > div::after,
.shaded-color-1-lite .add-border-xs > div::after,
.bg-media .add-border-xs > div::after,
#nav .mega-menu-submenu .add-border-sm > div::after,
.shaded-black .add-border-sm > div::after,
.shaded-grey-darkest .add-border-sm > div::after,
.shaded-grey-darker .add-border-sm > div::after,
.shaded-grey-dark .add-border-sm > div::after,
.shaded-color-1-dark .add-border-sm > div::after,
.shaded-color-1 .add-border-sm > div::after,
.content-card > .content-card-header .add-border-sm > div::after,
.contact-card > .content-card-header .add-border-sm > div::after,
.shaded-color-1-lite .add-border-sm > div::after,
.bg-media .add-border-sm > div::after,
#nav .mega-menu-submenu .add-border-md > div::after,
.shaded-black .add-border-md > div::after,
.shaded-grey-darkest .add-border-md > div::after,
.shaded-grey-darker .add-border-md > div::after,
.shaded-grey-dark .add-border-md > div::after,
.shaded-color-1-dark .add-border-md > div::after,
.shaded-color-1 .add-border-md > div::after,
.content-card > .content-card-header .add-border-md > div::after,
.contact-card > .content-card-header .add-border-md > div::after,
.shaded-color-1-lite .add-border-md > div::after,
.bg-media .add-border-md > div::after,
#nav .mega-menu-submenu .add-border-lg > div::after,
.shaded-black .add-border-lg > div::after,
.shaded-grey-darkest .add-border-lg > div::after,
.shaded-grey-darker .add-border-lg > div::after,
.shaded-grey-dark .add-border-lg > div::after,
.shaded-color-1-dark .add-border-lg > div::after,
.shaded-color-1 .add-border-lg > div::after,
.content-card > .content-card-header .add-border-lg > div::after,
.contact-card > .content-card-header .add-border-lg > div::after,
.shaded-color-1-lite .add-border-lg > div::after,
.bg-media .add-border-lg > div::after,
#nav .mega-menu-submenu .add-border-mb > div::after,
.shaded-black .add-border-mb > div::after,
.shaded-grey-darkest .add-border-mb > div::after,
.shaded-grey-darker .add-border-mb > div::after,
.shaded-grey-dark .add-border-mb > div::after,
.shaded-color-1-dark .add-border-mb > div::after,
.shaded-color-1 .add-border-mb > div::after,
.content-card > .content-card-header .add-border-mb > div::after,
.contact-card > .content-card-header .add-border-mb > div::after,
.shaded-color-1-lite .add-border-mb > div::after,
.bg-media .add-border-mb > div::after,
#nav .mega-menu-submenu .add-border-xl > div::after,
.shaded-black .add-border-xl > div::after,
.shaded-grey-darkest .add-border-xl > div::after,
.shaded-grey-darker .add-border-xl > div::after,
.shaded-grey-dark .add-border-xl > div::after,
.shaded-color-1-dark .add-border-xl > div::after,
.shaded-color-1 .add-border-xl > div::after,
.content-card > .content-card-header .add-border-xl > div::after,
.contact-card > .content-card-header .add-border-xl > div::after,
.shaded-color-1-lite .add-border-xl > div::after,
.bg-media .add-border-xl > div::after,
#nav .mega-menu-submenu .add-border-bg > div::after,
.shaded-black .add-border-bg > div::after,
.shaded-grey-darkest .add-border-bg > div::after,
.shaded-grey-darker .add-border-bg > div::after,
.shaded-grey-dark .add-border-bg > div::after,
.shaded-color-1-dark .add-border-bg > div::after,
.shaded-color-1 .add-border-bg > div::after,
.content-card > .content-card-header .add-border-bg > div::after,
.contact-card > .content-card-header .add-border-bg > div::after,
.shaded-color-1-lite .add-border-bg > div::after,
.bg-media .add-border-bg > div::after,
#nav .mega-menu-submenu .add-border-yg > div::after,
.shaded-black .add-border-yg > div::after,
.shaded-grey-darkest .add-border-yg > div::after,
.shaded-grey-darker .add-border-yg > div::after,
.shaded-grey-dark .add-border-yg > div::after,
.shaded-color-1-dark .add-border-yg > div::after,
.shaded-color-1 .add-border-yg > div::after,
.content-card > .content-card-header .add-border-yg > div::after,
.contact-card > .content-card-header .add-border-yg > div::after,
.shaded-color-1-lite .add-border-yg > div::after,
.bg-media .add-border-yg > div::after,
#nav .mega-menu-submenu .add-border-hr > div::after,
.shaded-black .add-border-hr > div::after,
.shaded-grey-darkest .add-border-hr > div::after,
.shaded-grey-darker .add-border-hr > div::after,
.shaded-grey-dark .add-border-hr > div::after,
.shaded-color-1-dark .add-border-hr > div::after,
.shaded-color-1 .add-border-hr > div::after,
.content-card > .content-card-header .add-border-hr > div::after,
.contact-card > .content-card-header .add-border-hr > div::after,
.shaded-color-1-lite .add-border-hr > div::after,
.bg-media .add-border-hr > div::after,
#nav .mega-menu-submenu .post-btns .link + .link::before,
.shaded-black .post-btns .link + .link::before,
.shaded-grey-darkest .post-btns .link + .link::before,
.shaded-grey-darker .post-btns .link + .link::before,
.shaded-grey-dark .post-btns .link + .link::before,
.shaded-color-1-dark .post-btns .link + .link::before,
.shaded-color-1 .post-btns .link + .link::before,
.content-card > .content-card-header .post-btns .link + .link::before,
.contact-card > .content-card-header .post-btns .link + .link::before,
.shaded-color-1-lite .post-btns .link + .link::before,
.bg-media .post-btns .link + .link::before {
  background: white;
}
#nav .mega-menu-submenu div.gform_wrapper .gfield_error .gfield_label, .shaded-black div.gform_wrapper .gfield_error .gfield_label, .shaded-grey-darkest div.gform_wrapper .gfield_error .gfield_label, .shaded-grey-darker div.gform_wrapper .gfield_error .gfield_label, .shaded-grey-dark div.gform_wrapper .gfield_error .gfield_label, .shaded-color-1-dark div.gform_wrapper .gfield_error .gfield_label, .shaded-color-1 div.gform_wrapper .gfield_error .gfield_label, .content-card > .content-card-header div.gform_wrapper .gfield_error .gfield_label, .contact-card > .content-card-header div.gform_wrapper .gfield_error .gfield_label, .shaded-color-1-lite div.gform_wrapper .gfield_error .gfield_label, .bg-media div.gform_wrapper .gfield_error .gfield_label {
  color: #f47a7a;
}
#nav .mega-menu-submenu .slick-arrow, .shaded-black .slick-arrow, .shaded-grey-darkest .slick-arrow, .shaded-grey-darker .slick-arrow, .shaded-grey-dark .slick-arrow, .shaded-color-1-dark .slick-arrow, .shaded-color-1 .slick-arrow, .content-card > .content-card-header .slick-arrow, .contact-card > .content-card-header .slick-arrow, .shaded-color-1-lite .slick-arrow, .bg-media .slick-arrow {
  color: white;
}
#nav .mega-menu-submenu .slick-arrow:not(:hover), .shaded-black .slick-arrow:not(:hover), .shaded-grey-darkest .slick-arrow:not(:hover), .shaded-grey-darker .slick-arrow:not(:hover), .shaded-grey-dark .slick-arrow:not(:hover), .shaded-color-1-dark .slick-arrow:not(:hover), .shaded-color-1 .slick-arrow:not(:hover), .content-card > .content-card-header .slick-arrow:not(:hover), .contact-card > .content-card-header .slick-arrow:not(:hover), .shaded-color-1-lite .slick-arrow:not(:hover), .bg-media .slick-arrow:not(:hover) {
  border-color: white;
  color: white;
}
#nav .mega-menu-submenu .slick-dots li button, .shaded-black .slick-dots li button, .shaded-grey-darkest .slick-dots li button, .shaded-grey-darker .slick-dots li button, .shaded-grey-dark .slick-dots li button, .shaded-color-1-dark .slick-dots li button, .shaded-color-1 .slick-dots li button, .content-card > .content-card-header .slick-dots li button, .contact-card > .content-card-header .slick-dots li button, .shaded-color-1-lite .slick-dots li button, .bg-media .slick-dots li button {
  border-color: rgba(255, 255, 255, 0.5);
}
#nav .mega-menu-submenu .slick-dots li:hover button, .shaded-black .slick-dots li:hover button, .shaded-grey-darkest .slick-dots li:hover button, .shaded-grey-darker .slick-dots li:hover button, .shaded-grey-dark .slick-dots li:hover button, .shaded-color-1-dark .slick-dots li:hover button, .shaded-color-1 .slick-dots li:hover button, .content-card > .content-card-header .slick-dots li:hover button, .contact-card > .content-card-header .slick-dots li:hover button, .shaded-color-1-lite .slick-dots li:hover button, .bg-media .slick-dots li:hover button {
  background: rgba(255, 255, 255, 0.35);
}
#nav .mega-menu-submenu .slick-dots li.slick-active button, .shaded-black .slick-dots li.slick-active button, .shaded-grey-darkest .slick-dots li.slick-active button, .shaded-grey-darker .slick-dots li.slick-active button, .shaded-grey-dark .slick-dots li.slick-active button, .shaded-color-1-dark .slick-dots li.slick-active button, .shaded-color-1 .slick-dots li.slick-active button, .content-card > .content-card-header .slick-dots li.slick-active button, .contact-card > .content-card-header .slick-dots li.slick-active button, .shaded-color-1-lite .slick-dots li.slick-active button, .bg-media .slick-dots li.slick-active button {
  background: white;
  border-color: white;
}
#nav .mega-menu-submenu *:focus-visible, .shaded-black *:focus-visible, .shaded-grey-darkest *:focus-visible, .shaded-grey-darker *:focus-visible, .shaded-grey-dark *:focus-visible, .shaded-color-1-dark *:focus-visible, .shaded-color-1 *:focus-visible, .content-card > .content-card-header *:focus-visible, .contact-card > .content-card-header *:focus-visible, .shaded-color-1-lite *:focus-visible, .bg-media *:focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
  outline-color: white;
}
#nav .mega-menu-submenu *:focus:not(:focus-visible), .shaded-black *:focus:not(:focus-visible), .shaded-grey-darkest *:focus:not(:focus-visible), .shaded-grey-darker *:focus:not(:focus-visible), .shaded-grey-dark *:focus:not(:focus-visible), .shaded-color-1-dark *:focus:not(:focus-visible), .shaded-color-1 *:focus:not(:focus-visible), .content-card > .content-card-header *:focus:not(:focus-visible), .contact-card > .content-card-header *:focus:not(:focus-visible), .shaded-color-1-lite *:focus:not(:focus-visible), .bg-media *:focus:not(:focus-visible) {
  outline: none;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// LOGOS & BADGES
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.logo a {
  display: inline-block;
}
.logo img {
  display: block;
  margin: 0;
  height: auto;
  width: 240px;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// Fonts
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*! Set Global Fonts
----------------------------------------
////////////////////////////////////// */
html {
  font-size: 10px;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 100%;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 120%;
  }
}

/*! Text Tags
----------------------------------------
////////////////////////////////////// */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup, .h1 sup, .h2 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup, .heading sup {
  font-size: 45%;
  display: inline;
  top: -1em;
  margin-left: -0.05em;
}

b, strong {
  font-weight: 700;
}

/*! Font Sizes
----------------------------------------
////////////////////////////////////// */
h1, .h1 {
  font-size: 5.4rem;
  line-height: 1.15;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 3.4rem;
  }
}

h2, .h2 {
  font-size: 3.8rem;
  line-height: 1.15;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 3.04rem;
  }
}

h3, .h3 {
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 2.52rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 1.3333;
}

h5, .h5, blockquote {
  font-size: 2rem;
}

h6, .h6, p, li, dl, th, td, label {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  h6, .h6, p, li, dl, th, td, label {
    font-size: 1.4rem;
  }
}

blockquote {
  font-family: inherit;
  line-height: 1.3333;
  font-size: 2.4rem;
  font-style: italic;
}
blockquote p {
  font-size: 100%;
}

/*! Font Weights
----------------------------------------
////////////////////////////////////// */
h4, .h4 {
  font-weight: 600;
}

/*! Font Family Override
----------------------------------------
////////////////////////////////////// */
.font-base {
  font-family: 'open-sans', sans-serif !important;
}

.font-next {
  font-family: 'open-sans-condensed', sans-serif !important;
}

.font-code {
  font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace !important;
}

p.font-code {
  font-weight: 400;
  line-height: 1.25;
  font-size: 14px;
}

/*! Nested elements will inherit font size
----------------------------------------
////////////////////////////////////// */
.font-s-85 {
  font-size: 85%;
}

.font-s-100 {
  font-size: 100%;
}

.font-s-125 {
  font-size: 125%;
}

.font-s-150 {
  font-size: 150%;
}

/*! Font Weight Override
----------------------------------------
////////////////////////////////////// */
.font-w-sm {
  font-weight: 300 !important;
}

.font-w-bs {
  font-weight: 400 !important;
}

.font-w-md {
  font-weight: 600 !important;
}

.font-w-lg {
  font-weight: 700 !important;
}

/*! Buttons
----------------------------------------
////////////////////////////////////// */
.btn, body #ot-sdk-btn.btn, body .ajax-load-more-wrap .alm-load-more-btn.btn {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.4rem;
}
.btn.mini, body .mini#ot-sdk-btn.btn, body .ajax-load-more-wrap .mini.alm-load-more-btn.btn {
  font-size: 1.4rem;
}

/*! Post Previews
----------------------------------------
////////////////////////////////////// */
.post-tag {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: 1.2rem;
}

.post-icon i, .post-icon-lg i {
  font-size: 3.4rem;
  line-height: 0;
}

.post-label {
  font-family: 'open-sans', sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 2rem;
}

.post-title-sub h1, .post-title-sub h2, .post-title-sub h3, .post-title-sub h4, .post-title-sub h5, .post-title-sub h6, .post-title-sub .h1, .post-title-sub .h2, .post-title-sub .h3, .post-title-sub .h4, .post-title-sub .h5, .post-title-sub .h6, .post-title-sub .heading {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/*! Forms
----------------------------------------
////////////////////////////////////// */
select, textarea, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper select, div.gform_wrapper textarea, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
}

label, div.gform_wrapper .gform_body .top_label .gfield_label {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.4rem;
}

.gform_wrapper li.gfield {
  font-size: 100%;
}

/*! Nested elements will inherit font size
----------------------------------------
////////////////////////////////////// */
h1 .btn.link, h1 body .link#ot-sdk-btn.btn, body h1 .link#ot-sdk-btn.btn, h1 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h1 .link.alm-load-more-btn.btn, h2 .btn.link, h2 body .link#ot-sdk-btn.btn, body h2 .link#ot-sdk-btn.btn, h2 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h2 .link.alm-load-more-btn.btn, h3 .btn.link, h3 body .link#ot-sdk-btn.btn, body h3 .link#ot-sdk-btn.btn, h3 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h3 .link.alm-load-more-btn.btn, h4 .btn.link, h4 body .link#ot-sdk-btn.btn, body h4 .link#ot-sdk-btn.btn, h4 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h4 .link.alm-load-more-btn.btn, h5 .btn.link, h5 body .link#ot-sdk-btn.btn, body h5 .link#ot-sdk-btn.btn, h5 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h5 .link.alm-load-more-btn.btn, h6 .btn.link, h6 body .link#ot-sdk-btn.btn, body h6 .link#ot-sdk-btn.btn, h6 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap h6 .link.alm-load-more-btn.btn, .h1 .btn.link, .h1 body .link#ot-sdk-btn.btn, body .h1 .link#ot-sdk-btn.btn, .h1 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h1 .link.alm-load-more-btn.btn, .h2 .btn.link, .h2 body .link#ot-sdk-btn.btn, body .h2 .link#ot-sdk-btn.btn, .h2 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h2 .link.alm-load-more-btn.btn, .h3 .btn.link, .h3 body .link#ot-sdk-btn.btn, body .h3 .link#ot-sdk-btn.btn, .h3 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h3 .link.alm-load-more-btn.btn, .h4 .btn.link, .h4 body .link#ot-sdk-btn.btn, body .h4 .link#ot-sdk-btn.btn, .h4 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h4 .link.alm-load-more-btn.btn, .h5 .btn.link, .h5 body .link#ot-sdk-btn.btn, body .h5 .link#ot-sdk-btn.btn, .h5 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h5 .link.alm-load-more-btn.btn, .h6 .btn.link, .h6 body .link#ot-sdk-btn.btn, body .h6 .link#ot-sdk-btn.btn, .h6 body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .h6 .link.alm-load-more-btn.btn, .heading .btn.link, .heading body .link#ot-sdk-btn.btn, body .heading .link#ot-sdk-btn.btn, .heading body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .heading .link.alm-load-more-btn.btn {
  font-size: inherit;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// ICONS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*! Import Custom Icon Font
----------------------------------------
////////////////////////////////////// */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?d7zncd");
  src: url("../fonts/icomoon/icomoon.eot?d7zncd#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?d7zncd") format("truetype"), url("../fonts/icomoon/icomoon.woff?d7zncd") format("woff"), url("../fonts/icomoon/icomoon.svg?d7zncd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! Custom icons using IcoMoon | %movicon found in variables
----------------------------------------
// - use !important to prevent issues with browser extensions that change fonts
// - use 'font-smoothing' for better font rendering
////////////////////////////////////// */
.mvi::before {
  color: inherit;
}

/*! Custom icon classes
----------------------------------------
////////////////////////////////////// */
.mvi-bring-to-front::before {
  content: "\e907";
}

.mvi-cancel-circle::before {
  content: "\ea0d";
}

.mvi-play::before {
  content: "\ea1c";
}

.mvi-select-arrows-thin::before, .ginput_container_select::before {
  content: "\e905";
}

.mvi-select-arrows-bold::before {
  content: "\e906";
}

.mvi-arrow-left-plain::before {
  content: "\ea40";
}

.mvi-arrow-right-plain::before {
  content: "\ea3c";
}

.mvi-arrow-left-circle::before {
  content: "\e903";
}

.mvi-arrow-right-circle::before {
  content: "\e904";
}

.mvi-arrow-left-chevron::before {
  content: "\e901";
}

.mvi-arrow-right-chevron::before {
  content: "\e902";
}

.mvi-brand-x::before {
  content: "\ea89";
}

.mvi-brand-facebook::before {
  content: "\ea90";
}

.mvi-brand-instagram::before {
  content: "\ea92";
}

.mvi-brand-youtube::before {
  content: "\ea9d";
}

.mvi-brand-linkedin::before {
  content: "\eaca";
}

/* User Interface
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// BUTTONS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.btn, body #ot-sdk-btn.btn, body .ajax-load-more-wrap .alm-load-more-btn.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: normal;
  height: auto;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 28px;
  border-radius: 100px;
  /* Blank White Button */
  /* Standard Links */
  /* Tiny button */
  /* Loading animation */
  /* Disables / Inactive */
}
.btn:hover, body #ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .alm-load-more-btn.btn:hover, .btn:active, body #ot-sdk-btn.btn:active, body .ajax-load-more-wrap .alm-load-more-btn.btn:active, .btn:focus, body #ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .alm-load-more-btn.btn:focus, .btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn > :not(:first-child), body #ot-sdk-btn.btn > :not(:first-child), body .ajax-load-more-wrap .alm-load-more-btn.btn > :not(:first-child) {
  margin-left: 10px;
}
.btn span, body #ot-sdk-btn.btn span, body .ajax-load-more-wrap .alm-load-more-btn.btn span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn i, body #ot-sdk-btn.btn i, body .ajax-load-more-wrap .alm-load-more-btn.btn i {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: inherit;
}
.btn.blank, body .blank#ot-sdk-btn.btn, body .ajax-load-more-wrap .blank.alm-load-more-btn.btn {
  background: none;
  border-color: white;
  color: white;
}
.btn.blank:hover, body .blank#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .blank.alm-load-more-btn.btn:hover, .btn.blank:active, body .blank#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .blank.alm-load-more-btn.btn:active, .btn.blank:focus, body .blank#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .blank.alm-load-more-btn.btn:focus, .btn.blank:active:focus {
  background: white;
  color: black;
}
.btn.link, body .link#ot-sdk-btn.btn, body .ajax-load-more-wrap .link.alm-load-more-btn.btn {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
}
.btn.link:hover, body .link#ot-sdk-btn.btn:hover, body .ajax-load-more-wrap .link.alm-load-more-btn.btn:hover, .btn.link:active, body .link#ot-sdk-btn.btn:active, body .ajax-load-more-wrap .link.alm-load-more-btn.btn:active, .btn.link:focus, body .link#ot-sdk-btn.btn:focus, body .ajax-load-more-wrap .link.alm-load-more-btn.btn:focus, .btn.link:active:focus {
  background: none;
  text-decoration: underline;
}
.btn.link img, body .link#ot-sdk-btn.btn img, body .ajax-load-more-wrap .link.alm-load-more-btn.btn img {
  margin: 0;
  max-height: 45px;
}
.btn.link.phone, body .link.phone#ot-sdk-btn.btn, body .ajax-load-more-wrap .link.phone.alm-load-more-btn.btn, .btn.link.email, body .link.email#ot-sdk-btn.btn, body .ajax-load-more-wrap .link.email.alm-load-more-btn.btn {
  font-family: inherit;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn.link.phone::before, body .link.phone#ot-sdk-btn.btn::before {
  content: "\f095";
}
.btn.link.email::before, body .link.email#ot-sdk-btn.btn::before {
  content: "\f2b6";
}
.btn.mini, body .mini#ot-sdk-btn.btn, body .ajax-load-more-wrap .mini.alm-load-more-btn.btn {
  padding: 10px 20px;
}
.btn.buffering, body .buffering#ot-sdk-btn.btn, body .ajax-load-more-wrap .buffering.alm-load-more-btn.btn {
  color: transparent;
  position: relative;
}
.btn.buffering::before, body .buffering#ot-sdk-btn.btn::before, body .ajax-load-more-wrap .buffering.alm-load-more-btn.btn::before, .btn.buffering::after, body .buffering#ot-sdk-btn.btn::after, body .ajax-load-more-wrap .buffering.alm-load-more-btn.btn::after {
  content: "";
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn.buffering::before, body .buffering#ot-sdk-btn.btn::before, body .ajax-load-more-wrap .buffering.alm-load-more-btn.btn::before {
  font-size: 16px;
  text-indent: -9999em;
  border: solid rgba(255, 255, 255, 0.2);
  border-left: solid #ffffff;
  border-width: 0.35em;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.btn[class*=disable], body [class*=disable]#ot-sdk-btn.btn, body .ajax-load-more-wrap [class*=disable].alm-load-more-btn.btn, .btn[class*=inactive], body [class*=inactive]#ot-sdk-btn.btn, body .ajax-load-more-wrap [class*=inactive].alm-load-more-btn.btn {
  cursor: no-drop;
}
.btn.hasIcon, body .hasIcon#ot-sdk-btn.btn, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn {
  padding: 5px;
  padding-left: 15px;
  padding-right: 0;
}
.btn.hasIcon, body .hasIcon#ot-sdk-btn.btn, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn {
  position: relative;
}
.btn.hasIcon .drop, body .hasIcon#ot-sdk-btn.btn .drop, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn .drop {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.btn.hasIcon .drop::before, body .hasIcon#ot-sdk-btn.btn .drop::before, .btn.hasIcon .drop::after, body .hasIcon#ot-sdk-btn.btn .drop::after {
  background: white;
}
.btn.hasIcon .drop::before, body .hasIcon#ot-sdk-btn.btn .drop::before {
  width: 13px;
  height: 2px;
}
.btn.hasIcon .drop::after, body .hasIcon#ot-sdk-btn.btn .drop::after {
  width: 2px;
  height: 13px;
}
.btn.hasIcon .drop:hover, body .hasIcon#ot-sdk-btn.btn .drop:hover {
  background: rgba(255, 255, 255, 0.4);
}
.btn.hasIcon .drop:hover::before, body .hasIcon#ot-sdk-btn.btn .drop:hover::before, .btn.hasIcon .drop:hover::after, body .hasIcon#ot-sdk-btn.btn .drop:hover::after {
  background: white;
}
.btn.hasIcon i, body .hasIcon#ot-sdk-btn.btn i, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn i {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: rgba(255, 255, 255, 0.4);
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.btn.hasIcon a, body .hasIcon#ot-sdk-btn.btn a, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn a, .btn.hasIcon span, body .hasIcon#ot-sdk-btn.btn span, body .ajax-load-more-wrap .hasIcon.alm-load-more-btn.btn span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
  margin-right: 20px;
}
.btn.hasIcon.link, body .hasIcon.link#ot-sdk-btn.btn, body .ajax-load-more-wrap .hasIcon.link.alm-load-more-btn.btn {
  padding: 0;
}
.btn.hasIcon.link i, body .hasIcon.link#ot-sdk-btn.btn i {
  width: auto;
  height: auto;
}
.btn.hasIcon.link a, body .hasIcon.link#ot-sdk-btn.btn a, .btn.hasIcon.link span, body .hasIcon.link#ot-sdk-btn.btn span {
  margin-left: 5px;
  margin-right: 0;
}
.btn.hasIcon.link:hover, body .hasIcon.link#ot-sdk-btn.btn:hover {
  text-decoration: none;
}
.btn.hasIcon.link:hover span, body .hasIcon.link#ot-sdk-btn.btn:hover span {
  text-decoration: underline;
}
.btn.hasIcon.mini, body .hasIcon.mini#ot-sdk-btn.btn, body .ajax-load-more-wrap .hasIcon.mini.alm-load-more-btn.btn {
  padding: 5px;
  padding-right: 0;
}
.btn.hasIcon.btn-secondary i, body .hasIcon.btn-secondary#ot-sdk-btn.btn i {
  background: #05CCBA;
}
html:not(.ready) .btn, html:not(.ready) body #ot-sdk-btn.btn, body html:not(.ready) #ot-sdk-btn.btn, html:not(.ready) body .ajax-load-more-wrap .alm-load-more-btn.btn, body .ajax-load-more-wrap html:not(.ready) .alm-load-more-btn.btn, html:not(.ready) .btn i, html:not(.ready) body #ot-sdk-btn.btn i, body html:not(.ready) #ot-sdk-btn.btn i, html:not(.ready) body .ajax-load-more-wrap .alm-load-more-btn.btn i, body .ajax-load-more-wrap html:not(.ready) .alm-load-more-btn.btn i {
  -webkit-transition: none;
  transition: none;
}

li.btn, body li#ot-sdk-btn.btn, body .ajax-load-more-wrap li.alm-load-more-btn.btn {
  position: relative;
}
li.btn > a::before, body li#ot-sdk-btn.btn > a::before, body .ajax-load-more-wrap li.alm-load-more-btn.btn > a::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  margin: auto;
  border-radius: 100px;
}

body {
  /* AJAX Load More
  ----------------------------------------
  ////////////////////////////////////// */
  /* OneTrust Cookie Settings
  ----------------------------------------
  ////////////////////////////////////// */
}
body .ajax-load-more-wrap .alm-load-more-btn.btn.loading, body .ajax-load-more-wrap .alm-load-more-btn.loading#ot-sdk-btn.btn {
  padding-left: 45px;
}
body .ajax-load-more-wrap .alm-load-more-btn.btn.loading::before, body .ajax-load-more-wrap .alm-load-more-btn.loading#ot-sdk-btn.btn::before {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
body .ajax-load-more-wrap .alm-load-more-btn.btn.done, body .ajax-load-more-wrap .alm-load-more-btn.done#ot-sdk-btn.btn, body .ajax-load-more-wrap .alm-load-more-btn.btn.done:hover {
  background: #cccccc;
  cursor: default;
}
body #onetrust-pc-sdk li {
  font-size: 100%;
}
body #onetrust-pc-sdk.otPcTab {
  padding: 0;
}
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// FORMS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}

label {
  color: inherit;
  margin: 0 0 7.5px;
  padding: 0;
}
label[for]:not([for=""]) {
  cursor: pointer;
}

input, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select, div.gform_wrapper select, textarea, div.gform_wrapper textarea, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: white;
  border: 1px solid black;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 9.999px 15px;
  color: black;
  border-radius: 6px;
  line-height: 1.5;
}
select:focus-visible, div.gform_wrapper select:focus-visible, textarea:focus-visible, div.gform_wrapper textarea:focus-visible, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
  outline: 2px solid #265EAB;
  outline-offset: 3px;
}
select:focus:not(:focus-visible), div.gform_wrapper select:focus:not(:focus-visible), textarea:focus:not(:focus-visible), div.gform_wrapper textarea:focus:not(:focus-visible), input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:not(:focus-visible), div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:not(:focus-visible) {
  outline: none;
}
select[disabled], textarea[disabled], input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled] {
  background: #e3e3e3;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  font-style: italic;
}
select::-moz-placeholder, textarea::-moz-placeholder, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  font-style: italic;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  font-style: italic;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  font-style: italic;
}
select::placeholder, textarea::placeholder, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  font-style: italic;
}

input[type=file] {
  padding: 10px;
  height: auto;
  font-size: 100%;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
}

input[type=hidden] {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
}

textarea, div.gform_wrapper textarea {
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 360px;
  padding: 15px 9.999px;
  resize: vertical;
}

/*! Select arrow reset for older browsers
----------------------------------------
////////////////////////////////////// */
select::-ms-expand, input[type=text]::-ms-clear {
  display: none;
}

/*******************
** Float icon over input box
*******************/
.input-icon {
  position: relative;
}
.input-icon input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 65px 10px 15px;
}
.input-icon i {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: auto;
  margin: auto;
  padding: 20px 15px;
  height: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  color: #265EAB;
}

/*******************
** Search Form
*******************/
button.js_open_search,
button.js_close_search {
  font-size: 100%;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.js_open_search i,
button.js_close_search i {
  font-size: 2rem;
}

.search-icons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-icons button {
  padding: 10px 5px;
  color: inherit;
}
.search-icons button i {
  color: inherit;
  font-size: 2rem;
}
.search-icons button i:hover {
  color: #ccf4f0;
}

.search-form {
  position: relative;
  height: 48px;
}
.search-form label {
  display: none;
}
.search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  padding-right: 45px;
}

.search-wrap input {
  border-radius: 6px;
}
.search-wrap .search-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
.search-wrap .search-icons button {
  color: #265EAB;
  cursor: pointer;
  padding: 15px;
  background: none;
  border: 0;
}
.search-wrap .search-icons i {
  color: #122E57;
}
.search-wrap .search-icons i:hover {
  color: #517ebb;
}

/*******************
** Merge button and input
*******************/
.input-form {
  position: relative;
  width: 100%;
}
.input-form input {
  position: relative;
  z-index: 0;
  padding: 15px;
  padding-left: 30px;
  padding-right: 165px;
  border: none;
  width: 100%;
  color: #999999;
  font-size: 2rem;
  border-radius: 100px;
}
.input-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  padding: 10px 20px;
  width: 150px;
  font-size: 2rem;
  border-radius: 0 50px 50px 0;
  min-width: 0;
}

/*! Select Wrap
----------------------------------------
////////////////////////////////////// */
.ginput_container_select {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.ginput_container_select::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: auto;
  height: 0;
  line-height: 0;
  font-size: 18px;
  color: inherit;
  pointer-events: none;
}
.ginput_container_select select, div.gform_wrapper .ginput_container_select select {
  position: relative;
  z-index: 0;
  padding-right: 45px;
  cursor: inherit;
}
li .ginput_container_select {
  font-size: 100%;
}
.ginput_container_select.disabled {
  opacity: 0.45;
}

/*! Gravityform
----------------------------------------
////////////////////////////////////// */
body .gform_wrapper {
  margin: 0;
}

.gform_confirmation_message {
  border-top: #3D3D3D;
  font-size: 2rem;
  padding-top: 30px;
}

div.gform_wrapper div.validation_error {
  font-size: 1.8rem;
  margin-bottom: 30px;
  background: #f2b7b7;
  border: 2px solid #790000;
  padding: 15px;
}
div.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
div.gform_wrapper .gform_heading > :not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  div.gform_wrapper .gform_heading > :not(:first-child) {
    margin-top: 12.5px;
  }
}
div.gform_wrapper .gform_body {
  /*!
  ----------------------------------------
  ////////////////////////////////////// */
  /*! Checkboxes and Radio inputs
  ----------------------------------------
  ////////////////////////////////////// */
}
div.gform_wrapper .gform_body ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -9.999px !important;
}
div.gform_wrapper .gform_body ul.gform_fields li {
  width: 100%;
}
div.gform_wrapper .gform_body ul.gform_fields li.half {
  width: 50%;
}
div.gform_wrapper .gform_body ul.gform_fields li.third {
  width: 33.3333%;
}
div.gform_wrapper .gform_body ul.gform_fields li.quarter {
  width: 25%;
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 9.999px 0;
  padding: 0 9.999px;
  float: none;
  left: auto;
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
  background: none;
  border: none;
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error label.gfield_label,
div.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container {
  margin-top: 0;
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  background: #f47a7a;
}
@media (min-width: 641px) {
  div.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield--type-choice {
  margin: 19.998px 0;
}
div.gform_wrapper .gform_body ul.gform_fields li.gfield--type-choice .gfield_label {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
div.gform_wrapper .gform_body .top_label .gfield_label {
  line-height: 1;
  margin-bottom: 5px;
}
div.gform_wrapper .gform_body .top_label div.ginput_container {
  margin: 0;
}
div.gform_wrapper .gform_body .top_label .small, div.gform_wrapper .gform_body .top_label .medium, div.gform_wrapper .gform_body .top_label .large {
  width: 100%;
}
div.gform_wrapper .gform_body .gfield_required {
  color: #f47a7a;
  margin: 0 0 0 2px;
}
div.gform_wrapper .gform_body .gfield_description {
  font-size: 1.4rem;
}
div.gform_wrapper .gform_body .gfield_description.validation_message {
  padding: 4px 8px;
  background: #265EAB;
  border: none;
  color: white;
  margin-top: 5px;
  border-radius: 6px;
}
div.gform_wrapper .gform_body .ginput_container_consent .gfield_required {
  display: none;
}
div.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
  font-size: 1.4rem;
}
div.gform_wrapper .gform_body .gfield_consent_description {
  font-size: 1.4rem;
  overflow-y: auto;
}
div.gform_wrapper .gform_body .gform_fileupload_rules {
  font-size: 1.2rem;
  padding: 0;
  margin: 2px 0 0;
}
div.gform_wrapper .gform_body .ginput_container_radio ul,
div.gform_wrapper .gform_body .ginput_container_checkbox ul,
div.gform_wrapper .gform_body .ginput_container_consent ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
div.gform_wrapper .gform_body .ginput_container_radio li,
div.gform_wrapper .gform_body .ginput_container_checkbox li,
div.gform_wrapper .gform_body .ginput_container_consent li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: auto;
}
div.gform_wrapper .gform_body .ginput_container_radio li + li,
div.gform_wrapper .gform_body .ginput_container_checkbox li + li,
div.gform_wrapper .gform_body .ginput_container_consent li + li {
  margin-top: 15px;
}
div.gform_wrapper .gform_body .ginput_container_radio label, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label,
div.gform_wrapper .gform_body .ginput_container_checkbox label,
div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label,
div.gform_wrapper .gform_body .ginput_container_consent label,
div.gform_wrapper .gform_body .ginput_container_consent .gfield_label {
  position: relative;
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  padding-left: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.gform_wrapper .gform_body .ginput_container_radio label::before, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label::before,
div.gform_wrapper .gform_body .ginput_container_checkbox label::before,
div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label::before,
div.gform_wrapper .gform_body .ginput_container_consent label::before,
div.gform_wrapper .gform_body .ginput_container_consent .gfield_label::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
div.gform_wrapper .gform_body .ginput_container_radio label::after, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label::after,
div.gform_wrapper .gform_body .ginput_container_consent label::after,
div.gform_wrapper .gform_body .ginput_container_consent .gfield_label::after {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 4px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #265EAB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f00c";
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  div.gform_wrapper .gform_body .ginput_container_radio label, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label,
  div.gform_wrapper .gform_body .ginput_container_checkbox label,
  div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label,
  div.gform_wrapper .gform_body .ginput_container_consent label,
  div.gform_wrapper .gform_body .ginput_container_consent .gfield_label {
    line-height: 18px;
  }
  div.gform_wrapper .gform_body .ginput_container_radio label::before, div.gform_wrapper .gform_body .ginput_container_radio .gfield_label::before,
  div.gform_wrapper .gform_body .ginput_container_checkbox label::before,
  div.gform_wrapper .gform_body .ginput_container_checkbox .gfield_label::before,
  div.gform_wrapper .gform_body .ginput_container_consent label::before,
  div.gform_wrapper .gform_body .ginput_container_consent .gfield_label::before {
    width: 18px;
    height: 18px;
  }
}
div.gform_wrapper .gform_body .ginput_container_radio label:hover::before,
div.gform_wrapper .gform_body .ginput_container_radio input:focus + label::before,
div.gform_wrapper .gform_body .ginput_container_checkbox label:hover::before,
div.gform_wrapper .gform_body .ginput_container_checkbox input:focus + label::before,
div.gform_wrapper .gform_body .ginput_container_consent label:hover::before,
div.gform_wrapper .gform_body .ginput_container_consent input:focus + label::before {
  background: rgba(38, 94, 171, 0.4);
}
div.gform_wrapper .gform_body .ginput_container_radio input,
div.gform_wrapper .gform_body .ginput_container_checkbox input,
div.gform_wrapper .gform_body .ginput_container_consent input {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
div.gform_wrapper .gform_body .ginput_container_radio input:checked + label,
div.gform_wrapper .gform_body .ginput_container_checkbox input:checked + label,
div.gform_wrapper .gform_body .ginput_container_consent input:checked + label {
  font-weight: 400;
}
div.gform_wrapper .gform_body .ginput_container_radio input:checked + label:before,
div.gform_wrapper .gform_body .ginput_container_checkbox input:checked + label:before,
div.gform_wrapper .gform_body .ginput_container_consent input:checked + label:before {
  background: white;
}
div.gform_wrapper .gform_body .ginput_container_radio input:checked + label:after,
div.gform_wrapper .gform_body .ginput_container_checkbox input:checked + label:after,
div.gform_wrapper .gform_body .ginput_container_consent input:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
div.gform_wrapper .gform_body .ginput_container_radio input[type=checkbox] + label::before, div.gform_wrapper .gform_body .ginput_container_radio input[type=checkbox] + label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox input[type=checkbox] + label::before,
div.gform_wrapper .gform_body .ginput_container_checkbox input[type=checkbox] + label::after,
div.gform_wrapper .gform_body .ginput_container_consent input[type=checkbox] + label::before,
div.gform_wrapper .gform_body .ginput_container_consent input[type=checkbox] + label::after {
  border-radius: 3px;
}
div.gform_wrapper .gform_body .ginput_container_radio input[type=radio] + label::before, div.gform_wrapper .gform_body .ginput_container_radio input[type=radio] + label::after,
div.gform_wrapper .gform_body .ginput_container_checkbox input[type=radio] + label::before,
div.gform_wrapper .gform_body .ginput_container_checkbox input[type=radio] + label::after,
div.gform_wrapper .gform_body .ginput_container_consent input[type=radio] + label::before,
div.gform_wrapper .gform_body .ginput_container_consent input[type=radio] + label::after {
  border-radius: 50%;
  content: "";
}
div.gform_wrapper .gform_body .ginput_container_radio.inline,
div.gform_wrapper .gform_body .ginput_container_checkbox.inline,
div.gform_wrapper .gform_body .ginput_container_consent.inline {
  padding: 15px 0 0;
}
div.gform_wrapper .gform_body .ginput_container_radio.inline li,
div.gform_wrapper .gform_body .ginput_container_checkbox.inline li,
div.gform_wrapper .gform_body .ginput_container_consent.inline li {
  display: inline-block;
  width: 33.3333%;
}
div.gform_wrapper .gform_body .ginput_container_radio.inline li, div.gform_wrapper .gform_body .ginput_container_radio.inline li + li,
div.gform_wrapper .gform_body .ginput_container_checkbox.inline li,
div.gform_wrapper .gform_body .ginput_container_checkbox.inline li + li,
div.gform_wrapper .gform_body .ginput_container_consent.inline li,
div.gform_wrapper .gform_body .ginput_container_consent.inline li + li {
  margin: 15px 0;
}
div.gform_wrapper .gform_footer {
  padding: 0;
  margin: 30px 0 0;
}
div.gform_wrapper .gform_footer .btn, div.gform_wrapper .gform_footer body .ajax-load-more-wrap .alm-load-more-btn.btn, body .ajax-load-more-wrap div.gform_wrapper .gform_footer .alm-load-more-btn.btn, div.gform_wrapper .gform_footer body #ot-sdk-btn.btn, body div.gform_wrapper .gform_footer #ot-sdk-btn.btn, div.gform_wrapper .gform_footer .gform_ajax_spinner {
  vertical-align: middle;
}
div.gform_wrapper .gform_footer input[type=submit].btn, div.gform_wrapper .gform_footer body input[type=submit]#ot-sdk-btn.btn, body div.gform_wrapper .gform_footer input[type=submit]#ot-sdk-btn.btn, div.gform_wrapper .gform_footer button.btn, div.gform_wrapper .gform_footer body .ajax-load-more-wrap button.alm-load-more-btn.btn, body .ajax-load-more-wrap div.gform_wrapper .gform_footer button.alm-load-more-btn.btn, div.gform_wrapper .gform_footer body button#ot-sdk-btn.btn, body div.gform_wrapper .gform_footer button#ot-sdk-btn.btn {
  margin: 0;
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.4rem;
  min-height: 0;
}
@media (min-width: 641px) {
  div.gform_wrapper .gform_footer input[type=submit].btn, div.gform_wrapper .gform_footer body input[type=submit]#ot-sdk-btn.btn, body div.gform_wrapper .gform_footer input[type=submit]#ot-sdk-btn.btn, div.gform_wrapper .gform_footer button.btn, div.gform_wrapper .gform_footer body .ajax-load-more-wrap button.alm-load-more-btn.btn, body .ajax-load-more-wrap div.gform_wrapper .gform_footer button.alm-load-more-btn.btn, div.gform_wrapper .gform_footer body button#ot-sdk-btn.btn, body div.gform_wrapper .gform_footer button#ot-sdk-btn.btn {
    margin: 0;
    font-family: 'open-sans-condensed', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.4rem;
    min-height: 0;
  }
}

form.inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: black;
}
form.inline-form select, form.inline-form textarea, form.inline-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), form.inline-form .btn, form.inline-form body .ajax-load-more-wrap .alm-load-more-btn.btn, body .ajax-load-more-wrap form.inline-form .alm-load-more-btn.btn, form.inline-form body #ot-sdk-btn.btn, body form.inline-form #ot-sdk-btn.btn, form.inline-form * {
  border-color: inherit;
}
form.inline-form select, form.inline-form textarea, form.inline-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 5px 0 0 5px;
}
form.inline-form .btn:not(.link), form.inline-form body #ot-sdk-btn.btn:not(.link), body form.inline-form #ot-sdk-btn.btn:not(.link) {
  border-radius: 0 5px 5px 0;
  height: 48px;
  border-left: 0;
  white-space: nowrap;
}
form.inline-form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
form.inline-form .gform_body .top_label .gfield_label {
  margin: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
form.inline-form .gform_body ul.gform_fields, form.inline-form .gform_body ul.gform_fields li.gfield, form.inline-form .gform_body ul.gform_fields li.gfield_error {
  margin: 0 !important;
  padding: 0;
  display: block;
  width: 100%;
}
@media (min-width: 641px) {
  form.inline-form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
form.inline-form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0;
}
form.inline-form .gform_body .validation_message {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
}
form.inline-form .gform_footer {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  width: auto;
  position: relative;
}
form.inline-form .gform_footer .btn, form.inline-form .gform_footer body #ot-sdk-btn.btn, body form.inline-form .gform_footer #ot-sdk-btn.btn, form.inline-form .gform_footer input[type=submit], form.inline-form .gform_footer input.button {
  padding: 0 10px;
  height: 100%;
  min-width: 100px;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
form.inline-form .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  margin: auto;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// LISTS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.no-list, .no-list ul, .no-list li, .post-text .no-list, .post-text .no-list ul, .post-text .no-list li, .wysiwyg .no-list, .wysiwyg .no-list ul, .wysiwyg .no-list li {
  list-style-type: none;
  padding: 0;
  left: auto;
  position: static;
}

.list-stack li:not(:first-child), .list-info li:not(:first-child), .list-stack-lg li:not(:first-child), .list-stack-xl li:not(:first-child) {
  margin-top: 15px;
}
.list-stack a:not(.btn):hover, .list-info a:not(.btn):hover, .list-stack-lg a:not(.btn):hover, .list-stack-xl a:not(.btn):hover {
  text-decoration: underline;
}
.list-stack-lg li:not(:first-child) {
  margin-top: 22.5px;
}
.list-stack-xl li:not(:first-child) {
  margin-top: 30px;
}

.list-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.list-info img, .list-info i {
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 4px;
  margin-right: 10px;
}
.list-info a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// TABLES
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*! Tables
----------------------------------------
////////////////////////////////////// */
table {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}
table thead, table tbody, table tfoot, table tr, table th, table td {
  border-color: inherit;
}
table th, table td {
  padding: 1em 1.5em;
  border-width: 1px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
@media (max-width: 767px) {
  table th, table td {
    padding: 0.5em 1em;
  }
}
table th a, table td a {
  text-decoration: underline;
}
table th {
  font-weight: 700;
}

/*! Table styles for dark backrounds
----------------------------------------
////////////////////////////////////// */
.table-highlight table,
.table-highlight-header table th {
  border: 1px solid white;
  color: black;
  border-color: black;
  background: #E5F7FF;
}

/*! Table with minimal borders
----------------------------------------
////////////////////////////////////// */
.table-airy, .info-listing, .table-airy table, .info-listing table, .table-airy thead, .info-listing thead, .table-airy tbody, .info-listing tbody, .table-airy tfoot, .info-listing tfoot, .table-airy tr, .info-listing tr, .table-airy th, .info-listing th, .table-airy td, .info-listing td {
  border-width: 0;
}
.table-airy tbody tr, .info-listing tbody tr {
  border-top-width: 1px;
  border-top-style: solid;
}
.table-airy tbody tr:last-child, .info-listing tbody tr:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table-airy th:first-child, .info-listing th:first-child, .table-airy td:first-child, .info-listing td:first-child {
  padding-left: 0;
}
.table-airy th:last-child, .info-listing th:last-child, .table-airy td:last-child, .info-listing td:last-child {
  padding-right: 0;
}
.table-airy[class*=table-highlight] th, [class*=table-highlight].info-listing th, .table-airy[class*=table-highlight] td, [class*=table-highlight].info-listing td {
  border-left: 0;
  border-right: 0;
}

/*! Table with no borders
----------------------------------------
////////////////////////////////////// */
.table-noborder, .table-noborder table, .table-noborder thead, .table-noborder tbody, .table-noborder tfoot, .table-noborder tr, .table-noborder th, .table-noborder td {
  border-width: 0;
}
.table-noborder td, .table-noborder th {
  padding-left: 0;
  padding-bottom: 0;
}
.table-noborder table > :first-child tr:first-child td, .table-noborder table > :first-child tr:first-child th {
  padding-top: 0;
}

/*! Striped Table
----------------------------------------
////////////////////////////////////// */
.table-striped tbody tr:nth-child(odd) {
  background-color: #e3e3e3;
}

/*! Table Overflow Wrapper
----------------------------------------
////////////////////////////////////// */
@media (max-width: 767px) {
  .table-overflow {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .table-overflow table {
    width: 100%;
    min-width: 600px;
  }
}

/*! Stack table cells on mobile 
----------------------------------------
////////////////////////////////////// */
@media (max-width: 1023px) {
  .table-mobile-stack table, .table-mobile-stack thead, .table-mobile-stack tbody, .table-mobile-stack tfoot, .table-mobile-stack tr, .table-mobile-stack th, .table-mobile-stack td {
    display: block;
    padding: 0;
  }
  .table-mobile-stack thead {
    display: none;
  }
  .table-mobile-stack th, .table-mobile-stack td {
    margin: 0;
    padding: 9.999px 15px;
  }
  .table-mobile-stack th:not(:first-child), .table-mobile-stack td:not(:first-child) {
    border-top: 0;
  }
  .table-mobile-stack th:not(:last-child), .table-mobile-stack td:not(:last-child) {
    border-bottom: 0;
  }
  .table-mobile-stack tr + tr {
    margin-top: 15px;
  }
  .table-mobile-stack tr th:first-child, .table-mobile-stack tr td:first-child {
    border-top-width: 0.25rem;
  }
}

/* Components
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  ANCHOR LINKS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.anchor-links {
  border-top: 1px solid #999999;
}
.anchor-links p, .anchor-links li {
  line-height: 1.75;
}
.anchor-links .inner {
  position: relative;
  top: -1px;
  background: #E5F7FF;
  padding: 10px 20px;
  border-left: 6px solid #9BEBE3;
  text-align: left;
}
.anchor-links .links {
  margin-top: 5px;
}
.anchor-links .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor-links .links li:not(:last-child) {
  margin-right: 10px;
}
.anchor-links .links li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}
.anchor-links .links a {
  white-space: nowrap;
  color: black;
}
@media (min-width: 768px) {
  .anchor-links .inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 30px;
  }
  .anchor-links .text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    white-space: nowrap;
  }
  .anchor-links .links {
    margin: 0 0 0 15px;
  }
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  BREADCRUMB
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #breadcrumb {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
#breadcrumb p {
  display: block;
  margin: 0 -7.5px;
  font-size: 1.4rem;
}
#breadcrumb span {
  display: inline-block;
  padding: 0 7.5px;
}
#breadcrumb span span {
  padding: 0;
}
#breadcrumb a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb a:hover span {
  text-decoration: underline;
}
#breadcrumb .current-item {
  font-weight: 700;
}
#breadcrumb .post-tribe_events, #breadcrumb .post-testimony {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  BANNER
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.banner {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .banner {
    padding: 0 0 30px;
  }
}
.banner-img {
  position: relative;
}
.banner-img::before {
  z-index: 1;
}
.banner-img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .banner-img[class*=shaded-] {
    padding-left: 30%;
  }
}
@media (max-width: 575px) {
  .banner-img[class*=shaded-] img {
    -o-object-position: 80%;
       object-position: 80%;
  }
  .banner-img[class*=shaded-]::after {
    background: rgba(38, 94, 171, 0.75);
  }
}
.banner [class*=container] {
  position: relative;
  z-index: 10;
}
.banner.carousel .slick-dots {
  bottom: 30px;
}
@media (max-width: 767px) {
  .banner.carousel .slick-dots {
    bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .banner.side-arrows .slick-arrow.prev {
    left: 30px;
    right: auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .banner.side-arrows .slick-arrow.prev {
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .banner.side-arrows .slick-arrow.next {
    right: 30px;
    left: auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .banner.side-arrows .slick-arrow.next {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .banner.side-arrows .slick-arrow {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// BANNER CTA
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.banner-cta {
  min-height: 100%;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// BAR CTA
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.bar-cta, .bar-cta-floating {
  text-align: center;
}
.bar-cta .cta-container, .bar-cta-floating .cta-container {
  padding: 20px 25px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  width: auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bar-cta .cta-container, .bar-cta-floating .cta-container {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .bar-cta .cta-container > div, .bar-cta-floating .cta-container > div {
    display: block;
  }
  .bar-cta .cta-container > div > div:not(:first-child), .bar-cta-floating .cta-container > div > div:not(:first-child) {
    margin-top: 10px;
  }
}
.bar-cta .cta-container.size-sm, .bar-cta-floating .cta-container.size-sm {
  min-width: 75%;
}
.bar-cta .cta-container.size-lg, .bar-cta-floating .cta-container.size-lg {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .bar-cta p, .bar-cta-floating p {
    font-size: 2.4rem;
  }
}
.bar-cta-floating {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// BAR HEADING
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .bar-heading .menu-list nav {
    border-top: 1px solid #fff;
  }
  .bar-heading .menu-list .post-preview {
    padding-top: 30px;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CHECK LIST
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
ul.check-list, ul.check-list-2, ul.check-list-3, ul.check-list-4 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-top: -30px;
}
ul.check-list li, ul.check-list-2 li, ul.check-list-3 li, ul.check-list-4 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
ul.check-list li::before, ul.check-list-2 li::before, ul.check-list-3 li::before, ul.check-list-4 li::before {
  content: "";
  background: url("../images/icon-checkmark-circle.svg") no-repeat 50%;
  background-size: auto;
  background-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 20px;
  margin: 5px 15px 0 0;
  min-width: 20px;
}
@media (min-width: 768px) {
  ul.check-list-2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  ul.check-list-3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  ul.check-list-4 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CONTENT CARD
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.content-card, .contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: 6px;
}
.content-card > div, .contact-card > div {
  padding: 30px 20.001px;
}
@media (max-width: 1199px) {
  .content-card > div, .contact-card > div {
    padding: 20.001px 15px;
  }
}
.content-card > div:first-child, .contact-card > div:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.content-card > div:last-child, .contact-card > div:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-card > div.post-icon, .contact-card > div.post-icon, .content-card > div.post-icon-lg, .contact-card > div.post-icon-lg { /* @include absolute(0,0,auto,0); transform: translate3d(0,-50%,0); */
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0;
  background: #E5F7FF;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-card > div.post-icon, .contact-card > div.post-icon, .content-card > div.post-icon-lg, .contact-card > div.post-icon-lg, .content-card > div.post-icon:first-child, .content-card > div.post-icon:last-child {
  border-radius: 50%;
}
.content-card > div.post-icon img, .contact-card > div.post-icon img, .content-card > div.post-icon-lg img, .contact-card > div.post-icon-lg img {
  width: 45px;
  height: auto;
  margin: auto;
}
.content-card > div.post-icon + .post-details > div:first-child, .contact-card > div.post-icon + .post-details > div:first-child, .content-card > div.post-icon-lg + .post-details > div:first-child, .contact-card > div.post-icon-lg + .post-details > div:first-child {
  padding-top: 60.003px;
}
@media (min-width: 1200px) {
  .content-card > div.post-icon + .post-details > div:first-child, .contact-card > div.post-icon + .post-details > div:first-child, .content-card > div.post-icon-lg + .post-details > div:first-child, .contact-card > div.post-icon-lg + .post-details > div:first-child {
    padding-top: 30px;
  }
}
.content-card > div.post-icon + .post-details .post-tag, .contact-card > div.post-icon + .post-details .post-tag, .content-card > div.post-icon-lg + .post-details .post-tag, .contact-card > div.post-icon-lg + .post-details .post-tag {
  position: static;
  margin: 0;
  max-width: 100%;
}
.content-card > div.post-icon + .post-details .post-tag span, .contact-card > div.post-icon + .post-details .post-tag span, .content-card > div.post-icon-lg + .post-details .post-tag span, .contact-card > div.post-icon-lg + .post-details .post-tag span {
  -webkit-transform: none;
          transform: none;
}
.content-card .post-image, .contact-card .post-image {
  border-radius: 0;
  padding: 0;
}
.content-card .post-image img, .contact-card .post-image img, .content-card .post-image video, .contact-card .post-image video {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-card .post-details, .contact-card .post-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
.content-card .post-details > div, .contact-card .post-details > div {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.content-card .post-details > div.post-title, .contact-card .post-details > div.post-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section.plain .content-card .post-details, .section.plain .contact-card .post-details, .section.shaded-white .content-card .post-details, .section.shaded-white .contact-card .post-details, .content-card > .section.content-card-body .content-card .post-details, .contact-card > .section.content-card-body .content-card .post-details, .content-card > .section.content-card-body .contact-card .post-details, .contact-card > .section.content-card-body .contact-card .post-details {
  background-color: #E5F7FF;
}
.content-card .post-image + .post-details, .contact-card .post-image + .post-details {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.content-card .post-tag, .contact-card .post-tag {
  max-width: 75%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 30px;
  margin: auto;
  z-index: 1;
}
.content-card .post-tag span, .contact-card .post-tag span {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.content-card .post-tag + div, .contact-card .post-tag + div {
  margin-top: 0;
}
.content-card .btn.link, .contact-card .btn.link, .content-card body .ajax-load-more-wrap .link.alm-load-more-btn.btn, .contact-card body .ajax-load-more-wrap .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .content-card .link.alm-load-more-btn.btn, body .ajax-load-more-wrap .contact-card .link.alm-load-more-btn.btn, .content-card body .link#ot-sdk-btn.btn, .contact-card body .link#ot-sdk-btn.btn, body .content-card .link#ot-sdk-btn.btn, body .contact-card .link#ot-sdk-btn.btn {
  color: inherit;
}
.content-card > .content-card-header, .contact-card > .content-card-header {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 1024px) {
  .content-card > .content-card-header, .contact-card > .content-card-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-card[class*=shaded-] .post-details, [class*=shaded-].contact-card .post-details {
  background-color: inherit;
}

a.content-card:hover > .content-card-header, a.contact-card:hover > .content-card-header {
  background-color: #517ebb !important;
}

.homepage_cta_boxes .content-card, .homepage_cta_boxes .contact-card {
  min-height: auto;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CONTACT CARD
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*! Extends from "Content Card"
 *
 * @PATH: ./_content-card.scss
----------------------------------------
////////////////////////////////////// */
.contact-card {
  text-align: center;
}
.contact-card .post-details {
  background: #E5F7FF;
}
.contact-card .list-info li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-card .list-info a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.contact-card__name {
  font-weight: 400;
}
.contact-card__position {
  font-size: 1.6rem;
}
.contact-card__info > p a:not(.btn) {
  text-decoration: none;
}
.contact-card__info > p a:not(.btn):hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CONTACT LIST
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.contact-list .post-details {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  EVENT CALENDAR
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
#content {
  --tec-font-size-4: 1.8rem;
  --tec-color-text-primary: #122E57;
  --tec-color-background-events-bar-submit-button: #265EAB;
  --tec-color-background-events-bar-submit-button-hover: #517ebb;
  --tec-color-accent-primary: #265EAB;
}
#content .tribe-events, #content .tribe-events-pg-template {
  font-size: 1.4rem;
}
#content .tribe-events, #content .tribe-events * {
  font-family: inherit;
}
#content .tribe-events-content a, #content .tribe-events-content a:hover,
#content .tribe-events a.tribe-events-c-small-cta__text,
#content .tribe-events a.tribe-events-c-small-cta__text:hover,
#content .tribe-events .tribe-common-anchor-thin,
#content .tribe-events .tribe-common-anchor-thin:hover {
  border: 0;
}
#content .tribe-events .tribe-events button {
  font-family: 'open-sans-condensed', sans-serif;
}
#content .tribe-events .tribe-events-l-container {
  min-height: 0;
  padding: 0;
}
#content .tribe-events .tribe-events-c-events-bar {
  background: white;
}
#content .tribe-events .tribe-events-c-nav__list-item, #content .tribe-events .tribe-events-c-nav__list-item:disabled {
  font-size: inherit;
}
#content .tribe-events .tribe-events-c-nav__list-item a, #content .tribe-events .tribe-events-c-nav__list-item button, #content .tribe-events .tribe-events-c-nav__list-item:disabled a, #content .tribe-events .tribe-events-c-nav__list-item:disabled button {
  font-size: 1.8rem;
}
#content .tribe-events .tribe-events-c-top-bar__today-button {
  background: white;
}
#content .tribe-events .tribe-events-c-view-selector__list-item-link {
  border-radius: 0;
}
#content .tribe-events .tribe-events-calendar-month__day-date {
  font-size: var(--tec-font-size-4);
}
#content .tribe-events .tribe-events-calendar-month__day-date, #content .tribe-events .tribe-events-calendar-month__calendar-event {
  padding-left: var(--tec-spacer-2);
  padding-right: var(--tec-spacer-2);
}
#content .tribe-events .tribe-events-calendar-list__event-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content .tribe-events .tribe-events-calendar-list__event-description {
  font-size: inherit;
  display: block !important;
  visibility: visible;
  margin-top: var(--tec-spacer-2);
}
#content .tribe-events .tribe-events-calendar-list .tribe-events-c-small-cta__price {
  display: none;
}
#content .tribe-events .tribe-events-pro-summary__event-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#content .tribe-events .tribe-events-pro-summary__event-title-link {
  display: block;
}
#content .tribe-events .tribe-events-pro-summary__event-cost {
  margin-left: 0;
}
#content .tribe-events .datepicker {
  border-radius: 0;
  background: white;
}
#content .tribe-events .datepicker .day.active, #content .tribe-events .datepicker .day.active.focused, #content .tribe-events .datepicker .day.active:focus, #content .tribe-events .datepicker .day.active:hover, #content .tribe-events .datepicker .month.active, #content .tribe-events .datepicker .month.active.focused, #content .tribe-events .datepicker .month.active:focus, #content .tribe-events .datepicker .month.active:hover, #content .tribe-events .datepicker .year.active, #content .tribe-events .datepicker .year.active.focused, #content .tribe-events .datepicker .year.active:focus, #content .tribe-events .datepicker .year.active:hover {
  color: white;
}
#content .tribe-events .datepicker .datepicker-switch:active, #content .tribe-events .datepicker .datepicker-switch:focus, #content .tribe-events .datepicker .datepicker-switch:hover, #content .tribe-events .datepicker .next:active, #content .tribe-events .datepicker .next:focus, #content .tribe-events .datepicker .next:hover, #content .tribe-events .datepicker .prev:active, #content .tribe-events .datepicker .prev:focus, #content .tribe-events .datepicker .prev:hover {
  color: #265EAB;
}
#content .tribe-events .tribe-events-c-subscribe-dropdown {
  position: relative;
  margin-top: 0;
}
#content .tribe-events .tribe-events-c-subscribe-dropdown__content {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#content .tribe-events .tribe-events-c-search__input-control-icon-svg {
  right: 25px;
}
#content .tribe-events:not(.tribe-common--breakpoint-medium) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #ccc;
}
#content .tribe-events:not(.tribe-common--breakpoint-medium) .tribe-events-c-events-bar__search-container {
  padding-top: 24px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
  color: inherit;
}
#content .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  margin-bottom: var(--tec-spacer-0);
}
#content .tribe-address {
  display: block;
}
#content .tribe-common .tribe-common-h4 {
  font-size: var(--tec-font-size-2);
}
#content .tribe-common .tribe-common-l-container {
  max-width: 100%;
}
#content .tribe-common--breakpoint-medium .tribe-events-c-events-bar__search {
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
#content .event-tickets .tribe-tickets__tickets-form {
  border-radius: 0;
  background: white;
}
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button,
#content .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
#content .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
  color: white;
}
#content .tribe-events .tribe-events-c-search__button, #content .tribe-events button.tribe-events-c-search__button,
#content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
#content .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
#content .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button {
  background: #265EAB;
  border-color: #265EAB;
}
#content .tribe-events .datepicker .next:active .tribe-events-c-top-bar__datepicker-nav-icon-svg path,
#content .tribe-events .datepicker .next:focus .tribe-events-c-top-bar__datepicker-nav-icon-svg path,
#content .tribe-events .datepicker .next:hover .tribe-events-c-top-bar__datepicker-nav-icon-svg path,
#content .tribe-events .datepicker .prev:active .tribe-events-c-top-bar__datepicker-nav-icon-svg path,
#content .tribe-events .datepicker .prev:focus .tribe-events-c-top-bar__datepicker-nav-icon-svg path,
#content .tribe-events .datepicker .prev:hover .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
  fill: #265EAB;
}

body .tooltipster-base {
  border-radius: 0;
  background: white;
}

body .tooltipster-base h3 {
  font-size: 14px;
}

body .tooltipster-base p {
  font-size: 12px;
}

body .tribe-common .tribe-common-3 {
  font-size: 100%;
}

#tribe-events-events-bar-search input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: auto;
  margin: calc(var(--tec-spacer-2) * -1) 0;
  padding: var(--tec-spacer-4);
  padding-left: var(--tec-spacer-8);
  border-radius: 0;
  border: 0;
  background: white;
}

#tribe-events-pg-template .tribe-events {
  margin-top: var(--tec-spacer-7);
}
#tribe-events-pg-template .tribe-events-single > .tribe_events {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tribe-events-pg-template .tribe-events-back a {
  font-family: inherit;
  font-size: 100%;
}
#tribe-events-pg-template .tribe-events-content {
  font-family: inherit;
  margin-bottom: var(--tec-spacer-7);
}
#tribe-events-pg-template .tribe-events-content li {
  font-size: 100%;
}
#tribe-events-pg-template .tribe-events-content > .btn {
  margin-bottom: var(--tec-spacer-3);
}
#tribe-events-pg-template .tribe-events-single-section-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#tribe-events-pg-template .tribe-events-event-meta {
  font-size: 100%;
  font-family: inherit;
}
#tribe-events-pg-template .tribe-events-event-meta dl {
  font-size: var(--tec-font-size-2);
}
#tribe-events-pg-template .tribe-events-event-meta a {
  text-decoration: underline;
  color: #265EAB;
}
#tribe-events-pg-template .tribe-events-event-meta abbr, #tribe-events-pg-template .tribe-events-event-meta .tribe-venue a {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}
#tribe-events-pg-template .tribe-events-meta-item {
  font: inherit;
}
@media (min-width: 992px) {
  #tribe-events-pg-template .tribe-events-meta-group {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
#tribe-events-pg-template .tribe-events-venue-map {
  width: 100%;
}
#tribe-events-pg-template .tribe-events-single-event-title, #tribe-events-pg-template .tribe-events-schedule h2 {
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: inherit;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-cost,
#tribe-events-pg-template .tribe-events-single .tribe-events-event-cost-label,
#tribe-events-pg-template .tribe-events-single .tribe-events-event-cost {
  display: none;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 50%;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav a::before, #tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav a::after {
  min-width: 11px;
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav a::before {
  margin-right: var(--tec-spacer-2);
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav a::after {
  margin-left: var(--tec-spacer-2);
}
@media (min-width: 992px) {
  #tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav {
    font-size: 100%;
  }
  #tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav li {
    font-size: 1.6rem;
  }
}
#tribe-events-pg-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  #tribe-events-pg-template .tribe-events-single ul.tribe-related-events li {
    max-width: 33.3333333333%;
  }
}
#tribe-events-pg-template .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 0 var(--tec-spacer-3) var(--tec-spacer-1);
  font-size: 1.2rem;
}
#tribe-events-pg-template .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
  padding: 0;
}
#tribe-events-pg-template .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
  position: static;
  -webkit-transform: none;
          transform: none;
}
#tribe-events-pg-template .event-tickets {
  margin-top: 0;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-form {
  max-width: none;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-item-quantity {
  font-size: 100%;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-item-quantity-number {
  margin: 0 10px;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-item-quantity-number-input {
  padding: 0;
  font-size: 16px;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  background: #e3e3e3;
  color: #666666;
  opacity: 0.5;
}
#tribe-events-pg-template .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled::before {
  content: "Select ticket(s) above to ";
  font: inherit;
  color: inherit;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  font-size: 100%;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  border-radius: 0;
  background: white;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
  border-radius: 0;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  FILTER
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
.filter, .filter-inline, .filter-center {
  position: relative;
  text-align: left;
}
.filter label, .filter-inline label, .filter-center label {
  display: block;
  margin: 0 0 9.999px;
}
.filter .ginput_container_select, .filter-inline .ginput_container_select, .filter-center .ginput_container_select {
  display: inline-block;
  min-width: 180px;
}
.filter-center, .filter-inline {
  position: static;
  display: inline-block;
}
.filter-center::before, .filter-inline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background: #ccc;
  z-index: -1;
}
.filter-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter-inline label {
  margin: 0;
  margin-right: 15px;
}
.filter-results > *, .filter-results-none {
  display: none;
}
.filter-results-none {
  text-align: center;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
#footer {
  /* Navigation
  ----------------------------------------
  ////////////////////////////////////// */
  /* Social media
  ----------------------------------------
  ////////////////////////////////////// */
  /* Copyright
  ----------------------------------------
  ////////////////////////////////////// */
}
#footer .footer-links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-links {
  position: relative;
}
#footer .footer-links .drop {
  width: 48px;
  height: 48px;
  background: none;
}
#footer .footer-links .drop::before, #footer .footer-links .drop::after {
  background: white;
}
#footer .footer-links .drop::before {
  width: 14px;
  height: 2px;
}
#footer .footer-links .drop::after {
  width: 2px;
  height: 14px;
}
#footer .footer-links .drop:hover {
  background: none;
}
#footer .footer-links .drop:hover::before, #footer .footer-links .drop:hover::after {
  background: white;
}
#footer .footer-links li {
  position: relative;
  font-size: 100%;
}
#footer .footer-links li.btn {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.4rem;
  margin-top: 20px;
}
#footer .footer-links li:not(.btn) > a {
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
}
#footer .footer-links li:not(.btn) > a:hover, #footer .footer-links li:not(.btn) > a:focus {
  text-decoration: underline;
}
#footer .footer-links li:not(.btn) > a[href="#"], #footer .footer-links li:not(.btn) > a[href="#"]:hover, #footer .footer-links li:not(.btn) > a[href="#"]:active, #footer .footer-links li:not(.btn) > a[href="#"]:focus, #footer .footer-links li:not(.btn) > a[href="#"]:active:focus {
  cursor: default;
  text-decoration: none;
}
#footer .footer-links > li:not(.btn) > a {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
}
#footer .footer-links > li > ul {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #footer .footer-links > li > ul {
    display: block !important;
  }
}
#footer .footer-links > li > ul > li + li {
  margin-top: 7.5px;
}
@media (max-width: 991px) {
  #footer .footer-links, #footer .footer-links li:not(.btn), #footer .footer-links li:not(.btn) > a, #footer .footer-links ul {
    display: block;
    margin: 0;
  }
  #footer .footer-links li:not(.btn) > a {
    padding: 9.999px 0;
  }
  #footer .footer-links > li {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  #footer .footer-links > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  #footer .footer-links > li ul {
    display: none;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0;
  }
  #footer .footer-links > li:not(.btn) > a {
    padding: 7.5px 0;
  }
}
#footer .social .fa-circle {
  color: #E5F7FF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .social li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 170%;
}
#footer .social a {
  scale: 1;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  color: #265EAB;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .social a:hover {
  scale: 1.1;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#footer .social a:hover .fa-circle {
  color: #9BEBE3;
}
#footer .copy p {
  font-size: 1.4rem;
}
#footer .copy .terms-link {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 22.5px;
}
#footer .copy .terms-link:hover, #footer .copy .terms-link:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  HEADER
////////////////////////////////////////////////////////////////////////////////////////////////////
// Find all variables inside 'my-mixins'
--------------------------------------------------------------------------------------------------*/
#header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  background: white;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  translate: 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #header {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
#header .container, #header .row, #header .section .alm-listing, .section #header .alm-listing {
  height: 100%;
}
@media (max-width: 991px) {
  #header .inner {
    text-align: right;
  }
}
#header a[href="#"] {
  cursor: text;
}
@media (max-width: 991px) {
  #header .nav-wrap {
    display: none;
  }
}
#header .nav-quick li:not(.btn) {
  font-size: 100%;
}
#header .nav-quick li:not(.btn) .btn {
  font-size: 1.4rem;
}
#header button.js_open_search {
  padding: 0 10px;
  background: none;
  border: 0;
}
#header button.js_open_search i {
  font-size: 18px;
  min-width: 18px;
}
#header .search-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .search-wrap .search-form {
  width: 100%;
  height: 100%;
}
#header .search-wrap .search-icons i {
  font-size: 2.8rem;
  display: block;
}
@media (min-width: 1024px) {
  .hideHeader #header {
    margin-top: -135px;
  }
}
.admin-bar > #header {
  top: 32px;
}

/* Primary Navigation
----------------------------------------
////////////////////////////////////// */
ul.main li {
  position: relative;
}
ul.main li a:not(.btn), ul.main li a.link {
  display: block;
}
ul.main li a:not(.btn):hover, ul.main li a.link:hover {
  text-decoration: underline;
}
ul.main li.btn a:hover, ul.main body li#ot-sdk-btn.btn a:hover, body ul.main li#ot-sdk-btn.btn a:hover {
  text-decoration: none;
}

#nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#nav a {
  color: #122E57;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  position: relative;
}
#nav ul.main > li {
  display: inline-block;
  font-family: 'open-sans-condensed', sans-serif;
  font-size: 1.6rem;
}
#nav ul.main > li > a {
  padding: 18px 22.5px;
  letter-spacing: 0.025em;
  background: none;
}
@media screen and (max-width: 1599.98px) {
  #nav ul.main > li > a {
    padding: 11.25px 18px;
  }
}
@media (max-width: 1199px) {
  #nav ul.main > li > a {
    padding: 7.875px 12.375px;
  }
}
#nav ul.main > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: white;
  min-width: 240px;
  padding: 10px 6.5px;
  background: #E5F7FF;
}
#nav ul.main > li > ul > li {
  display: block;
  width: 100%;
}
#nav ul.main > li > ul > li > a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 8px 4px;
  font-size: 80%;
  color: black;
}
#nav ul.main > li.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}
#nav ul.main > li.menu-item-has-children > a::before {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  left: auto;
  margin: auto;
  min-width: 13px;
  height: 15px;
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-size: 80%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.main > li.menu-item-has-children.show-menu > a {
  background: #265EAB;
  color: white;
}
#nav ul.main > li.menu-item-has-children.show-menu > a::before {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
  color: inherit;
}
#nav ul.main > li.mega-menu-item {
  position: static;
  white-space: normal;
}
html:not(.open-search) #nav ul.main li.show-menu > a {
  background: #E5F7FF;
  color: black;
}
html:not(.open-search) #nav ul.main li.show-menu > ul, html:not(.open-search) #nav ul.main li.show-menu > .mega-menu {
  display: block;
}
#nav .mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  text-align: left;
  display: none;
}
#nav .mega-menu a {
  color: inherit;
  text-align: inherit;
  white-space: normal;
}
#nav .mega-menu p {
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
}
#nav .mega-menu .post-nav p {
  font-size: 1.2rem;
}
#nav .mega-menu .post-title-sub a {
  display: inline-block;
}
#nav .mega-menu .post-title-sub i {
  background: #265EAB;
  font-size: 60%;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .mega-menu-submenu {
  padding: 60px;
  background: #122E57;
  border-radius: 6px;
}

/* Search Form: Open
----------------------------------------
////////////////////////////////////// */
html.open-search #header .nav-quick, html.open-search #header .js_open_search {
  opacity: 0;
  pointer-events: none;
}
html.open-search #header .search-wrap {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  padding: 15px 0;
}
html.open-search #header .search-wrap input {
  padding: 0 25px;
  padding-right: 120px;
}
html.open-search #nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
}
html.open-search #nav li:hover > ul {
  display: none;
}
html.open-search #nav ul.main > li > a, html.open-search #nav ul.main > li > a::before, html.open-search #nav ul.main > li > a:hover, html.open-search #nav ul.main > li > a:hover::before, html.open-search #nav ul.main > li.current-menu-item > a, html.open-search #nav ul.main > li.current-menu-item > a::before, html.open-search #nav ul.main > li.current-menu-item > a:hover, html.open-search #nav ul.main > li.current-menu-item > a:hover::before {
  cursor: default;
  color: transparent;
  text-decoration: none;
}

/* Mobile Wrapper
----------------------------------------
////////////////////////////////////// */
#mobile-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 15px 30px 0;
  width: auto;
  height: auto;
  background: white;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu.slideIn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: auto;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
#mobile-menu.visible {
  visibility: visible;
}
#mobile-menu .search-wrap .js_close_search {
  display: none;
}
#mobile-menu li {
  width: 100%;
  text-align: left;
  position: relative;
}
#mobile-menu li li {
  padding-left: 10px;
}
#mobile-menu ul.main a:not(.btn) {
  display: block;
}
#mobile-menu ul.main > li {
  font-size: 2.4rem;
}
#mobile-menu ul.main > li > a {
  font-family: 'open-sans-condensed', sans-serif;
  padding: 9.999px 15px;
  background: none;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.6667);
          box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.6667);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu ul.main > li + li {
  margin-top: 10px;
}
#mobile-menu ul.main > li.sub-menu-open > a {
  background: #265EAB;
  border-color: #265EAB;
  color: white;
}
#mobile-menu ul.main > li.hover > a {
  background: #517ebb;
  border-color: #517ebb;
  color: white;
  text-decoration: none;
}
#mobile-menu ul.main > li.hover button::after, #mobile-menu ul.main > li.hover button::before, #mobile-menu ul.main > li.sub-menu-open button::after, #mobile-menu ul.main > li.sub-menu-open button::before {
  background: white;
}
#mobile-menu ul.main > li.menu-item-has-children > a {
  padding-right: 60px;
}
#mobile-menu ul.main > li.menu-item-has-children ul {
  display: none;
  padding-top: 15px;
}
#mobile-menu ul.main > li.menu-item-has-children li {
  font-size: 85%;
}
#mobile-menu ul.main > li.menu-item-has-children li > a {
  padding: 8px 0;
}
#mobile-menu ul.main > li.mega-menu-item .mega-menu, #mobile-menu ul.main > li.mega-menu-item .mega-menu ul {
  margin-top: 0;
  padding: 0 0 30px;
}
#mobile-menu ul.main > li.mega-menu-item .mega-menu ul {
  display: block;
}
#mobile-menu ul.main > li.mega-menu-item .mega-menu ul.row, #mobile-menu ul.main > li.mega-menu-item .mega-menu .section ul.alm-listing, .section #mobile-menu ul.main > li.mega-menu-item .mega-menu ul.alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mobile-menu ul.main {
  position: relative;
}
#mobile-menu ul.main .drop {
  width: 58px;
  height: 58px;
  background: none;
}
#mobile-menu ul.main .drop::before, #mobile-menu ul.main .drop::after {
  background: #265EAB;
}
#mobile-menu ul.main .drop::before {
  width: 15px;
  height: 3px;
}
#mobile-menu ul.main .drop::after {
  width: 3px;
  height: 15px;
}
#mobile-menu ul.main .drop:hover {
  background: none;
}
#mobile-menu ul.main .drop:hover::before, #mobile-menu ul.main .drop:hover::after {
  background: white;
}
#mobile-menu ul.main .drop {
  top: 0px;
}
#mobile-menu .nav-quick {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-menu .nav-quick li {
  min-width: calc(50% - 5px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
#mobile-menu .nav-quick li:not(.btn) {
  padding: 0 7.5px;
  font-size: 100%;
}
#mobile-menu .nav-quick li.btn {
  min-height: 48px;
  text-align: center;
}
#mobile-menu .nav-quick li.btn i {
  margin-left: 4px;
}
#mobile-menu .nav-quick li a {
  width: 100%;
}
.admin-bar > #mobile-menu {
  padding-top: 107px;
}
#mobile-menu .mega-menu {
  display: none;
}
#mobile-menu .mega-menu-header {
  padding-top: 30px;
  padding-left: 10px;
  font-size: 2.2rem;
}
#mobile-menu .mega-menu-header hr {
  display: none;
}
#mobile-menu .mega-menu-header + div {
  margin-top: 10px;
}
#mobile-menu .mega-menu p {
  font-size: 1.6rem;
}

/* Mobile Button
----------------------------------------
////////////////////////////////////// */
#mobile_menu_button-open {
  display: none;
}

.mobile-menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  padding: 0;
  background: none;
  border: 0;
  color: #265EAB;
  cursor: pointer;
  height: 48px;
}
.mobile-menu-button span {
  display: block;
}
.mobile-menu-button .text {
  font-family: 'open-sans-condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.mobile-menu-button .icon.hamburger span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #265EAB;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
}
.mobile-menu-button .icon.hamburger span.m {
  margin: 5px auto;
}
.mobile-menu-button .icon.hamburger.animated span {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile-menu-button .icon.hamburger.animated .t {
  -webkit-animation-name: closeMenuTop;
          animation-name: closeMenuTop;
}
.mobile-menu-button .icon.hamburger.animated .m {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mobile-menu-button .icon.hamburger.animated .b {
  -webkit-animation-name: closeMenuBot;
          animation-name: closeMenuBot;
}
.open-menu .mobile-menu-button .icon.hamburger.animated .t {
  -webkit-animation-name: openMenuTop;
          animation-name: openMenuTop;
}
.open-menu .mobile-menu-button .icon.hamburger.animated .m {
  background: transparent;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.open-menu .mobile-menu-button .icon.hamburger.animated .b {
  -webkit-animation-name: openMenuBot;
          animation-name: openMenuBot;
}
.mobile-menu-button .icon.close span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #265EAB;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
}
.mobile-menu-button .icon.close span.m {
  margin: 5px auto;
}
.mobile-menu-button .icon.close span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile-menu-button .icon.close .t {
  -webkit-animation-name: openMenuTop;
          animation-name: openMenuTop;
}
.mobile-menu-button .icon.close .m {
  background: transparent;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobile-menu-button .icon.close .b {
  -webkit-animation-name: openMenuBot;
          animation-name: openMenuBot;
}

/* Mobile Menu: Open
----------------------------------------
////////////////////////////////////// */
.open-menu html, .open-menu body, .open-menu #wrapper {
  overflow: hidden;
  pointer-events: none;
}

/* Responsive Spacing
----------------------------------------
////////////////////////////////////// */
#header {
  height: 135px;
}

.headerIsFixed #wrapper {
  padding-top: 135px;
}
.admin-bar > .headerIsFixed #header {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar > .headerIsFixed #header {
    top: 32px;
  }
}

.admin-bar #mobile-menu {
  top: 32px;
}
@media screen and (max-width: 575.98px) {
  .admin-bar #mobile-menu {
    top: 46px;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  IMAGE W/ CONTENT
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// LINK LISTING
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.link-listing {
  display: block;
}
.link-listing li {
  display: block;
  font-size: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.link-listing li > div:not(:first-child) {
  margin: 5px 0 0;
}
.link-listing li:last-child {
  border-bottom: 1px solid #cccccc;
}
.link-listing h1, .link-listing h2, .link-listing h3, .link-listing h4, .link-listing h5, .link-listing h6, .link-listing .h1, .link-listing .h2, .link-listing .h3, .link-listing .h4, .link-listing .h5, .link-listing .h6, .link-listing .heading, .link-listing a:not(.btn) {
  font-weight: 400;
  display: block;
  margin: 0;
}
.link-listing p {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .link-listing .testimony-text__headline {
    font-size: 1.8rem;
  }
}
.link-listing a:hover {
  text-decoration: underline;
}
.link-listing + div {
  margin-top: 15px;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// PAGE NAVIGATION
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.page-navigation {
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-navigation__title {
  text-transform: uppercase;
  white-space: nowrap;
}
.page-navigation__nav li {
  font-size: 1.6rem;
}
.page-navigation.section {
  padding-top: 0;
  padding-bottom: 0;
}
.page-navigation.theme-white {
  background: white;
}
.page-navigation.theme-white .page-navigation__menu {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.page-navigation.theme-color-1 .page-navigation__menu {
  background: #265EAB;
  color: white;
  border-radius: 6px;
}
.banner + .page-navigation.theme-color-1 {
  margin-top: 30px;
}
.page-navigation.theme-color-1 + .theme-white {
  border-top: 0;
}
@media (min-width: 992px) {
  .admin-bar .page-navigation {
    top: 32px;
  }
}
@media (max-width: 991px) {
  .page-navigation {
    position: static;
    top: auto !important;
  }
  .page-navigation div.list-inline, .page-navigation div.list-inline-xs, .page-navigation div.list-inline-sm, .page-navigation div.list-inline-md, .page-navigation div.list-inline-lg, .page-navigation #footer div.footer-links, #footer .page-navigation div.footer-links {
    display: block;
  }
  .page-navigation div.list-inline > :first-child, .page-navigation div.list-inline-xs > :first-child, .page-navigation div.list-inline-sm > :first-child, .page-navigation div.list-inline-md > :first-child, .page-navigation div.list-inline-lg > :first-child, .page-navigation #footer div.footer-links > :first-child, #footer .page-navigation div.footer-links > :first-child {
    margin-bottom: 20.001px;
  }
}
@media (max-width: 991px) {
  .page-navigation ul.list-inline > li, .page-navigation ul.list-inline-xs > li, .page-navigation ul.list-inline-sm > li, .page-navigation ul.list-inline-md > li, .page-navigation ul.list-inline-lg > li, .page-navigation #footer ul.footer-links > li, #footer .page-navigation ul.footer-links > li {
    min-width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-navigation ul.list-inline > li, .page-navigation ul.list-inline-xs > li, .page-navigation ul.list-inline-sm > li, .page-navigation ul.list-inline-md > li, .page-navigation ul.list-inline-lg > li, .page-navigation #footer ul.footer-links > li, #footer .page-navigation ul.footer-links > li {
    min-width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .page-navigation ul.list-inline > li, .page-navigation ul.list-inline-xs > li, .page-navigation ul.list-inline-sm > li, .page-navigation ul.list-inline-md > li, .page-navigation ul.list-inline-lg > li, .page-navigation #footer ul.footer-links > li, #footer .page-navigation ul.footer-links > li {
    min-width: 50%;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// SECTION HEADLINE
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.section-headline {
  text-align: center;
}
@media (max-width: 991px) {
  .section-headline .h2 {
    font-size: 2.52rem;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  CAROUSEL
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* Slick Wrapper
----------------------------------------
////////////////////////////////////// */
.slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.slick-list {
  position: relative;
  z-index: 0;
}

.slick-slide {
  position: relative;
  display: block;
}
.slick-slide:focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
  outline-offset: -2px;
}
.slick-slide:focus:not(:focus-visible) {
  outline: none;
}

/* Slick Tools
----------------------------------------
////////////////////////////////////// */
.slick-tools {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*******************
** Arrows
*******************/
.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  font-size: 3.8rem;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .slick-arrow {
    margin: auto;
  }
}
.slick-arrow i {
  display: block;
  line-height: 0;
  font-size: 100%;
  margin: auto;
  color: inherit;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-shadow: 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow.prev {
  text-align: left;
}
.slick-arrow.next {
  text-align: right;
}
.slick-arrow.disable {
  opacity: 0;
  pointer-events: none;
}
.slick-arrow:hover i, .slick-arrow:focus i {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/*******************
** Dots
*******************/
.slick-dots {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  font-size: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .slick-dots {
    margin-top: 45px;
  }
}
.slick-dots li {
  padding: 10px 5px;
  cursor: pointer;
  font-size: 0;
}
.slick-dots li button {
  width: 25px;
  height: 7px;
  background: none;
  border: 1px solid #122E57;
  border-radius: 10px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
}
.slick-dots li:hover button {
  background: rgba(18, 46, 87, 0.5);
}
.slick-dots li.slick-active button, .slick-dots li.slick-active:hover button {
  background: #122E57;
}

/*******************
** Arrows on the side
*******************/
@media (min-width: 1200px) {
  .side-arrows {
    position: relative;
  }
  .side-arrows .slick-tools {
    padding: 0;
  }
  .side-arrows .slick-arrow {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 45px;
    height: 45px;
  }
  .side-arrows .slick-arrow.prev {
    right: 100%;
    margin-right: 30px;
  }
  .side-arrows .slick-arrow.next {
    left: 100%;
    margin-left: 30px;
  }
  .side-arrows.smush {
    padding-left: 90px;
    padding-right: 90px;
  }
  .side-arrows.smush .slick-arrow.prev {
    left: 15px;
    right: auto;
  }
  .side-arrows.smush .slick-arrow.next {
    right: 15px;
    left: auto;
  }
}

/*******************
** Overlay tools on top
*******************/
@media (min-width: 768px) {
  .float-tools {
    position: relative;
  }
  .float-tools .slick-tools {
    padding: 0;
  }
  .float-tools .slick-arrow {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    margin: auto;
    text-align: center;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .float-tools .slick-arrow.prev {
    left: 0;
    right: auto;
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .float-tools .slick-arrow.prev {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .float-tools .slick-arrow.next {
    right: 0;
    left: auto;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .float-tools .slick-arrow.next {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .float-tools .slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }
}

/* Slider content
----------------------------------------
////////////////////////////////////// */
.carousel .slick:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel .slick:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.carousel .slick-slide-inner {
  background: #E5F7FF;
}
.carousel .slick-slide-inner figcaption {
  width: 100%;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .carousel .slick-slide-inner figcaption {
    padding: 30px;
  }
}
.carousel .content-card, .carousel .contact-card {
  margin: 14px auto;
}
@media (max-width: 767px) {
  .carousel:not(.gallery) [data-mh] {
    height: auto !important;
  }
}
@media (min-width: 576px) {
  .carousel.content .slick-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.carousel.content .slick-slide-inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
@media (max-width: 767px) {
  .carousel.content .slick-slide-inner img {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .carousel.content .slick-slide-inner img {
    max-height: 300px;
  }
}
.carousel.content .slick-slide-inner .wysiwyg p {
  font-weight: 600;
}
.carousel.content .slick-slide-inner .wysiwyg a {
  display: block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .carousel.panel img {
    max-height: 300px;
    width: auto;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .carousel.banner .section {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.carousel.banner .slick-tools {
  padding: 0;
}
.carousel.banner .slick-arrow, .carousel.banner .slick-dots {
  position: absolute;
}
.carousel.hideNav .slick-tools {
  display: none;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// SPACER
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.spacer hr {
  width: 100%;
  margin: 0;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// WYSIWYG
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.wysiwyg h3, .wysiwyg .h3 {
  font-family: 'open-sans-condensed', sans-serif;
}
.wysiwyg blockquote {
  clear: both;
}

.quick-links .heading {
  margin-bottom: 20px;
}
.quick-links ul > li + li {
  margin-top: 10px;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
02 - STYLE.CSS : LAYOUT
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* 2A. Wrapping Elements
----------------------------------------
////////////////////////////////////// */
body {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
body.thank-you {
  height: 100%;
}
body.thank-you .section {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 100%;
}

[class*=va-] > * {
  font-size: 10px;
}

@media screen and (min-width: 1921px) {
  body {
    font-size: 115%;
  }
  [class*=va-] > * {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 575.98px) {
  body {
    font-size: 85%;
  }
  [class*=va-] > * {
    font-size: 8.5px;
  }
}
#wrapper > * {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: auto;
}
#wrapper #header {
  z-index: 2;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
#wrapper #content {
  z-index: 1;
}
#wrapper #footer {
  z-index: 0;
}

/* 2B. Mobile Overrides
----------------------------------------
////////////////////////////////////// */
.mobile #header + #wrapper {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .mobile #header + #wrapper {
    padding-top: 75px;
  }
}
.mobile #header {
  height: 75px;
}
@media (max-width: 767px) {
  .mobile #header {
    height: 75px;
  }
}
.mobile #header .top {
  height: 0%;
}
.mobile #header .bot {
  height: 100%;
}
.mobile #header .logo {
  width: 100px;
  min-width: 0;
}
.mobile #mobile-menu, .mobile #mobile_menu_button-open {
  display: block;
}
.mobile .admin-bar #mobile-menu {
  padding-top: 32px;
}
.mobile .admin-bar #header + #wrapper {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .mobile .admin-bar #mobile-menu {
    padding-top: 46px;
  }
  .mobile .admin-bar #header + #wrapper {
    padding-top: 75px;
  }
  .mobile .admin-bar > #header {
    top: 46px;
  }
}

@media screen and (max-width: 991.98px) {
  #header + #wrapper {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  #header + #wrapper {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991.98px) {
  #header {
    height: 75px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  #header {
    height: 75px;
  }
}
@media screen and (max-width: 991.98px) {
  #header .top {
    height: 0%;
  }
  #header .bot {
    height: 100%;
  }
  #header .logo {
    width: 100px;
    min-width: 0;
  }
  #mobile-menu, #mobile_menu_button-open {
    display: block;
  }
  .admin-bar #mobile-menu {
    padding-top: 32px;
  }
  .admin-bar #header + #wrapper {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  .admin-bar #mobile-menu {
    padding-top: 46px;
  }
  .admin-bar #header + #wrapper {
    padding-top: 75px;
  }
  .admin-bar > #header {
    top: 46px;
  }
}
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
03 - ADA
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.sr-text, .assistive-text a, .assistive-text button {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

*:focus-visible, a:focus-visible, button:focus-visible {
  outline: 2px solid #265EAB;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
*:focus:not(:focus-visible), a:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: none;
}

.assistive-text a, .assistive-text button {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: -1;
  min-width: 0;
  padding: 15px;
  border-radius: 0;
  text-align: center;
}
.assistive-text a:focus-visible, .assistive-text button:focus-visible {
  clip: unset;
  clip-path: unset;
  z-index: 100000;
  background: white;
  height: auto;
}

select:hover, select:active, select:focus, select:active:focus, div.gform_wrapper select:hover, div.gform_wrapper select:active, div.gform_wrapper select:focus, div.gform_wrapper select:active:focus, textarea:hover, textarea:active, textarea:focus, textarea:active:focus, div.gform_wrapper textarea:hover, div.gform_wrapper textarea:active, div.gform_wrapper textarea:focus, div.gform_wrapper textarea:active:focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active:focus, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
select:active, select:focus, select:active:focus, div.gform_wrapper select:active, div.gform_wrapper select:focus, div.gform_wrapper select:active:focus, textarea:active, textarea:focus, textarea:active:focus, div.gform_wrapper textarea:active, div.gform_wrapper textarea:focus, div.gform_wrapper textarea:active:focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active:focus, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active:focus {
  border-color: #265EAB;
}

input[type=radio]:focus-visible + label, input[type=checkbox]:focus-visible + label {
  outline: 2px solid #265EAB;
  outline-offset: -2px;
}
input[type=radio]:focus:not(:focus-visible) + label, input[type=checkbox]:focus:not(:focus-visible) + label {
  outline: none;
}