@charset "UTF-8";
@font-face {
  font-family: "iconfont-FrenchWoods";
  src: url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.eot?o4ofj");
  src: url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.eot?o4ofj#iefix") format("eot"), url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.woff2?o4ofj") format("woff2"), url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.woff?o4ofj") format("woff"), url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.ttf?o4ofj") format("truetype"), url("../fonts/iconfont-FrenchWoods/iconfont-FrenchWoods.svg?o4ofj#iconfont-FrenchWoods") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"] {
  font-family: "iconfont-FrenchWoods";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-downward::before {
  content: "\EA01";
}

.icon-arrow-left::before {
  content: "\EA02";
}

.icon-arrow-right::before {
  content: "\EA03";
}

.icon-arrow-upward::before {
  content: "\EA04";
}

.icon-calendar::before {
  content: "\EA05";
}

.icon-cancel::before {
  content: "\EA06";
}

.icon-cart::before {
  content: "\EA07";
}

.icon-check-box-checked::before {
  content: "\EA08";
}

.icon-check-box-unchecked::before {
  content: "\EA09";
}

.icon-check-circle::before {
  content: "\EA0A";
}

.icon-check::before {
  content: "\EA0B";
}

.icon-chev-collapse::before {
  content: "\EA0C";
}

.icon-chev-expand::before {
  content: "\EA0D";
}

.icon-chev-left::before {
  content: "\EA0E";
}

.icon-chev-right::before {
  content: "\EA0F";
}

.icon-clear::before {
  content: "\EA10";
}

.icon-close::before {
  content: "\EA11";
}

.icon-cursor::before {
  content: "\EA12";
}

.icon-drop-down::before {
  content: "\EA13";
}

.icon-drop-up::before {
  content: "\EA14";
}

.icon-email::before {
  content: "\EA15";
}

.icon-error::before {
  content: "\EA16";
}

.icon-filter-list::before {
  content: "\EA17";
}

.icon-image::before {
  content: "\EA18";
}

.icon-launch-external::before {
  content: "\EA19";
}

.icon-link::before {
  content: "\EA1A";
}

.icon-menu::before {
  content: "\EA1B";
}

.icon-pdf::before {
  content: "\EA1C";
}

.icon-phone::before {
  content: "\EA1D";
}

.icon-play::before {
  content: "\EA1E";
}

.icon-quote::before {
  content: "\EA1F";
}

.icon-radio-button-checked::before {
  content: "\EA20";
}

.icon-radio-button-unchecked::before {
  content: "\EA21";
}

.icon-search::before {
  content: "\EA22";
}

.icon-social-facebook::before {
  content: "\EA23";
}

.icon-social-instagram::before {
  content: "\EA24";
}

.icon-social-linkedin::before {
  content: "\EA25";
}

.icon-social-tiktok::before {
  content: "\EA26";
}

.icon-social-twitter::before {
  content: "\EA27";
}

.icon-social-youtube::before {
  content: "\EA28";
}

.icon-upload::before {
  content: "\EA29";
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "Rubik", sans-serif;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 32px;
  min-width: 320px;
  margin: 0;
  color: #232F3D;
  background-color: #F3F1EC;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

body.lock-scroll {
  overflow: hidden;
}

body.overlayed {
  position: relative;
}

body.overlayed:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
}

body.blog .page-content {
  overflow: hidden;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  transition: 0.2s ease-in-out;
}

button:before, button:after {
  transition: 0.2s ease-in-out;
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */
/* Custom List Styles */
ol {
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: item;
  display: block;
}

@media (max-width: 767px) {
  ol {
    margin: 1.5rem 0;
  }
}

ol ol {
  margin-top: 1rem;
  margin-left: -0.125rem;
}

ol li {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  padding: 0 0 0 1.875rem;
}

@media (max-width: 767px) {
  ol li {
    padding-left: 1.5625rem;
  }
}

ol li li {
  padding: 0 0 0 0.125rem;
}

ol li li:before {
  position: static;
  content: counters(item, ".") " ";
}

ol li:before {
  position: absolute;
  top: 0;
  left: 0.125rem;
  content: counters(item, ".") ". ";
  counter-increment: item;
}

ul:not([class]) {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  ul:not([class]) {
    margin: 1.5rem 0;
  }
}

ul:not([class]) li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 1.875rem;
}

@media (max-width: 767px) {
  ul:not([class]) li {
    padding-left: 1.5625rem;
  }
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
  position: absolute;
  top: 0.75rem;
  left: 0.4375rem;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  content: '';
  border: 1px solid #232F3D;
  border-radius: 50%;
  background: #232F3D;
}

@media (max-width: 767px) {
  ul:not([class]) li:before {
    top: 0.5625rem;
    left: 0.4375rem;
    width: 0.25rem;
    height: 0.25rem;
  }
}

.checked-list ul:not([class]) li:before {
  background-image: url("../images/icons/check-circle.svg");
  background-size: 100% auto;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  border: none;
  top: 0.3125rem;
  left: 0.0625rem;
}

@media (max-width: 767px) {
  .checked-list ul:not([class]) li:before {
    top: 0.25rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

ul:not([class]) li li {
  padding-left: 1.3125rem;
}

@media (max-width: 767px) {
  ul:not([class]) li li {
    padding-left: 1.0625rem;
  }
}

.checked-list ul:not([class]) li li {
  padding-left: 1.875rem;
}

ul:not([class]) li li:before {
  content: '\2013';
  border: none;
  left: 4px;
  top: 0;
  background: transparent;
  width: auto;
  height: auto;
}

.checked-list ul:not([class]) li li:before {
  content: '';
}

ul:not([class]) li ul {
  margin: 1rem 0 0 -0.25rem;
}

/* Normalize links across browsers */
a {
  color: #232F3D;
  text-decoration: none;
  transition: color .2s;
}

a:hover, a:focus {
  color: #232F3D;
  text-decoration: none;
}

a:not([class]) {
  color: #E72204;
  text-decoration: underline;
  font-weight: bold;
}

a:not([class]):hover {
  color: #B21A03;
}

.section-title {
  margin: 0 0 39px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 31px;
  }
}

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

@media (max-width: 767px) {
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .col-12 {
    padding: 0 20px;
  }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html.user-tab-nav a:focus, html.user-tab-nav
button:focus, html.user-tab-nav
input:focus, html.user-tab-nav
select:focus, html.user-tab-nav
textarea:focus {
  outline: rem(2) solid #7aacfe;
  outline-offset: 0;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

@media (max-width: 767px) {
  .alignleft {
    margin: 0 20px 20px 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

@media (max-width: 767px) {
  .alignright {
    margin: 0 0 20px 20px;
  }
}

.alignnone {
  display: inline-block;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .alignnone {
    margin: 24px 0 20px;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .aligncenter {
    margin: 20px auto;
  }
}

/* Make a 404 page look nicer and more readable */
.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #232F3D;
}

nav a:hover {
  text-decoration: none;
  color: #232F3D;
}

nav li {
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2.9375rem;
  color: #37414b;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 3.0625rem;
}

@media (max-width: 767px) {
  p + h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 2rem;
  }
}

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 1.06666667;
  margin: 0 0 2rem;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.125rem;
    line-height: 1.17647059;
    margin: 0 0 1rem;
  }
}

h2,
.h2 {
  font-size: 2.625rem;
  line-height: 1.14285714;
  margin: 0 0 2rem;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 1.33333333;
    margin: 0 0 1rem;
  }
}

p + h2, p +
.h2 {
  margin-top: 3.75rem;
}

@media (max-width: 767px) {
  p + h2, p +
  .h2 {
    margin-top: 2.75rem;
  }
}

h3,
.h3 {
  font-size: 1.625rem;
  line-height: 1.23076923;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.33333333;
    margin: 0 0 0.5rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0.5rem;
  }
}

p + h4, p +
.h4 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  p + h4, p +
  .h4 {
    margin-top: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 0.875rem;
    line-height: 1.14285714;
  }
}

p + h5, p +
.h5 {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  p + h5, p +
  .h5 {
    margin-top: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 400;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 0.75rem;
    line-height: 1.33333333;
    font-weight: 700;
  }
}

p + h6, p +
.h6 {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  p + h6, p +
  .h6 {
    margin-top: 1.5rem;
  }
}

/* Text Elements */
p {
  margin: 0 0 2rem;
}

p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 1rem;
  }
}

p ul,
ol + p {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  p ul,
  ol + p {
    margin-top: 1.5rem;
  }
}

strong {
  font-weight: 700;
}

/* Custom Heading */
.custom-heading {
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  color: inherit;
  margin: 0 0 0.5rem;
}

.custom-heading strong {
  color: #E72204;
}

/* Horizontal Line */
hr {
  width: 100%;
  height: 0.5rem;
  margin: 3.5625rem 0 5.0625rem;
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}

@media (max-width: 767px) {
  hr {
    margin: 3.25rem 0 2.8125rem;
    background-size: cover;
  }
}

@media (max-width: 374px) {
  hr {
    background-image: url("../images/icons/line-mobile.svg");
  }
}

::selection {
  background: rgba(231, 34, 4, 0.1);
}

::-moz-selection {
  background: rgba(231, 34, 4, 0.1);
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing {
  padding-top: 71px;
}

@media (max-width: 767px) {
  .block-top-spacing {
    padding-top: 51px;
  }
}

.block-bottom-spacing {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .block-bottom-spacing {
    padding-bottom: 51px;
  }
}

.columns-spacing-top {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .columns-spacing-top {
    padding-top: 28px;
  }
}

.columns-spacing-bottom {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .columns-spacing-bottom {
    padding-bottom: 25px;
  }
}

.block-margin-top {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .block-margin-top {
    margin-top: 60px;
  }
}

.block-margin-bottom {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .block-margin-bottom {
    margin-bottom: 60px;
  }
}

.content-column {
  margin-bottom: 32px;
  padding: 0 1.25rem;
}

@media (max-width: 767px) {
  .content-column {
    margin-bottom: 68px;
    padding: 0 0.46875rem;
  }
  .content-column:last-child {
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .content-column.one_half:not(.last_column) ul, .content-column.one_half:not(.last_column) ol {
    margin-bottom: -0.5625rem;
  }
}

/* Buttons */
.c-btn {
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 700;
  display: inline-block;
  padding: 0.6875rem 1.21875rem 0.4375rem;
  transition: all .2s linear;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 0.0625rem solid #E72204;
  color: #FFFFFF;
  background: #E72204;
  cursor: pointer;
}

.c-btn:hover {
  color: #FFFFFF;
  background: #B21A03;
}

.c-btn svg {
  margin-right: 0.5625rem;
  position: relative;
  top: 0.1875rem;
}

.c-btn-primary, .c-btn-secondary, .c-btn-tertiary {
  font-size: 1rem;
  line-height: 1.5;
}

.c-btn-primary {
  background-color: #FFFFFF;
  color: #E72204;
  border-width: 0.1875rem;
  padding: 0.875rem 1.71875rem 0.75rem;
}

.c-btn-primary:before, .c-btn-primary:after {
  content: "";
  position: absolute;
  transition: .2s linear;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.c-btn-primary:before {
  background-color: #E72204;
  transform: translate(0.625rem, 0.75rem);
  top: -0.4375rem;
  left: -0.3125rem;
}

html.ios .c-btn-primary:before {
  transform: translate(0, 0);
  top: 0.3125rem;
  left: 0.3125rem;
  right: -0.625rem;
  bottom: -0.625rem;
}

.c-btn-primary:after {
  background-color: #FFFFFF;
}

.c-btn-primary:hover {
  background-color: #FFFFFF;
  color: #E72204;
}

.c-btn-primary:hover:before,
html.ios .c-btn-primary:hover:before {
  transform: translate(0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-btn-secondary {
  background-color: transparent;
  color: #E72204;
  border-width: 0.125rem;
  padding: 0.9375rem 1.78125rem 0.8125rem;
}

.c-btn-secondary:hover {
  border-color: #B21A03;
}

.c-btn-secondary.c-btn-color-alt {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.c-btn-secondary.c-btn-color-alt:hover {
  background-color: #FFFFFF;
  color: #E72204;
}

.c-btn-tertiary {
  color: #232F3D;
  background-color: transparent;
  border: none;
  padding: 0 2.8125rem 0 0.4375rem;
}

.c-btn-tertiary:hover {
  color: #232F3D;
  background-color: transparent;
}

.c-btn-tertiary.c-btn-color-alt {
  color: #FFFFFF;
}

.c-btn-tertiary:before, .c-btn-tertiary:after {
  content: "";
  transition: all .2s linear;
  position: absolute;
  right: 0;
  top: -0.375rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #FFFFFF;
  border: 0.125rem solid #E72204;
}

.c-btn-tertiary:before {
  transform: translate(-0.1875rem, 0.125rem);
  background-color: #E72204;
}

.c-btn-tertiary:after {
  background-image: url("../images/icons/arrow-forward.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-btn-tertiary:hover:before {
  transform: translate(0, 0);
}

.c-btn-quaternary {
  font-size: 1rem;
  background-color: #46ab0c;
  color: #FFFFFF;
  padding: 1.25rem 1.25rem 1.125rem;
  border: none;
}

.c-btn-quaternary:hover {
  background-color: #368509;
}

.c-btn-quaternary.c-btn-color-alt {
  background-color: #46ab0c;
  color: #FFFFFF;
}

.c-btn-quaternary.c-btn-color-alt:hover {
  background-color: #368509;
}

.c-btn-quinary {
  font-size: 2rem;
  line-height: 1.78125;
  font-weight: 900;
  background: none;
  border: none;
}

.c-btn-quinary:hover {
  background: none;
  border: none;
}

.c-btn-senary {
  font-size: 1rem;
  background-color: #4a92ff;
  color: #FFFFFF;
  padding: 1.25rem 1.25rem 1.125rem;
  border: none;
}

.c-btn-senary:hover {
  background-color: #2179ff;
}

.c-btn-senary.c-btn-color-alt {
  background-color: #4a92ff;
  color: #FFFFFF;
}

.c-btn-senary.c-btn-color-alt:hover {
  background-color: #2179ff;
}

.c-btn-wrapper {
  line-height: 1.5rem;
  display: block;
  margin: 2.375rem 0 3.125rem;
  text-align: left;
}

@media (max-width: 767px) {
  .c-btn-wrapper {
    margin: 1.4375rem 0 2.0625rem;
  }
}

.c-btn-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right {
  text-align: right;
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-group {
  display: flex;
  margin: 0 0 2.375rem;
  align-items: center;
  flex-wrap: wrap;
}

.c-btn-group .c-btn-wrapper {
  margin: 0;
}

@media (max-width: 600px) {
  .c-btn-group .c-btn-wrapper {
    margin: 0.625rem auto !important;
    text-align: center;
    width: 100%;
  }
}

.c-btn-group .c-btn-wrapper + .c-btn-wrapper {
  margin-left: 0.6875rem;
}

.c-btn-group--left {
  justify-content: flex-start;
}

.c-btn-group--center {
  justify-content: center;
}

.c-btn-group--right {
  justify-content: flex-end;
}

/* Embed Video Styles */
.iframe-wrapper {
  height: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .iframe-wrapper {
    padding-bottom: 56.25%;
    margin: 3.3125rem auto 2.5625rem;
  }
}

@media (max-width: 767px) {
  .iframe-wrapper {
    padding-bottom: 57.25%;
    margin-bottom: -0.125rem;
  }
}

.iframe-wrapper__overlay {
  position: absolute;
  z-index: 1;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background-color: #000000;
  background-position: center;
  background-size: cover;
}

.iframe-wrapper__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem;
  height: 3.625rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid #E72204;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: -0.1875rem 0.1875rem #E72204;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.iframe-wrapper__play:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.3125rem;
  border-width: 0.625rem 0.3125rem 0.625rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
}

.iframe-wrapper__play:hover {
  border-color: transparent;
  box-shadow: 0 0 transparent;
}

.iframe-wrapper__play:hover:before {
  border-color: transparent transparent transparent #B21A03;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #232F3D;
}

.video-lightbox__active {
  display: block;
}

.video-lightbox__active video {
  position: fixed;
}

.video-lightbox__active .container {
  height: 100%;
  max-width: 100%;
  padding: 0;
}

.video-lightbox__active .container .row {
  height: 100%;
  margin: 0;
}

.video-lightbox__active .container .row .col-12 {
  padding: 0;
}

.video-lightbox__close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .video-lightbox__close {
    top: 1.625rem;
    right: 1.625rem;
    background: #232F3D;
  }
}

@media (max-width: 767px) {
  .video-lightbox__close {
    top: 1.3125rem;
    right: 1.25rem;
    background: #ffffff;
    opacity: .35;
  }
}

.video-lightbox__close:before, .video-lightbox__close:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 3.125rem;
}

@media (min-width: 768px) {
  .video-lightbox__close:before, .video-lightbox__close:after {
    width: 62%;
    height: 0.1875rem;
    top: 1.125rem;
    left: 0.5rem;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .video-lightbox__close:before, .video-lightbox__close:after {
    width: 48%;
    height: 0.125rem;
    top: 1.1875rem;
    left: 0.625rem;
    background: #232F3D;
  }
}

.video-lightbox__close:before {
  transform: rotate(45deg);
}

.video-lightbox__close:after {
  transform: rotate(-45deg);
}

.video-lightbox .iframe-wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .video-lightbox .iframe-wrapper iframe {
    padding: 6.25rem;
  }
}

@media (max-width: 767px) {
  .video-lightbox .iframe-wrapper iframe {
    padding: 5rem 0;
  }
}

.video-lightbox .iframe-wrapper__overlay {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .video-lightbox .iframe-wrapper__overlay {
    width: 88vw;
    height: 49vw;
  }
}

@media (min-width: 1800px) {
  .video-lightbox .iframe-wrapper__overlay {
    width: 90vw;
    height: 51vw;
  }
}

@media (min-width: 768px) {
  .video-lightbox .iframe-wrapper__overlay {
    width: 82vw;
    height: 46vw;
  }
}

@media (max-width: 767px) {
  .video-lightbox .iframe-wrapper__overlay {
    width: 100%;
    height: 56vw;
  }
}

@media (max-width: 374px) {
  .video-lightbox .iframe-wrapper__overlay {
    height: 84vw;
  }
}

/* Slider Global */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0;
  padding: 0;
  cursor: pointer;
  transition: border .2s linear;
  transform: translate(0, -50%);
  border: 2px solid #B21A03;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 991px) {
  .slick-arrow {
    border: 0;
  }
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    margin: -21px 0 0;
  }
}

.slick-arrow:hover, .slick-arrow:focus {
  border-color: #58697a;
  outline: none;
}

.slick-arrow:hover:after, .slick-arrow:focus:after {
  border-color: #58697a;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 0;
  content: '';
  transition: all .2s linear;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #B21A03;
  border-width: 2px 2px 0 0;
}

.slick-arrow.slick-prev {
  right: 100%;
  left: auto;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    margin-right: 9px;
  }
}

@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
    left: -4px;
  }
}

.slick-arrow.slick-prev:after {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-arrow.slick-next {
  right: auto;
  left: 100%;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .slick-arrow.slick-next {
    margin-left: 9px;
  }
}

@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0;
    left: auto;
    right: -4px;
    margin-left: 0;
  }
}

.slick-arrow.slick-next:after {
  margin-left: -2px;
}

/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: none;
}

#page .tablepress {
  border: 0.125rem solid #186AA5;
}

#page .tablepress caption {
  display: none;
}

#page .tablepress thead {
  background: #ffffff;
}

@media (min-width: 768px) {
  #page .tablepress thead {
    border-bottom: 0.125rem solid #000000;
  }
}

#page .tablepress thead th {
  padding: 1.375rem 0.8125rem 0.9375rem;
  position: relative;
  color: #000000;
  border: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #page .tablepress thead th {
    min-width: 11.0625rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  #page .tablepress thead th {
    min-width: 9.375rem;
  }
}

@media (max-width: 767px) {
  #page .tablepress thead th {
    font-size: 0.875rem;
    line-height: 1.14285714;
    font-weight: 700;
  }
}

#page .tablepress thead th br {
  display: none;
}

#page .tablepress thead tr {
  border: none;
}

#page .tablepress tbody {
  background: #186AA5;
}

#page .tablepress tbody td {
  position: relative;
  vertical-align: middle;
  color: #ffffff;
  white-space: break-spaces;
  border: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  #page .tablepress tbody td {
    padding: 1.0625rem 1rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody td {
    padding: 0.8125rem 0.9375rem 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.14285714;
    font-weight: 400;
  }
}

#page .tablepress tbody tr {
  position: relative;
}

@media (min-width: 768px) {
  #page .tablepress tbody tr {
    border-bottom: 0.125rem solid #ffffff;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody tr {
    min-width: 50%;
  }
}

#page .tablepress tbody tr:last-of-type {
  border-bottom: 0;
}

#page .tablepress-responsive-phone {
  font-family: "Rubik", sans-serif;
}

@media (min-width: 768px) {
  #page .tablepress-responsive-phone {
    margin: 1.5625rem 0 3.0625rem;
    border: 0.125rem solid #000000;
    box-shadow: -0.4375rem 0.625rem #232F3D;
  }
}

@media (max-width: 767px) {
  #page .tablepress-responsive-phone {
    width: 100vw;
    margin-top: 1.6875rem;
    margin-bottom: 1.5rem;
    margin-left: -0.625rem;
    border: 0.0625rem solid #000000;
  }
}

@media (min-width: 768px) {
  #page .tablepress-responsive-phone thead th {
    padding: 1.375rem 1rem 1.125rem;
  }
}

@media (max-width: 767px) {
  #page .tablepress-responsive-phone thead th {
    min-width: auto;
    padding: 0.8125rem 0.6875rem 0.6875rem 0.5625rem;
  }
}

@media (min-width: 768px) {
  #page .tablepress-responsive-phone tbody tr {
    border-right: 0.125rem solid #000000;
    border-left: 0.125rem solid #000000;
  }
}

@media (max-width: 767px) {
  #page .tablepress-responsive-phone tbody tr {
    border-left: 0.0625rem solid #ffffff;
  }
}

@media (min-width: 768px) {
  #page .tablepress:not(.tablepress-responsive-phone) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  #page .tablepress:not(.tablepress-responsive-phone) {
    margin-bottom: 1.625rem;
  }
}

@media (min-width: 768px) {
  #page .tablepress:not(.tablepress-responsive-phone) thead tr th.column-1 {
    min-width: 17.375rem;
  }
}

@media (min-width: 768px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr {
    border-right: 0.125rem solid #186AA5;
    border-left: 0.125rem solid #186AA5;
  }
}

@media (max-width: 767px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr {
    border-bottom: 0.0625rem solid #ffffff;
  }
}

#page .tablepress:not(.tablepress-responsive-phone) tbody tr td {
  font-weight: 700;
  text-align: left;
}

@media (min-width: 768px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr td {
    padding: 1rem 0.8125rem 0.375rem;
  }
}

@media (max-width: 767px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr td {
    padding: 3.1875rem 0.5rem 0;
  }
}

@media (min-width: 768px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr td.column-2 {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  #page .tablepress:not(.tablepress-responsive-phone) tbody tr td.column-2 {
    padding-top: 1.4375rem;
    padding-bottom: 3.1875rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

#page .tablepress-responsive:not(.tablepress-responsive-phone) {
  margin-bottom: 2.875rem;
}

@media (min-width: 768px) {
  #page .tablepress-responsive:not(.tablepress-responsive-phone) {
    margin-top: -0.3125rem;
  }
}

@media (min-width: 992px) {
  #page .tablepress-responsive:not(.tablepress-responsive-phone) thead tr th:first-of-type {
    min-width: 9.375rem;
  }
  #page .tablepress-responsive:not(.tablepress-responsive-phone) thead tr th:last-of-type {
    min-width: 26.6875rem;
  }
}

@media (max-width: 991px) {
  #page .tablepress-responsive:not(.tablepress-responsive-phone) thead tr th:first-of-type {
    min-width: auto;
  }
  #page .tablepress-responsive:not(.tablepress-responsive-phone) thead tr th:last-of-type {
    min-width: auto;
  }
}

#page .tablepress-responsive:not(.tablepress-responsive-phone) tbody tr td {
  padding: 1.375rem 0.8125rem 1rem;
  font-weight: 400;
  border-right: initial;
}

@media (max-width: 767px) {
  #page .tablepress-responsive:not(.tablepress-responsive-phone) tbody tr td.column-2 {
    padding-bottom: 0.8125rem;
  }
}

#page .tablepress-scroll-wrapper {
  position: relative;
  margin-right: -1.25rem;
}

#page .tablepress-scroll-wrapper.has-scroll .tablepress {
  display: block;
  overflow-x: auto;
}

#page .tablepress-scroll-wrapper.has-scroll::before {
  content: '';
  pointer-events: none;
  display: block;
  width: 7.1875rem;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
textarea {
  padding: 0.8125rem 0.625rem;
  background-color: #FFFFFF;
  color: #232F3D;
  border: 0.1875rem solid transparent;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #737373;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #737373;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #737373;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #737373;
}

input[type="text"][aria-invalid="true"],
input[type="number"][aria-invalid="true"],
input[type="tel"][aria-invalid="true"],
input[type="url"][aria-invalid="true"],
input[type="email"][aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #E72204;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  textarea {
    padding: 0.75rem;
  }
}

textarea {
  height: 200px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

select {
  width: 100%;
}

select[multiple="multiple"] option {
  padding: 4px 8px;
}

label {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
}

.gform_heading {
  display: none;
}

ul.gform_fields {
  padding-left: 0;
}

li.gfield {
  list-style: none;
  margin-bottom: 16px;
  clear: both;
}

.ginput_container_radio > ul,
.ginput_container_checkbox > ul {
  padding-left: 0;
}

.ginput_container_radio > ul > li,
.ginput_container_checkbox > ul > li {
  list-style: none;
}

.ginput_container_radio > ul > li label,
.ginput_container_checkbox > ul > li label {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.5;
}

.ginput_container_radio br,
.ginput_container_checkbox br {
  display: none;
}

.gform_footer {
  clear: both;
}

.gform_footer br {
  display: none;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ginput_complex > * {
  width: calc(50% - 8px);
  margin-bottom: 0;
}

.ginput_complex > *.address_line_1, .ginput_complex > *.address_line_2 {
  width: 100%;
}

.ginput_complex > * br {
  display: none;
}

.ginput_complex > * label {
  font-size: .813em;
  letter-spacing: .5pt;
}

@media only screen and (min-width: 769px) {
  li.gf_left_half, li.gf_right_half {
    float: left;
    width: calc(50% - 8px);
  }
  li.gf_left_half {
    margin-right: 16px;
    clear: both;
  }
  li.gf_right_half {
    clear: none;
  }
  li.gf_left_third, li.gf_middle_third, li.gf_right_third {
    float: left;
    width: calc(33.3% - (32px / 3));
  }
  li.gf_left_third, li.gf_middle_third {
    margin-right: 16px;
  }
  li.gf_left_third {
    clear: both;
  }
  li.gf_middle_third, li.gf_right_third {
    clear: none;
  }
}

.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="number"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="url"],
.hbspt-form input[type="email"],
.hbspt-form textarea,
.hbspt-form select {
  width: 100% !important;
}

.hbspt-form .form-columns-2 > div,
.hbspt-form .form-columns-3 > div {
  margin-right: 16px;
}

.hbspt-form .form-columns-2 > div:last-child,
.hbspt-form .form-columns-3 > div:last-child {
  margin-right: 0;
}

.hbspt-form .form-columns-2 > div {
  width: calc(50% - 8px) !important;
}

.hbspt-form .form-columns-3 > div {
  width: calc(33.3% - (32px / 3)) !important;
}

.hbspt-form .hs-richtext {
  margin-bottom: 16px;
}

.hbspt-form .field {
  margin-bottom: 16px;
}

.hbspt-form .field > ul {
  padding-left: 0;
}

.hbspt-form .field > ul > li {
  list-style: none;
}

.hbspt-form .field > ul > li label {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.5;
}

.hbspt-form .input {
  margin-right: 0 !important;
}

.hbspt-form .input > ul {
  margin-top: 0;
  padding-left: 0;
}

.hbspt-form .input > ul > li {
  list-style: none;
}

.hbspt-form .input > ul > li label {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.5;
}

.gfield_required,
.hs-form-required {
  margin-left: 4px;
  color: red;
}

.hs-error-msgs {
  margin-top: 0;
}

.validation_error {
  margin-bottom: 16px;
}

.validation_message,
.validation_error,
.hs-error-msg {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.5;
  color: red;
}

.leadparagraph {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 5.0625rem;
}

.leadparagraph.align-left {
  text-align: left;
}

.leadparagraph.align-right {
  text-align: right;
}

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

@media (max-width: 767px) {
  .leadparagraph {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 3rem;
  }
}

.highlight-text {
  padding: 0.5rem 0 0.25rem;
  background: rgba(231, 34, 4, 0.1);
}

blockquote.alternate,
blockquote {
  padding: 0.25rem 1.25rem 0 2.5rem;
  margin: 2.875rem 0 4.375rem;
  font-size: 2.125rem;
  line-height: 1.17647059;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  border-left: 0.25rem solid #186AA5;
}

@media (max-width: 767px) {
  blockquote.alternate,
  blockquote {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 1.9375rem 0 0.4375rem;
    padding: 0.125rem 0rem 0 1rem;
  }
}

blockquote.alternate > p,
blockquote > p {
  margin: 0;
}

blockquote.alternate > p::before, blockquote.alternate > p::after,
blockquote > p::before,
blockquote > p::after {
  content: '"';
  display: inline;
}

@media (max-width: 767px) {
  blockquote.alternate > p::before, blockquote.alternate > p::after,
  blockquote > p::before,
  blockquote > p::after {
    content: none;
  }
}

blockquote.alternate > p::after,
blockquote > p::after {
  content: '"';
}

@media (max-width: 767px) {
  blockquote.alternate > p::after,
  blockquote > p::after {
    content: none;
  }
}

blockquote.alternate footer,
blockquote footer {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  blockquote.alternate footer,
  blockquote footer {
    margin-top: 1.5rem;
  }
}

blockquote.alternate footer:before,
blockquote footer:before {
  content: '–';
  display: inline;
  margin-right: 0.625rem;
}

@media (max-width: 767px) {
  blockquote.alternate footer:before,
  blockquote footer:before {
    margin-right: 0.3125rem;
  }
}

.page-accordion {
  padding: 0 0 8rem 0;
}

@media (max-width: 767px) {
  .page-accordion {
    padding: 0 0 3.125rem 0;
  }
}

.page-accordion h2 {
  margin-bottom: 1rem;
}

.single-accordion {
  margin-top: -0.3125rem;
  border: 0.125rem solid #186AA5;
  background: #ffffff;
  box-shadow: -0.375rem 0.3125rem #186AA5;
  transition: box-shadow 0.2s, margin-left 0.2s;
}

@media (min-width: 768px) {
  .single-accordion {
    padding: 0 0 1.5rem;
    margin-left: 0.5rem;
  }
}

@media (max-width: 767px) {
  .single-accordion {
    padding: 0 0 1.1875rem;
    margin-left: 0.375rem;
  }
}

.single-accordion:hover {
  margin-left: 0;
  box-shadow: 0 0 transparent;
}

.single-accordion:first-of-type {
  margin-top: 0;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion.active {
  margin-left: 0.125rem;
  box-shadow: 0 0 transparent;
}

@media (max-width: 767px) {
  .single-accordion.active .single-accordion__title {
    margin-bottom: 1rem;
  }
}

.single-accordion.active .single-accordion__title:after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .single-accordion.active .single-accordion__title:after {
    margin-top: 0.5625rem;
  }
}

@media (max-width: 767px) {
  .single-accordion.active .single-accordion__title:after {
    margin-top: 0.4375rem;
  }
}

.single-accordion__content {
  display: none;
  padding: 1.0625rem 2.0625rem 0.75rem 1.3125rem;
}

@media (max-width: 767px) {
  .single-accordion__content {
    padding: 0 0.5rem 0.125rem;
  }
}

.single-accordion__title {
  display: block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .2s linear;
}

@media (min-width: 768px) {
  .single-accordion__title {
    padding: 2.125rem 2.5rem 0.75rem 1.125rem;
  }
}

@media (max-width: 767px) {
  .single-accordion__title {
    padding: 1.25rem 1.875rem 0 0.4375rem;
  }
}

.single-accordion__title h4 {
  transition: color .2s linear;
}

.single-accordion__title:hover {
  color: #E72204;
}

.single-accordion__title:hover h4 {
  color: #E72204;
}

.single-accordion__title:hover:after {
  border-color: #E72204;
}

.single-accordion__title:after {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: 0.25rem;
  border: 0.125rem solid #58697a;
  border-width: 0.125rem 0.125rem 0 0;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title:after {
    right: 0.9375rem;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .single-accordion__title:after {
    right: 1.625rem;
  }
}

.page-fullwidth-image {
  padding: 38px 0 74px;
}

@media (max-width: 767px) {
  .page-fullwidth-image {
    padding: 29px 0 55px;
  }
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .content-image + .content-image {
    padding-top: 15px;
  }
}

.content-image__align-left, .content-image__align-right {
  width: 50%;
}

@media (max-width: 767px) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}

.content-image__align-left {
  float: left;
}

@media (max-width: 767px) {
  .content-image__align-left {
    float: none;
  }
}

.content-image__align-left.spacing-normal {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 15px;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image__align-right {
  float: right;
}

@media (max-width: 767px) {
  .content-image__align-right {
    float: none;
  }
}

.content-image__align-right.spacing-normal {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 15px;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */
.main-header {
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 10;
  color: #FFFFFF;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (max-width: 1365px) {
  .main-header {
    background-color: #FFFFFF;
  }
}

.main-header--sticky, .main-header--light, .main-header:not(.main-header--sticky):hover {
  background-color: #FFFFFF;
  color: #232F3D;
}

@media (max-width: 991px) {
  .main-header__alert .row, .main-header__bottom .row {
    margin: 0;
  }
}

.main-header__logo {
  display: block;
  width: 100%;
  padding-bottom: 16%;
  position: relative;
  left: -2.1875rem;
  top: 0.125rem;
  max-width: 18.75rem;
  transition: padding-bottom 0.2s ease-in-out, left 0.2s ease-in-out, max-width 0.2s ease-in-out;
}

@media (max-width: 1679px) {
  .main-header__logo {
    left: 0;
    top: 0;
  }
}

@media (max-width: 1365px) {
  .main-header__logo {
    width: auto;
    padding-bottom: 0;
    position: static;
    max-width: 8.125rem;
    margin-right: auto;
  }
}

.main-header--sticky .main-header__logo {
  max-width: 11.6875rem;
  padding-bottom: 10.5%;
  left: 0;
}

@media (max-width: 1365px) {
  .main-header--sticky .main-header__logo {
    max-width: 8.125rem;
    padding-bottom: 0;
  }
}

.main-header__logo img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 1365px) {
  .main-header__logo img {
    position: static;
    transform: none;
  }
}

@media (max-width: 1365px) {
  .main-header__logo img:nth-of-type(1) {
    opacity: 0;
    display: none;
  }
}

.main-header__logo img:nth-of-type(2) {
  opacity: 0;
}

@media (max-width: 1365px) {
  .main-header__logo img:nth-of-type(2) {
    display: none;
  }
}

.main-header__logo img:nth-of-type(3) {
  opacity: 0;
}

@media (max-width: 1365px) {
  .main-header__logo img:nth-of-type(3) {
    opacity: 1;
  }
}

.main-header--light .main-header__logo img:nth-of-type(1), .main-header:not(.main-header--sticky):hover .main-header__logo img:nth-of-type(1) {
  opacity: 0;
}

.main-header--light .main-header__logo img:nth-of-type(2), .main-header:not(.main-header--sticky):hover .main-header__logo img:nth-of-type(2) {
  opacity: 1;
}

@media (max-width: 1365px) {
  .main-header--light .main-header__logo img:nth-of-type(2), .main-header:not(.main-header--sticky):hover .main-header__logo img:nth-of-type(2) {
    opacity: 0;
  }
}

.main-header--light .main-header__logo img:nth-of-type(3), .main-header:not(.main-header--sticky):hover .main-header__logo img:nth-of-type(3) {
  opacity: 0;
}

@media (max-width: 1365px) {
  .main-header--light .main-header__logo img:nth-of-type(3), .main-header:not(.main-header--sticky):hover .main-header__logo img:nth-of-type(3) {
    opacity: 1;
  }
}

.main-header--sticky .main-header__logo img:nth-of-type(1), .main-header--sticky .main-header__logo img:nth-of-type(2) {
  opacity: 0;
}

.main-header--sticky .main-header__logo img:nth-of-type(3) {
  opacity: 1;
}

.main-header__wrapper {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: max-width 0.2s ease-in-out;
}

@media (max-width: 1365px) {
  .main-header__wrapper {
    padding: 0 1.375rem 0 0.875rem;
  }
}

.main-header--sticky .main-header__wrapper {
  max-width: 104.375rem;
}

.main-header__nav {
  position: static;
  width: 40%;
}

@media (max-width: 1679px) {
  .main-header__nav {
    width: 100%;
  }
}

@media (max-width: 1365px) {
  .main-header__nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header__nav {
    display: none;
  }
}

.main-header__left {
  width: 30%;
  flex-shrink: 0;
}

@media (max-width: 1679px) {
  .main-header__left {
    width: 100%;
    max-width: 18.75rem;
  }
}

@media (max-width: 1365px) {
  .main-header__left {
    max-width: none;
    display: flex;
    align-items: center;
    padding: 0.9375rem 0 0.875rem;
  }
}

.main-header__right {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 1679px) {
  .main-header__right {
    width: auto;
  }
}

@media (max-width: 1365px) {
  .main-header__right {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header__right {
    display: none;
  }
}

.main-header__right .c-btn {
  margin-left: 1.0625rem;
}

.main-header--sticky .main-header__right .c-btn {
  margin-left: 0.75rem;
}

.main-header__right .c-btn:first-child {
  margin-left: 0;
}

.main-header--sticky .main-header__right .c-btn-primary {
  background-color: #E72204;
  color: #FFFFFF;
  padding: 0.4375rem 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
}

.main-header--sticky .main-header__right .c-btn-primary:hover {
  background-color: #B21A03;
  border-color: #B21A03;
}

.main-header--sticky .main-header__right .c-btn-primary:before, .main-header--sticky .main-header__right .c-btn-primary:after {
  opacity: 0;
}

.main-header__right .c-btn-secondary {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.main-header--sticky .main-header__right .c-btn-secondary {
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
}

.main-header--light .main-header__right .c-btn-secondary, .main-header:not(.main-header--sticky):hover .main-header__right .c-btn-secondary, .main-header--sticky .main-header__right .c-btn-secondary {
  border-color: #E72204;
  color: #E72204;
}

.main-header--light .main-header__right .c-btn-secondary:hover, .main-header:not(.main-header--sticky):hover .main-header__right .c-btn-secondary:hover, .main-header--sticky .main-header__right .c-btn-secondary:hover {
  background-color: #B21A03;
  border-color: #B21A03;
  color: #FFFFFF;
}

.main-header__right .c-btn-tertiary {
  padding: 0;
}

.main-header--light .main-header__right .c-btn-tertiary, .main-header:not(.main-header--sticky):hover .main-header__right .c-btn-tertiary, .main-header--sticky .main-header__right .c-btn-tertiary {
  color: #232F3D;
}

.main-header--light .main-header__right .c-btn-tertiary:hover, .main-header:not(.main-header--sticky):hover .main-header__right .c-btn-tertiary:hover, .main-header--sticky .main-header__right .c-btn-tertiary:hover {
  color: #B3B3B3;
}

.main-header__right .c-btn-tertiary:before, .main-header__right .c-btn-tertiary:after {
  display: none;
}

.main-header--sticky .main-header__right .c-btn-quaternary {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
}

.main-header__sub-navigation > li > a, .main-header__main-navigation > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.main-header__sub-navigation > li > a:focus, .main-header__sub-navigation > li > a:hover, .main-header__main-navigation > li > a:focus, .main-header__main-navigation > li > a:hover {
  color: currentColor;
}

.main-header__sub-navigation {
  font-size: 0.875rem;
  line-height: 1.71428571;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header__sub-navigation > li {
  padding: 0.8125rem 0 0.4375rem;
  margin: 0 1rem;
}

.main-header__sub-navigation > li > a svg {
  margin-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}

.main-header__sub-navigation > li > a svg path {
  fill: currentColor;
}

.main-header__sub-navigation > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  transition: 0.2s ease-in-out;
  background-color: currentColor;
}

.main-header__sub-navigation > li > a:hover:before {
  width: 100%;
}

.main-header__main-navigation {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header__main-navigation > li {
  padding: 0.3125rem 0 0.9375rem;
  margin: 0 1.125rem;
}

.main-header--sticky .main-header__main-navigation > li {
  padding: 1.3125rem 0 1.1875rem;
}

.main-header__main-navigation > li.menu-item-type-post_type > a:after {
  content: '';
  display: block;
  position: relative;
  top: -0.125rem;
  margin-left: 0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.125rem solid currentColor;
  border-width: 0.125rem 0.125rem 0 0;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
}

.main-header__main-navigation > li:hover > a:after {
  transform: rotate(-45deg);
}

.main-header__alert {
  background-color: #186AA5;
  color: #FFFFFF;
  padding: 0.5625rem 0 0.4375rem;
  display: none;
}

.main-header__alert--visible {
  display: block;
}

.main-header__alert .col-12 {
  position: relative;
}

@media (max-width: 767px) {
  .main-header__alert .col-12 {
    padding: 0;
  }
}

.main-header__alert-close {
  position: absolute;
  top: 45%;
  right: 1.0625rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: none;
}

@media (max-width: 991px) {
  .main-header__alert-close {
    right: 0;
  }
}

.main-header__alert-close:hover {
  background-color: #232F3D;
}

.main-header__alert-close:before, .main-header__alert-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #232F3D;
}

.main-header__alert-close:hover:before, .main-header__alert-close:hover:after {
  background-color: #FFFFFF;
}

.main-header__alert-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.main-header__alert-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-header__alert-content {
  padding: 0 1.875rem;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991px) {
  .main-header__alert-content {
    padding: 0 0.625rem;
  }
}

@media (max-width: 767px) {
  .main-header__alert-content {
    text-align: left;
    padding: 0 2.5rem 0 0;
  }
}

.main-header__alert-content a {
  color: inherit;
  font-weight: inherit;
}

.main-header__alert-content a:hover {
  color: inherit;
}

/* Mega Menu */
.mega-menu-wrapper {
  position: absolute;
  z-index: -999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 6.75rem;
  background: transparent;
}

.mega-menu-wrapper .col-sm-4 {
  display: flex;
}

.mega-menu-wrapper .col-sm-4:nth-child(1) {
  justify-content: flex-end;
}

.mega-menu-wrapper .col-sm-4:nth-child(2) {
  justify-content: center;
}

.mega-menu-wrapper .col-sm-4:nth-child(3) {
  justify-content: flex-start;
}

.mega-menu-wrapper .menu {
  width: 100%;
  max-width: 12rem;
}

.mega-menu-wrapper li {
  display: block;
  padding: 0 0 1rem 0;
}

.mega-menu-wrapper .menu-item, .mega-menu-wrapper .mega-menu-image-link, .mega-menu-wrapper .c-btn {
  transition: none;
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
}

.mega-menu-wrapper .menu-item.active, .mega-menu-wrapper .mega-menu-image-link.active, .mega-menu-wrapper .c-btn.active {
  visibility: visible;
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper a {
  text-decoration: none;
}

.mega-menu-wrapper a:not(.c-btn):not(.mega-menu-image-link) {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
}

.mega-menu-wrapper a:not(.c-btn):not(.mega-menu-image-link):hover {
  transition: color .1s;
  color: #B3B3B3;
}

.mega-menu-wrapper li.current-menu-item > a:not([class]) {
  border-bottom: 0.0625rem solid #E72204;
}

.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote {
  visibility: hidden;
  transition: none;
  transform: translateY(5px);
  opacity: 0;
}

.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active {
  visibility: visible;
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}

.mega-menu-wrapper.active a {
  transform: none;
}

.mega-menu-wrapper .sub-menu {
  margin: 20px 0 15px;
}

.mega-menu-wrapper .sub-menu li {
  padding-bottom: 15px;
  padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
  font-family: #d5d9de;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.mega-menu-wrapper .mega-menu-image-link {
  background-color: #E72204;
  padding-bottom: 2.75rem;
  transition-delay: .15s !important;
  display: block;
  max-width: 18.75rem;
  position: relative;
  z-index: 1;
}

.mega-menu-wrapper .mega-menu-image-link:before {
  display: none;
}

.mega-menu-wrapper .mega-menu-image-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity .2s;
  z-index: -1;
}

.mega-menu-wrapper .mega-menu-image-link:hover:after {
  opacity: 1;
}

.mega-menu-wrapper .mega-menu-image-link img {
  width: 100%;
}

.mega-menu-wrapper .mega-menu-image-link__title {
  position: absolute;
  bottom: 1rem;
  left: 0.875rem;
  right: 0.875rem;
  background: #FFFFFF;
  border: 0.125rem solid #E72204;
  color: #E72204;
  padding: 0.9375rem 2.5rem 0.8125rem 0.875rem;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}

.mega-menu-wrapper .mega-menu-image-link__title svg {
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translateY(-50%);
}

.mega-menu-wrapper .mega-menu-image-link__title svg path {
  fill: currentColor;
}

.mega-menu-wrapper .mega-menu-image-link:hover .mega-menu-wrapper .mega-menu-image-link__title {
  background-color: #E72204;
}

.mega-menu-wrapper .mega-menu-image-link:hover .mega-menu-image-link__title {
  background-color: #B21A03;
  border-color: #B21A03;
  color: #FFFFFF;
}

.mega-menu-wrapper .mega-menu-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
}

.mega-menu-wrapper .mega-menu-buttons .c-btn {
  margin-bottom: 1.5rem;
}

.mega-menu-wrapper .mega-menu-buttons .c-btn-primary {
  max-width: calc(100% - 0.4375rem);
}

.mega-menu-background {
  position: absolute;
  z-index: 998;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #232F3D;
}

@media (max-width: 1365px) {
  .mega-menu-background {
    display: none;
  }
}

/* Main Header Mobile */
.btn-hamburger {
  position: relative;
  z-index: 9999;
  display: none;
  width: 1.25rem;
  height: 0.875rem;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1365px) {
  .btn-hamburger {
    display: block;
  }
}

.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  transition: .45s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 9px;
  background: #232F3D;
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 0.375rem;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(3) {
  top: 0.75rem;
  transform-origin: left center;
}

.btn-hamburger.open span:nth-child(1) {
  top: -0.0625rem;
  left: 0.1875rem;
  transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 0.8125rem;
  left: 0.1875rem;
  transform: rotate(-45deg);
}

.main-header__mobile-subnav {
  display: none;
  margin-right: 1.375rem;
}

@media (max-width: 1365px) {
  .main-header__mobile-subnav {
    display: block;
  }
}

.main-header__mobile-subnav ul {
  display: flex;
  align-items: center;
}

.main-header__mobile-subnav li {
  margin-left: 1.4375rem;
}

.main-header__mobile-subnav li.search span, .main-header__mobile-subnav li.login span {
  display: none;
}

.main-header__mobile-subnav a {
  font-size: 1.125rem;
  line-height: 1.11111111;
  color: #232F3D;
  text-decoration: none;
  display: block;
}

.main-header__mobile-subnav a svg {
  display: block;
}

.main-header__mobile-subnav a svg path {
  fill: currentColor;
}

.main-header__nav-mobile--wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 20rem;
  background: #FFFFFF;
}

@media (max-width: 575px) {
  .main-header__nav-mobile--wrapper {
    max-width: none;
  }
}

@media (max-width: 1365px) {
  .main-header__nav-mobile--wrapper.active {
    display: block;
  }
}

.main-header__nav-mobile--wrapper > div:first-child {
  overflow-y: auto;
  height: calc(100% - 60px);
  position: relative;
}

.main-header__nav-mobile--wrapper a {
  color: #232F3D;
  text-decoration: none;
}

.main-header__nav-mobile-prev {
  background-color: #232F3D;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0625rem 1.25rem 0.875rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.main-header__nav-mobile-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1.0625rem;
  width: 0.375rem;
  height: 0.625rem;
  background-image: url("../images/icons/link-arrow-light.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg) translateY(50%);
}

.main-header__nav-mobile .menu {
  display: flex;
  flex-direction: column;
}

.main-header__nav-mobile .menu li:not(.c-btn) {
  border-bottom: 0.0625rem solid #E1E1E1;
}

.main-header__nav-mobile .menu li:not(.c-btn).menu-item-has-children > a:after {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background-image: url("../images/icons/link-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-header__nav-mobile .menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.9375rem 1.75rem 0.9375rem 1.25rem;
}

.main-header__nav-mobile .menu .sub-menu {
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-y: auto;
}

.main-header__nav-mobile .menu .sub-menu li {
  width: 100%;
}

.main-header__nav-mobile .menu .sub-menu li.c-btn {
  width: calc(100% - 2.5rem);
  margin-bottom: 0.25rem;
  margin-top: 1.0625rem;
  padding: 0.8125rem;
}

html.ios .main-header__nav-mobile .menu .sub-menu li.c-btn, html.ios .main-header__nav-mobile .menu .sub-menu li.c-btn:before, html.ios .main-header__nav-mobile .menu .sub-menu li.c-btn:after, html.macos.touch-device .main-header__nav-mobile .menu .sub-menu li.c-btn, html.macos.touch-device .main-header__nav-mobile .menu .sub-menu li.c-btn:before, html.macos.touch-device .main-header__nav-mobile .menu .sub-menu li.c-btn:after {
  transition: none;
}

.main-header__nav-mobile .menu .sub-menu li.c-btn a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  text-align: center;
  justify-content: center;
  color: inherit;
  transition: none;
}

.main-header__nav-mobile .menu .open + .sub-menu {
  display: flex;
}

.main-header__subnav-mobile {
  margin-top: 0.9375rem;
}

.main-header__subnav-mobile .menu {
  display: flex;
  flex-direction: column;
}

.main-header__subnav-mobile a {
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 700;
  display: block;
  padding: 0.75rem 1.25rem;
}

.main-header__cta-wrapper-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.main-header__cta-wrapper-mobile .c-btn-secondary {
  flex: 1;
  padding: 1rem 0.625rem;
  color: #000000;
  border-color: #000000;
  border-left-width: 0;
  border-right-width: 0;
}

.main-header__cta-wrapper-mobile .c-btn-secondary:hover {
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 767px) {
  .main-header__cta-wrapper-mobile .c-btn-secondary:first-child {
    border-bottom-width: 0;
  }
}

.main-header__cta-wrapper-mobile .c-btn-secondary:nth-child(3) {
  background-color: #46ab0c;
  color: #ffffff;
  border-color: #46ab0c;
}

.main-header__cta-wrapper-mobile .c-btn-secondary:nth-child(3):hover {
  background-color: #327b09;
}

.main-header__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #232F3D;
  color: #FFFFFF;
  padding: 7.125rem 0 11rem;
  overflow-y: auto;
}

@media (max-width: 1365px) {
  .main-header__search {
    padding: 3rem 0;
  }
}

.main-header__search-results {
  transition: 0.2s opacity ease-in-out;
  opacity: 1;
}

.main-header__search-results.loading {
  opacity: 0.5;
}

.main-header__search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

.main-header__search-close i {
  color: #ffffff;
  transition: color .2s;
  font-size: 3.125rem;
  line-height: 1;
}

.main-header__search-close i:hover {
  color: #E72204;
}

.search-page {
  background-color: #232F3D;
  color: #FFFFFF;
  padding: 14.625rem 0 10rem;
}

.search-form__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.125rem solid #FFFFFF;
}

.search-form__search, .search-form__submit {
  appearance: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

.search-form__search {
  flex-grow: 1;
  padding: 0.625rem 0;
  width: 100%;
  font-size: 2.625rem;
  line-height: 1.14285714;
  font-weight: 700;
}

@media (max-width: 1365px) {
  .search-form__search {
    font-size: 1.625rem;
    line-height: 1.23076923;
    padding: 0.1875rem 0;
  }
}

.search-form__search::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search-form__search:-moz-placeholder {
  color: #FFFFFF;
}

.search-form__search::-moz-placeholder {
  color: #FFFFFF;
}

.search-form__search:-ms-input-placeholder {
  color: #FFFFFF;
}

.search-form__search::selection {
  color: #FFFFFF;
  background-color: #E72204;
}

.search-form__submit {
  flex-shrink: 0;
  margin: 0 0.375rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  background-image: url("../images/icons/search.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -0.25rem;
}

@media (max-width: 1365px) {
  .search-form__submit {
    width: 1.5rem;
    height: 1.5rem;
    top: -0.1875rem;
    margin: 0 0.25rem;
  }
}

.search-form__submit.active {
  background-image: url("../images/icons/close.svg");
  background-size: 77% auto;
  background-position-x: left;
}

.search-results-section {
  margin-top: 4.125rem;
}

@media (max-width: 1365px) {
  .search-results-section {
    margin-top: 2.0625rem;
  }
}

.search-results-section__count {
  color: inherit;
  padding-bottom: 1.375rem;
}

@media (max-width: 1365px) {
  .search-results-section__count {
    font-weight: 400;
  }
}

.search-results-section__no-results h1, .search-results-section__no-results h2, .search-results-section__no-results h3, .search-results-section__no-results h4, .search-results-section__no-results h5 {
  color: inherit;
}

.search-results-section__no-results .addtoany_content {
  display: none;
}

.search-results-section__quick-links {
  background-color: #FFFFFF;
  color: #232F3D;
  padding: 2.375rem 1.6875rem;
  border: 3px solid #000000;
  box-shadow: -0.625rem 0.625rem 0 0 #186AA5;
}

.search-results-section__quick-links-title {
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #232F3D;
  padding-bottom: 0.4375rem;
  margin-bottom: 1rem;
}

.search-results-section__quick-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-section__quick-links a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}

.search-results-post {
  background-color: #FFFFFF;
  color: #232F3D;
  margin-bottom: 1.5625rem;
}

.search-results-post__link {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 1.6875rem;
  border: 0.1875rem solid #186AA5;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  min-height: 10rem;
  box-shadow: 0 0 0 0 #E72204;
}

@media (max-width: 1365px) {
  .search-results-post__link {
    flex-direction: column;
    padding: 1.4375rem 0.75rem 1.125rem;
    align-items: flex-start;
  }
}

.search-results-post__link:hover {
  border-color: #E72204;
  box-shadow: -0.625rem 0.625rem 0 0 #E72204;
}

.search-results-post__content {
  width: 100%;
}

.search-results-post__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.5rem;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 1365px) {
  .search-results-post__title {
    font-size: 0.875rem;
    line-height: 1.14285714;
  }
}

.search-results-post__link:hover .search-results-post__title {
  color: #E72204;
}

.search-results-post__excerpt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 1365px) {
  .search-results-post__excerpt {
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

.search-results-post__thumbnail {
  width: 6.25rem;
  flex-shrink: 0;
  margin-left: 3.125rem;
}

@media (max-width: 1365px) {
  .search-results-post__thumbnail {
    margin-left: 0;
    margin-top: 1.5rem;
    width: 9.5rem;
  }
}

.search-results-post__thumbnail img {
  width: 100%;
}

.search-pagination {
  list-style: none;
  padding: 0;
  margin: 4.375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1365px) {
  .search-pagination {
    margin-top: 3.5625rem;
  }
}

.search-pagination__arrow {
  margin: 0 1.0625rem;
  cursor: pointer;
}

@media (max-width: 1365px) {
  .search-pagination__arrow:first-child {
    margin-left: 0;
  }
  .search-pagination__arrow:last-child {
    margin-right: 0;
  }
}

.search-pagination__arrow svg {
  display: block;
  width: 0.4375rem;
  height: auto;
}

.search-pagination__arrow svg path {
  stroke: currentColor;
}

.search-pagination__page, .search-pagination__separator {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1365px) {
  .search-pagination__page, .search-pagination__separator {
    font-weight: 500;
  }
}

.search-pagination__page {
  width: 2.5rem;
  position: relative;
  z-index: 1;
  margin: 0 0.15625rem;
  cursor: pointer;
}

@media (max-width: 1365px) {
  .search-pagination__page {
    margin: 0;
  }
}

.search-pagination__page.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E72204;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  z-index: -1;
}

.search-pagination__separator {
  margin: 0 0.75rem;
}

@media (max-width: 1365px) {
  .search-pagination__separator {
    margin: 0 0.875rem;
  }
}

.page-hero {
  position: relative;
  background: linear-gradient(0deg, #232F3D 0%, #232F3D 65%, #186AA5 100%);
}

@media (min-width: 768px) {
  .page-hero {
    min-height: 25rem;
  }
}

@media (max-width: 767px) {
  .page-hero {
    padding-bottom: 1.5625rem;
    margin-bottom: 11.6875rem;
    box-shadow: 0 0.9375rem 0.875rem #232F3D;
  }
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-hero .container--heading-only {
    padding-bottom: 6.25rem;
  }
}

.page-hero__thumbnail {
  min-height: 33.125rem;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .page-hero__thumbnail {
    min-height: 25rem;
  }
}

@media (max-width: 767px) {
  .page-hero__thumbnail {
    min-height: 13.3125rem;
  }
}

.page-hero:before {
  content: '';
  display: block;
  width: 100%;
  min-height: 11.5rem;
  position: absolute;
  z-index: 1;
  background: url("../images/textures/hero-texture.png");
}

@media (min-width: 768px) {
  .page-hero:before {
    background-position: 0 -42px;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .page-hero:before {
    background-size: cover;
  }
}

.page-hero:after {
  display: block;
  width: 100%;
  min-height: 43%;
  position: absolute;
  bottom: -0.0625rem;
  background: #F3F1EC;
}

@media (min-width: 768px) {
  .page-hero:after {
    content: '';
  }
}

@media (min-width: 768px) {
  .page-hero--thumbnail:before {
    bottom: 27.3%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .page-hero--thumbnail:before {
    bottom: -7.6875rem;
    background-position: bottom 0 left -23.1875rem;
  }
}

.page-hero__content {
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-hero__content {
    padding: 9.0625rem 0 0;
  }
}

@media (max-width: 767px) {
  .page-hero__content {
    padding: 7.5625rem 0 0.8125rem;
  }
}

.page-hero__preheading {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-hero__preheading {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .page-hero__preheading {
    margin-bottom: 1.25rem;
  }
}

.page-hero__heading, .page-hero__heading:only-child {
  font-family: "Rubik", sans-serif;
  color: transparent;
}

@media (min-width: 768px) {
  .page-hero__heading, .page-hero__heading:only-child {
    margin-bottom: 1.9375rem;
    text-shadow: -0.1875rem -0.375rem #F15F49;
    font-size: 5rem;
    line-height: 1.0125;
    font-weight: 700;
    -webkit-text-stroke: 0.1875rem #ffffff;
  }
}

@media (max-width: 767px) {
  .page-hero__heading, .page-hero__heading:only-child {
    margin-bottom: 1.375rem;
    margin-bottom: 0;
    text-shadow: -0.075rem -0.09375rem #F15F49;
    font-size: 2.125rem;
    line-height: 1.17647059;
    -webkit-text-stroke: 0.0625rem #ffffff;
  }
}

.page-hero__subnavigation {
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  text-align: center;
  border: 0.125rem solid #186AA5;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page-hero__subnavigation {
    width: 93%;
    padding: 1.9375rem 1.875rem 1.8125rem;
    position: relative;
    bottom: 5%;
    box-shadow: -0.625rem 0.625rem #186AA5;
  }
}

@media (max-width: 767px) {
  .page-hero__subnavigation {
    width: 100%;
    padding: 1.5rem 0 1.1875rem 1.125rem;
    position: absolute;
    bottom: -5.5rem;
    left: 0;
    box-shadow: 0 0.3125rem #186AA5;
  }
}

.page-hero__subnavigation .menu {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .page-hero__subnavigation .menu {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .page-hero__subnavigation .menu {
    font-size: 0.875rem;
    line-height: 1.14285714;
    font-weight: 700;
  }
}

.page-hero__subnavigation .menu::-webkit-scrollbar {
  display: none;
  overflow: hidden;
}

.page-hero__subnavigation .menu-item {
  display: inline-block;
}

@media (min-width: 768px) {
  .page-hero__subnavigation .menu-item {
    margin-right: 1.6875rem;
  }
}

@media (max-width: 767px) {
  .page-hero__subnavigation .menu-item {
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .page-hero__subnavigation .menu-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .page-hero__subnavigation .menu-item:last-of-type {
    margin-right: 1.0625rem;
  }
}

.page-hero__subnavigation .menu-item a {
  text-decoration: none;
}

.page-hero__subnavigation .menu-item.current-menu-item a {
  position: relative;
}

.page-hero__subnavigation .menu-item.current-menu-item a::before {
  background-color: #E72204;
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  height: 0.125rem;
  width: 100%;
}

@media (min-width: 768px) {
  .page-hero--no-thumbnail {
    min-height: 23rem;
    margin-bottom: 6.375rem;
  }
}

@media (max-width: 767px) {
  .page-hero--no-thumbnail {
    margin-bottom: 11.6875rem;
  }
}

@media (min-width: 768px) {
  .page-hero--no-thumbnail:before {
    bottom: 1.4375rem;
    background-position: initial;
  }
}

@media (max-width: 767px) {
  .page-hero--no-thumbnail:before {
    height: 5.9375rem;
    bottom: -7.125rem;
  }
}

.page-hero--no-thumbnail:after {
  min-height: 13%;
}

.page-hero--no-thumbnail .page-hero__heading {
  text-shadow: 0 0 transparent;
}

@media (min-width: 768px) {
  .page-hero--no-thumbnail .page-hero__subnavigation {
    transform: translateY(50%);
    margin-top: 7.8125rem;
  }
}

.page-hero--no-thumbnail .page-hero__content {
  padding: 11.5625rem 0 0;
}

@media (max-width: 767px) {
  .page-hero + .block-content.block-top-spacing {
    padding-top: 0;
  }
}

.hero-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-home:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}

@media (min-width: 768px) {
  .hero-home:before {
    opacity: .3;
  }
}

@media (max-width: 767px) {
  .hero-home:before {
    opacity: .5;
  }
}

.hero-home__subtitle {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  letter-spacing: 0.125rem;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.28);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.425;
  font-weight: 900;
}

@media (min-width: 992px) {
  .hero-home__subtitle {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.425;
    font-weight: 900;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home__subtitle {
    margin-bottom: 0rem;
    font-size: 1.875rem;
    line-height: 1.33333333;
    font-weight: 900;
  }
}

@media (max-width: 767px) {
  .hero-home__subtitle {
    margin-bottom: 0;
    font-size: 1.875rem;
    line-height: 1.13333333;
    font-weight: 900;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .hero-home__outline-text {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 767px) {
  .hero-home__outline-text {
    margin-bottom: 3.125rem;
  }
}

.hero-home__outline-text h1 {
  color: #ffffff;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
  .hero-home__outline-text h1 {
    margin-left: 0.3125rem;
    font-size: 7rem;
    line-height: 0.08928571;
    font-weight: 900;
  }
}

@media (max-width: 767px) {
  .hero-home__outline-text h1 {
    font-size: 2.1875rem;
    line-height: 0.28571429;
    font-weight: 900;
  }
}

.hero-home__outline-text h1 strong {
  position: relative;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  font-style: italic;
  display: inline-block;
}

@media (min-width: 992px) {
  .hero-home__outline-text h1 strong {
    font-size: 7.3125rem;
    line-height: 0.8974359;
    font-weight: 900;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home__outline-text h1 strong {
    font-size: 5.5rem;
    line-height: 1.04545455;
    font-weight: 900;
  }
}

@media (max-width: 767px) {
  .hero-home__outline-text h1 strong {
    font-size: 4.25rem;
    line-height: 1;
    font-weight: 900;
  }
}

.hero-home__outline-text h1 strong span {
  width: 100%;
  position: absolute;
  z-index: -1;
  color: transparent;
}

@media (min-width: 768px) {
  .hero-home__outline-text h1 strong span {
    top: 0.2rem;
    left: 0.2rem;
    -webkit-text-stroke: 0.1rem #ffffff;
  }
}

@media (max-width: 767px) {
  .hero-home__outline-text h1 strong span {
    top: 0.2rem;
    left: 0.2rem;
    -webkit-text-stroke: 0.1rem #ffffff;
  }
}

.hero-home__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  padding-top: 0.125rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-home__content {
    min-height: 60.0625rem;
  }
}

@media (max-width: 767px) {
  .hero-home__content {
    min-height: 52rem;
    padding: 0;
  }
}

.hero-home__content .row {
  width: 100%;
}

@media (min-width: 768px) {
  .hero-home__content .row {
    padding: 4.5625rem 0 4.5rem;
  }
}

@media (max-width: 767px) {
  .hero-home__content .row {
    padding: 5.125rem 0 2.5rem;
  }
}

.hero-home__content .c-btn {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .hero-home__content .c-btn {
    min-width: 17.5625rem;
  }
}

.hero-home__btn-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero-home__btn-img-wrapper {
  max-width: 17.5rem;
  margin: 0 auto -0.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-home__btn-img-wrapper {
    max-width: 11.25rem;
  }
}

.hero-home__btn-img-wrapper:hover {
  transform: scale(1.05);
}

.hero-home__btn-img-wrapper:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(231, 34, 4, 0.9);
  border-width: 0.125rem;
}

.hero-home__btn-img-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  background-color: #e72204;
  border-radius: 50%;
  border: 0.125rem solid #ffffff;
  transition: all 0.3s ease;
  pointer-events: none;
  animation: pulse-play-button 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .hero-home__btn-img-wrapper::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.hero-home__btn-img-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 1rem solid #ffffff;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  z-index: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero-home__btn-img-wrapper::before {
    border-left: 0.625rem solid #ffffff;
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
  }
}

.hero-home__btn-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.625rem;
  border: solid 2px white;
  object-fit: cover;
}

.hero-home__quick-links {
  padding: 5rem 0;
  padding-bottom: 15rem;
  margin-top: -13rem;
  background: linear-gradient(to bottom, rgba(24, 106, 165, 0) 0%, rgba(24, 106, 165, 0.3) 3%, #186AA5 16%);
  z-index: 2;
  position: relative;
  row-gap: 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home__quick-links {
    margin-top: -12rem;
    background: linear-gradient(to bottom, rgba(24, 106, 165, 0) 0%, rgba(24, 106, 165, 0.3) 3%, #186AA5 15%);
  }
}

@media (max-width: 767px) {
  .hero-home__quick-links {
    padding: 5rem 0;
    margin-top: -6.5rem;
    background: linear-gradient(to bottom, rgba(24, 106, 165, 0) 0%, rgba(24, 106, 165, 0.3) 3%, #186AA5 15%);
  }
}

.hero-home__quick-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .hero-home__quick-links-grid {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.hero-home__quick-link-item {
  width: 25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home__quick-link-item {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .hero-home__quick-link-item {
    width: 100%;
  }
}

.hero-home__quick-link-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
  color: inherit;
}

.hero-home__quick-link-card-link:hover {
  text-decoration: none;
}

.hero-home__quick-link-card {
  text-align: center;
  padding: 0 0 1.875rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.hero-home__quick-link-card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .hero-home__quick-link-card {
    padding-top: 1.875rem;
  }
}

.hero-home__quick-link-image {
  margin-bottom: 1.25rem;
  height: 17.125rem;
  overflow: hidden;
  border-bottom: 0.1875rem solid #186AA5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home__quick-link-image {
    height: 8.5rem;
  }
}

@media (max-width: 767px) {
  .hero-home__quick-link-image {
    display: none;
  }
}

.hero-home__quick-link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-home__quick-link-title {
  font-family: "Rubik", sans-serif;
  color: #232F3D;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.hero-home__quick-link-btn {
  margin-top: auto;
  align-self: center;
  width: 85%;
}

.hero-home .c-btn-quinary {
  text-transform: uppercase;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
  .hero-home .c-btn-quinary {
    margin-bottom: 0.6875rem;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 900;
  }
}

.hero-home__link {
  margin-top: 20px;
}

.hero-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-home__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-home__video {
  width: 150%;
  height: 111%;
  padding-bottom: 100%;
  position: absolute;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-home__video {
    width: 177%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home__video {
    width: 195%;
  }
}

@media (max-width: 991px) {
  .hero-home__video {
    width: 315%;
  }
}

@media (max-width: 374px) {
  .hero-home__video {
    width: 366%;
  }
}

.hero-home__video .iframe-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-home__video .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-home__scroll-button {
  min-width: 17.1875rem;
  padding-bottom: 0.1875rem;
  position: absolute;
  z-index: 2;
  right: -4.6875rem;
  bottom: 7.75rem;
  transform: rotate(-90deg);
  text-align: end;
  border-bottom: 0.0625rem solid #ffffff;
}

@media (max-width: 767px) {
  .hero-home__scroll-button {
    display: none;
    visibility: hidden;
  }
}

.hero-home__scroll-button-text {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.0625rem;
  line-height: 1.17647059;
  font-weight: 900;
}

.hero-home__scroll-button-text:link, .hero-home__scroll-button-text:visited, .hero-home__scroll-button-text:hover, .hero-home__scroll-button-text:active {
  color: #ffffff;
}

@keyframes pulse-play-button {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 34, 4, 0.7);
  }
  100% {
    box-shadow: 0 0 0 1.25rem rgba(231, 34, 4, 0);
  }
}

.hero-alternative {
  position: relative;
  color: #FFFFFF;
  background: linear-gradient(0deg, #232F3D 0%, #232F3D 65%, #186AA5 100%);
}

@media (min-width: 992px) {
  .hero-alternative {
    padding: 15.5rem 0 3.125rem 0;
    margin-bottom: 10.75rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative {
    padding: 12.3125rem 0 3.6875rem 0;
    margin-bottom: 9.125rem;
  }
}

.hero-alternative:before, .hero-alternative:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-alternative:before {
  background-image: url("../images/icons/watermelon.svg");
}

@media (min-width: 992px) {
  .hero-alternative:before {
    width: 15.6875rem;
    height: 13.0625rem;
    top: 9.5625rem;
    left: -4.3125rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative:before {
    width: 5.9375rem;
    height: 4.9375rem;
    top: 5.625rem;
    left: -2.25rem;
  }
}

.hero-alternative:after {
  right: 0;
  background-image: url("../images/icons/popsicle.svg");
}

@media (min-width: 992px) {
  .hero-alternative:after {
    width: 11.375rem;
    height: 18.375rem;
    top: 8.5rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative:after {
    width: 3.8125rem;
    height: 6.5rem;
    top: 5.5rem;
  }
}

.hero-alternative__title {
  margin-bottom: 1.375rem;
  font-family: "Rubik", sans-serif;
  text-align: center;
  color: transparent;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .hero-alternative__title {
    width: 74%;
    text-shadow: -0.1875rem -0.1875rem #F15F49;
    font-size: 5rem;
    line-height: 1.0125;
    font-weight: 700;
    -webkit-text-stroke: 0.1875rem #ffffff;
  }
}

@media (max-width: 991px) {
  .hero-alternative__title {
    margin-bottom: 0;
    text-shadow: -0.075rem -0.09375rem #F15F49;
    font-size: 2.125rem;
    line-height: 1.17647059;
    -webkit-text-stroke: 0.0625rem #ffffff;
  }
}

.hero-alternative__title:only-child {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .hero-alternative__title-wrapper {
    margin-bottom: 13.0625rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative__title-wrapper {
    margin-bottom: 3.375rem;
  }
}

.hero-alternative__image {
  width: 100%;
}

@media (min-width: 992px) {
  .hero-alternative__image {
    margin-left: -1.3125rem;
  }
}

.hero-alternative__image img {
  width: 100%;
}

@media (min-width: 992px) {
  .hero-alternative__image img {
    box-shadow: 1.3125rem 1.1875rem #186AA5;
  }
}

@media (max-width: 991px) {
  .hero-alternative__image img {
    box-shadow: 0.3125rem 0.375rem #186AA5;
  }
}

.hero-alternative__image-caption {
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 992px) {
  .hero-alternative__image-caption {
    align-items: center;
    justify-content: space-between;
    padding: 2.625rem 1.3125rem 0;
  }
}

@media (max-width: 991px) {
  .hero-alternative__image-caption {
    flex-direction: column;
    padding-top: 2.125rem;
  }
}

.hero-alternative__image-caption .c-btn-wrapper {
  margin-top: 0;
}

@media (min-width: 992px) {
  .hero-alternative__image-caption .c-btn-wrapper {
    padding-bottom: 1.9375rem;
    margin-right: -2.375rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative__image-caption .c-btn-wrapper .c-btn {
    padding: 0 2.8125rem 0 0;
  }
}

.hero-alternative__content {
  position: relative;
  z-index: 2;
}

.hero-alternative__content h2,
.hero-alternative__content h3,
.hero-alternative__content h4,
.hero-alternative__content h5,
.hero-alternative__content h6 {
  color: #ffffff;
}

@media (min-width: 992px) {
  .hero-alternative__content h2,
  .hero-alternative__content h3,
  .hero-alternative__content h4,
  .hero-alternative__content h5,
  .hero-alternative__content h6 {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative__content h2,
  .hero-alternative__content h3,
  .hero-alternative__content h4,
  .hero-alternative__content h5,
  .hero-alternative__content h6 {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .hero-alternative__content p {
    padding-right: 5.625rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative__content p {
    margin-bottom: 0.75rem;
  }
}

.hero-alternative__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-alternative__content-wrapper {
    padding-bottom: 5.75rem;
  }
}

@media (max-width: 991px) {
  .hero-alternative__content-wrapper {
    padding-bottom: 1.125rem;
  }
}

.hero-alternative__texture {
  width: 100%;
  position: absolute;
  z-index: 1;
  background-image: url("../images/textures/hero-alternative-texture.png");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-alternative__texture {
    height: 13.75rem;
    bottom: -5.1875rem;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .hero-alternative__texture {
    height: 7.875rem;
    bottom: -6.75rem;
    background-position: -15.0625rem -2.125rem;
    background-size: cover;
  }
}

.block-tabs {
  position: relative;
  background: #232F3D;
}

@media (min-width: 768px) {
  .block-tabs {
    padding: 7.1875rem 0 3.9375rem;
    margin-bottom: 8.375rem;
  }
}

@media (max-width: 767px) {
  .block-tabs {
    margin-bottom: 4.8125rem;
    padding: 2.75rem 0 0;
  }
}

.block-tabs h2 {
  margin: 0 0 1.75rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .block-tabs h2 {
    display: none;
    margin: 0 0 1.125rem;
  }
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 2.1875rem;
}

@media (min-width: 768px) {
  .block-tabs .alignnone {
    margin: 0.5rem 0 0;
  }
}

@media (max-width: 767px) {
  .block-tabs .alignnone {
    margin: 0.5rem 0 0.625rem;
  }
}

.block-tabs::before, .block-tabs:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: url("../images/textures/tabs-texture-bottom.png") no-repeat center center;
}

@media (min-width: 768px) {
  .block-tabs::before, .block-tabs:after {
    min-height: 10vw;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .block-tabs::before, .block-tabs:after {
    min-height: 24vw;
    background-size: 1072px 100%;
  }
}

@media (min-width: 768px) {
  .block-tabs:before {
    top: -1.5625rem;
  }
}

@media (max-width: 767px) {
  .block-tabs:before {
    top: -1.875rem;
  }
}

.block-tabs:after {
  background-size: cover;
}

@media (min-width: 768px) {
  .block-tabs:after {
    bottom: -3rem;
  }
}

@media (max-width: 767px) {
  .block-tabs:after {
    bottom: -3.375rem;
  }
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -1.25rem;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tabs__link {
  display: block;
  min-width: 12.5rem;
  border-bottom: 0.1875rem solid #E72204;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tabs__link {
    display: inline-block;
    float: none;
    font-size: 0.8125rem;
    line-height: 1.5625rem;
  }
  .slick-initialized .tabs__link {
    float: left;
  }
}

.tabs__link a {
  display: block;
  padding: 1.3125rem 0 1.0625rem;
  position: relative;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: color .2s linear;
  transition: background 0.2s;
}

@media (min-width: 768px) {
  .tabs__link a:hover {
    color: #ffffff;
    background: #B21A03;
  }
}

@media (max-width: 767px) {
  .tabs__link a {
    min-width: 0;
    padding: 0 0.625rem 0.5rem;
    outline: 0;
  }
}

@media (min-width: 768px) {
  .tabs__link.active {
    background: #E72204;
  }
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__link-list {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

@media (max-width: 767px) {
  .tabs__link-list {
    padding: 0 1.25rem;
  }
  .tabs__link-list:before, .tabs__link-list:after {
    content: none;
  }
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper:before {
  content: '';
  display: none;
  width: 1.25rem;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0.375rem;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list .slick-arrow {
  z-index: 1;
  top: 2.0625rem;
}

.tabs__link-list .slick-arrow:after {
  width: 0.5rem;
  height: 0.5rem;
  border-color: #ffffff;
}

.tabs__link-list .slick-arrow.slick-prev {
  left: 1.375rem;
}

.tabs__link-list .slick-arrow.slick-next {
  right: 1.375rem;
}

.tabs__tab-content {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s linear;
}

@media (min-width: 768px) {
  .tabs__tab-content {
    padding: 1rem 0 3.875rem;
  }
}

@media (max-width: 767px) {
  .tabs__tab-content {
    padding: 0.5625rem 0 0rem;
  }
}

.tabs__tab-content:not(.active) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.tabs__tab-content-wrapper {
  color: #ffffff;
}

.tabs__tab-content .col-12 p:last-of-type {
  position: relative;
}

@media (min-width: 768px) {
  .tabs__tab-content .col-12 p:last-of-type {
    padding-bottom: 4.9375rem;
  }
}

@media (max-width: 767px) {
  .tabs__tab-content .col-12 p:last-of-type {
    padding-bottom: 2.9375rem;
  }
}

.tabs__tab-content .col-12 p:last-of-type:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  background: #ffffff;
}

.block-img-comp {
  padding: 71px 15px;
}

@media (max-width: 991px) {
  .block-img-comp {
    padding: 70px 31px;
  }
}

@media (max-width: 767px) {
  .block-img-comp {
    padding: 50px 20px 39px;
  }
  .block-img-comp .section-title {
    text-align: left;
  }
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp .container-fluid {
    padding: 0;
  }
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }
}

.block-img-single img {
  display: block;
  width: 100%;
}

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-single.small-top {
    padding-bottom: 12px;
  }
}

.block-gallery-slider {
  padding: 4.5625rem 0 3.0625rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-gallery-slider {
    padding: 1.25rem 0 1.875rem;
  }
}

.bc-gallery__slider {
  padding: 0;
}

.bc-gallery__slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow {
    width: 3rem;
    height: 3rem;
    transform: translateY(-53%);
    border: 0.125rem solid #E72204;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider .slick-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
    transform: translateY(-73%);
    border: 0.1875rem solid #E72204;
  }
}

.bc-gallery__slider .slick-arrow:before {
  content: '';
  display: block;
  height: 0.125rem;
  position: absolute;
  background: #000000;
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow:before {
    width: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider .slick-arrow:before {
    width: 0.5rem;
  }
}

.bc-gallery__slider .slick-arrow:after {
  width: 0.6875rem;
  height: 0.6875rem;
  border-color: #000000;
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow:after {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider .slick-arrow:after {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow.slick-prev {
    left: 13.2vw;
    box-shadow: 0.25rem 0.3125rem #E72204;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider .slick-arrow.slick-prev {
    left: 9.2vw;
    box-shadow: 0.0625rem 0.125rem #E72204;
  }
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow.slick-prev:before {
    right: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow.slick-prev:after {
    margin-left: 0.0625rem;
  }
}

.bc-gallery__slider .slick-arrow.slick-next {
  left: auto;
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow.slick-next {
    right: 13.2vw;
    box-shadow: -0.25rem 0.3125rem #E72204;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider .slick-arrow.slick-next {
    right: 9.2vw;
    box-shadow: -0.0625rem 0.125rem #E72204;
  }
}

@media (min-width: 768px) {
  .bc-gallery__slider .slick-arrow.slick-next:before {
    left: 0.8125rem;
  }
}

.bc-gallery__slider .slick-arrow:hover {
  border-color: transparent;
  box-shadow: 0 0 transparent;
}

.bc-gallery__slider .slick-arrow:hover:before {
  width: 0;
}

.bc-gallery__slider .slick-track {
  display: flex;
  flex-direction: row;
}

.bc-gallery__caption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .bc-gallery__caption {
    padding: 1.125rem;
  }
}

@media (max-width: 767px) {
  .bc-gallery__caption {
    padding: 1.3125rem;
  }
}

.bc-gallery__single-slide {
  outline: none;
}

@media (min-width: 768px) {
  .bc-gallery__single-slide {
    width: 76vw;
    min-width: 31.25rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .bc-gallery__single-slide {
    width: 87vw;
    margin: 0 3px;
  }
}

.bc-gallery__image img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1680px) {
  .bc-gallery__image img {
    max-height: 750px;
  }
}

@media (min-width: 768px) {
  .single-post .block-gallery-slider {
    padding: 4.6875rem 0 4.375rem;
  }
}

@media (max-width: 767px) {
  .single-post .block-gallery-slider {
    padding: 3.875rem 0 1.6875rem;
  }
}

.lightbox-gallery__single-thumb {
  margin-bottom: 1.9375rem;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb img {
    min-height: 5.0625rem;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__thumbnails-wrapper {
    padding: 0 0.8125rem;
    margin-top: 5rem;
  }
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #232F3D;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.lightbox-gallery__gallery-wrapper .container-fluid {
  padding: 0;
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  flex: 0 0 100%;
  padding: 1.125rem 0.9375rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.33333333;
}

@media (max-width: 767px) {
  .lightbox-gallery__caption {
    padding: 1.25rem 0.9375rem;
  }
}

.lightbox-gallery__close {
  display: block;
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, opacity 0.2s;
}

@media (min-width: 768px) {
  .lightbox-gallery__close {
    width: 3.3125rem;
    height: 3.3125rem;
    top: 38px;
    right: 26px;
    transform: translateY(-53%);
    border: 0.1875rem solid #E72204;
    box-shadow: -0.4375rem 0.5rem #E72204;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 3.0625rem;
    right: 1.25rem;
    transform: translateY(-73%);
  }
}

.lightbox-gallery__close:hover {
  border-color: transparent;
  box-shadow: 0 0 transparent;
}

@media (max-width: 767px) {
  .lightbox-gallery__close:hover {
    opacity: 0.9;
  }
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #37414b;
}

.lightbox-gallery__close:after {
  width: 0.125rem;
  height: 1.1875rem;
}

.lightbox-gallery__close:before {
  width: 1.1875rem;
  height: 0.125rem;
}

.block-content-links {
  padding: 4.375rem 0 1.25rem;
}

@media (max-width: 767px) {
  .block-content-links {
    padding: 3.375rem 0 1.5625rem;
  }
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

@media (min-width: 768px) {
  .block-content-links h2 {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  .block-content-links h2 {
    margin-bottom: 2.5625rem;
  }
}

@media (min-width: 768px) {
  .block-content-links:not(.block-content-links-text) .content-link__title {
    transform: translateY(-30px);
  }
}

@media (max-width: 767px) {
  .block-content-links:not(.block-content-links-text) .content-link__title {
    transform: translateY(-22px);
  }
}

.block-content-links-text {
  padding-bottom: 2.1875rem;
}

@media (max-width: 767px) {
  .block-content-links-text h2 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .block-content-links-text .content-link {
    margin-bottom: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .block-content-links-text .content-link {
    margin-bottom: 0.875rem;
  }
}

.block-content-links-text .content-link::after {
  content: none;
}

.block-content-links-text .content-link__title {
  padding: 0.875rem 0.8125rem;
}

@media (min-width: 1200px) {
  .block-content-links .content-link__single.col-lg-4 .content-link__img-wrapper img {
    min-height: 248px;
  }
  .block-content-links .content-link__single.col-lg-4 .content-link {
    margin-bottom: 46px;
  }
  .block-content-links .content-link__single.col-lg-3 .content-link__img-wrapper img {
    min-height: 183px;
  }
}

.content-link {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .content-link {
    margin-bottom: 3.5625rem;
  }
}

@media (max-width: 767px) {
  .content-link {
    margin-bottom: 0.625rem;
  }
}

.content-link:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  background: #E72204;
  transition: background 0.2s;
}

@media (min-width: 768px) {
  .content-link:after {
    padding: 1.4375rem;
    bottom: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .content-link:after {
    padding: 1.5625rem;
    bottom: 0.25rem;
  }
}

.content-link:hover:after {
  background: #ffffff;
}

.content-link:hover .content-link__title {
  color: #ffffff;
  background: #E72204;
}

.content-link:hover .content-link__icon svg path {
  fill: #ffffff;
}

.content-link__title {
  padding: 0.8125rem;
  position: relative;
  z-index: 1;
  margin: 0 0.9375rem;
  font-weight: 500;
  color: #E72204;
  border: 0.125rem solid #E72204;
  background: #ffffff;
  transition: background 0.2s, color 0.2s;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.content-link__img-wrapper img {
  width: 100%;
  object-fit: cover;
}

.content-link__icon {
  width: 1.0625rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  transform: translate(0, -50%);
  overflow: hidden;
  transition: width .2s linear;
}

.content-link:hover .content-link__icon {
  width: 3rem;
}

.content-link__icon svg {
  position: absolute;
  top: 0;
  right: 0;
}

.content-link__icon svg path {
  transition: fill 0.2s;
  fill: #E72204;
}

@media (min-width: 992px) {
  .block-content-images {
    margin-bottom: 12.375rem;
  }
}

@media (max-width: 991px) {
  .block-content-images {
    margin-bottom: 3.8125rem;
  }
}

.block-content-images h2 {
  position: relative;
}

@media (min-width: 992px) {
  .block-content-images h2 {
    margin-bottom: 1.8125rem;
  }
}

@media (max-width: 991px) {
  .block-content-images h2 {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .block-content-images.has-container {
    margin-bottom: 7rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container {
    margin-bottom: 5.25rem;
  }
}

@media (max-width: 767px) {
  .block-content-images.has-container .b-content-images-col {
    padding: 0 1.25rem;
  }
}

.block-content-images.has-container .b-content-images__content-wrapper {
  display: block;
}

@media (min-width: 992px) {
  .block-content-images.has-container .b-content-images__content-wrapper {
    padding-bottom: 7.0625rem;
  }
}

.block-content-images.has-container .b-content-images__content-wrapper h6 {
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

@media (min-width: 992px) {
  .block-content-images.has-container .b-content-images__content-wrapper h6 {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__content-wrapper h6 {
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 992px) {
  .block-content-images.has-container .b-content-images__content-wrapper p {
    margin-bottom: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__content-wrapper p {
    margin-bottom: 0.6875rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__content-wrapper .c-btn-wrapper {
    margin-top: 0;
  }
}

.block-content-images.has-container .b-content-images__content-wrapper .c-btn-tertiary {
  padding-left: 0;
}

@media (min-width: 992px) {
  .block-content-images.has-container .b-content-images__col.image-right {
    padding: 0rem 0.875rem 2.8125rem 7.875rem;
  }
}

@media (min-width: 992px) {
  .block-content-images.has-container .b-content-images__col.image-left {
    padding: 0rem 7.875rem 2.8125rem 0.875rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__col.image-right,
  .block-content-images.has-container .b-content-images__col.image-left {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__col.image-right img,
  .block-content-images.has-container .b-content-images__col.image-left img {
    min-height: 12rem;
  }
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__col.content-left,
  .block-content-images.has-container .b-content-images__col.content-right {
    order: 2;
  }
}

.b-content-images__content-wrapper {
  position: relative;
  margin: 0 auto;
}

.b-content-images__content-wrapper p {
  margin: 0 0 1rem;
}

.b-content-images__image img {
  width: 100%;
}

@media (min-width: 992px) {
  .b-content-images__col.image-left {
    padding-right: 3.75rem;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.image-left {
    order: 1;
  }
}

.b-content-images__col.image-right {
  padding-right: 0;
}

@media (max-width: 991px) {
  .b-content-images__col.image-right {
    order: 1;
  }
}

@media (max-width: 767px) {
  .b-content-images__col.image-right {
    padding: 0 1.25rem;
  }
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    left: auto;
    margin: 0 auto;
  }
}

.block-cta {
  padding: 6.5rem 0 7.125rem;
  position: relative;
  margin: 6vw 0 13vw 0;
  text-align: center;
  color: #ffffff;
  background: #006ca7;
}

@media (max-width: 600px) {
  .block-cta {
    padding: 3.5625rem 0 2.8125rem;
    margin: 10vw 0 35vw 0;
  }
}

.block-cta:before, .block-cta:after {
  content: "";
  height: 12vw;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  background-image: url("../images/bg/bg-cta.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

@media (max-width: 600px) {
  .block-cta:before, .block-cta:after {
    height: 30vw;
    background-image: url("../images/bg/bg-cta-mobile.png");
  }
}

.block-cta:before {
  bottom: 100%;
  transform: translateY(50%);
}

.block-cta:after {
  top: 100%;
  transform: translateY(-50%);
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  color: currentColor;
}

.block-cta__button-wrapper {
  margin-top: 2.8125rem;
}

.block-cta__button-wrapper .c-btn {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

@media (max-width: 1199px) {
  .block-cta__button-wrapper .c-btn {
    padding-right: 1.21875rem;
    padding-left: 1.21875rem;
    margin-right: 0;
  }
}

.block-cta__form {
  width: 100%;
  max-width: 58.6875rem;
  margin: 2.75rem auto 0;
}

@media (max-width: 767px) {
  .block-cta__form {
    margin-top: 1.375rem;
  }
}

.block-cta__form form {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .block-cta__form form {
    flex-direction: column;
  }
}

.block-cta__form .gform_body {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .block-cta__form .gform_body {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .block-cta__form .gform_footer {
    width: 100%;
  }
}

.block-cta__form .c-btn {
  padding-right: 1.9375rem;
  padding-left: 2.8125rem;
}

@media (max-width: 1199px) {
  .block-cta__form .c-btn {
    padding-right: 1.21875rem;
    padding-left: 1.21875rem;
  }
}

@media (max-width: 600px) {
  .block-cta__form .c-btn {
    width: 100%;
  }
}

.block-cta__form .c-btn:after {
  z-index: 1;
}

.block-cta__form .c-btn span {
  position: relative;
  z-index: 2;
}

.block-cta__form .gform_fields {
  display: flex;
  margin: 0;
}

@media (max-width: 767px) {
  .block-cta__form .gform_fields {
    flex-direction: column;
  }
}

.block-cta__form .gfield {
  flex-grow: 1;
  margin: 0 0.9375rem 0 0;
}

@media (max-width: 991px) {
  .block-cta__form .gfield {
    margin: 0 0.46875rem;
  }
}

@media (max-width: 767px) {
  .block-cta__form .gfield {
    margin: 0 0 0.5rem;
  }
}

.block-cta__form label {
  display: none;
}

.block-cta__form .validation_error {
  position: absolute;
  top: calc(100% + 1.25rem);
  right: 0;
  left: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .block-cta__form .validation_error {
    font-size: 0.875rem;
    line-height: 1.28571429;
  }
}

.block-cta__form .gfield_description {
  display: none;
}

@media (min-width: 768px) {
  .page-template-page-tpl-alternative-hero .block-cta {
    margin: 9vw 0 8.3vw;
  }
}

@media (max-width: 767px) {
  .page-template-page-tpl-alternative-hero .block-cta {
    padding: 3.125rem 0 2.0625rem;
    margin: 3.75rem 0 8.9375rem;
  }
}

.page-template-page-tpl-alternative-hero .single-post .block-cta {
  padding: 2.8125rem 0 4rem;
  margin: 10.125rem 0 9.6875rem;
}

@media (min-width: 768px) {
  .single-post .block-cta {
    margin: 9vw 0 9.1vw;
    padding: 3.5rem 0 4rem;
  }
}

.block-testimonial-slider__background {
  position: relative;
}

@media (min-width: 992px) {
  .block-testimonial-slider__background {
    padding-bottom: 20.4%;
  }
}

@media (min-width: 375px) and (max-width: 991px) {
  .block-testimonial-slider__background {
    padding-bottom: 46%;
  }
}

@media (max-width: 767px) {
  .block-testimonial-slider__background {
    margin-top: -2.375rem;
  }
}

@media (max-width: 374px) {
  .block-testimonial-slider__background {
    padding-bottom: 93.5%;
  }
}

@media (min-width: 992px) {
  .block-testimonial-slider__background .testimonial-slider__slide {
    padding: 0 0 7.125rem;
  }
}

.block-testimonial-slider__background .testimonial-slider__quote-icon {
  padding-top: 3.0625rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider__background .testimonial-slider__quote-icon {
    padding: 0;
  }
}

.block-testimonial-slider__background .block-testimonial-slider__bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-testimonial-slider__background .block-testimonial-slider__bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background: linear-gradient(180deg, #F3F1EC 0%, rgba(196, 196, 196, 0) 100%);
}

.block-testimonial-slider__background .block-testimonial-slider__bg img {
  width: 100%;
}

@media (min-width: 1920px) {
  .block-testimonial-slider__background .block-testimonial-slider__bg img {
    max-height: 30vw;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .block-testimonial-slider__background .block-testimonial-slider__bg img {
    min-height: 22.0625rem;
    object-fit: cover;
  }
}

.testimonial-slider__slide {
  text-align: center;
  outline: none;
}

@media (min-width: 768px) {
  .testimonial-slider__slide {
    padding: 2.3125rem 0 9.875rem;
  }
}

@media (max-width: 767px) {
  .testimonial-slider__slide {
    padding: 0 0.3125rem 1.9375rem;
  }
}

.testimonial-slider__quote {
  margin: 0;
  font-style: italic;
  line-height: 2.5rem;
  text-align: center;
  color: #1D4058;
  border-left: none;
}

@media (min-width: 768px) {
  .testimonial-slider__quote {
    padding: 1.5625rem 0 0;
    font-size: 2.125rem;
    line-height: 1.17647059;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .testimonial-slider__quote {
    padding: 0.625rem 0 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .testimonial-slider__quote-icon {
    padding-top: 3.9375rem;
  }
}

@media (min-width: 768px) {
  .testimonial-slider__quote-icon svg {
    width: auto;
  }
}

@media (max-width: 767px) {
  .testimonial-slider__quote-icon svg {
    width: 3.4375rem;
    margin-bottom: -1.125rem;
  }
}

.testimonial-slider__quote-icon:before {
  content: none;
}

.testimonial-slider__name {
  display: block;
  font-family: "calgary-script-ot", sans-serif;
  font-style: normal;
}

@media (min-width: 768px) {
  .testimonial-slider__name {
    margin-bottom: 1.0625rem;
    font-size: 1.875rem;
    line-height: 0.8;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .testimonial-slider__name {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.33333333;
  }
}

.testimonial-slider__label {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .testimonial-slider__label {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .testimonial-slider__label {
    font-size: 0.8125rem;
    line-height: 1.23076923;
  }
}

.testimonial-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow {
    width: 3rem;
    height: 3rem;
    border: 0.125rem solid #E72204;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
    transform: translateY(-73%);
    border: 0.1875rem solid #E72204;
  }
}

.testimonial-slider .slick-arrow:after {
  width: 0.6875rem;
  height: 0.6875rem;
  border-color: #000000;
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow:after {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-arrow:after {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 1.8125rem;
    box-shadow: 0.375rem 0.125rem #E72204;
  }
}

@media (max-width: 991px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-arrow.slick-prev {
    box-shadow: 0.0625rem 0.125rem #E72204;
  }
}

.testimonial-slider .slick-arrow.slick-next {
  left: auto;
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 1.8125rem;
    box-shadow: -0.375rem 0.125rem #E72204;
  }
}

@media (max-width: 991px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-arrow.slick-next {
    box-shadow: -0.0625rem 0.125rem #E72204;
  }
}

.testimonial-slider .slick-arrow:hover {
  border-color: transparent;
  box-shadow: 0 0 transparent;
}

.testimonial-slider .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}

.testimonial-slider .slick-dots li {
  width: 2.25rem;
  height: 0.1875rem;
  margin-right: 0.625rem;
  margin-left: -0.125rem;
  list-style-type: none;
  background: #E72204;
  cursor: pointer;
  opacity: .3;
  transition: background 0.2s, opacity 0.2s;
}

.testimonial-slider .slick-dots li:last-of-type {
  margin: 0;
}

.testimonial-slider .slick-dots li button {
  font-size: 0;
}

.testimonial-slider .slick-dots li.slick-active {
  background: #E72204;
  opacity: 1;
}

.testimonial-slider footer {
  margin: 0;
}

@media (min-width: 768px) {
  .testimonial-slider footer {
    padding-top: 3.5625rem;
  }
}

@media (max-width: 767px) {
  .testimonial-slider footer {
    padding-top: 1rem;
  }
}

.testimonial-slider footer:before {
  content: none;
}

@media (min-width: 768px) {
  .homepage .block-testimonial-slider .testimonial-slider__slide {
    padding: 0 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .homepage .block-testimonial-slider .testimonial-slider__slide {
    padding-top: 2.4375rem;
  }
  .homepage .block-testimonial-slider .testimonial-slider__slide .testimonial-slider__quote-icon {
    padding-top: 0;
  }
}

.block-icon-cards {
  margin: 6.25rem 0;
}

@media (min-width: 768px) {
  .block-icon-cards__cards {
    margin-top: 5.875rem;
  }
}

@media (max-width: 767px) {
  .block-icon-cards__cards {
    margin-top: 2.9375rem;
  }
}

@media (min-width: 768px) {
  .block-icon-cards__items {
    padding-left: 8.375rem;
    margin-bottom: 4.875rem;
  }
}

.block-icon-cards__card {
  display: flex;
  position: relative;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .block-icon-cards__card {
    flex-direction: column;
    padding: 0 1.25rem;
    text-align: center;
  }
  .block-icon-cards__card:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.0625rem;
    bottom: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 768px) {
  .block-icon-cards__card-icon {
    position: absolute;
    top: 0.5625rem;
    left: -5.875rem;
  }
}

@media (max-width: 767px) {
  .block-icon-cards__card-icon {
    margin-bottom: 0.625rem;
  }
}

.block-icon-cards__card-content h3 {
  margin-bottom: 0.5rem;
}

@media (min-width: 1440px) {
  .block-icon-cards__card-content p {
    padding-right: 6.9375rem;
  }
}

@media (min-width: 768px) {
  .block-icon-cards__card-content p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-icon-cards__card-content p {
    margin-bottom: 1.6875rem;
    font-size: 0.875rem;
    line-height: 1.71428571;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-icon-cards__card-content .c-btn-wrapper {
    text-align: center !important;
    margin-bottom: 1.25rem;
  }
}

.block-icon-cards__card-content .c-btn-wrapper .c-btn {
  padding-left: 0;
}

.block-icon-cards .c-btn-wrapper {
  margin-top: 0;
}

.block-recent-posts {
  position: relative;
  color: #FFFFFF;
  background-color: #232F3D;
}

@media (min-width: 768px) {
  .block-recent-posts {
    padding: 7.25rem 0 8.75rem;
    margin: 6.25rem 0;
  }
}

@media (max-width: 767px) {
  .block-recent-posts {
    padding: 3.5625rem 0 2.1875rem;
    margin: 6.25rem 0 2.125rem;
  }
}

.block-recent-posts:before {
  width: 100%;
  background: url("../images/textures/post-recent-texture-top.png");
}

@media (min-width: 992px) {
  .block-recent-posts:before {
    height: 11.5rem;
    top: -1.8125rem;
  }
}

@media (max-width: 991px) {
  .block-recent-posts:before {
    height: 3.125rem;
    top: -1.5rem;
  }
}

.block-recent-posts:after {
  height: 9.6875rem;
  bottom: -2.0625rem;
  background: url("../images/textures/post-recent-texture-bottom.png");
  background-position: -6.8125rem;
}

@media (max-width: 767px) {
  .block-recent-posts:after {
    background-size: cover;
  }
}

.block-recent-posts:before, .block-recent-posts:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .block-recent-posts:before, .block-recent-posts:after {
    background-position: -6.8125rem;
    background-size: calc(100% + 109px) 100%;
  }
}

@media (max-width: 991px) {
  .block-recent-posts:before, .block-recent-posts:after {
    background-position: -4.6875rem;
    background-size: calc(100% + 206px) 100%;
  }
}

.block-recent-posts__texture {
  width: 100%;
  height: 5.0625rem;
  position: absolute;
  top: -0.3125rem;
  background: url("../images/textures/post-recent-texture-top-grass-effect.png");
  background-repeat: no-repeat;
  background-size: calc(100% + 109px) 100%;
}

.block-recent-posts .container {
  max-width: 100%;
  max-width: 105rem;
}

@media (min-width: 1440px) {
  .block-recent-posts .container {
    padding: 0 10.625rem 0 12rem;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  .block-recent-posts .container {
    padding: 0 9.375rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .block-recent-posts .container {
    padding: 0 6.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-recent-posts .container {
    padding: 0 1.875rem;
  }
}

@media (max-width: 991px) {
  .block-recent-posts .container {
    position: relative;
    z-index: 1;
  }
}

.block-recent-posts__preheading {
  max-width: 80%;
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 992px) {
  .block-recent-posts__preheading {
    left: 6.25rem;
  }
}

@media (max-width: 991px) {
  .block-recent-posts__preheading {
    left: 0;
  }
}

@media (min-width: 768px) {
  .block-recent-posts__preheading {
    font-size: 3.25rem;
    line-height: 1.09615385;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__preheading {
    font-size: 1.1875rem;
    line-height: 1.26315789;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .block-recent-posts__preheading:only-child {
    margin-bottom: 2.0625rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-recent-posts__preheading:only-child {
    margin-left: 5.4375rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__preheading:only-child {
    margin-bottom: 0.5625rem;
    margin-left: 1.4375rem;
  }
}

.block-recent-posts__preheading:before {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .block-recent-posts__preheading:before {
    width: 6.5625rem;
    top: 1.375rem;
    left: -7.25rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__preheading:before {
    width: 2.1875rem;
    top: 0.625rem;
    left: -2.625rem;
    background-size: 5.5rem 0.5625rem;
  }
}

.block-recent-posts h2 {
  color: inherit;
}

.block-recent-posts h2 strong {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 0.125rem #ffffff;
}

@media (min-width: 768px) {
  .block-recent-posts h2 strong {
    margin-left: 1.125rem;
    font-size: 4.125rem;
    line-height: 1.01515152;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .block-recent-posts h2 strong {
    margin-left: 0.6875rem;
    letter-spacing: 0.28125rem;
    font-size: 2.625rem;
    line-height: 1.02380952;
    font-weight: 700;
  }
}

.block-recent-posts__posts {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .block-recent-posts__posts {
    margin-top: 1.9375rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__posts {
    margin-top: 2.25rem;
  }
}

@media (min-width: 768px) {
  .block-recent-posts__posts .single-post-card {
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__posts .single-post-card {
    border-radius: 0.625rem;
  }
}

.block-recent-posts .c-btn-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .block-recent-posts .c-btn-wrapper {
    right: 0.75rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts .c-btn-wrapper {
    left: 0;
    margin-top: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts .c-btn-wrapper .c-btn {
    padding-left: 0.125rem;
  }
}

@media (min-width: 768px) {
  .block-recent-posts .c-btn-wrapper .c-btn:after, .block-recent-posts .c-btn-wrapper .c-btn:before {
    right: -0.4375rem;
  }
}

@media (max-width: 767px) {
  .block-recent-posts__button {
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .homepage .block-recent-posts {
    padding-bottom: 11rem;
  }
}

@media (max-width: 767px) {
  .homepage .block-recent-posts {
    margin-top: 5.5rem;
    margin-bottom: 1.6875rem;
  }
}

.homepage .block-recent-posts__posts .single-post-card__thumbnail img {
  border-radius: 0.625rem 0.625rem 0 0;
}

.homepage .block-recent-posts__posts .single-post-card {
  border-radius: 0.625rem;
}

.homepage .block-recent-posts__posts .single-post-card__wrapper {
  border-radius: 0.625rem 0.625rem 0 0;
}

@media (min-width: 768px) {
  .homepage .block-recent-posts__posts .single-post-card__wrapper:first-of-type {
    margin-right: -0.5625rem;
  }
  .homepage .block-recent-posts__posts .single-post-card__wrapper:nth-child(2) {
    margin-right: -0.6875rem;
  }
}

@media (min-width: 768px) {
  .homepage .block-recent-posts .c-btn-wrapper {
    right: 1.5625rem;
    margin-top: 0.5625rem;
  }
  .homepage .block-recent-posts .c-btn-wrapper .c-btn:after, .homepage .block-recent-posts .c-btn-wrapper .c-btn:before {
    right: 0;
  }
}

@media (min-width: 992px) {
  .block-image-collage-content {
    padding-top: 9.625rem;
    margin: 0 0 8.0625rem;
  }
}

@media (max-width: 991px) {
  .block-image-collage-content {
    padding-top: 1.9375rem;
  }
}

.block-image-collage-content__images {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .block-image-collage-content__images {
    margin-bottom: 21vw;
  }
}

.block-image-collage-content-image__wrapper {
  padding-left: 0;
}

@media (max-width: 991px) {
  .block-image-collage-content-image__wrapper {
    padding-right: 0;
    order: 2;
    margin-bottom: 28vw;
  }
}

.block-image-collage-content__wrapper {
  padding-right: 0;
}

@media (max-width: 991px) {
  .block-image-collage-content__wrapper {
    padding-left: 0.5rem;
    order: 1;
  }
}

@media (max-width: 991px) {
  .block-image-collage-content .row {
    flex-direction: column;
  }
}

.block-image-collage-content__image {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .block-image-collage-content__image:nth-child(2) {
    width: 51.7%;
  }
}

@media (min-width: 992px) {
  .block-image-collage-content__image:nth-child(3) {
    width: 60%;
  }
}

.block-image-collage-content__image img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1799px) {
  .block-image-collage-content__image .size-collage-block-1 {
    max-height: 27.125rem;
  }
}

@media (min-width: 992px) {
  .block-image-collage-content__image .size-collage-block-1 {
    width: 42.2vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-image-collage-content__image .size-collage-block-1 {
    width: 51vw;
    position: relative;
    z-index: 2;
    top: -2.5625rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__image .size-collage-block-1 {
    width: 78.2vw;
    position: relative;
    z-index: 2;
    top: -2.375rem;
  }
}

.block-image-collage-content__image .size-collage-block-2 {
  position: absolute;
  z-index: 3;
}

@media (min-width: 992px) {
  .block-image-collage-content__image .size-collage-block-2 {
    top: -2.0625rem;
    left: 4.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-image-collage-content__image .size-collage-block-2 {
    width: 35vw;
    top: -3.6875rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__image .size-collage-block-2 {
    width: 53.6vw;
    top: -3.4375rem;
  }
}

.block-image-collage-content__image .size-collage-block-3 {
  position: absolute;
  z-index: 2;
}

@media (min-width: 992px) {
  .block-image-collage-content__image .size-collage-block-3 {
    width: 26vw;
    top: -8.1875rem;
    left: 94%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-image-collage-content__image .size-collage-block-3 {
    width: 41.3vw;
    top: -10.625rem;
    right: 15.0625rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__image .size-collage-block-3 {
    width: 49.3vw;
    top: -5.3125rem;
    right: 0;
  }
}

.block-image-collage-content__content {
  position: relative;
  z-index: 1;
  border: 0.1875rem solid #232F3D;
  border-right: 0;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .block-image-collage-content__content {
    padding: 5.625rem 6.5rem 6.375rem 6.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-image-collage-content__content {
    padding: 5.625rem 3.125rem;
    margin-left: 3.125rem;
  }
}

@media (min-width: 992px) {
  .block-image-collage-content__content {
    margin-left: 0.3125rem;
    box-shadow: 0 1.25rem #232F3D;
  }
}

@media (max-width: 991px) {
  .block-image-collage-content__content {
    max-width: 100%;
    padding: 2.375rem 1.125rem 5.0625rem 1.1875rem;
    order: 2;
    margin-top: -1.0625rem;
    margin-right: 0;
    box-shadow: 0 0.6875rem #232F3D;
  }
}

.block-image-collage-content__content:before {
  content: '';
  width: 1.25rem;
  position: absolute;
  left: -1.4375rem;
  background: #232F3D;
}

@media (min-width: 992px) {
  .block-image-collage-content__content:before {
    height: calc(100% + 5px);
    top: 1.125rem;
  }
}

@media (max-width: 991px) {
  .block-image-collage-content__content:before {
    height: 100%;
    top: 0.875rem;
  }
}

@media (min-width: 1440px) {
  .block-image-collage-content__content p {
    padding-right: 5.625rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .block-image-collage-content__content p {
    padding-right: 1.875rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__content p {
    margin-bottom: 1.8125rem;
  }
}

@media (min-width: 768px) {
  .block-image-collage-content__content .c-btn-wrapper {
    margin-top: 2.125rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__content .c-btn-wrapper {
    margin-top: 0;
  }
}

.block-image-collage-content__content .c-btn-wrapper .c-btn {
  padding-left: 0;
}

.block-image-collage-content__icon {
  position: absolute;
  top: -2.875rem;
}

@media (min-width: 768px) {
  .block-image-collage-content__icon {
    right: 5.625rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__icon {
    right: 0;
  }
}

@media (max-width: 1439px) {
  .block-image-collage-content__icon svg {
    height: 6.875rem;
  }
}

@media (max-width: 767px) {
  .block-image-collage-content__icon svg {
    width: 6.125rem;
    height: 5.5625rem;
  }
}

.block-image-collage-content__title {
  position: relative;
}

@media (min-width: 1440px) {
  .block-image-collage-content__title {
    max-width: 70%;
  }
}

.block-image-collage-content__title:before {
  display: block;
  width: 7.0625rem;
  height: 0.9375rem;
  position: absolute;
  top: 1.0625rem;
  left: -10rem;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
  background-size: 7.0625rem 0.5625rem;
}

@media (max-width: 1199px) {
  .block-image-collage-content__title:before {
    width: 4.375rem;
    left: -5.625rem;
  }
}

@media (min-width: 992px) {
  .block-image-collage-content__title:before {
    content: '';
  }
}

@media (min-width: 992px) {
  .homepage .block-image-collage-content {
    margin: 0 0 3rem;
  }
}

@media (max-width: 991px) {
  .homepage .block-image-collage-content {
    padding-top: 1.9375rem;
  }
}

.block-social-feed {
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .block-social-feed {
    margin-top: 6.25rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed {
    display: flex;
    flex-direction: column;
    margin-top: 9.375rem;
  }
}

@media (max-width: 575px) {
  .block-social-feed {
    margin-top: 4.0625rem;
  }
}

@media (min-width: 375px) {
  .block-social-feed {
    padding-bottom: 31.3vw;
  }
}

@media (max-width: 374px) {
  .block-social-feed {
    padding-bottom: 76.5vw;
  }
}

.block-social-feed__bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-social-feed__bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background: linear-gradient(180deg, #F3F1EC 0%, rgba(196, 196, 196, 0) 100%);
}

.block-social-feed__bg img {
  width: 100%;
}

@media (max-width: 767px) {
  .block-social-feed__bg img {
    object-fit: cover;
    min-height: 25rem;
  }
}

@media (min-width: 1920px) {
  .block-social-feed__bg img {
    max-height: 30vw;
    object-fit: cover;
  }
}

.block-social-feed .container-fluid {
  max-width: 98.125rem;
}

@media (max-width: 767px) {
  .block-social-feed .container-fluid {
    order: 3;
  }
}

.block-social-feed .container-fluid img {
  width: 100%;
  height: 100%;
  background: #186AA5;
  object-fit: cover;
}

@media (min-width: 768px) {
  .block-social-feed .container-fluid img {
    border: 0.75rem solid #ffffff;
  }
}

@media (max-width: 767px) {
  .block-social-feed .container-fluid img {
    border: 0.375rem solid #ffffff;
  }
}

.block-social-feed__item {
  filter: drop-shadow(0 0 3.125rem rgba(0, 0, 0, 0.08));
}

@media (min-width: 1800px) {
  .block-social-feed__item {
    min-height: 25rem;
  }
}

@media (max-width: 1799px) {
  .block-social-feed__item {
    min-height: 26.1vw;
  }
}

@media (min-width: 768px) {
  .block-social-feed__item {
    flex: 0 0 30.2%;
    max-width: 30.2%;
  }
  .block-social-feed__item:nth-child(2) {
    position: relative;
    z-index: 2;
    top: 4rem;
    left: -8.2%;
  }
  .block-social-feed__item:nth-child(3) {
    position: relative;
    z-index: 1;
    left: -13.5%;
  }
  .block-social-feed__item:nth-child(4) {
    position: relative;
    z-index: 2;
    top: 4rem;
    left: -20.8%;
  }
}

@media (max-width: 767px) {
  .block-social-feed__item {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .block-social-feed__items-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed__items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.875rem 1.0625rem;
    gap: 0.875rem;
  }
}

@media (min-width: 768px) {
  .block-social-feed__text {
    margin-bottom: 2.125rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed__text {
    margin-bottom: 1rem;
  }
}

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

@media (min-width: 768px) {
  .block-social-feed__title {
    margin-bottom: 1.8125rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed__title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed .container:not(.block-social-feed__container-text) {
    order: 2;
  }
}

.block-social-feed__container-text {
  max-width: 100%;
}

@media (max-width: 767px) {
  .block-social-feed__container-text {
    order: 1;
    margin-bottom: 0.875rem;
  }
}

.block-social-feed__container-text .col-12 {
  padding-right: 0;
}

.block-social-feed__decorative-text {
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 768px) {
  .block-social-feed__decorative-text {
    padding-right: 8.5rem;
    font-size: 3.25rem;
    line-height: 1.09615385;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-social-feed__decorative-text {
    padding-right: 2.0625rem;
    font-size: 1.1875rem;
    line-height: 1.26315789;
    font-weight: 400;
  }
}

.block-social-feed__decorative-text:after {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  right: 0;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .block-social-feed__decorative-text:after {
    width: 6.25rem;
    top: 1.1875rem;
    background-size: 7.0625rem 0.5625rem;
  }
}

@media (max-width: 767px) {
  .block-social-feed__decorative-text:after {
    width: 1.625rem;
    top: 0.375rem;
    transform: rotate(180deg);
    background-size: 4.875rem 0.8125rem;
  }
}

.block-social-feed .c-btn-wrapper {
  margin-top: 0.4375rem;
}

.block-social-feed .c-btn-wrapper .c-btn {
  padding-left: 0;
}

.homepage .block-social-feed {
  margin-top: 0;
}

@media (min-width: 768px) {
  .homepage .block-social-feed {
    padding-top: 5.9375rem;
  }
}

@media (max-width: 767px) {
  .homepage .block-social-feed {
    padding-top: 3.1875rem;
  }
}

@media (max-width: 374px) {
  .homepage .block-social-feed {
    padding-bottom: 108.6vw;
  }
}

.block-content {
  max-width: 105rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .block-content img {
    box-shadow: -0.625rem 0.5rem #186AA5;
  }
}

@media (max-width: 767px) {
  .block-content img {
    box-shadow: -0.3125rem 0.375rem #186AA5;
  }
}

@media (max-width: 767px) {
  .block-content .page-columns {
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  .block-content .page-columns img {
    margin-bottom: 2.3125rem;
  }
}

@media (max-width: 767px) {
  .block-content .page-columns img {
    margin-bottom: 1.625rem;
  }
}

@media (min-width: 768px) {
  .block-content .page-columns.columns-spacing-top {
    padding-top: 4.875rem;
  }
}

@media (max-width: 767px) {
  .block-content .page-columns.columns-spacing-top {
    padding-top: 2.9375rem;
    padding-bottom: 3.1875rem;
  }
}

@media (min-width: 768px) {
  .block-content .page-fullwidth-image {
    padding: 4.875rem 0 4.6875rem;
  }
}

@media (max-width: 767px) {
  .block-content .page-fullwidth-image {
    padding: 1.5rem 0 3.0625rem;
  }
}

.block-content .page-fullwidth-image__wrapper img {
  box-shadow: 0 0 transparent;
  object-fit: cover;
}

@media (min-width: 768px) {
  .block-content .page-fullwidth-image__wrapper .content-image {
    padding-right: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .block-content .page-fullwidth-image__wrapper .content-image {
    padding-bottom: 1.0625rem;
  }
}

.block-content .page-fullwidth-image__wrapper .content-image:last-of-type {
  padding-right: 0;
}

@media (min-width: 768px) {
  .block-content .page-fullwidth-image__wrapper .content-image:last-of-type {
    padding-left: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .block-content .page-fullwidth-image__wrapper .content-image:last-of-type {
    padding-top: 0rem;
  }
}

.block-content .page-fullwidth-image__wrapper .content-image img {
  min-height: auto;
}

@media (max-width: 767px) {
  .block-content .page-fullwidth-image__wrapper .content-image img {
    max-height: 49.5vw;
  }
}

.block-content .page-fullwidth-image .content-image__align-left.spacing-normal {
  padding-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .block-content .page-fullwidth-image .content-image__align-left.spacing-normal {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .block-content .content-image {
    padding-bottom: 2.4375rem;
  }
}

@media (max-width: 767px) {
  .block-content .content-image {
    padding-bottom: 1.1875rem;
  }
}

.block-content .content-image img {
  margin: 0;
}

.block-content:last-child {
  margin-bottom: 10rem;
}

.block-content-images:not(.has-container) {
  position: relative;
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) {
    padding-top: 4.875rem;
    margin-bottom: 7.5625rem;
  }
}

.block-content-images:not(.has-container) .container-fluid {
  position: relative;
}

.block-content-images:not(.has-container) h2:before {
  display: block;
  width: 7.0625rem;
  height: 0.9375rem;
  position: absolute;
  top: 0.3125rem;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
  background-size: 7.0625rem 0.5625rem;
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) h2:before {
    content: '';
  }
}

.block-content-images:not(.has-container) .row {
  min-height: 32.2vw;
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .row {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .block-content-images:not(.has-container) .row {
    justify-content: flex-end;
  }
}

.block-content-images:not(.has-container) .b-content-images__col {
  padding: 0;
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.image-left,
  .block-content-images:not(.has-container) .b-content-images__col.image-right {
    min-width: 53%;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.image-left {
    left: 0;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.image-right .b-content-images__image {
    width: 49%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.block-content-images:not(.has-container) .b-content-images__image {
  position: relative;
}

.block-content-images:not(.has-container) .b-content-images__image img {
  object-fit: cover;
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__image img {
    width: auto;
    height: 32.2vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.block-content-images:not(.has-container) .b-content-images__col.content-right h2:before {
  left: -10rem;
}

.block-content-images:not(.has-container) .b-content-images__col.content-right,
.block-content-images:not(.has-container) .b-content-images__col.content-left {
  z-index: 1;
  border: 0.1875rem solid #232F3D;
  background: #ffffff;
}

@media (min-width: 1440px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right,
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    min-width: 44vw;
    right: -17.1875rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right,
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    min-width: 50vw;
    right: -22%;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right,
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    padding: 6.3125rem 6.25rem 6.625rem;
    top: -6.9375rem;
    box-shadow: -1.375rem 1.25rem #232F3D;
  }
}

@media (max-width: 991px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right,
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    max-width: 99%;
    padding: 1.9375rem 0.625rem 1.9375rem 1rem;
    order: 2;
    margin-top: -1.0625rem;
    margin-left: 0.5625rem;
    box-shadow: -0.6875rem 0.8125rem #232F3D;
  }
}

@media (max-width: 374px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right,
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    max-width: 97%;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right p,
  .block-content-images:not(.has-container) .b-content-images__col.content-left p {
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right p,
  .block-content-images:not(.has-container) .b-content-images__col.content-left p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right .c-btn-wrapper,
  .block-content-images:not(.has-container) .b-content-images__col.content-left .c-btn-wrapper {
    margin-top: 2.125rem;
  }
}

@media (max-width: 991px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-right .c-btn-wrapper,
  .block-content-images:not(.has-container) .b-content-images__col.content-left .c-btn-wrapper {
    margin-top: 0;
  }
}

.block-content-images:not(.has-container) .b-content-images__col.content-right .c-btn-wrapper .c-btn-tertiary,
.block-content-images:not(.has-container) .b-content-images__col.content-left .c-btn-wrapper .c-btn-tertiary {
  padding-left: 0;
}

@media (min-width: 1440px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    left: -17.0625rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    min-width: 50vw;
    left: -22%;
  }
}

@media (min-width: 992px) {
  .block-content-images:not(.has-container) .b-content-images__col.content-left {
    padding: 6.3125rem 6.25rem 5.125rem;
    top: -8.75rem;
    box-shadow: 0.9375rem 1.25rem #232F3D;
  }
}

.block-content-images:not(.has-container) .b-content-images__col.content-left h2:before {
  right: -10rem;
}

@media (max-width: 991px) {
  .page-template-page-tpl-alternative-hero .block-content-images:not(.has-container) .b-content-images__col.content-left h2,
  .page-template-page-tpl-alternative-hero .block-content-images:not(.has-container) .b-content-images__col.content-right h2 {
    margin-bottom: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .page-template-page-tpl-alternative-hero .block-content-images:not(.has-container) .b-content-images__col.content-left h2:before,
  .page-template-page-tpl-alternative-hero .block-content-images:not(.has-container) .b-content-images__col.content-right h2:before {
    content: '';
    top: auto;
    right: 0;
    bottom: -1.8125rem;
    left: -3.1875rem;
  }
}

.lightbox-gallery__slider {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider {
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .row {
    margin: 0 -0.5rem;
  }
}

.lightbox-gallery__slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow {
    width: 3rem;
    height: 3rem;
    transform: translateY(-84%);
    border: 0.125rem solid #E72204;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .slick-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
    transform: translateY(30%);
    border: 0.1875rem solid #E72204;
  }
}

.lightbox-gallery__slider .slick-arrow:before {
  content: '';
  display: block;
  height: 0.125rem;
  position: absolute;
  transition: 0.2s ease-out;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow:before {
    width: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .slick-arrow:before {
    width: 0.5rem;
  }
}

.lightbox-gallery__slider .slick-arrow:after {
  width: 0.6875rem;
  height: 0.6875rem;
  border-color: #000000;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow:after {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .slick-arrow:after {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0;
  }
}

@media (min-width: 1800px) {
  .lightbox-gallery__slider .slick-arrow.slick-prev {
    left: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1799px) {
  .lightbox-gallery__slider .slick-arrow.slick-prev {
    left: 13.4vw;
    box-shadow: 0.25rem 0.3125rem #E72204;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .slick-arrow.slick-prev {
    left: 9.2vw;
    box-shadow: 0.0625rem 0.125rem #E72204;
  }
}

.lightbox-gallery__slider .slick-arrow.slick-prev:before {
  background: linear-gradient(to right, #000000 50%, transparent 50%) left;
  background-size: 200%;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow.slick-prev:before {
    right: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow.slick-prev:after {
    margin-left: 0.0625rem;
  }
}

.lightbox-gallery__slider .slick-arrow.slick-next {
  left: auto;
}

@media (min-width: 1800px) {
  .lightbox-gallery__slider .slick-arrow.slick-next {
    right: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1799px) {
  .lightbox-gallery__slider .slick-arrow.slick-next {
    right: 13.4vw;
    box-shadow: -0.25rem 0.3125rem #E72204;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider .slick-arrow.slick-next {
    right: 9.2vw;
    box-shadow: -0.0625rem 0.125rem #E72204;
  }
}

.lightbox-gallery__slider .slick-arrow.slick-next:before {
  background: linear-gradient(to left, #000000 50%, transparent 50%) right;
  background-size: 200%;
}

@media (min-width: 768px) {
  .lightbox-gallery__slider .slick-arrow.slick-next:before {
    left: 0.8125rem;
  }
}

.lightbox-gallery__slider .slick-arrow:hover {
  border-color: transparent;
  box-shadow: 0 0 transparent;
}

.lightbox-gallery__slider .slick-arrow:hover.slick-prev:before {
  background-position: right;
}

.lightbox-gallery__slider .slick-arrow:hover.slick-next:before {
  background-position: left;
}

.lightbox-gallery__slider .slick-track {
  display: flex;
  flex-direction: row;
}

.lightbox-gallery__single-slide {
  height: 100vh;
  position: relative;
  outline: none;
}

@media (min-width: 768px) {
  .lightbox-gallery__single-slide {
    width: 76.3vw;
    min-width: 31.25rem;
    padding-bottom: 2.375rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide {
    width: 88vw;
    margin: 0 0.1875rem;
  }
}

.lightbox-gallery__single-slide.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: 100%;
  max-height: calc(100vh - 120px);
  padding-top: 4rem;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }
}

.block-content-icon-list {
  position: relative;
  color: #FFFFFF;
  background-color: #232F3D;
}

@media (min-width: 992px) {
  .block-content-icon-list {
    padding: 1.875rem 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-content-icon-list {
    padding: 3.4375rem 0;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list {
    padding: 4.5rem 0 6rem;
    overflow: hidden;
  }
}

.block-content-icon-list:before {
  display: block;
  width: 100%;
  height: 9.375rem;
  position: absolute;
  z-index: 2;
  top: -7.6875rem;
  background: url("../images/textures/icon-list-texture.png");
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .block-content-icon-list:before {
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .block-content-icon-list:before {
    background-size: 1147px 100%;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list:before {
    content: '';
  }
}

@media (min-width: 992px) {
  .block-content-icon-list .container {
    max-width: 91.25rem;
  }
}

.block-content-icon-list .container .row {
  display: flex;
  justify-content: space-between;
}

.block-content-icon-list__wrapper {
  z-index: 2;
}

@media (min-width: 992px) {
  .block-content-icon-list__wrapper {
    flex: 0 0 44.4%;
    max-width: 44.4%;
    position: relative;
    top: -8.9375rem;
    right: 1.375rem;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__wrapper {
    padding: 0 1.1875rem;
  }
}

.block-content-icon-list__list {
  margin: 0;
  border: 0.1875rem solid #000000;
}

@media (min-width: 1200px) {
  .block-content-icon-list__list {
    padding: 1.75rem 4.0625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-content-icon-list__list {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__list {
    box-shadow: 1.3125rem 1.1875rem #186AA5;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__list {
    padding: 0;
    box-shadow: 0.4375rem 0.5625rem #186AA5;
  }
}

.block-content-icon-list__list li {
  display: flex;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .block-content-icon-list__list li {
    flex-direction: row;
    padding: 2.25rem 0 1.9375rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__list li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.75rem 0;
    margin: 0 0.9375rem;
    text-align: center;
  }
}

.block-content-icon-list__list li:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .block-content-icon-list__list-icon {
    margin: 0.5rem 2.9375rem 0 1.375rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__list-icon {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__list-content h3 {
    margin-bottom: 0.3125rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__list-content h3 {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__list-content p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__list-content p {
    font-size: 0.875rem;
    line-height: 1.71428571;
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .block-content-icon-list__content {
    min-height: 33.4375rem;
    padding: 0 1.25rem 13.25rem 5.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-content-icon-list__content {
    padding: 0 1.25rem 11.25rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__content {
    margin-bottom: 3.25rem;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__content p {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__content p {
    margin-bottom: 2.0625rem;
  }
}

.block-content-icon-list__content .c-btn-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {
  .block-content-icon-list__content .c-btn-wrapper {
    background: #232F3D;
  }
}

.block-content-icon-list__content .c-btn-wrapper .c-btn {
  padding-left: 0;
}

.block-content-icon-list__icon {
  position: absolute;
}

@media (min-width: 1200px) {
  .block-content-icon-list__icon {
    bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-content-icon-list__icon {
    bottom: 0;
  }
  .block-content-icon-list__icon svg {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .block-content-icon-list__icon {
    left: -65px;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__icon {
    display: none;
  }
}

.block-content-icon-list__title {
  color: inherit;
}

@media (min-width: 768px) {
  .block-content-icon-list__title {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 767px) {
  .block-content-icon-list__title {
    margin-bottom: 0.9375rem;
  }
}

.block-content-icon-list__list {
  color: #000000;
  background-color: #FFFFFF;
}

.block-content-2-images {
  position: relative;
  color: #FFFFFF;
  background-color: #232F3D;
}

@media (min-width: 768px) {
  .block-content-2-images {
    padding-top: 2.125rem;
    padding-bottom: 31.5%;
    margin-bottom: -28%;
  }
}

@media (max-width: 767px) {
  .block-content-2-images {
    padding-bottom: 84%;
  }
}

.block-content-2-images::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2.1875rem;
  background-image: url("../images/bg/bg-block-2-images.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.block-content-2-images .container-fluid {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .block-content-2-images__content-wrapper {
    margin-left: 8.0625rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-content-2-images__content-wrapper {
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 1.125rem;
  }
}

@media (min-width: 768px) {
  .block-content-2-images__top-image {
    margin-bottom: 3.0625rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__top-image {
    max-width: 83%;
    z-index: 2;
    order: 4;
    margin-left: -0.3125rem;
  }
}

.block-content-2-images__preheading {
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 768px) {
  .block-content-2-images__preheading {
    margin-bottom: -1.0625rem;
    margin-left: -0.9375rem;
    font-size: 3.25rem;
    line-height: 1.09615385;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__preheading {
    padding-left: 1.5rem;
    order: 1;
    margin-bottom: 0.8125rem;
    font-size: 1.1875rem;
    line-height: 1.26315789;
    font-weight: 400;
  }
}

.block-content-2-images__preheading:before {
  content: "";
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .block-content-2-images__preheading:before {
    width: 6.5625rem;
    top: 1.375rem;
    left: -8.25rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__preheading:before {
    width: 2.1875rem;
    top: 0.6875rem;
    left: -1.125rem;
    background-position: -1.9375rem 0rem;
  }
}

.block-content-2-images__heading {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .block-content-2-images__heading {
    margin-bottom: 2.375rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__heading {
    order: 2;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .block-content-2-images__heading .custom-heading {
    padding: 0 2.8125rem;
    font-size: 5rem;
    line-height: 0.9875;
    font-weight: 900;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__heading .custom-heading {
    font-size: 2.1875rem;
    line-height: 1.17142857;
    font-weight: 900;
  }
}

.block-content-2-images__heading .custom-heading strong {
  display: block;
  margin-top: -0.125rem;
  color: transparent;
  -webkit-text-stroke: 0.09375rem #ffffff;
}

@media (min-width: 768px) {
  .block-content-2-images__heading .custom-heading strong {
    font-size: 4.7vw;
    font-weight: 900;
    line-height: 4.7vw;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__heading .custom-heading strong {
    padding-top: 0.3125rem;
    font-size: 2.1875rem;
    line-height: 1.2;
    font-weight: 900;
  }
}

@media (min-width: 1200px) {
  .block-content-2-images__content-text {
    padding: 0 2.1875rem 0 7.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-content-2-images__content-text {
    padding-left: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__content-text {
    padding: 0 0.125rem;
    order: 3;
    margin-bottom: 2.4375rem;
  }
}

@media (min-width: 768px) {
  .block-content-2-images__content-text p {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__content-text p {
    margin-bottom: 1.3125rem;
  }
}

.block-content-2-images__content-text .c-btn {
  padding-left: 0;
}

.block-content-2-images__content-text .c-btn-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-right: 1.875rem;
  margin-bottom: 0.625rem;
}

.block-content-2-images__content-text .c-btn-group .c-btn-wrapper + .c-btn-wrapper {
  margin-left: 0;
}

.block-content-2-images__side-image {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .block-content-2-images__side-image {
    width: 60%;
  }
}

.block-content-2-images__side-image-wrapper {
  padding-right: 0;
  position: relative;
}

@media (min-width: 768px) {
  .block-content-2-images__side-image-wrapper {
    margin-top: 6.375rem;
  }
}

@media (max-width: 767px) {
  .block-content-2-images__side-image-wrapper {
    margin-top: -2.5625rem;
  }
}

@media (min-width: 768px) {
  .single-post-card__wrapper {
    padding: 0 1.1875rem;
  }
}

@media (max-width: 1199px) {
  .single-post-card__wrapper {
    padding: 0 1.125rem 0 1.375rem;
  }
}

@media (max-width: 767px) {
  .single-post-card__wrapper {
    margin-bottom: 1.5rem;
  }
}

.single-post-card__thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  background: #E72204;
}

@media (min-width: 768px) {
  .single-post-card__thumbnail:after {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .single-post-card__thumbnail:after {
    bottom: -0.1875rem;
  }
}

.single-post-card__thumbnail img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .single-post-card__thumbnail img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

@media (max-width: 374px) {
  .single-post-card__thumbnail img {
    max-height: 9.8125rem;
  }
}

.single-post-card__categories {
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single-post-card__categories {
    min-width: 9.25rem;
    padding: 0.5625rem 0.4375rem 0.1875rem;
  }
}

@media (max-width: 767px) {
  .single-post-card__categories {
    min-width: 8.125rem;
    padding: 0.375rem 0.625rem 0.0625rem 0.3125rem;
  }
}

@media (min-width: 768px) {
  .single-post-card__title {
    padding: 1.5625rem 1.3125rem 0.25rem;
  }
}

@media (max-width: 767px) {
  .single-post-card__title {
    padding: 1.125rem 1.25rem 0.375rem;
  }
}

.block-activities-tiles {
  position: relative;
  color: #FFFFFF;
  background-color: #232F3D;
}

@media (min-width: 768px) {
  .block-activities-tiles {
    padding: 5.625rem 0 5.375rem;
    margin: 11.5rem 0 0;
    margin-top: 11.5rem;
  }
}

@media (max-width: 767px) {
  .block-activities-tiles {
    padding: 2.75rem 0 8.9375rem;
    margin-top: 3.875rem;
  }
}

.block-activities-tiles:before {
  width: 100%;
  background: url("../images/textures/post-recent-texture-top.png");
}

@media (min-width: 992px) {
  .block-activities-tiles:before {
    height: 11.5rem;
    top: -3.4375rem;
  }
}

@media (max-width: 991px) {
  .block-activities-tiles:before {
    height: 3.125rem;
    top: -1.5rem;
  }
}

.block-activities-tiles:before, .block-activities-tiles:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .block-activities-tiles:before, .block-activities-tiles:after {
    background-position: -6.8125rem;
    background-size: calc(100% + 109px) 100%;
  }
}

@media (max-width: 991px) {
  .block-activities-tiles:before, .block-activities-tiles:after {
    background-position: -4.6875rem;
    background-size: calc(100% + 206px) 100%;
  }
}

.block-activities-tiles:after {
  width: 100%;
  min-height: 7.4375rem;
  background-image: url("../images/textures/post-recent-texture-bottom.png");
}

@media (max-width: 767px) {
  .block-activities-tiles:after {
    display: none;
  }
}

.block-activities-tiles .container {
  max-width: 100%;
  max-width: 105rem;
}

@media (min-width: 1440px) {
  .block-activities-tiles .container {
    padding: 0 10.625rem 0 12rem;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  .block-activities-tiles .container {
    padding: 0 9.375rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .block-activities-tiles .container {
    padding: 0 6.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-activities-tiles .container {
    padding: 0 1.875rem;
  }
}

@media (max-width: 991px) {
  .block-activities-tiles .container {
    position: relative;
    z-index: 1;
  }
}

.block-activities-tiles__preheading {
  width: 80%;
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 768px) {
  .block-activities-tiles__preheading {
    left: 6.3125rem;
    font-size: 3.25rem;
    line-height: 1.09615385;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .block-activities-tiles__preheading {
    display: none;
  }
}

@media (min-width: 768px) {
  .block-activities-tiles__preheading:only-child {
    margin-bottom: 2.5rem;
  }
}

.block-activities-tiles__preheading:before {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .block-activities-tiles__preheading:before {
    width: 6.5625rem;
    top: 1.375rem;
    left: -7.25rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

.block-activities-tiles__title {
  color: inherit;
}

@media (min-width: 768px) {
  .block-activities-tiles__title:only-child {
    margin-bottom: 0.9375rem;
    margin-left: 0.1875rem;
  }
}

@media (max-width: 767px) {
  .block-activities-tiles__title:only-child {
    margin-bottom: 0.875rem;
  }
}

.block-activities-tiles .c-btn-wrapper {
  position: relative;
  margin: 0;
}

@media (max-width: 767px) {
  .block-activities-tiles .c-btn-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .block-activities-tiles .c-btn-wrapper .c-btn {
    padding-top: 0.1875rem;
    margin-right: 2.0625rem;
  }
}

@media (max-width: 767px) {
  .block-activities-tiles .c-btn-wrapper .c-btn {
    padding-left: 0.125rem;
  }
}

@media (min-width: 768px) {
  .block-activities-tiles .c-btn-wrapper .c-btn:after, .block-activities-tiles .c-btn-wrapper .c-btn:before {
    top: -0.0625rem;
    right: -0.375rem;
  }
}

@media (max-width: 767px) {
  .block-activities-tiles__button {
    justify-content: flex-start !important;
  }
}

.block-activities-tiles .activities-posts {
  margin-bottom: 0;
}

.block-activities-tiles .activities-posts__wrapper {
  padding: 0 23px 0 19px;
}

.block-activities-tiles .activities-posts__wrapper:nth-child(1n) {
  margin-right: -0.6875rem;
}

.block-activities-tiles .activities-posts__wrapper:nth-child(2) {
  margin-right: -0.5rem;
}

@media (min-width: 768px) {
  .page-404 {
    padding: 15.5625rem 0 13.9375rem;
  }
}

@media (max-width: 767px) {
  .page-404 {
    padding: 7.4375rem 0 10.3125rem;
  }
}

.page-404__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-404__preheading {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-404__preheading {
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .page-404__preheading {
    margin-bottom: 0.625rem;
    letter-spacing: 0.075rem;
    font-size: 0.75rem;
    line-height: 1.33333333;
    font-weight: 700;
  }
}

.page-404__heading {
  margin-top: 0;
  margin-bottom: 2.4375rem;
}

@media (min-width: 768px) {
  .page-404__heading {
    max-width: 70%;
  }
}

.page-404__content {
  max-width: 45%;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 767px) {
  .page-404__content {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-404__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .page-404__buttons .c-btn {
    margin-right: 1.3125rem;
  }
  .page-404__buttons .c-btn:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .page-404__buttons .c-btn:first-child {
    margin-bottom: 0.875rem;
  }
}

.page-id-2260 .main-header {
  background-color: white;
  color: black;
  position: relative;
}

.page-id-2260 .main-header__right a {
  color: black;
}

.page-id-2260 .main-header__logo img:first-child {
  opacity: 0;
}

.page-id-2260 .main-header__logo img:nth-child(2) {
  opacity: 1;
}

/* Main Footer */
.main-footer {
  background: #186AA5;
  color: #FFFFFF;
  padding-bottom: 2rem;
  padding-top: 8.125rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.71428571;
}

@media (max-width: 991px) {
  .main-footer {
    padding-bottom: 1.8125rem;
  }
}

@media (max-width: 767px) {
  .main-footer {
    padding-top: 3.75rem;
    padding-bottom: 0.8125rem;
  }
}

.main-footer__bottom {
  margin-top: 1.875rem;
}

.main-footer__countdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-47%);
}

@media (max-width: 991px) {
  .main-footer__countdown {
    transform: translateY(-41%);
  }
}

@media (max-width: 767px) {
  .main-footer__countdown {
    position: relative;
    z-index: 1;
    transform: translateY(-4.75rem);
  }
}

.main-footer__countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 0 0.625rem;
  position: relative;
}

@media (max-width: 1439px) {
  .main-footer__countdown-wrapper {
    padding: 1.3125rem 3.375rem 0.875rem 4.6875rem;
  }
}

@media (max-width: 1199px) {
  .main-footer__countdown-wrapper {
    padding: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .main-footer__countdown-wrapper {
    flex-direction: column;
    padding: 1.8125rem 0 1.5625rem;
  }
}

@media (max-width: 767px) {
  .main-footer__countdown-wrapper {
    padding: 2.0625rem 0 0.4375rem;
  }
}

.main-footer__countdown-wrapper:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2.8125rem;
  right: -2.8125rem;
  bottom: 0;
  background-color: #FFFFFF;
}

@media (max-width: 1439px) {
  .main-footer__countdown-wrapper:before {
    left: 1.875rem;
    right: 1.875rem;
  }
}

@media (max-width: 1199px) {
  .main-footer__countdown-wrapper:before {
    left: 0;
    right: 0;
  }
}

.main-footer__countdown-days {
  color: #1D4058;
  display: flex;
  align-items: center;
  font-size: 2.375rem;
  line-height: 2.44736842;
  font-weight: 700;
  margin-left: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-footer__countdown-days {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.33333333;
  }
}

.main-footer__countdown-days strong {
  font-size: 4.9375rem;
  line-height: 1.17721519;
  font-weight: 700;
  position: relative;
  color: transparent;
  text-shadow: -0.3125rem 0 #F15F49;
  -webkit-text-stroke: 0.1875rem #1D4058;
  margin-right: 1.375rem;
}

@media (max-width: 991px) {
  .main-footer__countdown-days strong {
    text-shadow: -0.25rem 0 #F15F49;
    -webkit-text-stroke: 0.125rem #1D4058;
  }
}

@media (max-width: 767px) {
  .main-footer__countdown-days strong {
    margin-right: 0;
    font-size: 4.9375rem;
    line-height: 1.07594937;
  }
}

.main-footer__countdown-buttons {
  display: flex;
  align-items: center;
  margin-right: 0.875rem;
  position: relative;
  top: -0.4375rem;
}

@media (max-width: 991px) {
  .main-footer__countdown-buttons {
    margin: 0.875rem 0 0;
  }
}

@media (max-width: 767px) {
  .main-footer__countdown-buttons {
    flex-direction: column;
    margin-top: 0.8125rem;
    width: calc(100% - 1.75rem);
  }
}

.main-footer__countdown-buttons .c-btn-wrapper {
  margin: 0 0 0 1.375rem;
}

@media (max-width: 991px) {
  .main-footer__countdown-buttons .c-btn-wrapper {
    margin: 0 0.75rem;
  }
}

@media (max-width: 767px) {
  .main-footer__countdown-buttons .c-btn-wrapper {
    width: 100%;
    margin: 1.25rem 0 0;
  }
  .main-footer__countdown-buttons .c-btn-wrapper:nth-child(2) {
    order: -1;
  }
}

@media (max-width: 767px) {
  .main-footer__countdown-buttons .c-btn {
    width: 100%;
  }
}

.main-footer__countdown-buttons .c-btn-primary {
  border-width: 2px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .main-footer__main {
    max-width: 71.25rem;
    margin: 0 auto;
  }
}

.main-footer__main-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .main-footer__main-nav {
    line-height: 1rem;
  }
}

@media (max-width: 767px) {
  .main-footer__main-nav {
    line-height: 1.5rem;
    margin-left: 0.5rem;
  }
}

.main-footer__main-nav li {
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .main-footer__main-nav li {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 767px) {
  .main-footer__main-nav li {
    margin-bottom: 1rem;
  }
}

.main-footer__main-separator {
  height: 0.0625rem;
  background-color: #FFFFFF;
  margin: 0.875rem 0 0.9375rem;
}

@media (max-width: 767px) {
  .main-footer__main-separator {
    margin: 1.75rem 0 2.4375rem;
  }
}

.main-footer__main-logo {
  width: 100%;
  max-width: 9rem;
}

@media (max-width: 991px) {
  .main-footer__main-logo {
    margin-top: 2.0625rem;
  }
}

@media (max-width: 767px) {
  .main-footer__main-logo {
    margin-top: 2.375rem;
  }
}

.main-footer__main h4, .main-footer__main h5, .main-footer__main h6 {
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
  margin: 0 0 0.25rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.main-footer__main p {
  margin-bottom: 1.25rem;
}

.main-footer__main a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  transition: opacity 0.2s ease-in-out;
}

.main-footer__main a:hover {
  color: inherit;
  opacity: 0.7;
}

.main-footer__main-contact-first {
  padding-top: 1rem;
}

.main-footer__main-contact-first h4:nth-child(3), .main-footer__main-contact-first h5:nth-child(3), .main-footer__main-contact-first h6:nth-child(3) {
  display: none;
}

.main-footer__main-contact-first p:nth-child(4) {
  display: none;
}

@media (max-width: 767px) {
  .main-footer__main-contact-second {
    padding-left: 0.6875rem;
  }
}

@media (max-width: 991px) {
  .main-footer__main-contact-second h4:nth-child(1), .main-footer__main-contact-second h5:nth-child(1), .main-footer__main-contact-second h6:nth-child(1) {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-footer__main-contact-second h4:nth-child(1), .main-footer__main-contact-second h5:nth-child(1), .main-footer__main-contact-second h6:nth-child(1) {
    display: block;
  }
}

@media (max-width: 991px) {
  .main-footer__main-contact-second p:nth-child(2) {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-footer__main-contact-second p:nth-child(2) {
    display: block;
  }
}

.main-footer__main-address {
  padding-top: 1.125rem;
}

@media (max-width: 767px) {
  .main-footer__main-address {
    padding-top: 0.1875rem;
  }
}

.main-footer__main-address h4, .main-footer__main-address h5, .main-footer__main-address h6 {
  margin-bottom: 0.5625rem;
}

.main-footer__main-address a:not(.main-footer__bottom-social-icon) {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.4375rem;
}

@media (max-width: 767px) {
  .main-footer__main-address a:not(.main-footer__bottom-social-icon) {
    margin-top: 0.1875rem;
  }
}

.main-footer__main-address a:not(.main-footer__bottom-social-icon) svg {
  margin-left: 0.8125rem;
  position: relative;
  top: 0.1875rem;
  width: 1rem;
  height: auto;
}

.main-footer__main-address a:not(.main-footer__bottom-social-icon) svg path {
  fill: currentColor;
}

.main-footer__bottom {
  margin-top: 4.3125rem;
  font-size: 0.75rem;
  line-height: 1.33333333;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .main-footer__bottom {
    max-width: 71.25rem;
    margin: 4.3125rem auto 0;
  }
}

@media (max-width: 991px) {
  .main-footer__bottom {
    margin-top: 3.125rem;
  }
}

@media (max-width: 767px) {
  .main-footer__bottom {
    margin-top: 2.5rem;
  }
}

.main-footer__bottom-center {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .main-footer__bottom-center {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}

.main-footer__bottom p {
  margin: 0;
}

.main-footer__bottom a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  transition: opacity 0.2s ease-in-out;
}

.main-footer__bottom a:hover {
  color: inherit;
  opacity: 0.7;
}

.main-footer__bottom-nav {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

@media (max-width: 767px) {
  .main-footer__bottom-nav {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0.6875rem;
  }
}

.main-footer__bottom-nav li {
  margin-left: 0.9375rem;
}

@media (max-width: 767px) {
  .main-footer__bottom-nav li {
    margin: 0 0.9375rem 0.5rem 0;
  }
}

.main-footer__bottom-social {
  position: relative;
  top: -0.1875rem;
}

@media (max-width: 991px) {
  .main-footer__bottom-social {
    top: 0.125rem;
  }
}

@media (max-width: 767px) {
  .main-footer__bottom-social {
    position: static;
    margin-bottom: 0.75rem;
  }
}

.main-footer__bottom-social-icon {
  margin: 0 0 0 0.75rem;
}

@media (max-width: 767px) {
  .main-footer__bottom-social-icon {
    margin: 0 0.75rem 0 0;
  }
}

.hero-blog {
  min-height: 34.375rem;
  position: relative;
  margin-bottom: 13.5rem;
  color: #FFFFFF;
  background: linear-gradient(0deg, #232F3D 0%, #232F3D 30%, #186AA5 100%);
}

@media (min-width: 768px) {
  .hero-blog {
    padding-top: 12.625rem;
  }
}

@media (max-width: 767px) {
  .hero-blog {
    padding-top: 6.875rem;
    margin-bottom: 15.3125rem;
  }
}

.hero-blog:after {
  content: '';
  width: 100%;
  height: 11vw;
  position: absolute;
  z-index: -1;
  bottom: -2.4vw;
  background-image: url("../images/bg/bg-blog.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.hero-blog__title {
  color: inherit;
}

@media (max-width: 767px) {
  .hero-blog__description p {
    padding-right: 1.25rem;
    margin-top: 0.5625rem;
  }
}

.featured-post {
  display: flex;
  min-height: 30rem;
  position: relative;
  z-index: 1;
  border-radius: 0.9375rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 991px) {
  .featured-post {
    min-height: 25rem;
  }
}

@media (max-width: 767px) {
  .featured-post {
    flex-direction: column;
    min-height: auto;
    border-radius: 0;
    background: transparent;
    overflow: unset;
  }
}

.featured-post__heading {
  padding: 0.5625rem 1.625rem;
  position: absolute;
  top: 0;
  left: 53.9%;
  transform: translateX(-50%);
  color: #186AA5;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .featured-post__heading {
    left: 50%;
  }
}

@media (max-width: 767px) {
  .featured-post__heading {
    padding: 0.46875rem 0.84375rem;
    top: auto;
    bottom: 100%;
    left: 0;
    transform: none;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.75rem;
    line-height: 1.33333333;
  }
}

.featured-post__wrapper {
  margin-top: 8.625rem;
  margin-bottom: -6.25rem;
}

@media (max-width: 1199px) {
  .featured-post__wrapper {
    margin-top: 5.625rem;
  }
}

@media (max-width: 767px) {
  .featured-post__wrapper {
    max-width: 28.125rem;
    margin-bottom: -13.4375rem;
  }
}

.featured-post__thumbnail {
  width: 53.5%;
}

@media (max-width: 1199px) {
  .featured-post__thumbnail {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .featured-post__thumbnail {
    width: 100%;
    border-radius: 0 0.5rem 0 0;
    overflow: hidden;
  }
}

.featured-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .featured-post__thumbnail img:nth-child(1) {
    display: none;
  }
}

.featured-post__thumbnail img:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .featured-post__thumbnail img:nth-child(2) {
    display: block;
  }
}

.featured-post__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 46.5%;
  padding: 4.75rem 6.875rem 4.75rem 5.375rem;
}

@media (max-width: 1199px) {
  .featured-post__content {
    width: 50%;
    padding: 3.125rem;
  }
}

@media (max-width: 767px) {
  .featured-post__content {
    width: 100%;
    padding: 1rem 1.25rem 1.375rem;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #FFFFFF;
  }
}

.featured-post--no-thumbnail .featured-post__content {
  width: 100%;
}

.featured-post__categories {
  padding: 0.46875rem 1rem;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  background-color: #E72204;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

@media (max-width: 767px) {
  .featured-post__categories {
    padding: 0.3125rem 0.875rem 0.125rem;
    margin-bottom: 1.125rem;
    letter-spacing: 0.0625rem;
  }
}

.featured-post__title {
  width: 100%;
  margin-bottom: 1.3125rem;
  transition: color .2s ease-in-out;
}

@media (max-width: 991px) {
  .featured-post__title {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }
}

@media (max-width: 767px) {
  .featured-post__title {
    margin-bottom: 0.5rem;
  }
}

.featured-post:hover .featured-post__title {
  color: #E72204;
}

.featured-post__excerpt {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 991px) {
  .featured-post__excerpt {
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

@media (max-width: 767px) {
  .featured-post__excerpt {
    margin-bottom: 1.1875rem;
  }
}

.featured-post__author {
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blog-loop-post {
    margin-bottom: 9.1875rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post {
    margin-bottom: 7.125rem;
  }
}

.blog-loop-post .accordion-select {
  position: relative;
}

.blog-loop-post .accordion-select .dropdown-current {
  padding: 0.4375rem 2.5rem 0.375rem 0.6875rem;
  border-color: transparent;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .blog-loop-post .accordion-select .dropdown-current {
    margin-bottom: 0rem;
  }
}

.blog-loop-post .accordion-select .dropdown-container {
  z-index: 2;
}

@media (max-width: 767px) {
  .blog-loop-post .accordion-select .dropdown-container {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .blog-loop-post .accordion-select .dropdown-container:not(.open) {
    height: 3.5rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .accordion-select .dropdown-list {
    padding: 0.1875rem 0;
  }
}

.blog-loop-post .accordion-select .dropdown-list button {
  padding: 0.5rem 0.75rem;
}

.blog-loop-post .eight29-sidebar {
  margin-bottom: 2.0625rem;
}

.blog-loop-post .eight29-posts {
  grid-column-gap: 1.875rem;
}

@media (min-width: 768px) {
  .blog-loop-post .eight29-posts {
    grid-row-gap: 3rem;
    margin-bottom: 4.8125rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-posts {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-posts-container {
    margin-top: 1.4375rem;
  }
}

.blog-loop-post .eight29-post {
  transition: box-shadow 0.2s;
}

.blog-loop-post .eight29-post:hover {
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.08);
}

.blog-loop-post .eight29-post-body {
  position: relative;
}

.blog-loop-post .eight29-post-categories {
  padding: 0;
  position: absolute;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.07142857;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blog-loop-post .eight29-post-categories {
    min-width: 9.25rem;
    top: -1.75rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-post-categories {
    min-width: 8.125rem;
    top: -1.6875rem;
  }
}

.blog-loop-post .eight29-post-categories a {
  display: block;
  background-color: #E72204;
}

@media (min-width: 768px) {
  .blog-loop-post .eight29-post-categories a {
    padding: 0.5625rem 1.8125rem 0.375rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-post-categories a {
    padding: 0.5625rem 1.3125rem 0.25rem;
  }
}

.blog-loop-post .eight29-post-title {
  margin-bottom: 0;
  border-radius: 0 0 0.375rem 0.375rem;
  background-color: #ffffff;
}

.blog-loop-post .eight29-post-title a {
  display: block;
  color: #000000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .blog-loop-post .eight29-post-title a {
    padding: 1.75rem 1.3125rem 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-post-title a {
    padding: 1.1875rem 1.25rem 0.875rem;
    color: #082663;
    font-size: 1.125rem;
    line-height: 1.33333333;
    font-weight: 700;
  }
}

.blog-loop-post .eight29-featured-image {
  position: relative;
  border-bottom: initial;
  border-radius: 0.375rem;
}

.blog-loop-post .eight29-featured-image figure:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  z-index: 1;
  background-color: #E72204;
}

@media (min-width: 768px) {
  .blog-loop-post .eight29-featured-image figure:after {
    bottom: -0.1875rem;
  }
}

@media (max-width: 767px) {
  .blog-loop-post .eight29-featured-image figure:after {
    bottom: -0.0625rem;
  }
}

.blog-loop-post .eight29-featured-image img {
  border-radius: 0.375rem 0.375rem 0 0;
  width: 100%;
  object-fit: cover;
}

.blog-loop-post .eight29-pagination-list {
  padding: 0 0.3125rem 0 0;
}

.blog-loop-post .eight29-pagination-list li {
  margin: 0 0 0 0.3125rem !important;
}

.blog-loop-post .eight29-pagination-list li .pagination-item {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.0625;
  font-weight: 500;
}

.blog-loop-post .eight29-pagination-list li .pagination-item.current-page {
  color: #ffffff;
  background-color: #E72204;
}

.blog-loop-post .eight29-pagination-list li .pagination-item:not(.current-page):hover {
  background-color: #F0F0F0;
  box-shadow: 0 0px 3px rgba(60, 60, 60, 0.467);
}

.blog-loop-post .eight29-pagination-list li.last-item {
  margin: 0 0 0 -0.125rem !important;
}

.blog-loop-post .eight29-pagination-prev, .blog-loop-post .eight29-pagination-next {
  position: relative;
  top: 0.0625rem;
}

.blog-loop-post .eight29-pagination-prev {
  right: 0.75rem;
}

.blog-loop-post .eight29-pagination-next {
  left: 0.75rem;
}

@media (min-width: 768px) {
  .blog-loop-post--on-hero {
    margin-bottom: 3.9375rem;
  }
}

@media (min-width: 768px) {
  .blog-loop-post--on-hero .eight29-pagination {
    margin-bottom: 5.25rem !important;
  }
}

.eight29-post.eight29-post-card .eight29-featured-image {
  margin-bottom: 0;
}

.single-post-card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.single-post-card__thumbnail {
  width: 100%;
  position: relative;
}

.single-post-card__categories {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E72204;
  color: #FFFFFF;
}

.single-post-card__title {
  color: #082663;
}

.eight29-post {
  border-radius: 0.5rem;
  overflow: hidden;
}

.eight29-featured-image {
  border-bottom: 0.125rem solid #E72204;
  display: block;
  margin: 0;
}

.eight29-post-body {
  position: relative;
  background-color: #FFFFFF;
}

.eight29-post-categories {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #FFFFFF;
  background-color: #E72204;
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 1.875rem 0.375rem;
  text-transform: uppercase;
  min-width: 9.25rem;
}

.hero-blog--taxonomy {
  padding-top: 7.625rem;
  margin-bottom: -14.1875rem;
}

@media (min-width: 768px) {
  .hero-blog--taxonomy {
    min-height: 38.0625rem;
  }
}

@media (max-width: 767px) {
  .hero-blog--taxonomy {
    min-height: 31.25rem;
  }
}

@media (min-width: 768px) {
  .hero-blog__back {
    margin-bottom: 4.9375rem;
  }
}

@media (max-width: 767px) {
  .hero-blog__back {
    margin-bottom: 2.5625rem;
  }
}

.hero-blog__back-link {
  padding-left: 3.0625rem;
  position: relative;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.hero-blog__back-link:link, .hero-blog__back-link:hover {
  color: #ffffff;
}

.hero-blog__back-link:before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  transform: rotate(140deg);
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0.125rem;
}

.hero-blog__wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-blog__wrapper {
    padding: 0 0.9375rem 18.4375rem;
  }
}

@media (max-width: 767px) {
  .hero-blog__wrapper {
    padding: 0 0.9375rem 15.625rem;
  }
}

.hero-blog__preheading {
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px) {
  .hero-blog__preheading {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
}

.hero-blog__heading {
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.15625rem;
}

@media (min-width: 768px) {
  .hero-blog__heading {
    font-size: 3.75rem;
    line-height: 1.06666667;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .hero-blog .blog-loop-post {
    margin-bottom: 3.9375rem;
  }
}

.hero-single {
  color: #FFFFFF;
  background: linear-gradient(0deg, #232F3D 0%, #232F3D 65%, #186AA5 100%);
}

@media (min-width: 768px) {
  .hero-single {
    padding-top: 5.75rem;
    margin-bottom: 5.1875rem;
  }
}

@media (max-width: 767px) {
  .hero-single {
    padding-top: 6.5rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 768px) {
  .hero-single__back {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .hero-single__back {
    margin-bottom: 2.5625rem;
  }
}

.hero-single__back-link {
  padding-left: 2.125rem;
  position: relative;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.hero-single__back-link:link, .hero-single__back-link:hover, .hero-single__back-link:visited {
  color: #ffffff;
}

.hero-single__back-link:before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 0.125rem;
  left: 0.5625rem;
  transform: rotate(140deg);
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0.125rem;
}

.hero-single__categories {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .hero-single__categories {
    margin-bottom: 1.625rem;
  }
}

@media (max-width: 767px) {
  .hero-single__categories {
    margin-bottom: 0.625rem;
  }
}

.hero-single__categories a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .hero-single__categories a {
    padding: 0.5625rem 1rem 0.4375rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    background: #E72204;
    transition: background 0.2s;
    font-size: 0.75rem;
    line-height: 1.33333333;
    font-weight: 700;
  }
  .hero-single__categories a:hover {
    color: #ffffff;
    background: #B21A03;
  }
}

@media (max-width: 767px) {
  .hero-single__categories a {
    font-size: 0.875rem;
    line-height: 1.14285714;
    font-weight: 700;
  }
}

.hero-single__category:not(:first-of-type) {
  margin-left: 0.625rem;
}

.hero-single__title {
  color: inherit;
}

@media (min-width: 768px) {
  .hero-single__title {
    margin-bottom: 1.6875rem;
  }
}

@media (max-width: 767px) {
  .hero-single__title {
    margin-bottom: 1.125rem;
  }
}

.hero-single__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-single__content {
    margin-bottom: 7.4375rem;
  }
}

@media (max-width: 767px) {
  .hero-single__content {
    margin-bottom: 4.5625rem;
  }
}

@media (min-width: 768px) {
  .hero-single__meta {
    padding-left: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .hero-single__meta span:first-child {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .hero-single__meta {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.14285714;
    font-weight: 400;
  }
  .hero-single__meta span:first-child {
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
}

.hero-single__meta span a {
  color: #ffffff;
  text-decoration: none;
}

.hero-single__meta span a:link, .hero-single__meta span a:hover {
  color: #ffffff;
}

.hero-single__meta-separator {
  margin: 0 0.5625rem;
}

@media (max-width: 767px) {
  .hero-single__meta-separator {
    display: none;
    visibility: hidden;
  }
}

.hero-single__thumbnail {
  width: 100%;
}

.hero-single__thumbnail img {
  width: 100%;
}

.post-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9.375rem;
}

@media (min-width: 768px) {
  .post-content-bottom {
    margin-top: 3.125rem;
  }
}

@media (max-width: 767px) {
  .post-content-bottom {
    padding-top: 1.5625rem;
    flex-direction: column;
    margin-bottom: 1.625rem;
  }
}

@media (min-width: 768px) {
  .post-content-bottom__tags {
    padding-top: 1.8125rem;
  }
}

@media (max-width: 767px) {
  .post-content-bottom__tags {
    width: 100%;
    margin-bottom: 0.375rem;
  }
}

.post-content-bottom__tags h5 {
  margin-bottom: 1.0625rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

.post-content-bottom__tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-content-bottom__tags ul {
    margin-top: 1.0625rem;
  }
}

.post-content-bottom__tags ul li {
  padding: 0;
  margin: 0 0.625rem 0 0;
}

.post-content-bottom__tags ul li:before {
  display: none;
  visibility: hidden;
}

.post-content-bottom__tags ul li a {
  color: #37414b;
  text-decoration: none;
}

.post-content-bottom__tags ul li a:link, .post-content-bottom__tags ul li a:hover {
  color: #37414b;
}

.post-content-bottom .addtoany_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .post-content-bottom .addtoany_list {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .post-content-bottom .addtoany_list {
    justify-content: flex-start;
    margin-right: 1.4375rem;
  }
}

@media (max-width: 767px) {
  .post-content-bottom .addtoany_shortcode {
    width: 100%;
  }
}

.post-content-bottom .addtoany_shortcode a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.625rem;
  margin-bottom: 0.375rem;
  border-radius: 100%;
  background: #E72204;
  transition: background 0.2s;
}

@media (min-width: 768px) {
  .post-content-bottom .addtoany_shortcode a {
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .post-content-bottom .addtoany_shortcode a {
    margin-right: 1rem;
  }
}

.post-content-bottom .addtoany_shortcode a:hover {
  background: #B21A03;
}

.post-content-bottom .addtoany_shortcode a:hover img {
  opacity: 1;
}

.post-content-bottom .addtoany_shortcode a:first-of-type {
  margin-left: 0;
}

.post-content-bottom .addtoany_shortcode a img {
  width: 1.1875rem;
}

.related-posts {
  position: relative;
  color: #FFFFFF;
  background-color: #232F3D;
}

@media (min-width: 768px) {
  .related-posts {
    padding: 5.5rem 0 14.6875rem;
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .related-posts {
    padding: 2.75rem 0 8.9375rem;
    margin-top: 3.875rem;
  }
}

.related-posts:before {
  width: 100%;
  background: url("../images/textures/post-recent-texture-top.png");
}

@media (min-width: 992px) {
  .related-posts:before {
    height: 11.5rem;
    top: -3.4375rem;
  }
}

@media (max-width: 991px) {
  .related-posts:before {
    height: 3.125rem;
    top: -1.5rem;
  }
}

.related-posts:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .related-posts:before {
    background-position: -6.8125rem;
    background-size: calc(100% + 109px) 100%;
  }
}

@media (max-width: 991px) {
  .related-posts:before {
    background-position: -4.6875rem;
    background-size: calc(100% + 206px) 100%;
  }
}

.related-posts__texture {
  width: 100%;
  height: 5.0625rem;
  position: absolute;
  top: -0.3125rem;
  background: url("../images/textures/post-recent-texture-top-grass-effect.png");
  background-repeat: no-repeat;
  background-size: calc(100% + 109px) 100%;
}

.related-posts .container {
  max-width: 100%;
  max-width: 105rem;
}

@media (min-width: 1440px) {
  .related-posts .container {
    padding: 0 10.625rem 0 12rem;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  .related-posts .container {
    padding: 0 9.375rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .related-posts .container {
    padding: 0 6.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .related-posts .container {
    padding: 0 1.875rem;
  }
}

@media (max-width: 991px) {
  .related-posts .container {
    position: relative;
    z-index: 1;
  }
}

.related-posts__preheading {
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
  width: 80%;
}

@media (min-width: 768px) {
  .related-posts__preheading {
    left: 5.9375rem;
    font-size: 3.25rem;
    line-height: 1.09615385;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .related-posts__preheading {
    display: none;
  }
}

@media (min-width: 768px) {
  .related-posts__preheading:only-child {
    margin-bottom: 2.5rem;
  }
}

.related-posts__preheading:before {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .related-posts__preheading:before {
    width: 6.5625rem;
    top: 1.375rem;
    left: -7.25rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

.related-posts__title {
  color: inherit;
}

@media (min-width: 768px) {
  .related-posts__title:only-child {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .related-posts__title:only-child {
    margin-bottom: 1.1875rem;
  }
}

@media (min-width: 768px) {
  .related-posts__posts {
    margin-top: 1.9375rem;
  }
}

@media (max-width: 767px) {
  .related-posts__posts {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 768px) {
  .related-posts__posts .single-post-card {
    border-radius: 0.625rem;
  }
}

@media (max-width: 767px) {
  .related-posts__posts .single-post-card {
    border-radius: 0.625rem;
  }
}

@media (min-width: 768px) {
  .related-posts__posts .single-post-card__categories {
    padding: 0.5625rem 0.75rem 0.25rem 0.375rem;
  }
}

@media (max-width: 767px) {
  .related-posts__posts .single-post-card__categories {
    padding: 0.5625rem 0.625rem 0 0.4375rem;
  }
}

.related-posts__posts .single-post-card__title {
  color: #000000;
}

@media (min-width: 768px) {
  .related-posts__posts .single-post-card__title {
    padding: 1.5625rem 0.625rem 0.25rem 1.1875rem;
  }
}

@media (max-width: 767px) {
  .related-posts__posts .single-post-card__title {
    padding: 1.1875rem 0.625rem 0.4375rem 1.25rem;
  }
}

@media (min-width: 768px) {
  .related-posts__posts .single-post-card__wrapper {
    padding: 0 1.1875rem;
  }
}

@media (max-width: 767px) {
  .related-posts__posts .single-post-card__wrapper {
    padding: 0 1.125rem 0 1.375rem;
    margin-bottom: 1.4375rem;
  }
}

.related-posts__posts .single-post-card__wrapper:nth-child(1n) {
  margin-right: -0.6875rem;
}

.related-posts__posts .single-post-card__wrapper:nth-child(2) {
  margin-right: -0.5rem;
}

.related-posts__posts .single-post-card__thumbnail {
  border-radius: 0.625rem 0.625rem 0 0;
}

.related-posts__posts .single-post-card__thumbnail img {
  border-radius: 0.625rem 0.625rem 0 0;
}

.related-posts .c-btn-wrapper {
  position: relative;
  margin: 0;
}

@media (max-width: 767px) {
  .related-posts .c-btn-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .related-posts .c-btn-wrapper .c-btn {
    margin-right: 1.3125rem;
    padding-top: 0.625rem;
  }
}

@media (max-width: 767px) {
  .related-posts .c-btn-wrapper .c-btn {
    padding-left: 0.125rem;
  }
}

@media (min-width: 768px) {
  .related-posts .c-btn-wrapper .c-btn:after, .related-posts .c-btn-wrapper .c-btn:before {
    right: 0rem;
    top: 0.25rem;
  }
}

@media (max-width: 767px) {
  .related-posts__button {
    justify-content: flex-start !important;
  }
}

body.post-type-archive-activities {
  background: linear-gradient(180deg, #232f3d 0%, #186aa5 101.88%);
}

.activities-hero {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .activities-hero {
    padding: 11.6875rem 0 8.75rem;
  }
}

@media (max-width: 767px) {
  .activities-hero {
    padding: 6.75rem 0 0.8125rem;
  }
}

.activities-hero__preheading {
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 768px) {
  .activities-hero__preheading {
    padding: 0 0 1.0625rem 7.6875rem;
    font-size: 1.75rem;
    line-height: 1.07142857;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .activities-hero__preheading {
    left: -0.375rem;
    font-size: 1.1875rem;
    line-height: 1.26315789;
    font-weight: 400;
  }
  .activities-hero__preheading:only-child {
    margin-bottom: 0.8125rem;
  }
}

.activities-hero__preheading:before {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .activities-hero__preheading:before {
    width: 6.5625rem;
    top: 0.5rem;
    left: -0.9375rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

@media (max-width: 767px) {
  .activities-hero__preheading:before {
    width: 2.1875rem;
    top: 0.4375rem;
    left: -2.625rem;
    background-size: 11.125rem 0.5625rem;
  }
}

.activities-hero__heading {
  color: inherit;
}

@media (max-width: 767px) {
  .activities-hero__heading:only-child {
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 768px) {
  .activities-hero__description {
    padding-top: 0.4375rem;
  }
}

.activities-posts {
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .activities-posts {
    margin-top: 1.6875rem;
    margin-bottom: 11.25rem;
  }
}

@media (max-width: 767px) {
  .activities-posts {
    padding-top: 2.25rem;
    margin-bottom: 8.875rem;
  }
}

@media (min-width: 768px) {
  .activities-posts .col-12 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .activities-posts .col-12 {
    margin-bottom: 1.5rem;
  }
}

.activities-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  cursor: pointer;
  max-width: 25.5rem;
}

.activities-posts__post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}

@media (min-width: 768px) {
  .activities-posts__post-content {
    padding: 2.0625rem 0.625rem 1.8125rem;
  }
}

@media (max-width: 767px) {
  .activities-posts__post-content {
    padding: 1.375rem 0.375rem 1.0625rem;
  }
}

.activities-posts__post-title {
  margin: 0;
}

@media (max-width: 991px) {
  .activities-posts__post-title {
    font-size: 1.125rem;
    line-height: 1.33333333;
    font-weight: 700;
  }
}

.activities-posts__post-category {
  color: #186AA5;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}

@media (min-width: 768px) {
  .activities-posts__post-category {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 767px) {
  .activities-posts__post-category {
    margin-bottom: 0.3125rem;
  }
}

.activities-posts__post-thumbnail {
  position: relative;
}

.activities-posts__post-thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  background: #186AA5;
}

@media (min-width: 768px) {
  .activities-posts__post-thumbnail:after {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .activities-posts__post-thumbnail:after {
    bottom: -0.125rem;
  }
}

.activities-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
}

@media (min-width: 768px) {
  .activities-posts__post-thumbnail img {
    max-height: 17.125rem;
  }
}

@media (min-width: 768px) {
  .activities-posts__wrapper {
    padding: 0 0.9375rem;
  }
}

@media (max-width: 767px) {
  .activities-posts__wrapper {
    padding: 0 1.25rem;
    margin-bottom: 1.4375rem;
  }
}

.activities-modal {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .activities-modal {
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .activities-modal::-webkit-scrollbar {
    display: none;
  }
}

.activities-modal.current {
  display: block;
}

.activities-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: -0.375rem 0.4375rem #E72204;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

@media (min-width: 768px) {
  .activities-modal__close {
    position: absolute;
    top: -0.625rem;
    right: 2.25rem;
    transform: translateY(79%);
    border: 0.125rem solid #E72204;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .activities-modal__close {
    position: absolute;
    top: -1.875rem;
    right: 1.875rem;
    border: 0.125rem solid #E72204;
  }
}

@media (max-width: 767px) {
  .activities-modal__close {
    position: fixed;
    top: 3.0625rem;
    right: 0.625rem;
    transform: translateY(-73%);
    border: 0.1875rem solid #E72204;
  }
}

.activities-modal__close:hover {
  box-shadow: 0 0 transparent;
}

.activities-modal__close:after, .activities-modal__close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000000;
  transition: background .2s linear;
}

.activities-modal__close:after {
  width: 0.125rem;
  height: 1.1875rem;
}

.activities-modal__close:before {
  width: 1.1875rem;
  height: 0.125rem;
}

.activities-modal__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .activities-modal__wrapper {
    flex-direction: column;
    height: 50%;
  }
}

@media (min-width: 768px) {
  .activities-modal__nav {
    padding: 2.5625rem 0 2.5625rem 1.375rem;
  }
}

@media (max-width: 767px) {
  .activities-modal__nav {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    margin-left: -1.3125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.activities-modal__nav-btn {
  padding: 0.25rem 1.4375rem 0.25rem 1.375rem;
}

@media (min-width: 768px) {
  .activities-modal__nav-btn {
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .activities-modal__nav-btn {
    font-size: 0;
    position: absolute;
  }
  .activities-modal__nav-btn:first-of-type {
    left: 0.75rem;
  }
  .activities-modal__nav-btn:last-of-type {
    right: 0.75rem;
  }
}

@media (min-width: 768px) {
  .activities-modal__nav-btn:first-of-type {
    border-right: 0.0625rem solid #000000;
  }
}

@media (min-width: 768px) {
  .activities-modal__nav-btn--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 0.9375rem;
    transform: translateY(-53%);
    border: 0.125rem solid #E72204;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
}

.activities-modal__nav-btn--arrow:before, .activities-modal__nav-btn--arrow:after {
  content: '';
  display: block;
  position: absolute;
}

.activities-modal__nav-btn--arrow:before {
  width: 0.875rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background: #000000;
  transition: 0.2s ease-out;
}

@media (max-width: 767px) {
  .activities-modal__nav-btn--arrow:before {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.activities-modal__nav-btn--arrow:after {
  width: 0.6875rem;
  height: 0.6875rem;
  top: 50%;
  left: 50%;
  border: 0.125rem solid #000000;
  border-width: 0.125rem 0.125rem 0 0;
  border-radius: 0.125rem;
}

.activities-modal__nav-btn--arrow.button-prev {
  top: 0.875rem;
  left: -1.4375rem;
  box-shadow: 0.25rem 0.1875rem #E72204;
}

.activities-modal__nav-btn--arrow.button-prev:before {
  right: 0.25rem;
  background: linear-gradient(to right, #000000 50%, transparent 50%) left;
  background-size: 200%;
}

.activities-modal__nav-btn--arrow.button-prev:after {
  transform: translate(-50%, -50%) rotate(-130deg);
}

.activities-modal__nav-btn--arrow.button-next {
  right: -1.3125rem;
  left: auto;
  box-shadow: -0.25rem 0.1875rem #E72204;
}

.activities-modal__nav-btn--arrow.button-next:before {
  left: 0.25rem;
  background: linear-gradient(to left, #000000 50%, transparent 50%) right;
  background-size: 200%;
}

.activities-modal__nav-btn--arrow.button-next:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.activities-modal__nav-btn:hover .activities-modal__nav-btn--arrow {
  box-shadow: 0 0 transparent;
}

.activities-modal__slider {
  background: #186AA5;
}

@media (min-width: 768px) {
  .activities-modal__slider {
    width: 42.6%;
  }
}

@media (max-width: 767px) {
  .activities-modal__slider {
    height: 100%;
  }
  .activities-modal__slider .slick-list,
  .activities-modal__slider .slick-track {
    height: 100%;
  }
}

.activities-modal__slider-controls {
  width: 12.8125rem;
  height: 3.375rem;
  position: absolute;
  top: 47.5%;
  left: -6.4375rem;
  transform: rotate(90deg) translateY(-50%);
  background: #232F3D;
}

@media (max-width: 767px) {
  .activities-modal__slider-controls {
    display: none;
  }
}

.activities-modal__slider-controls .progress-bar {
  display: block;
  width: 100%;
  height: 0.3125rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}

.activities-modal__slider-controls .progress-bar__line {
  display: block;
  width: 50%;
  height: 0.3125rem;
  background: #E72204;
  transition: width 0.2s;
}

.activities-modal__slider-controls .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.4375rem;
  height: 8.8125rem;
  position: absolute;
  transform: rotate(-90deg);
  margin-top: -2.5625rem;
  margin-left: 5rem;
  font-weight: 700;
  color: #ffffff;
}

.activities-modal__slider-controls .counter:before {
  content: '';
  display: block;
  width: 71%;
  height: 0.1875rem;
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
  background: #ffffff;
}

.activities-modal__slider-controls .counter__current-slide {
  padding: 0 0 3.5rem 0;
}

.activities-modal__slider-controls .slick-arrow {
  position: absolute;
  z-index: 2;
  left: 0;
  transform: rotate(0deg);
  margin: -1.375rem 0 0 0;
  border: initial;
}

.activities-modal__slider-controls .slick-arrow:after {
  width: 0.5rem;
  height: 0.5rem;
}

.activities-modal__slider-controls .slick-arrow.slick-next {
  left: 9.875rem;
}

.activities-modal__slider-controls .slick-arrow.slick-prev {
  left: -0.25rem;
}

.activities-modal__slider .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.activities-modal__slider .slick-dots li {
  width: 2.25rem;
  height: 0.1875rem;
  margin-right: 0.625rem;
  margin-left: -0.125rem;
  list-style-type: none;
  background: #E72204;
  cursor: pointer;
  opacity: .3;
  transition: background 0.2s, opacity 0.2s;
}

.activities-modal__slider .slick-dots li:last-of-type {
  margin: 0;
}

.activities-modal__slider .slick-dots li button {
  font-size: 0;
}

.activities-modal__slider .slick-dots li.slick-active {
  background: #E72204;
  opacity: 1;
}

@media (min-width: 768px) {
  .activities-modal__slide {
    min-height: 100vh;
  }
}

.activities-modal__slide img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .activities-modal__slide img {
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .activities-modal__slide img {
    height: 100%;
  }
}

.activities-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  scrollbar-width: none;
}

@media (min-width: 992px) {
  .activities-modal__content {
    width: 57.4%;
    max-height: 100vh;
    padding: 9.875rem 4.8125rem 4.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .activities-modal__content {
    width: 57.4%;
    max-height: 100vh;
    padding: 4.0625rem 2.5rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .activities-modal__content {
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .activities-modal__content {
    width: 100%;
    height: 100%;
    padding: 1.875rem 0;
  }
}

.activities-modal__content-wrapper {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .activities-modal__content-wrapper {
    padding: 0 4.6875rem;
  }
}

@media (max-width: 767px) {
  .activities-modal__content-wrapper {
    padding: 0 1.25rem;
  }
}

.activities-modal__content-wrapper ul,
.activities-modal__content-wrapper ol {
  display: grid;
}

@media (min-width: 992px) {
  .activities-modal__content-wrapper ul,
  .activities-modal__content-wrapper ol {
    grid-template-columns: minmax(auto, 188px) minmax(auto, 188px);
  }
}

@media (max-width: 767px) {
  .activities-modal__content-wrapper ul,
  .activities-modal__content-wrapper ol {
    padding-bottom: 3.4375rem;
  }
}

.activities-modal__content-wrapper ul li,
.activities-modal__content-wrapper ol li {
  padding: 0;
  padding-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.activities-modal__content-wrapper ul li:before,
.activities-modal__content-wrapper ol li:before {
  left: 0.0625rem;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .activities-modal__content-wrapper ul li:last-child,
  .activities-modal__content-wrapper ol li:last-child {
    margin-bottom: 1rem;
  }
}

.activities-modal__content-wrapper p {
  max-width: 34.5rem;
}

@media (min-width: 768px) {
  .activities-modal__content-wrapper p {
    margin-bottom: 2.625rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .activities-modal__content-wrapper p {
    margin-bottom: 1.6875rem;
    font-size: 0.875rem;
    line-height: 1.71428571;
    font-weight: 400;
  }
}

.activities-modal__category {
  position: relative;
  font-family: "calgary-script-ot", sans-serif;
  color: #F15F49;
}

@media (min-width: 992px) {
  .activities-modal__category {
    left: -4.75rem;
    margin-bottom: 1.1875rem;
    font-size: 1.75rem;
    line-height: 1.07142857;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .activities-modal__category {
    width: 50%;
    left: 2.25rem;
    font-size: 1.75rem;
    line-height: 1.07142857;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .activities-modal__category {
    padding-left: 0.9375rem;
    margin-bottom: 0.6875rem;
    font-size: 1.1875rem;
    line-height: 1.26315789;
    font-weight: 400;
  }
}

.activities-modal__category:only-child {
  margin-bottom: 0.6875rem;
}

.activities-modal__category:before {
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  background-image: url("../images/icons/line-bold.svg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .activities-modal__category:before {
    width: 3.875rem;
    top: 0.4375rem;
    left: -4.8125rem;
    background-size: 6.4375rem 0.5625rem;
  }
}

@media (max-width: 767px) {
  .activities-modal__category:before {
    width: 3.3125rem;
    top: 0.25rem;
    left: -2.875rem;
    background-size: 11.125rem 0.5625rem;
  }
}

@media (min-width: 768px) {
  .activities-modal__title {
    margin-bottom: 1.3125rem;
  }
}

@media (max-width: 767px) {
  .activities-modal__title {
    margin-bottom: 0.6875rem;
  }
}

.activities-modal__list-title {
  margin-bottom: 1.4375rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.33333333;
  font-weight: 700;
}
