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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.row:before,
section:before,
header:before,
footer:before,
.container:before,
.cf:before, .row:after,
section:after,
header:after,
footer:after,
.container:after,
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

:root {
  --clr-one: #04516A;
  --clr-two: #FFEBC7;
  --clr-three: #282828;
  --clr-four: #C8061E;
  --clr-five: #FFFFFF;
  --clr-six: #DCEDF2;
  --clr-seven: #042F46;
  --clr-eight: #FAE1E8;
  --clr-nine: #F8FBFC;
  --clr-ten: #A8D1DF;
  --clr-eleven: #04577D;
  --clr-twelve: #024C59;
  --clr-thirteen: #D5D5D5;
  --clr-fourteen: #ff881c;
  --clr-fifteen: #707070;
  --clr-sixteen: #000000;
  --clr-seventeen: #002868;
  --clr-eighteen: #1A1818;
  --clr-nineteen: #E782A9;
  --clr-twenty: #D7F4D2;
  --clr-twentyone: #00a9e0;
  --clr-twentytwo: #00677f;
  --clr-twentythree: #065722;
  --clr-twentyfour: #F4FAFC;
  --clr-twentyfive: #E9F3FD;
  --clr-twentysix: #EDF8F1;
  --clr-twentyseven: #F7FCF9;
  --clr-twentyeight: #edf6f8;
  --clr-twentynine: #95C11F;
  --clr-thirty: #a1bf36;
  --font-primary: "proxima-nova", sans-serif;;
  --font-secondary: "proxima-nova", sans-serif;;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  color: var(--clr-three);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.the-post .btn,
.btn {
  font-weight: var(--font-weight-regular);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  border: none;
}
.the-post .btn.btn-inline,
.btn.btn-inline {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.the-post .btn.btn-icon.btn-icon-left i,
.btn.btn-icon.btn-icon-left i {
  margin-right: 1rem;
}
.the-post .btn.btn-default,
.btn.btn-default {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-sml,
.btn.btn-sml {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-med,
.btn.btn-med {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-lrg,
.btn.btn-lrg {
  font-size: 1.6rem;
  padding: 1rem 2rem;
}

.btn-default {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-default:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-secondary {
  color: #FFFFFF;
  background: #04516A;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #FFFFFF;
}

.btn-white {
  color: #04516A;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #04516A;
  background: #F4FAFC;
  border-color: #F4FAFC;
}

.btn-blue {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-blue:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-lblue {
  color: #FFFFFF;
  background: #00a9e0;
  border-color: #00a9e0;
}
.btn-lblue:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-orange {
  color: #FFFFFF;
  background: #ff881c;
  border-color: #ff881c;
}
.btn-orange:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-pink {
  color: #FFFFFF;
  background: #E782A9;
  border-color: #E782A9;
}
.btn-pink:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-green {
  color: #FFFFFF;
  background: #065722;
  border-color: #065722;
}
.btn-green:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-grey {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-grey:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-turquoise {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-turquoise:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 620px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 620px) {
  .container-small {
    width: 85%;
  }
}

.container-fluid {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 620px) {
  .container-fluid {
    width: 85%;
  }
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  color: var(--clr-three);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post .intro-text {
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
}
.the-post a {
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-weight: var(--font-weight-semi-bold);
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2rem;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
  color: var(--clr-one);
}
.the-post h4, .the-post h5 {
  font-size: 2.2rem;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post ol li,
.the-post ul li {
  margin-bottom: 0.5rem;
}
.the-post ol li:last-child,
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
}
.the-post table {
  width: 100%;
  border-top: 1px solid var(--clr-one);
  margin-bottom: 5rem;
}
.the-post table tr:nth-child(odd) td, .the-post table tr:nth-child(odd) th {
  background-color: var(--clr-six);
}
.the-post table tr:last-child td, .the-post table tr:last-child th {
  border-bottom: 1px solid var(--clr-one);
}
.the-post table td, .the-post table th {
  padding: 1rem 2rem;
}
.the-post table td strong, .the-post table th strong {
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
}
.the-post table td p, .the-post table th p {
  margin: 0;
  padding: 0;
}
.the-post table th {
  text-align: left;
  text-transform: uppercase;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
  padding: 0.8rem;
}
.the-post.post-invert {
  color: var(--clr-five);
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem 0;
}
.the-post .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .the-post .alignleft,
.the-post .alignnone,
.the-post .alignright,
.the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .aligncenter {
    margin: 5rem auto;
  }
  .the-post .wp-caption .wp-caption-text,
.the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
#onetrust-pc-sdk,
#onetrust-banner-sdk {
  font-size: 1.6rem !important;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpShort {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-7-29 11:41:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fadeInBottomShort {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottomShort {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate__fadeInBottomShort {
  -webkit-animation-name: fadeInBottomShort;
          animation-name: fadeInBottomShort;
}

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fadeInLeftShort {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeftShort {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate__fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
          animation-name: fadeInLeftShort;
}

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fadeInRightShort {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRightShort {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate__fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.6rem;
  text-transform: none;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper .gfield_label {
  font-weight: var(--font-weight-semi-bold) !important;
  color: var(--clr-one);
  font-size: 1.8rem !important;
  line-height: 2.8rem !important;
}
.gform_wrapper.gravity-theme .gfield_html p,
.gform_wrapper .gfield_html p {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  border: 1px solid var(--clr-one);
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default);
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper.gravity-theme input[type=radio],
.gform_wrapper.gravity-theme input[type=checkbox],
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  width: 25px;
  height: 25px;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper input[type=file] {
  border: none !important;
}
.gform_wrapper.gravity-theme .gchoice,
.gform_wrapper .gchoice {
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme .gfield-choice-input,
.gform_wrapper .gfield-choice-input {
  margin-right: 0.5rem;
}
.gform_wrapper.gravity-theme .gsection .gsection_title,
.gform_wrapper .gsection .gsection_title {
  margin: 0;
}

#searchform .inline-form {
  display: flex;
}
#searchform input {
  border: 1px solid var(--clr-one);
  border-right: none;
  border-radius: 5px 0 0 5px;
  width: 100%;
  padding: 1rem 2rem;
}
#searchform button {
  background: none;
  border: 1px solid var(--clr-one);
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 1rem 2rem;
}

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

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  color: #04516A;
  text-decoration: none;
}

.pagination-wrapper {
  text-align: left;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  background-color: var(--clr-one);
  color: var(--clr-five);
  border-radius: 5px;
  height: 32px;
  width: 32px;
  font-weight: var(--font-weight-semi-bold);
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  width: auto;
  height: auto;
  position: relative;
  border: none;
  border-radius: 0;
}
.pagination-wrapper .page-numbers.dots {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
}
.pagination-wrapper .page-numbers.next {
  background: none;
  margin-left: 2rem;
}
.pagination-wrapper .page-numbers.prev {
  background: none;
  margin-right: 2rem;
}
.pagination-wrapper .page-numbers.current {
  color: var(--clr-five);
  background-color: var(--clr-seven);
}
.pagination-wrapper .page-numbers .pagination-icon {
  display: flex;
  align-items: center;
}
.pagination-wrapper .page-numbers .pagination-icon i {
  font-size: 2.9rem;
  color: var(--clr-one);
}
.pagination-wrapper .page-numbers .pagination-icon.icon-right .icon-text {
  margin-right: 3rem;
}
.pagination-wrapper .page-numbers .pagination-icon.icon-left .icon-text {
  margin-left: 3rem;
}
.pagination-wrapper.listing-pagination {
  margin-bottom: 0;
}
.pagination-wrapper.bottom {
  margin-bottom: 7rem;
}
.pagination-wrapper.post {
  margin: 0;
  text-align: right;
}
.pagination-wrapper.post.top {
  margin-bottom: 3.5rem;
}
.pagination-wrapper.post.bottom {
  margin-top: 0;
}
.pagination-wrapper.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.share-bar.bar-top, .share-bar.bar-bottom {
  margin-bottom: 4rem;
}
.share-bar .label {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  text-align: left;
}
.share-bar ul {
  align-items: center;
}
.share-bar ul li {
  margin-right: 1.5rem;
}
.share-bar ul li:last-child {
  margin-right: 0;
}
.share-bar ul li a {
  font-size: 2.4rem;
}

.print-bar.bar-top, .print-bar.bar-bottom {
  margin-bottom: 3rem;
}

.coop_locator [data-filters] {
  display: block;
  margin-top: 1.5rem;
}
.coop_locator #sidebar__form {
  flex-wrap: wrap;
}

.coop_locator .form__contents .form__input {
  border-color: 1px solid var(--clr-five);
  height: 41px;
}
.coop_locator .form__contents #search__input {
  padding: 0.8rem !important;
  font-size: var(--font-size-default) !important;
}
.coop_locator .form__contents #my_location {
  padding: 0 0.8rem;
}
.coop_locator .form__contents #my_location svg {
  width: 20px;
  height: 20px;
}
.coop_locator .form__contents button {
  font-weight: var(--font-weight-regular);
  text-transform: uppercase;
  color: var(--clr-one);
  border: none;
  background-color: var(--clr-five);
  height: 41px;
  padding: 0 0.8rem;
}
.coop_locator .form__contents button:hover {
  background-color: var(--clr-twentyfour);
}

#coop_locator_tool .store-key {
  font-size: 1.4rem;
  min-width: 35px;
  width: 35px;
  height: 35px;
}
#coop_locator_tool .store [data-more] {
  display: flex;
  max-width: 220px;
  width: 100%;
  background-color: var(--clr-one);
  color: var(--clr-five);
  font-size: var(--font-size-default);
  padding: 1rem 2rem;
  border-radius: 5px;
}
#coop_locator_tool .store [data-more] svg {
  margin-left: auto;
  fill: var(--clr-five);
}
#coop_locator_tool .store--compact .store__status,
#coop_locator_tool .store.store--compact [data-more] {
  display: none;
}
#coop_locator_tool .filter-list li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#coop_locator_tool .filter-list li span {
  border-radius: 5px;
  padding: 0.2rem 1.5rem;
}

#coop_locator_tool .store .store__actions > * {
  margin-right: 1rem;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  gap: 3%;
}

.col-offset-1 {
  flex: 0 0 8.3333333333%;
  margin-left: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  gap: 3%;
}

.col-offset-2 {
  flex: 0 0 16.6666666667%;
  margin-left: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  gap: 3%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  gap: 3%;
}

.col-offset-4 {
  flex: 0 0 33.3333333333%;
  margin-left: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  gap: 3%;
}

.col-offset-5 {
  flex: 0 0 41.6666666667%;
  margin-left: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  gap: 3%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  gap: 3%;
}

.col-offset-7 {
  flex: 0 0 58.3333333333%;
  margin-left: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  gap: 3%;
}

.col-offset-8 {
  flex: 0 0 66.6666666667%;
  margin-left: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  gap: 3%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  gap: 3%;
}

.col-offset-10 {
  flex: 0 0 83.3333333333%;
  margin-left: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  gap: 3%;
}

.col-offset-11 {
  flex: 0 0 91.6666666667%;
  margin-left: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  gap: 3%;
}

.col-offset-12 {
  flex: 0 0 100%;
  margin-left: 100%;
}

@media (max-width: 767px) {
  [class^=col-] {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.nav-open {
  overflow: hidden;
  height: 100%;
}

.default-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.default-navigation a {
  font-size: 1.6rem;
  color: var(--clr-sixteen);
  font-weight: var(--font-weight-semi-bold);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.default-navigation ul li {
  margin-right: 3rem;
  position: relative;
}

.default-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: 250px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.25);
  display: none;
}
.default-navigation .sub-menu.has-columns {
  width: 650px;
}
.default-navigation .sub-menu.has-columns .sub-menu-wrap .sub-menu-list {
  display: flex;
}
.default-navigation .sub-menu.has-columns .sub-menu-wrap .sub-menu-list .is-heading {
  width: 33.33333333%;
}
.default-navigation .sub-menu.has-columns.columns-2 {
  width: 370px;
}
.default-navigation .sub-menu.has-columns.columns-2 .sub-menu-wrap .sub-menu-list .is-heading {
  width: 50%;
}
.default-navigation .sub-menu.has-columns.columns-4 {
  width: 750px;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list {
  background-color: var(--clr-five);
  padding: 3.5rem 0 1rem 0;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list li {
  margin-right: 0;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list li span {
  display: block;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-heading {
  margin-right: 0;
  border-right: 1px solid var(--clr-sixteen);
  font-size: 1.3rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-heading:last-child {
  border-right: none;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .heading-list-item {
  padding-bottom: 2rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .menu-heading,
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list a {
  display: block;
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
  color: var(--clr-sixteen);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list a {
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list a:hover {
  background-color: var(--clr-six);
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-feature {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-feature a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-feature:last-child {
  margin-bottom: 0;
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-feature .feature-description {
  margin-top: 1rem;
  font-weight: var(--font-weight-regular);
}
.default-navigation .sub-menu .sub-menu-wrap .sub-menu-list .is-divider {
  border-top: 1px solid var(--clr-sixteen);
  height: 0.1rem;
  padding: 1rem 0 0 0;
  margin: 1rem 1rem 0 1rem;
}

#mobile-navigation {
  position: fixed;
  max-width: 460px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-one);
  z-index: 1010;
  transform: translateX(460px);
  transition: transform 0.5s ease-in-out;
  overflow-y: auto;
  padding: 2rem 0;
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
}
#mobile-navigation .mobile-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
#mobile-navigation .mobile-toolbar a {
  font-size: 2.4rem;
  margin: 0 1rem;
  padding: 0 0.3rem;
  color: var(--clr-five);
}

#mobile-navigation .mobile-nav-inner .is-heading {
  margin: 1rem 0 2rem 0;
}
#mobile-navigation .mobile-nav-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation .mobile-nav-inner > ul > li {
  margin-bottom: 1rem;
}
#mobile-navigation .mobile-nav-inner .menu-heading,
#mobile-navigation .mobile-nav-inner a {
  display: block;
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--clr-five);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
#mobile-navigation .mobile-nav-inner a:hover {
  background-color: var(--clr-six);
  color: var(--clr-sixteen);
}
#mobile-navigation .mobile-nav-inner .has-subnav:after {
  font: var(--fa-font-regular);
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#mobile-navigation .mobile-nav-inner .sub-menu .is-feature,
#mobile-navigation .mobile-nav-inner .is-feature {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
#mobile-navigation .mobile-nav-inner .sub-menu .is-feature span,
#mobile-navigation .mobile-nav-inner .is-feature span {
  display: block;
}
#mobile-navigation .mobile-nav-inner .sub-menu .is-feature a,
#mobile-navigation .mobile-nav-inner .is-feature a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--clr-sixteen);
}
#mobile-navigation .mobile-nav-inner .sub-menu .is-feature:last-child,
#mobile-navigation .mobile-nav-inner .is-feature:last-child {
  margin-bottom: 0;
}
#mobile-navigation .mobile-nav-inner .sub-menu .is-feature .feature-description,
#mobile-navigation .mobile-nav-inner .is-feature .feature-description {
  margin-top: 1rem;
  font-weight: var(--font-weight-regular);
}
#mobile-navigation .mobile-nav-inner .is-divider {
  border-top: 1px solid var(--clr-five);
  height: 0.1rem;
  padding: 1rem 0 0 0;
  margin: 1rem 1rem 0 1rem;
}

#mobile-navigation .mobile-nav-inner .sub-menu {
  display: none;
  padding: 2rem 0;
}
#mobile-navigation .mobile-nav-inner .sub-menu a {
  font-size: 1.6rem;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

#mobile-navigation .mobile-action-bar .button-group {
  padding: 0 1rem;
  margin: 3rem 1rem 0 1rem;
}
#mobile-navigation .mobile-action-bar ul li {
  margin-bottom: 2rem;
}
#mobile-navigation .mobile-action-bar ul li:last-child {
  margin-bottom: 0;
}

.standard-page-content {
  padding: 15rem 0 0 0;
}
body.no-action-bar .standard-page-content {
  padding: 7rem 0 0 0;
}
@media (max-width: 1120px) {
  .standard-page-content {
    padding: 12rem 0 0 0;
  }
  body.no-action-bar-message .standard-page-content {
    padding: 7rem 0 0 0;
  }
}
.mobile-panel {
  display: none;
  font-size: 2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  padding: 1rem 2rem;
  text-align: center;
  background-color: var(--clr-six);
  border-radius: 5px;
}
.mobile-panel a {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-panel {
    display: block;
  }
}

#sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 18rem;
  background-color: var(--clr-six);
  padding: 3rem 2rem;
}
#sidebar .panel {
  margin-bottom: 3rem;
}
#sidebar .panel:last-child {
  margin-bottom: 0;
}
#sidebar .panel-title {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  text-align: left;
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
    position: static;
    top: auto;
    padding-top: 0;
  }
}

#sidebar .panel-categories ul li.current-cat a {
  font-weight: var(--font-weight-semi-bold);
}

#sidebar .panel-social ul li {
  margin-right: 1rem;
}
#sidebar .panel-social ul li:last-child {
  margin-right: 0;
}
#sidebar .panel-social a {
  font-size: 2rem;
}

#sidebar .panel-recipe .recipe-list {
  margin-bottom: 2rem;
}
#sidebar .panel-recipe .recipe-list:last-child {
  margin-bottom: 0;
}
#sidebar .panel-recipe .recipe-list li {
  color: var(--clr-seven);
}
#sidebar .panel-recipe .is-title {
  font-size: 1.6rem;
  color: var(--clr-one);
  font-weight: var(--font-weight-semi-bold);
  margin: 0.5rem 0 0.5rem 0;
}
#sidebar .panel-recipe .is-title:first-child {
  margin-top: 0;
}
@media (max-width: 954px) {
  #sidebar .panel-recipe .button-group a {
    margin-bottom: 2rem;
  }
  #sidebar .panel-recipe .button-group a:last-child {
    margin-bottom: 0;
  }
}

.header-action-bar {
  background-color: var(--clr-one);
  padding: 1.5rem 0;
  min-height: 67px;
  display: flex;
}
.header-action-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-action-bar .action:first-child {
  padding-right: 1.5rem;
}
.header-action-bar .action:last-child {
  margin-left: auto;
}
.header-action-bar .action.message, .header-action-bar .action.message a {
  color: var(--clr-five);
  font-size: 1.3rem;
  text-decoration: none;
}
.header-action-bar ul li {
  margin-right: 1.5rem;
}
.header-action-bar ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1120px) {
  .header-action-bar.no-message {
    display: none;
  }
  .header-action-bar .action:first-child {
    padding-right: 0;
  }
  .header-action-bar .action:last-child {
    display: none;
  }
}

#header {
  background-color: var(--clr-five);
  transition: height 0.5s ease-in-out, border 0.5s ease-in-out;
  border-bottom: 1px solid var(--clr-five);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header .site-logo {
  transition: width 0.5s ease-in-out;
  width: 250px;
}
#header .header-toolbar {
  margin-left: auto;
  display: flex;
}
#header .default-navigation {
  transition: padding 0.5s ease-in-out;
  margin-left: auto;
  padding: 3rem 0;
}
#header .header-inner {
  transition: padding 0.5s ease-in-out;
  display: flex;
  align-items: center;
}
#header #mobile-search {
  display: none;
  border-top: 1px solid var(--clr-thirteen);
  padding: 1.5rem 0;
}
#header.sticky {
  border-bottom: 1px solid var(--clr-thirteen);
}
#header.sticky .default-navigation {
  padding: 1.5rem 0;
}
@media (max-width: 1120px) {
  #header .default-navigation {
    display: none;
  }
  #header .header-toolbar {
    margin-left: auto;
    display: flex;
  }
  #header .header-toolbar .toolbar {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  #header.sticky .header-toolbar .toolbar {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media (max-width: 767px) {
  #header .site-logo {
    width: 180px;
    padding-right: 1.5rem;
  }
}

#header .header-toolbar .toolbar {
  border-left: 1px solid var(--clr-thirteen);
  padding-left: 3rem;
  transition: padding 0.5s ease-in-out;
}
#header .header-toolbar .toolbar li {
  display: flex;
  align-items: center;
}
#header .header-toolbar .toolbar li.mobile-item {
  display: none;
}
#header .header-toolbar .toolbar li .nav-text {
  display: none;
}
#header .header-toolbar .toolbar a {
  font-size: 1.6rem;
  color: var(--clr-sixteen);
  font-weight: var(--font-weight-semi-bold);
  text-transform: uppercase;
}
@media (max-width: 1120px) {
  #header .header-toolbar .toolbar li {
    padding: 1rem 0;
    margin-right: 3rem;
  }
  #header .header-toolbar .toolbar li:last-child {
    margin-right: 0;
  }
  #header .header-toolbar .toolbar li.mobile-item {
    display: flex;
  }
}

#footer {
  background-color: var(--clr-one);
  padding: 8rem 0 4rem 0;
  color: var(--clr-five);
}
#footer a {
  color: var(--clr-five);
}
#footer .footer-inner {
  display: flex;
}
#footer .footer-column.end {
  margin-left: auto;
}
#footer .footer-logo {
  margin-bottom: 2rem;
}
#footer .footer-logo img {
  max-width: 250px;
  width: 100%;
}
#footer .footer-credit {
  padding-right: 8rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
#footer .footer-credit .footer-credit-inner {
  display: flex;
  max-width: 620px;
  width: 100%;
}
#footer .footer-credit p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 2rem 0;
}
#footer .footer-credit p:first-child {
  margin-top: 0;
}
#footer .footer-credit p:last-child {
  margin-bottom: 0;
}
#footer .footer-credit a {
  font-weight: var(--font-weight-semi-bold);
}
#footer .footer-nav-wrapper {
  display: flex;
}
#footer .footer-nav.footer-nav-1 {
  padding-right: 8rem;
}
#footer .footer-nav ul li {
  margin-bottom: 1rem;
}
#footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-social {
  display: flex;
  align-items: center;
}
#footer .footer-social ul li {
  margin-right: 1rem;
}
#footer .footer-social ul li:last-child {
  margin-right: 0;
}
#footer .footer-social ul li a {
  font-size: 2.4rem;
}
#footer .footer-social .footer-add-logo {
  width: 110px;
  padding-left: 4rem;
}
@media (max-width: 840px) {
  #footer .footer-inner {
    flex-direction: column;
  }
  #footer .footer-column.end {
    margin-left: 0;
  }
  #footer .footer-credit .footer-credit-inner {
    flex-direction: column;
  }
  #footer .footer-credit .footer-add-logo {
    width: 75px;
    padding-left: 0;
    margin: 2rem 0 0 0;
  }
  #footer .footer-nav-wrapper {
    margin-top: 2rem;
  }
  #footer .footer-social {
    margin-top: 3rem;
  }
}
@media (max-width: 620px) {
  #footer .footer-nav-wrapper {
    flex-direction: column;
  }
}

.block-page-banner {
  position: relative;
  height: 500px;
}
.block-page-banner .page-banner-slider {
  overflow: hidden;
  position: relative;
}
.block-page-banner .banner-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 4rem;
  z-index: 110;
  display: block;
}
.block-page-banner .banner-nav.page-banner-nav-prev {
  left: 1rem;
}
.block-page-banner .banner-nav.page-banner-nav-next {
  right: 1rem;
}
@media (max-width: 768px) {
  .block-page-banner {
    height: 540px;
  }
  .block-page-banner .banner-nav {
    top: 50%;
  }
}

.block-page-banner.banner-default {
  background: rgb(220, 237, 242);
  background: linear-gradient(355deg, rgba(255, 255, 255, 0) 30%, rgb(220, 237, 242) 30%);
  background-position: 0 0;
}
.block-page-banner.banner-default .slide {
  height: 500px;
}
.block-page-banner.banner-default .banner-caption-wrapper {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 1170px;
  width: 90%;
}
.block-page-banner.banner-default .banner-caption-inner {
  display: flex;
  align-items: center;
}
.block-page-banner.banner-default .banner-caption-inner .banner-caption {
  width: 40%;
  padding-right: 2rem;
}
.block-page-banner.banner-default .banner-caption-inner .banner-image {
  width: 60%;
  padding-left: 2rem;
}
.block-page-banner.banner-default .banner-caption-inner .banner-image img {
  margin: 0 auto;
}
.block-page-banner.banner-default .title {
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
}
.block-page-banner.banner-default .body {
  color: var(--clr-one);
}
.block-page-banner.banner-default .body p {
  font-weight: var(--font-weight-regular);
  font-size: 2rem;
  line-height: 2.4rem;
}
.block-page-banner.banner-default .read-more {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .block-page-banner.banner-default .banner-caption-wrapper {
    width: 100%;
  }
  .block-page-banner.banner-default .banner-caption-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .block-page-banner.banner-default .slide {
    height: 540px;
  }
  .block-page-banner.banner-default .title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .block-page-banner.banner-default .body p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .block-page-banner.banner-default .banner-caption-inner {
    flex-direction: column;
  }
  .block-page-banner.banner-default .banner-caption-inner .banner-caption,
.block-page-banner.banner-default .banner-caption-inner .banner-image {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .block-page-banner.banner-default .banner-caption-inner .banner-image {
    max-width: 400px;
  }
  .block-page-banner.banner-default .banner-caption-inner .banner-caption {
    margin-bottom: 4rem;
  }
}
.block-page-banner.banner-image {
  background: rgb(220, 237, 242);
  background: linear-gradient(355deg, rgba(255, 255, 255, 0) 30%, rgb(220, 237, 242) 30%);
  background-position: 0 0;
  margin-bottom: 6rem;
}
.block-page-banner.banner-image .slide {
  height: 500px;
}
.block-page-banner.banner-image .banner-caption-wrapper {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 1170px;
  width: 90%;
}
@media (max-width: 767px) {
  .block-page-banner.banner-image {
    height: 210px;
    margin-bottom: 2rem;
  }
  .block-page-banner.banner-image .banner-caption-wrapper {
    width: 100%;
  }
  .block-page-banner.banner-image .banner-caption-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .block-page-banner.banner-image .slide {
    height: 210px;
  }
}

.block-page-banner.banner-small {
  height: 345px;
}
.block-page-banner.banner-small .slide {
  height: 345px;
}
.block-page-banner.banner-small .banner-image {
  background: no-repeat center center transparent;
  background-size: cover;
  height: 225px;
}
.block-page-banner.banner-small .banner-caption-wrapper {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 1170px;
  width: 90%;
}
.block-page-banner.banner-small .banner-caption-inner {
  padding: 4rem 3rem;
  max-width: 550px;
  width: 100%;
  background-color: var(--clr-six);
}
.block-page-banner.banner-small .title {
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
}
.block-page-banner.banner-small .body {
  color: var(--clr-one);
}
.block-page-banner.banner-small .body p {
  font-weight: var(--font-weight-regular);
  font-size: 2rem;
  line-height: 2.4rem;
}
.block-page-banner.banner-small .body p:last-child {
  margin-bottom: 0;
}
.block-page-banner.banner-small .read-more {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .block-page-banner.banner-small {
    height: 430px;
  }
  .block-page-banner.banner-small .banner-caption-wrapper {
    bottom: auto;
  }
  .block-page-banner.banner-small .banner-caption-wrapper,
.block-page-banner.banner-small .banner-caption-inner {
    width: 100%;
    max-width: none;
  }
  .block-page-banner.banner-small .banner-caption-inner {
    padding-left: 4rem;
    padding-right: 4rem;
    box-sizing: border-box;
  }
  .block-page-banner.banner-small .slide {
    height: 430px;
  }
  .block-page-banner.banner-small .title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .block-page-banner.banner-small .body p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

.content-item.default-padding {
  padding: 0 0 6rem 0;
}
.content-item:last-child.default-padding {
  padding-bottom: 0;
}
.content-item.padding-05x {
  padding: 0 0 3rem 0;
}
.content-item:last-child.padding-05x {
  padding-bottom: 0;
}
.content-item.padding-2x {
  padding: 0 0 8rem 0;
}
.content-item:last-child.padding-2x {
  padding-bottom: 0;
}
.content-item.padding-3x {
  padding: 0 0 10rem 0;
}
.content-item:last-child.padding-3x {
  padding-bottom: 0;
}
.content-item.padding-4x {
  padding: 0 0 12rem 0;
}
.content-item:last-child.padding-4x {
  padding-bottom: 0;
}
.content-item.no-padding {
  padding: 0 0 0 0;
}
.content-item [data-trigger], .content-item[data-trigger] {
  overflow: hidden;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.content-item [data-trigger].invisible, .content-item[data-trigger].invisible {
  opacity: 0;
}
.content-item [data-trigger].visible, .content-item[data-trigger].visible {
  opacity: 1;
}

.full-width-content .the-post .video-wrapper {
  margin-top: 3rem;
  width: 100%;
  padding-top: 56.25%;
}
.full-width-content.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-two-column .content-columns {
  display: flex;
}
.block-two-column .content-columns .content-column {
  width: 48.5%;
  margin-right: 3%;
}
.block-two-column .content-columns .content-column:last-child {
  margin-right: 0;
}
.block-two-column .content-columns .content-column.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-two-column .content-columns .content-column.visible:last-child {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 767px) {
  .block-two-column .content-columns {
    flex-direction: column;
  }
  .block-two-column .content-columns .content-column {
    margin-right: 0;
    width: 100%;
  }
}

.block-feature-boxes.has-background.default-padding {
  padding: 6rem 0 6rem 0;
  margin: 0 0 6rem 0;
}
.block-feature-boxes.has-background:last-child.default-padding {
  margin-bottom: 0;
}
.block-feature-boxes.has-background.no-padding {
  padding: 6rem 0 6rem 0;
}
.block-feature-boxes.has-background.padding-05x {
  padding: 3rem 0 3rem 0;
  margin: 0 0 3rem 0;
}
.block-feature-boxes.has-background:last-child.padding-05x {
  margin-bottom: 0;
}
.block-feature-boxes.has-background.no-padding {
  padding: 6rem 0 6rem 0;
}
.block-feature-boxes.has-background.padding-2x {
  padding: 8rem 0 8rem 0;
  margin: 0 0 8rem 0;
}
.block-feature-boxes.has-background:last-child.padding-2x {
  margin-bottom: 0;
}
.block-feature-boxes.has-background.no-padding {
  padding: 6rem 0 6rem 0;
}
.block-feature-boxes.has-background.padding-3x {
  padding: 10rem 0 10rem 0;
  margin: 0 0 10rem 0;
}
.block-feature-boxes.has-background:last-child.padding-3x {
  margin-bottom: 0;
}
.block-feature-boxes.has-background.no-padding {
  padding: 6rem 0 6rem 0;
}
.block-feature-boxes.has-background.padding-4x {
  padding: 12rem 0 12rem 0;
  margin: 0 0 12rem 0;
}
.block-feature-boxes.has-background:last-child.padding-4x {
  margin-bottom: 0;
}
.block-feature-boxes.has-background.no-padding {
  padding: 6rem 0 6rem 0;
}

.block-feature-boxes .feature-intro {
  padding: 0 0 3rem 0;
}
.block-feature-boxes .feature-intro .title {
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: var(--clr-seven);
  margin: 0 0 1rem 0;
}
.block-feature-boxes .feature-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-feature-boxes .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block-feature-boxes .feature-wrapper.one-feature .feature-item, .block-feature-boxes .feature-wrapper.two-feature .feature-item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3rem;
}
.block-feature-boxes .feature-wrapper.one-feature .feature-item:nth-child(2n), .block-feature-boxes .feature-wrapper.one-feature .feature-item:last-child, .block-feature-boxes .feature-wrapper.two-feature .feature-item:nth-child(2n), .block-feature-boxes .feature-wrapper.two-feature .feature-item:last-child {
  margin-right: 0;
}
.block-feature-boxes .feature-wrapper.three-feature .feature-item {
  width: 31.3333333333%;
  margin-right: 3%;
}
.block-feature-boxes .feature-wrapper.three-feature .feature-item:nth-child(3n), .block-feature-boxes .feature-wrapper.three-feature .feature-item:last-child {
  margin-right: 0;
}
@media (max-width: 840px) {
  .block-feature-boxes .feature-wrapper.one-feature .feature-item, .block-feature-boxes .feature-wrapper.two-feature .feature-item, .block-feature-boxes .feature-wrapper.three-feature .feature-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .block-feature-boxes .feature-wrapper.one-feature .feature-item:last-child, .block-feature-boxes .feature-wrapper.two-feature .feature-item:last-child, .block-feature-boxes .feature-wrapper.three-feature .feature-item:last-child {
    margin-bottom: 0;
  }
}

.block-feature-boxes .feature-item {
  position: relative;
}
.block-feature-boxes .feature-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-feature-boxes .feature-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-feature-boxes .feature-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-feature-boxes .feature-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-feature-boxes .feature-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-feature-boxes .feature-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-feature-boxes .feature-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-feature-boxes .feature-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-feature-boxes .feature-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-feature-boxes .feature-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-feature-boxes .feature-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-feature-boxes .feature-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-feature-boxes .feature-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-feature-boxes .feature-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-feature-boxes .feature-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-feature-boxes .feature-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-feature-boxes .feature-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-feature-boxes .feature-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-feature-boxes .feature-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-feature-boxes .feature-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-feature-boxes .feature-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-feature-boxes .feature-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-feature-boxes .feature-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-feature-boxes .feature-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-feature-boxes .feature-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-feature-boxes .feature-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-feature-boxes .feature-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-feature-boxes .feature-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-feature-boxes .feature-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-feature-boxes .feature-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-feature-boxes .feature-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-feature-boxes .feature-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-feature-boxes .feature-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-feature-boxes .feature-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-feature-boxes .feature-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-feature-boxes .feature-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-feature-boxes .feature-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-feature-boxes .feature-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-feature-boxes .feature-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-feature-boxes .feature-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-feature-boxes .feature-item .body {
  position: relative;
  padding: 0 2rem 2rem 2rem;
}
.block-feature-boxes .feature-item .body:before {
  background-color: inherit;
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 100%, 0 100%, 0 0);
  height: 25px;
  width: 100%;
  position: absolute;
  top: -24px;
  left: -1px;
}
.block-feature-boxes .feature-item.no-image .body {
  padding: 2rem;
}
.block-feature-boxes .feature-item.no-image .body:before {
  display: none;
  position: static;
}
.block-feature-boxes .feature-item .content {
  color: var(-clr-three);
}
.block-feature-boxes .feature-item .content.the-post p:last-child {
  margin-bottom: 0;
}

.block-membership .membership-wrapper {
  position: relative;
  background: rgb(255, 235, 199);
  background: linear-gradient(90deg, rgb(255, 235, 199) 30%, rgb(255, 255, 255) 30%);
  min-height: 410px;
  margin-top: 4rem;
  display: flex;
}
.block-membership .image {
  position: absolute;
  right: 0;
  top: -4rem;
  max-width: 510px;
  width: 100%;
}
.block-membership.visible {
  -webkit-animation-name: fadeInLeftShort;
          animation-name: fadeInLeftShort;
}
@media (max-width: 1120px) {
  .block-membership .image {
    max-width: 410px;
  }
}
@media (max-width: 840px) {
  .block-membership .membership-wrapper {
    min-height: 0;
    height: auto;
    background: var(--clr-two);
  }
  .block-membership .image {
    top: auto;
    left: auto;
    position: static;
    padding-bottom: 3rem;
  }
}

.block-membership .membership-inner {
  height: 100%;
  position: relative;
  width: 65%;
  background-color: var(--clr-two);
  display: flex;
  align-items: center;
  padding: 3rem 16% 3rem 0;
}
.block-membership .membership-inner .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-fourteen);
  margin-bottom: 2rem;
}
@media (max-width: 840px) {
  .block-membership .membership-inner {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding-right: 0;
  }
}

.block-colour-feature {
  position: relative;
}
.block-colour-feature.default-padding {
  padding-bottom: 0;
  margin-bottom: 6rem;
}
.block-colour-feature:last-child.default-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-colour-feature.padding-05x {
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.block-colour-feature:last-child.padding-05x {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-colour-feature.padding-2x {
  padding-bottom: 0;
  margin-bottom: 8rem;
}
.block-colour-feature:last-child.padding-2x {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-colour-feature.padding-3x {
  padding-bottom: 0;
  margin-bottom: 10rem;
}
.block-colour-feature:last-child.padding-3x {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-colour-feature.padding-4x {
  padding-bottom: 0;
  margin-bottom: 12rem;
}
.block-colour-feature:last-child.padding-4x {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-colour-feature.bg-default {
  background: #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-default {
  background-color: #FFFFFF;
}
.block-colour-feature .theme-default .title {
  color: #042F46;
}
.block-colour-feature.bg-pink {
  background: #FAE1E8;
  background: linear-gradient(270deg, #FAE1E8 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-pink {
  background-color: #FAE1E8;
}
.block-colour-feature .theme-pink .title {
  color: #E782A9;
}
.block-colour-feature.bg-green {
  background: #D7F4D2;
  background: linear-gradient(270deg, #D7F4D2 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-green {
  background-color: #D7F4D2;
}
.block-colour-feature .theme-green .title {
  color: #065722;
}
.block-colour-feature.bg-lgreen {
  background: #F7FCF9;
  background: linear-gradient(270deg, #F7FCF9 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-lgreen {
  background-color: #F7FCF9;
}
.block-colour-feature .theme-lgreen .title {
  color: #042F46;
}
.block-colour-feature.bg-lime-green {
  background: #95C11F;
  background: linear-gradient(270deg, #95C11F 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-lime-green {
  background-color: #95C11F;
}
.block-colour-feature .theme-lime-green .title {
  color: #FFFFFF;
}
.block-colour-feature.bg-orange {
  background: #FFEBC7;
  background: linear-gradient(270deg, #FFEBC7 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-orange {
  background-color: #FFEBC7;
}
.block-colour-feature .theme-orange .title {
  color: #ff881c;
}
.block-colour-feature.bg-turquoise {
  background: #DCEDF2;
  background: linear-gradient(270deg, #DCEDF2 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-turquoise {
  background-color: #DCEDF2;
}
.block-colour-feature .theme-turquoise .title {
  color: #282828;
}
.block-colour-feature.bg-grey {
  background: #F4FAFC;
  background: linear-gradient(270deg, #F4FAFC 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-grey {
  background-color: #F4FAFC;
}
.block-colour-feature .theme-grey .title {
  color: #282828;
}
.block-colour-feature.bg-blue {
  background: #E9F3FD;
  background: linear-gradient(270deg, #E9F3FD 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-blue {
  background-color: #E9F3FD;
}
.block-colour-feature .theme-blue .title {
  color: #282828;
}
.block-colour-feature.bg-dblue {
  background: #04516A;
  background: linear-gradient(270deg, #04516A 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-dblue {
  background-color: #04516A;
}
.block-colour-feature .theme-dblue .title {
  color: #FFFFFF;
}
.block-colour-feature.bg-duckblue {
  background: #edf6f8;
  background: linear-gradient(270deg, #edf6f8 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-duckblue {
  background-color: #edf6f8;
}
.block-colour-feature .theme-duckblue .title {
  color: #FFFFFF;
}
.block-colour-feature.bg-white {
  background: #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF 30%, rgb(255, 255, 255) 30%);
}
.block-colour-feature .theme-white {
  background-color: #FFFFFF;
}
.block-colour-feature .theme-white .title {
  color: #282828;
}
.block-colour-feature:after {
  background-color: var(--clr-five);
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 100%, 0 100%, 0 0);
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.block-colour-feature.visible {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}
@media (max-width: 840px) {
  .block-colour-feature.bg-default {
    background: #FFFFFF;
  }
  .block-colour-feature.bg-pink {
    background: #FAE1E8;
  }
  .block-colour-feature.bg-green {
    background: #D7F4D2;
  }
  .block-colour-feature.bg-lgreen {
    background: #F7FCF9;
  }
  .block-colour-feature.bg-lime-green {
    background: #95C11F;
  }
  .block-colour-feature.bg-orange {
    background: #FFEBC7;
  }
  .block-colour-feature.bg-turquoise {
    background: #DCEDF2;
  }
  .block-colour-feature.bg-grey {
    background: #F4FAFC;
  }
  .block-colour-feature.bg-blue {
    background: #E9F3FD;
  }
  .block-colour-feature.bg-dblue {
    background: #04516A;
  }
  .block-colour-feature.bg-duckblue {
    background: #edf6f8;
  }
  .block-colour-feature.bg-white {
    background: #FFFFFF;
  }
}

.block-colour-feature .colour-feature-inner {
  position: relative;
  padding-bottom: 7rem;
  display: flex;
}
.block-colour-feature .colour-feature-inner .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}
.block-colour-feature .colour-feature-inner .body {
  padding: 7rem 0 0 3rem;
  position: relative;
  z-index: 10;
}
.block-colour-feature .colour-feature-inner .image {
  position: relative;
  z-index: 10;
  padding: 7rem 3rem 0 0;
  display: flex;
  align-items: center;
}
.block-colour-feature .colour-feature-inner .image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  background-color: var(--clr-five);
  z-index: -1;
}
@media (max-width: 840px) {
  .block-colour-feature .colour-feature-inner {
    flex-direction: column;
  }
  .block-colour-feature .colour-feature-inner .body {
    order: 0;
    padding: 3rem 0 0 0;
  }
  .block-colour-feature .colour-feature-inner .image {
    order: 1;
    padding: 3rem 0 0 0;
  }
  .block-colour-feature .colour-feature-inner .image:before {
    display: none;
  }
}

.block-loop-product .block-title,
.block-product-list .block-title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
  color: var(--clr-seven);
  text-align: center;
}
.block-loop-product .show-more,
.block-product-list .show-more {
  margin-top: 2rem;
  text-align: center;
}
.block-loop-product .block-title.visible,
.block-product-list .block-title.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
}
.product-grid .product-item {
  width: 22.75%;
  margin-right: 3%;
}
.product-grid .product-item:nth-child(4n), .product-grid .product-item:last-child {
  margin-right: 0;
}
@media (max-width: 840px) {
  .product-grid .product-item {
    width: 48.5%;
    margin-bottom: 6rem;
  }
  .product-grid .product-item:nth-child(4n) {
    margin-right: 3%;
  }
  .product-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-grid .product-item {
    width: 100%;
  }
  .product-grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}

.product-grid .product-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.product-grid .product-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.product-grid .product-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.product-grid .product-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.product-grid .product-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.product-grid .product-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.product-grid .product-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.product-grid .product-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.product-grid .product-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.product-grid .product-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.product-grid .product-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.product-grid .product-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.product-grid .product-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.product-grid .product-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.product-grid .product-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.product-grid .product-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.product-grid .product-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.product-grid .product-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.product-grid .product-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.product-grid .product-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.product-grid .product-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.product-grid .product-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.product-grid .product-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.product-grid .product-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.product-grid .product-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.product-grid .product-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.product-grid .product-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.product-grid .product-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.product-grid .product-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.product-grid .product-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.product-grid .product-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.product-grid .product-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.product-grid .product-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.product-grid .product-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.product-grid .product-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.product-grid .product-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.product-grid .product-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.product-grid .product-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.product-grid .product-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.product-grid .product-item .image {
  position: relative;
  display: flex;
  justify-content: center;
}
.product-grid .product-item .title {
  line-height: 2.2rem;
  color: var(--clr-seven);
  font-weight: var(--font-weight-semi-bold);
  margin: 3rem 0 1rem 0;
}
.product-grid .product-item .alt-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
}
.product-grid .product-item .title-price {
  font-weight: var(--font-weight-semi-bold);
  margin-top: 0.5rem;
  font-size: 2.8rem;
  color: var(--clr-four);
  text-align: center;
}
.product-grid .product-item .sub-price {
  color: var(--clr-seven);
  font-weight: var(--font-weight-semi-bold);
  text-align: center;
}
.product-grid .product-item .body p:first-child, .product-grid .product-item .body p:last-child {
  margin-bottom: 0;
}
.product-grid .product-item .price {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--clr-four);
  color: var(--clr-five);
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  -webkit-clip-path: url(#squircleClip);
          clip-path: url(#squircleClip);
  text-transform: uppercase;
}
.product-grid .product-item .price-lock {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

.block-big-feature.visible {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.block-big-feature .big-feature-wrapper {
  display: flex;
}
.block-big-feature .big-feature-wrapper .feature-column {
  width: 50%;
}
@media (max-width: 840px) {
  .block-big-feature .big-feature-wrapper {
    flex-direction: column;
  }
  .block-big-feature .big-feature-wrapper .feature-column {
    width: 100%;
    min-height: 465px;
  }
}
@media (max-width: 620px) {
  .block-big-feature .big-feature-wrapper .feature-column {
    min-height: 365px;
  }
}

.block-big-feature .big-feature-wrapper .big-feature-cta {
  background: no-repeat center center transparent;
  background-size: cover;
  padding: 6rem;
  color: var(--clr-five);
  display: flex;
  align-items: center;
}
.block-big-feature .big-feature-wrapper .big-feature-cta .big-feature-cta-inner {
  width: 58%;
}
.block-big-feature .big-feature-wrapper .big-feature-cta .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}
.block-big-feature .big-feature-wrapper .big-feature-cta .read-more {
  margin-top: 2rem;
}
.block-big-feature .big-feature-wrapper .big-feature-cta.is-link-image {
  position: relative;
}
.block-big-feature .big-feature-wrapper .big-feature-cta.is-link-image .big-feature-cta-inner,
.block-big-feature .big-feature-wrapper .big-feature-cta.is-link-image .big-feature-cta-inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 620px) {
  .block-big-feature .big-feature-wrapper .big-feature-cta {
    padding: 3rem;
  }
  .block-big-feature .big-feature-wrapper .big-feature-cta .big-feature-cta-inner {
    width: 65%;
  }
}

.block-big-feature .big-feature-wrapper .big-feature {
  padding: 6rem;
  background-color: rgba(168, 209, 223, 0.2);
}
.block-big-feature .big-feature-wrapper .big-feature .big-feature-list {
  display: flex;
}
.block-big-feature .big-feature-wrapper .big-feature .feature-item {
  background-color: var(--clr-five);
  width: 48.5%;
  margin-right: 3%;
}
.block-big-feature .big-feature-wrapper .big-feature .feature-item:last-child {
  margin-right: 0;
}
.block-big-feature .big-feature-wrapper .big-feature .image {
  position: relative;
}
.block-big-feature .big-feature-wrapper .big-feature .image img {
  position: relative;
  z-index: 1;
}
.block-big-feature .big-feature-wrapper .big-feature .image:before {
  background-color: var(--clr-five);
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 100%, 0 100%, 0 0);
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 10;
}
.block-big-feature .big-feature-wrapper .big-feature .body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem 2rem 2rem;
}
.block-big-feature .big-feature-wrapper .big-feature .title, .block-big-feature .big-feature-wrapper .big-feature .content, .block-big-feature .big-feature-wrapper .big-feature .read-more {
  width: 100%;
}
.block-big-feature .big-feature-wrapper .big-feature .title {
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 2.5rem 0;
  color: var(--clr-seven);
  font-weight: var(--font-weight-semi-bold);
}
.block-big-feature .big-feature-wrapper .big-feature .read-more {
  margin-top: auto;
}
@media (max-width: 767px) {
  .block-big-feature .big-feature-wrapper .big-feature {
    padding: 3rem;
  }
  .block-big-feature .big-feature-wrapper .big-feature .big-feature-list {
    flex-direction: column;
  }
  .block-big-feature .big-feature-wrapper .big-feature .feature-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .block-big-feature .big-feature-wrapper .big-feature .feature-item:last-child {
    margin-bottom: 0;
  }
}

.block-video-feature .block-title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
  color: var(--clr-seven);
  text-align: left;
}
.block-video-feature .video-feature-wrapper {
  display: flex;
}
.block-video-feature .video-feature-wrapper .video-column {
  width: 57.0833333333%;
  margin-right: 3%;
}
.block-video-feature .video-feature-wrapper .video-column:last-child {
  width: 39.9166666667%;
}
.block-video-feature.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
@media (max-width: 840px) {
  .block-video-feature .video-feature-wrapper .video-column {
    width: 48.5%;
  }
  .block-video-feature .video-feature-wrapper .video-column:last-child {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .block-video-feature .video-feature-wrapper {
    flex-direction: column;
  }
  .block-video-feature .video-feature-wrapper .video-column {
    width: 100%;
    margin-right: 0;
  }
  .block-video-feature .video-feature-wrapper .video-column:last-child {
    width: 100%;
  }
  .block-video-feature .video-feature-wrapper .body-column {
    order: 0;
    margin-bottom: 4rem;
  }
  .block-video-feature .video-feature-wrapper .image-column {
    order: 1;
  }
}

.block-icon-feature .icon-feature-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block-icon-feature .icon-feature-wrapper .feature-item {
  margin-bottom: 3rem;
}
.block-icon-feature .icon-feature-wrapper .feature-item:last-child {
  margin-right: 0;
}
.block-icon-feature .icon-feature-wrapper.two-columns .feature-item {
  width: 48.5%;
  margin-right: 3%;
}
.block-icon-feature .icon-feature-wrapper.two-columns .feature-item:nth-child(2n) {
  margin-right: 0;
}
.block-icon-feature .icon-feature-wrapper.three-columns .feature-item {
  width: 31.3333333333%;
  margin-right: 3%;
}
.block-icon-feature .icon-feature-wrapper.three-columns .feature-item:nth-child(3n) {
  margin-right: 0;
}
.block-icon-feature .item-inner {
  width: 100%;
}
@media (max-width: 840px) {
  .block-icon-feature .icon-feature-wrapper.three-columns .feature-item {
    width: 48.5%;
  }
  .block-icon-feature .icon-feature-wrapper.three-columns .feature-item:nth-child(3n) {
    margin-right: 3%;
  }
  .block-icon-feature .icon-feature-wrapper.three-columns .feature-item:last-child, .block-icon-feature .icon-feature-wrapper.three-columns .feature-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 620px) {
  .block-icon-feature .icon-feature-wrapper.two-columns .feature-item, .block-icon-feature .icon-feature-wrapper.three-columns .feature-item {
    width: 100%;
    margin-right: 0;
  }
  .block-icon-feature .icon-feature-wrapper.two-columns .feature-item:nth-child(2n), .block-icon-feature .icon-feature-wrapper.two-columns .feature-item:nth-child(3n), .block-icon-feature .icon-feature-wrapper.three-columns .feature-item:nth-child(2n), .block-icon-feature .icon-feature-wrapper.three-columns .feature-item:nth-child(3n) {
    margin-right: 0;
  }
}

.block-icon-feature .icon-feature-wrapper .feature-item {
  padding: 6rem 3rem;
  display: flex;
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-default {
  background: rgba(255, 255, 255, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-pink {
  background: rgba(250, 225, 232, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-green {
  background: rgba(215, 244, 210, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-lgreen {
  background: rgba(247, 252, 249, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-lime-green {
  background: rgba(149, 193, 31, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-orange {
  background: rgba(255, 235, 199, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-turquoise {
  background: rgba(220, 237, 242, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-grey {
  background: rgba(244, 250, 252, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-blue {
  background: rgba(233, 243, 253, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-dblue {
  background: rgba(4, 81, 106, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-duckblue {
  background: rgba(237, 246, 248, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.item-colour-white {
  background: rgba(255, 255, 255, 0.4);
}
.block-icon-feature .icon-feature-wrapper .feature-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-icon-feature .icon-feature-wrapper .feature-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-icon-feature .icon-feature-wrapper .feature-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-icon-feature .icon-feature-wrapper .feature-item .title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 2.6rem;
  color: var(--clr-twentytwo);
  font-weight: var(--font-weight-semi-bold);
  margin: 2rem 0;
}
.block-icon-feature .icon-feature-wrapper .feature-item .content {
  text-align: center;
  margin: 0 0 2rem 0;
  min-height: 50px;
}
.block-icon-feature .icon-feature-wrapper .feature-item .read-more {
  text-align: center;
}

.block-angled-feature {
  position: relative;
}
.block-angled-feature.bg-default {
  background: #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-default {
  background-color: #FFFFFF;
}
.block-angled-feature .theme-default .title {
  color: #042F46;
}
.block-angled-feature.bg-pink {
  background: #FAE1E8;
  background: linear-gradient(270deg, #FAE1E8 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-pink {
  background-color: #FAE1E8;
}
.block-angled-feature .theme-pink .title {
  color: #E782A9;
}
.block-angled-feature.bg-green {
  background: #D7F4D2;
  background: linear-gradient(270deg, #D7F4D2 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-green {
  background-color: #D7F4D2;
}
.block-angled-feature .theme-green .title {
  color: #065722;
}
.block-angled-feature.bg-lgreen {
  background: #F7FCF9;
  background: linear-gradient(270deg, #F7FCF9 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-lgreen {
  background-color: #F7FCF9;
}
.block-angled-feature .theme-lgreen .title {
  color: #042F46;
}
.block-angled-feature.bg-lime-green {
  background: #95C11F;
  background: linear-gradient(270deg, #95C11F 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-lime-green {
  background-color: #95C11F;
}
.block-angled-feature .theme-lime-green .title {
  color: #FFFFFF;
}
.block-angled-feature.bg-orange {
  background: #FFEBC7;
  background: linear-gradient(270deg, #FFEBC7 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-orange {
  background-color: #FFEBC7;
}
.block-angled-feature .theme-orange .title {
  color: #ff881c;
}
.block-angled-feature.bg-turquoise {
  background: #DCEDF2;
  background: linear-gradient(270deg, #DCEDF2 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-turquoise {
  background-color: #DCEDF2;
}
.block-angled-feature .theme-turquoise .title {
  color: #282828;
}
.block-angled-feature.bg-grey {
  background: #F4FAFC;
  background: linear-gradient(270deg, #F4FAFC 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-grey {
  background-color: #F4FAFC;
}
.block-angled-feature .theme-grey .title {
  color: #282828;
}
.block-angled-feature.bg-blue {
  background: #E9F3FD;
  background: linear-gradient(270deg, #E9F3FD 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-blue {
  background-color: #E9F3FD;
}
.block-angled-feature .theme-blue .title {
  color: #282828;
}
.block-angled-feature.bg-dblue {
  background: #04516A;
  background: linear-gradient(270deg, #04516A 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-dblue {
  background-color: #04516A;
}
.block-angled-feature .theme-dblue .title {
  color: #FFFFFF;
}
.block-angled-feature.bg-duckblue {
  background: #edf6f8;
  background: linear-gradient(270deg, #edf6f8 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-duckblue {
  background-color: #edf6f8;
}
.block-angled-feature .theme-duckblue .title {
  color: #FFFFFF;
}
.block-angled-feature.bg-white {
  background: #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF 30%, rgb(255, 255, 255) 30%);
}
.block-angled-feature .theme-white {
  background-color: #FFFFFF;
}
.block-angled-feature .theme-white .title {
  color: #282828;
}
.block-angled-feature:before {
  background-color: var(--clr-five);
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 0, 1% 0, 0 100%);
          clip-path: polygon(100% 0, 1% 0, 0 100%);
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-angled-feature.visible {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}
@media (max-width: 840px) {
  .block-angled-feature.bg-default {
    background: #FFFFFF;
  }
  .block-angled-feature.bg-pink {
    background: #FAE1E8;
  }
  .block-angled-feature.bg-green {
    background: #D7F4D2;
  }
  .block-angled-feature.bg-lgreen {
    background: #F7FCF9;
  }
  .block-angled-feature.bg-lime-green {
    background: #95C11F;
  }
  .block-angled-feature.bg-orange {
    background: #FFEBC7;
  }
  .block-angled-feature.bg-turquoise {
    background: #DCEDF2;
  }
  .block-angled-feature.bg-grey {
    background: #F4FAFC;
  }
  .block-angled-feature.bg-blue {
    background: #E9F3FD;
  }
  .block-angled-feature.bg-dblue {
    background: #04516A;
  }
  .block-angled-feature.bg-duckblue {
    background: #edf6f8;
  }
  .block-angled-feature.bg-white {
    background: #FFFFFF;
  }
}

.block-angled-feature .angled-feature-inner {
  position: relative;
  padding-top: 6rem;
  display: flex;
}
.block-angled-feature .angled-feature-inner .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}
.block-angled-feature .angled-feature-inner .body {
  padding: 7rem 0 0 3rem;
  position: relative;
  z-index: 10;
  align-self: center;
}
.block-angled-feature .angled-feature-inner .image {
  position: relative;
  z-index: 10;
  padding: 0 3rem 0 0;
  display: flex;
  align-items: flex-end;
  max-width: 320px;
  width: 100%;
}
.block-angled-feature .angled-feature-inner .image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  background-color: var(--clr-five);
  z-index: -1;
}
.block-angled-feature .angled-feature-inner .read-more {
  padding-bottom: 6rem;
}
@media (max-width: 840px) {
  .block-angled-feature .angled-feature-inner {
    flex-direction: column;
  }
  .block-angled-feature .angled-feature-inner .body {
    order: 0;
    padding: 12rem 0 0 0;
  }
  .block-angled-feature .angled-feature-inner .image {
    order: 1;
    padding: 3rem 0 0 0;
    width: 200px;
  }
  .block-angled-feature .angled-feature-inner .image:before {
    display: none;
  }
  .block-angled-feature .angled-feature-inner .read-more {
    padding-bottom: 0;
  }
}

.block-large-icon-feature .feature-wrapper,
.block-large-icon-feature .feature-inner {
  display: flex;
}
.block-large-icon-feature .feature-wrapper .feature-intro {
  width: 31.3333333333%;
  margin-right: 3%;
}
.block-large-icon-feature .feature-wrapper .feature-inner {
  width: 65.6666666667%;
}
.block-large-icon-feature .feature-inner {
  flex-wrap: wrap;
}
.block-large-icon-feature .feature-inner .feature-item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 4rem;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(2n), .block-large-icon-feature .feature-inner .feature-item:last-child {
  margin-right: 0;
}
@media (max-width: 954px) {
  .block-large-icon-feature .feature-wrapper {
    flex-direction: column;
  }
  .block-large-icon-feature .feature-wrapper .feature-intro,
.block-large-icon-feature .feature-wrapper .feature-inner {
    width: 100%;
    margin-right: 0;
  }
  .block-large-icon-feature .feature-wrapper .feature-intro:first-child,
.block-large-icon-feature .feature-wrapper .feature-inner:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .block-large-icon-feature .feature-inner {
    flex-direction: column;
  }
  .block-large-icon-feature .feature-inner .feature-item {
    width: 100%;
    margin-right: 0;
  }
  .block-large-icon-feature .feature-inner .feature-item:last-child {
    margin-bottom: 0;
  }
}

.block-large-icon-feature .feature-intro .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-large-icon-feature .feature-intro .image {
  max-width: 170px;
  width: 100%;
  margin-bottom: 4rem;
}
.block-large-icon-feature .feature-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-large-icon-feature .feature-inner .feature-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-large-icon-feature .feature-inner .feature-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-large-icon-feature .feature-inner .feature-item .image {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: flex-end;
}
.block-large-icon-feature .feature-inner .feature-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}

.block-feature .feature-intro .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-feature .feature-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-feature .feature-list .feature-item {
  position: relative;
  margin-bottom: 4rem;
}
.block-feature .feature-list .feature-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-feature .feature-list .feature-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-feature .feature-list .feature-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-feature .feature-list .feature-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-feature .feature-list .feature-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-feature .feature-list .feature-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-feature .feature-list .feature-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-feature .feature-list .feature-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-feature .feature-list .feature-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-feature .feature-list .feature-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-feature .feature-list .feature-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-feature .feature-list .feature-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-feature .feature-list .feature-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-feature .feature-list .feature-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-feature .feature-list .feature-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-feature .feature-list .feature-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-feature .feature-list .feature-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-feature .feature-list .feature-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-feature .feature-list .feature-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-feature .feature-list .feature-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-feature .feature-list .feature-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-feature .feature-list .feature-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-feature .feature-list .feature-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-feature .feature-list .feature-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-feature .feature-list .feature-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-feature .feature-list .feature-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-feature .feature-list .feature-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-feature .feature-list .feature-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-feature .feature-list .feature-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-feature .feature-list .feature-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-feature .feature-list .feature-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-feature .feature-list .feature-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-feature .feature-list .feature-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-feature .feature-list .feature-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-feature .feature-list .feature-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-feature .feature-list .feature-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-feature .feature-list .feature-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-feature .feature-list .feature-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-feature .feature-list .feature-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-feature .feature-list .feature-item:last-child {
  margin-bottom: 0;
}
.block-feature .feature-list .feature-item.feature-default {
  background: #FFFFFF;
}
.block-feature .feature-list .feature-item.feature-default .body:before {
  background: #FFFFFF;
}
.block-feature .feature-list .feature-item.feature-pink {
  background: #FAE1E8;
}
.block-feature .feature-list .feature-item.feature-pink .body:before {
  background: #FAE1E8;
}
.block-feature .feature-list .feature-item.feature-green {
  background: #D7F4D2;
}
.block-feature .feature-list .feature-item.feature-green .body:before {
  background: #D7F4D2;
}
.block-feature .feature-list .feature-item.feature-lgreen {
  background: #F7FCF9;
}
.block-feature .feature-list .feature-item.feature-lgreen .body:before {
  background: #F7FCF9;
}
.block-feature .feature-list .feature-item.feature-lime-green {
  background: #95C11F;
}
.block-feature .feature-list .feature-item.feature-lime-green .body:before {
  background: #95C11F;
}
.block-feature .feature-list .feature-item.feature-orange {
  background: #FFEBC7;
}
.block-feature .feature-list .feature-item.feature-orange .body:before {
  background: #FFEBC7;
}
.block-feature .feature-list .feature-item.feature-turquoise {
  background: #DCEDF2;
}
.block-feature .feature-list .feature-item.feature-turquoise .body:before {
  background: #DCEDF2;
}
.block-feature .feature-list .feature-item.feature-grey {
  background: #F4FAFC;
}
.block-feature .feature-list .feature-item.feature-grey .body:before {
  background: #F4FAFC;
}
.block-feature .feature-list .feature-item.feature-blue {
  background: #E9F3FD;
}
.block-feature .feature-list .feature-item.feature-blue .body:before {
  background: #E9F3FD;
}
.block-feature .feature-list .feature-item.feature-dblue {
  background: #04516A;
}
.block-feature .feature-list .feature-item.feature-dblue .body:before {
  background: #04516A;
}
.block-feature .feature-list .feature-item.feature-duckblue {
  background: #edf6f8;
}
.block-feature .feature-list .feature-item.feature-duckblue .body:before {
  background: #edf6f8;
}
.block-feature .feature-list .feature-item.feature-white {
  background: #FFFFFF;
}
.block-feature .feature-list .feature-item.feature-white .body:before {
  background: #FFFFFF;
}
.block-feature .feature-list .feature-item .image {
  position: relative;
  z-index: 5;
}
.block-feature .feature-list .feature-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-feature .feature-list .feature-item .body {
  position: relative;
  padding: 0 2rem 2rem 2rem;
}
.block-feature .feature-list .feature-item .body:before {
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 100%, 0 100%, 0 0);
  height: 25px;
  width: 100%;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 10;
}
.block-feature .feature-list .feature-item .content-columns {
  display: flex;
}
.block-feature .feature-list .feature-item .content-columns .content {
  width: 48.5%;
  margin-right: 3%;
}
.block-feature .feature-list .feature-item .content-columns .content.full-content {
  width: 100%;
  margin-right: 0;
}
.block-feature .feature-list .feature-item .content-columns .content:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-feature .feature-list .feature-item .content-columns {
    flex-direction: column;
  }
  .block-feature .feature-list .feature-item .content-columns .content {
    width: 100%;
    margin-right: 0;
  }
}

.block-post-list .block-title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-post-list .show-more {
  text-align: center;
}
.block-post-list .block-title.visible,
.block-post-list .show-more.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-post-list .post-grid {
  display: flex;
  flex-wrap: wrap;
}
.block-post-list .post-grid .post-item {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 4rem;
}
.block-post-list .post-grid .post-item:nth-child(3n), .block-post-list .post-grid .post-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-post-list .post-grid .post-item {
    width: 100%;
    margin-right: 0;
  }
}

.block-post-list .post-grid .post-item .date,
.block-post-list .post-grid .post-item .body {
  color: var(--clr-three);
}
.block-post-list .post-grid .post-item .date {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.block-post-list .post-grid .post-item .title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0.5rem 0 0.5rem 0;
  color: var(--clr-seven);
}
.block-post-list .post-grid .post-item .read-more {
  margin-top: 2rem;
}
.block-post-list .post-grid .post-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-post-list .post-grid .post-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-post-list .post-grid .post-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-post-list .post-grid .post-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-post-list .post-grid .post-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-post-list .post-grid .post-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-post-list .post-grid .post-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-post-list .post-grid .post-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-post-list .post-grid .post-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-post-list .post-grid .post-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-post-list .post-grid .post-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-post-list .post-grid .post-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-post-list .post-grid .post-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-post-list .post-grid .post-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-post-list .post-grid .post-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-post-list .post-grid .post-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-post-list .post-grid .post-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-post-list .post-grid .post-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-post-list .post-grid .post-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-post-list .post-grid .post-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-post-list .post-grid .post-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-post-list .post-grid .post-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-post-list .post-grid .post-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-post-list .post-grid .post-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-post-list .post-grid .post-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-post-list .post-grid .post-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-post-list .post-grid .post-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-post-list .post-grid .post-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-post-list .post-grid .post-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-post-list .post-grid .post-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-post-list .post-grid .post-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-post-list .post-grid .post-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-post-list .post-grid .post-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-post-list .post-grid .post-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-post-list .post-grid .post-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-post-list .post-grid .post-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-post-list .post-grid .post-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-post-list .post-grid .post-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-post-list .post-grid .post-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-post-list .post-grid .post-item:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.block-post-list .post-grid .post-item:nth-child(20):after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.block-post-list .post-grid .post-item:nth-child(21) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.block-post-list .post-grid .post-item:nth-child(21):after {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.block-post-list .post-grid .post-item:nth-child(22) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.block-post-list .post-grid .post-item:nth-child(22):after {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.block-post-list .post-grid .post-item:nth-child(23) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.block-post-list .post-grid .post-item:nth-child(23):after {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.block-post-list .post-grid .post-item:nth-child(24) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.block-post-list .post-grid .post-item:nth-child(24):after {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.block-post-list .post-grid .post-item:nth-child(25) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.block-post-list .post-grid .post-item:nth-child(25):after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.block-post-list .post-grid .post-item:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.block-post-list .post-grid .post-item:nth-child(26):after {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.block-post-list .post-grid .post-item:nth-child(27) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.block-post-list .post-grid .post-item:nth-child(27):after {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.block-post-list .post-grid .post-item:nth-child(28) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.block-post-list .post-grid .post-item:nth-child(28):after {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.block-post-list .post-grid .post-item:nth-child(29) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.block-post-list .post-grid .post-item:nth-child(29):after {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.block-large-angled-feature {
  background: url("../assets/images/large-angle-bg-grey.png") no-repeat center center transparent;
  background-size: cover;
  position: relative;
  padding-top: 9rem;
}
.block-large-angled-feature.default-padding {
  padding-top: 9rem;
}
.block-large-angled-feature.padding-05x {
  padding-top: 9rem;
}
.block-large-angled-feature.padding-2x {
  padding-top: 9rem;
}
.block-large-angled-feature.padding-3x {
  padding-top: 9rem;
}
.block-large-angled-feature.padding-4x {
  padding-top: 9rem;
}
.block-large-angled-feature:before {
  background-color: var(--clr-five);
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.block-large-angled-feature .angled-feature-inner {
  display: flex;
}
.block-large-angled-feature .angled-feature-inner .body,
.block-large-angled-feature .angled-feature-inner .image {
  width: 48.5%;
  margin-right: 3%;
}
.block-large-angled-feature .angled-feature-inner .body {
  margin-right: 0;
}
.block-large-angled-feature .angled-feature-inner .image {
  align-self: flex-end;
}
.block-large-angled-feature .body {
  display: flex;
  align-items: center;
}
.block-large-angled-feature.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
@media (max-width: 767px) {
  .block-large-angled-feature .angled-feature-inner {
    flex-direction: column;
  }
  .block-large-angled-feature .angled-feature-inner .body,
.block-large-angled-feature .angled-feature-inner .image {
    width: 100%;
  }
  .block-large-angled-feature .angled-feature-inner .body {
    order: 0;
  }
  .block-large-angled-feature .angled-feature-inner .image {
    order: 1;
  }
}

.block-large-angled-feature .body.theme-default .title {
  color: #042F46;
}
.block-large-angled-feature .body.theme-pink .title {
  color: #E782A9;
}
.block-large-angled-feature .body.theme-green .title {
  color: #065722;
}
.block-large-angled-feature .body.theme-lgreen .title {
  color: #042F46;
}
.block-large-angled-feature .body.theme-lime-green .title {
  color: #FFFFFF;
}
.block-large-angled-feature .body.theme-orange .title {
  color: #ff881c;
}
.block-large-angled-feature .body.theme-turquoise .title {
  color: #282828;
}
.block-large-angled-feature .body.theme-grey .title {
  color: #282828;
}
.block-large-angled-feature .body.theme-blue .title {
  color: #282828;
}
.block-large-angled-feature .body.theme-dblue .title {
  color: #FFFFFF;
}
.block-large-angled-feature .body.theme-duckblue .title {
  color: #FFFFFF;
}
.block-large-angled-feature .body.theme-white .title {
  color: #282828;
}
.block-large-angled-feature .body .body-inner {
  padding: 3rem 0;
}
.block-large-angled-feature .body .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}

.block-large-cta {
  position: relative;
  display: flex;
  padding-top: 6rem;
}
.block-large-cta.default-padding {
  padding: 6rem 0 0 0;
  margin: 0 0 6rem 0;
}
.block-large-cta:last-child.default-padding {
  margin-bottom: 0;
}
.block-large-cta.padding-05x {
  padding: 3rem 0 0 0;
  margin: 0 0 3rem 0;
}
.block-large-cta:last-child.padding-05x {
  margin-bottom: 0;
}
.block-large-cta.padding-2x {
  padding: 8rem 0 0 0;
  margin: 0 0 8rem 0;
}
.block-large-cta:last-child.padding-2x {
  margin-bottom: 0;
}
.block-large-cta.padding-3x {
  padding: 10rem 0 0 0;
  margin: 0 0 10rem 0;
}
.block-large-cta:last-child.padding-3x {
  margin-bottom: 0;
}
.block-large-cta.padding-4x {
  padding: 12rem 0 0 0;
  margin: 0 0 12rem 0;
}
.block-large-cta:last-child.padding-4x {
  margin-bottom: 0;
}
.block-large-cta.no-padding {
  padding-top: 6rem;
}
.block-large-cta .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}
.block-large-cta .cta-bg {
  background: no-repeat center center transparent;
  background-size: cover;
  width: 80%;
  height: 332px;
}
.block-large-cta .cta-bg.align-right {
  margin-right: auto;
}
.block-large-cta .cta-bg.align-left {
  margin-left: auto;
}
.block-large-cta .cta-bg.align-left .cta-floating {
  display: flex;
}
.block-large-cta .cta-bg.align-left .cta-floating .cta-floating-inner {
  margin-left: auto;
}
.block-large-cta .block-cta-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1170px;
  width: 90%;
  transform: translateX(-50%);
  display: flex;
}
.block-large-cta .colour-default {
  background-color: #FFFFFF;
  color: #042F46;
}
.block-large-cta .type-colour.cta-bg.bg-default {
  background-color: #FFFFFF;
  color: #042F46;
}
.block-large-cta .colour-pink {
  background-color: #E782A9;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-pink {
  background-color: #FAE1E8;
  color: #E782A9;
}
.block-large-cta .colour-green {
  background-color: #065722;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-green {
  background-color: #D7F4D2;
  color: #065722;
}
.block-large-cta .colour-lgreen {
  background-color: #F7FCF9;
  color: #042F46;
}
.block-large-cta .type-colour.cta-bg.bg-lgreen {
  background-color: #F7FCF9;
  color: #042F46;
}
.block-large-cta .colour-lime-green {
  background-color: #95C11F;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-lime-green {
  background-color: #95C11F;
  color: #FFFFFF;
}
.block-large-cta .colour-orange {
  background-color: #FFEBC7;
  color: #ff881c;
}
.block-large-cta .type-colour.cta-bg.bg-orange {
  background-color: #FFEBC7;
  color: #ff881c;
}
.block-large-cta .colour-turquoise {
  background-color: #DCEDF2;
  color: #282828;
}
.block-large-cta .type-colour.cta-bg.bg-turquoise {
  background-color: #DCEDF2;
  color: #282828;
}
.block-large-cta .colour-grey {
  background-color: #F4FAFC;
  color: #282828;
}
.block-large-cta .type-colour.cta-bg.bg-grey {
  background-color: #F4FAFC;
  color: #282828;
}
.block-large-cta .colour-blue {
  background-color: #042F46;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-blue {
  background-color: #E9F3FD;
  color: #282828;
}
.block-large-cta .colour-dblue {
  background-color: #04516A;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-dblue {
  background-color: #04516A;
  color: #FFFFFF;
}
.block-large-cta .colour-duckblue {
  background-color: #edf6f8;
  color: #FFFFFF;
}
.block-large-cta .type-colour.cta-bg.bg-duckblue {
  background-color: #edf6f8;
  color: #FFFFFF;
}
.block-large-cta .colour-white {
  background-color: #FFFFFF;
  color: #282828;
}
.block-large-cta .type-colour.cta-bg.bg-white {
  background-color: #FFFFFF;
  color: #282828;
}
.block-large-cta .cta-floating {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1170px;
  width: 90%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.block-large-cta .cta-floating .cta-floating-inner {
  width: 45%;
}
.block-large-cta.block-align-right.visible {
  -webkit-animation-name: fadeInLeftShort;
          animation-name: fadeInLeftShort;
}
.block-large-cta.block-align-left.visible {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}
@media (max-width: 840px) {
  .block-large-cta .type-colour.cta-bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .block-large-cta {
    flex-direction: column;
  }
  .block-large-cta .cta-bg {
    order: 1;
    height: 300px;
    width: 100%;
  }
  .block-large-cta .cta-bg.align-left, .block-large-cta .cta-bg.align-right {
    margin-right: 0;
    margin-left: 0;
  }
  .block-large-cta .cta-bg.type-colour {
    height: auto;
    padding: 4rem 0;
  }
  .block-large-cta .block-cta-wrapper {
    position: static;
    order: 0;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  .block-large-cta .cta-floating {
    display: flex;
    align-items: center;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .block-large-cta .cta-floating .cta-floating-inner {
    width: 100%;
  }
}

.block-large-cta .block-cta {
  position: relative;
  max-width: 450px;
  width: 100%;
  padding: 3rem;
  border-radius: 20px;
}
.block-large-cta .block-cta.align-right {
  margin-left: auto;
}
.block-large-cta .block-cta.align-left {
  margin-right: auto;
}
.block-large-cta .block-cta .title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
}
.block-large-cta .block-cta .zoom-img,
.block-large-cta .block-cta .play-btn {
  position: absolute;
  z-index: 10;
  font-size: 4.2rem;
  color: var(--clr-five);
}
.block-large-cta .block-cta .play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-large-cta .block-cta .zoom-img {
  bottom: 2rem;
  right: 2rem;
  font-size: 3.2rem;
}
.block-large-cta .block-cta.cta-type-colour {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 840px) {
  .block-large-cta .block-cta.cta-type-colour {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .block-large-cta .block-cta {
    max-width: none;
  }
  .block-large-cta .block-cta.cta-type-colour {
    max-width: none;
    width: auto;
  }
  .block-large-cta .block-cta.align-left, .block-large-cta .block-cta.align-right {
    margin-right: 0;
    margin-left: 0;
  }
}

.block-two-column-image .two-column-image-wrapper {
  display: flex;
}
.block-two-column-image .two-column-image-wrapper .content-column {
  width: 65.6666666667%;
  margin-right: 3%;
}
.block-two-column-image .two-column-image-wrapper .content-column:first-child {
  display: flex;
  align-items: center;
}
.block-two-column-image .two-column-image-wrapper .content-column:last-child {
  width: 31.3333333333%;
  margin-right: 0;
}
.block-two-column-image .image-grid {
  display: flex;
  flex-wrap: wrap;
}
.block-two-column-image .image-grid .image-item {
  position: relative;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.block-two-column-image .image-grid .image-item:nth-child(2n), .block-two-column-image .image-grid .image-item:last-child {
  margin-right: 0;
}
.block-two-column-image .zoom-img {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--clr-five);
  font-size: 2.2rem;
}
.block-two-column-image.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
@media (max-width: 767px) {
  .block-two-column-image .two-column-image-wrapper {
    flex-direction: column;
  }
  .block-two-column-image .two-column-image-wrapper .content-column {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .block-two-column-image .two-column-image-wrapper .content-column:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

.block-image {
  position: relative;
}
.block-image .block-title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: var(--clr-seven);
  margin: 0 0 2rem 0;
}
.block-image.has-angle:before {
  background-color: var(--clr-five);
  display: block;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-image.has-angle:before {
    height: 75px;
    top: 0;
  }
}
@media (max-width: 620px) {
  .block-image.has-angle:before {
    height: 35px;
    top: 0;
  }
}

.block-image .image-columns {
  display: flex;
}
.block-image .image-columns .image-column {
  position: relative;
  width: 100%;
}
.block-image .image-columns.block-type-double_image_block_layout .image-column {
  width: 48.5%;
  margin-right: 3%;
}
.block-image .image-columns.block-type-double_image_block_layout .image-column:last-child {
  margin-right: 0;
}
.block-image .image-columns img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.block-image .image-columns .zoom-img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 3.2rem;
  color: var(--clr-five);
}
@media (max-width: 767px) {
  .block-image .image-columns.block-type-double_image_block_layout {
    flex-direction: column;
  }
  .block-image .image-columns.block-type-double_image_block_layout .image-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .block-image .image-columns.block-type-double_image_block_layout .image-column:last-child {
    margin-bottom: 0;
  }
}

.block-image-slider {
  background-color: var(--clr-six);
}
.block-image-slider.visible {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.block-image-slider.default-padding {
  padding-top: 6rem;
  margin-bottom: 6rem;
}
.block-image-slider:last-child.default-padding {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.block-image-slider.padding-05x {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.block-image-slider:last-child.padding-05x {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.block-image-slider.padding-2x {
  padding-top: 8rem;
  margin-bottom: 8rem;
}
.block-image-slider:last-child.padding-2x {
  margin-bottom: 0;
  padding-bottom: 8rem;
}
.block-image-slider.padding-3x {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
.block-image-slider:last-child.padding-3x {
  margin-bottom: 0;
  padding-bottom: 10rem;
}
.block-image-slider.padding-4x {
  padding-top: 12rem;
  margin-bottom: 12rem;
}
.block-image-slider:last-child.padding-4x {
  margin-bottom: 0;
  padding-bottom: 12rem;
}
.block-image-slider .block-title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 2rem;
  color: var(--clr-seven);
  text-align: center;
}
.block-image-slider .image-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  font-size: 4rem;
}
.block-image-slider .image-nav.image-slider-nav-prev {
  left: -30px;
}
.block-image-slider .image-nav.image-slider-nav-next {
  right: -30px;
}

.block-image-slider .image-list {
  overflow: hidden;
}
.block-image-slider .image-list .swiper-wrapper {
  align-items: center;
}

.block-image-slider .image-list .image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block-image-slider .image-list .image-item .title {
  margin: 1.5rem 0 0 0;
  font-size: 1.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  text-align: center;
}

.block-loop-post .block-title {
  margin: 0 0 2rem 0;
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  text-align: left;
}
.block-loop-post .post-list-wrapper {
  display: flex;
}
.block-loop-post .post-list-wrapper .content-sidebar {
  margin-right: 3%;
  width: 31.3333333333%;
}
.block-loop-post .post-list-wrapper .main-content {
  width: 65.6666666667%;
}
.block-loop-post .post-list-wrapper.full-width-content .main-content {
  width: 100%;
}
.block-loop-post .block-title.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
@media (max-width: 767px) {
  .block-loop-post .post-list-wrapper {
    flex-direction: column;
  }
  .block-loop-post .post-list-wrapper .content-sidebar,
.block-loop-post .post-list-wrapper .main-content {
    width: 100%;
    margin-right: 0;
  }
  .block-loop-post .post-list-wrapper .content-sidebar {
    margin-bottom: 4rem;
  }
}

.block-loop-post .post-list {
  display: flex;
  flex-wrap: wrap;
}
.block-loop-post .post-list .post-item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 4rem;
}
.block-loop-post .post-list .post-item:nth-child(2n), .block-loop-post .post-list .post-item:last-child {
  margin-right: 0;
}
.block-loop-post .post-list.full-width-grid .post-item {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 4rem;
}
.block-loop-post .post-list.full-width-grid .post-item:nth-child(3n), .block-loop-post .post-list.full-width-grid .post-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-loop-post .post-list {
    flex-direction: column;
  }
  .block-loop-post .post-list .post-item {
    width: 100%;
    margin-right: 0;
  }
  .block-loop-post .post-list.full-width-grid .post-item {
    width: 100%;
    margin-right: 0;
  }
}

.block-loop-post .post-list .post-item .title {
  margin: 1rem 0;
  font-size: 1.8rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  text-align: left;
}
.block-loop-post .post-list .post-item .date {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.block-loop-post .post-list .post-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-loop-post .post-list .post-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-loop-post .post-list .post-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-loop-post .post-list .post-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-loop-post .post-list .post-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-loop-post .post-list .post-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-loop-post .post-list .post-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-loop-post .post-list .post-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-loop-post .post-list .post-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-loop-post .post-list .post-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-loop-post .post-list .post-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-loop-post .post-list .post-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-loop-post .post-list .post-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-loop-post .post-list .post-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-loop-post .post-list .post-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-loop-post .post-list .post-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-loop-post .post-list .post-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-loop-post .post-list .post-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-loop-post .post-list .post-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-loop-post .post-list .post-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-loop-post .post-list .post-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-loop-post .post-list .post-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-loop-post .post-list .post-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-loop-post .post-list .post-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-loop-post .post-list .post-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-loop-post .post-list .post-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-loop-post .post-list .post-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-loop-post .post-list .post-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-loop-post .post-list .post-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-loop-post .post-list .post-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-loop-post .post-list .post-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-loop-post .post-list .post-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-loop-post .post-list .post-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-loop-post .post-list .post-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-loop-post .post-list .post-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-loop-post .post-list .post-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-loop-post .post-list .post-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-loop-post .post-list .post-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-loop-post .post-list .post-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.block-loop-product {
  padding-bottom: 8rem;
}
.block-loop-product:last-child.default-padding {
  padding-bottom: 8rem;
}
.block-loop-product:last-child.padding-05x {
  padding-bottom: 8rem;
}
.block-loop-product:last-child.padding-2x {
  padding-bottom: 8rem;
}
.block-loop-product:last-child.padding-3x {
  padding-bottom: 8rem;
}
.block-loop-product:last-child.padding-4x {
  padding-bottom: 8rem;
}

.block-single-post .block-title {
  margin-bottom: 0.5rem;
}
.block-single-post .post-thumbnail {
  margin: 3rem 0 0 0;
}

.block-single-post .single-recipe .block-title,
.block-single-post .single-recipe .the-post h2 span,
.block-single-post .single-recipe .the-post h3 span,
.block-single-post .single-recipe .the-post h4 span,
.block-single-post .single-recipe .the-post h5 span {
  color: var(--clr-one) !important;
}

.block-team-card.default-padding {
  padding-top: 6rem;
  margin-bottom: 6rem;
}
.block-team-card:last-child.default-padding {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.block-team-card.padding-05x {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.block-team-card:last-child.padding-05x {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.block-team-card.padding-2x {
  padding-top: 8rem;
  margin-bottom: 8rem;
}
.block-team-card:last-child.padding-2x {
  margin-bottom: 0;
  padding-bottom: 8rem;
}
.block-team-card.padding-3x {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
.block-team-card:last-child.padding-3x {
  margin-bottom: 0;
  padding-bottom: 10rem;
}
.block-team-card.padding-4x {
  padding-top: 12rem;
  margin-bottom: 12rem;
}
.block-team-card:last-child.padding-4x {
  margin-bottom: 0;
  padding-bottom: 12rem;
}
.block-team-card.no-padding {
  padding-top: 6rem;
}
.block-team-card.theme-default {
  background: #FFFFFF;
}
.block-team-card.theme-default .team-intro-title {
  color: #042F46;
}
.block-team-card.theme-pink {
  background: #FAE1E8;
}
.block-team-card.theme-pink .team-intro-title {
  color: #E782A9;
}
.block-team-card.theme-green {
  background: #D7F4D2;
}
.block-team-card.theme-green .team-intro-title {
  color: #065722;
}
.block-team-card.theme-lgreen {
  background: #F7FCF9;
}
.block-team-card.theme-lgreen .team-intro-title {
  color: #042F46;
}
.block-team-card.theme-lime-green {
  background: #95C11F;
}
.block-team-card.theme-lime-green .team-intro-title {
  color: #FFFFFF;
}
.block-team-card.theme-orange {
  background: #FFEBC7;
}
.block-team-card.theme-orange .team-intro-title {
  color: #ff881c;
}
.block-team-card.theme-turquoise {
  background: #DCEDF2;
}
.block-team-card.theme-turquoise .team-intro-title {
  color: #282828;
}
.block-team-card.theme-grey {
  background: #F4FAFC;
}
.block-team-card.theme-grey .team-intro-title {
  color: #282828;
}
.block-team-card.theme-blue {
  background: #E9F3FD;
}
.block-team-card.theme-blue .team-intro-title {
  color: #282828;
}
.block-team-card.theme-dblue {
  background: #04516A;
}
.block-team-card.theme-dblue .team-intro-title {
  color: #FFFFFF;
}
.block-team-card.theme-duckblue {
  background: #edf6f8;
}
.block-team-card.theme-duckblue .team-intro-title {
  color: #FFFFFF;
}
.block-team-card.theme-white {
  background: #FFFFFF;
}
.block-team-card.theme-white .team-intro-title {
  color: #282828;
}
.block-team-card .team-intro {
  margin-bottom: 4rem;
}
.block-team-card .team-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-team-card .team-intro-title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin: 0 0 2rem 0;
}

.block-team-card .team-list {
  display: flex;
  flex-wrap: wrap;
}
.block-team-card .team-list .expand-cell {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 4rem;
}
.block-team-card .team-list .expand-cell:nth-child(4n), .block-team-card .team-list .expand-cell:last-child {
  margin-right: 0;
}
@media (max-width: 840px) {
  .block-team-card .team-list .expand-cell {
    width: 48.5%;
  }
  .block-team-card .team-list .expand-cell:nth-child(4n) {
    margin-right: 3%;
  }
  .block-team-card .team-list .expand-cell:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 620px) {
  .block-team-card .team-list .expand-cell {
    width: 100%;
    margin-right: 0;
  }
  .block-team-card .team-list .expand-cell:nth-child(4n) {
    margin-right: 0;
  }
}

.block-team-card .team-list .team-item {
  background-color: var(--clr-five);
  position: relative;
}
.block-team-card .team-list .team-item .expand-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--clr-five);
  font-size: 2.8rem;
}
.block-team-card .team-list .team-item .body {
  padding: 1.5rem;
  margin-top: auto;
}
.block-team-card .team-list .team-item .title {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-seven);
}
.block-team-card .team-list .team-item .role {
  font-size: 1.6rem;
  color: var(--clr-three);
}

.expand-cell.is-expanded .team-item {
  position: relative;
}
.expand-cell.is-expanded .team-item:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
  border-color: var(--clr-five) transparent transparent transparent;
}

.expand-cell.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
  overflow: visible;
}
.expand-cell:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.expand-cell:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.expand-cell:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.expand-cell:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.expand-cell:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.expand-cell:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.expand-cell:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.expand-cell:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.expand-cell:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.expand-cell:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.expand-cell:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.expand-cell:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.expand-cell:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.expand-cell:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.expand-cell:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.expand-cell:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.expand-cell:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.expand-cell:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.expand-cell:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.expand-cell:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.expand-cell:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.expand-cell:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.expand-cell:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.expand-cell:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.expand-cell:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.expand-cell:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.expand-cell:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.expand-cell:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.expand-cell:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.expand-cell:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.expand-cell:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.expand-cell:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.expand-cell:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.expand-cell:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.expand-cell:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.expand-cell:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.expand-cell:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.expand-cell:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.expand-cell:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.expand-cell:nth-child(20):after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.expand-cell:nth-child(21) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.expand-cell:nth-child(21):after {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.expand-cell:nth-child(22) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.expand-cell:nth-child(22):after {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.expand-cell:nth-child(23) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.expand-cell:nth-child(23):after {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.expand-cell:nth-child(24) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.expand-cell:nth-child(24):after {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.expand-cell:nth-child(25) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.expand-cell:nth-child(25):after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.expand-cell:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.expand-cell:nth-child(26):after {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.expand-cell:nth-child(27) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.expand-cell:nth-child(27):after {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.expand-cell:nth-child(28) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.expand-cell:nth-child(28):after {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.expand-cell:nth-child(29) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.expand-cell:nth-child(29):after {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.expand-cell:nth-child(30) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.expand-cell:nth-child(30):after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.expand-cell:nth-child(31) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.expand-cell:nth-child(31):after {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.expand-cell:nth-child(32) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.expand-cell:nth-child(32):after {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.expand-cell:nth-child(33) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.expand-cell:nth-child(33):after {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.expand-cell:nth-child(34) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.expand-cell:nth-child(34):after {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.expand-cell:nth-child(35) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.expand-cell:nth-child(35):after {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.expand-cell:nth-child(36) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.expand-cell:nth-child(36):after {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.expand-cell:nth-child(37) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.expand-cell:nth-child(37):after {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.expand-cell:nth-child(38) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.expand-cell:nth-child(38):after {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.expand-cell:nth-child(39) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.expand-cell:nth-child(39):after {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.expand-cell:nth-child(40) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.expand-cell:nth-child(40):after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.expand-cell:nth-child(41) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.expand-cell:nth-child(41):after {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.expand-cell:nth-child(42) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.expand-cell:nth-child(42):after {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.expand-cell:nth-child(43) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.expand-cell:nth-child(43):after {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.expand-cell:nth-child(44) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.expand-cell:nth-child(44):after {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.expand-cell:nth-child(45) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.expand-cell:nth-child(45):after {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.expand-cell:nth-child(46) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.expand-cell:nth-child(46):after {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.expand-cell:nth-child(47) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.expand-cell:nth-child(47):after {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.expand-cell:nth-child(48) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.expand-cell:nth-child(48):after {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.expand-cell:nth-child(49) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.expand-cell:nth-child(49):after {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.expand-cell .expanded-content-item {
  display: none;
  background-color: var(--clr-five);
  color: #FFF;
  padding: 3rem;
  margin-top: 3.5rem;
  position: relative;
}
.expand-cell:nth-child(4n+2) .expanded-content-item {
  margin-left: -114%;
}
.expand-cell:nth-child(4n+3) .expanded-content-item {
  margin-left: -227%;
}
.expand-cell:nth-child(4n+4) .expanded-content-item {
  margin-left: -340%;
}
.expand-cell.is-expanded .expanded-content-item {
  display: block;
  width: 440%;
}
@media (max-width: 840px) {
  .expand-cell .expanded-content-item:after {
    left: 16rem;
  }
  .expand-cell:nth-child(4n+2) .expanded-content-item, .expand-cell:nth-child(4n+4) .expanded-content-item {
    margin-left: -106%;
  }
  .expand-cell:nth-child(4n+3) .expanded-content-item {
    margin-left: 0;
  }
  .expand-cell.is-expanded .expanded-content-item {
    display: block;
    width: 206%;
  }
}
@media (max-width: 620px) {
  .expand-cell .expanded-content-item:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .expand-cell:nth-child(2n) .expanded-content-item, .expand-cell:nth-child(3n) .expanded-content-item, .expand-cell:nth-child(4n) .expanded-content-item {
    margin-left: 0;
  }
  .expand-cell:nth-child(2n) .expanded-content-item:after, .expand-cell:nth-child(3n) .expanded-content-item:after, .expand-cell:nth-child(4n) .expanded-content-item:after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .expand-cell.is-expanded .expanded-content-item {
    display: block;
    width: 100%;
  }
}

.block-expandable-boxes .block-title {
  font-size: 2.8rem;
  font-weight: var(--font-weight-semi-bold);
  margin: 2rem 0;
  color: var(--clr-seven);
  text-align: left;
}
.block-expandable-boxes .block-title.visible,
.block-expandable-boxes .block-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-expandable-boxes .expandable-boxes .box-item {
  margin-bottom: 2rem;
  padding: 2rem;
}
.block-expandable-boxes .expandable-boxes .box-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(1) {
  -webkit-animation-delay: 0.03ms;
          animation-delay: 0.03ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(1):after {
  -webkit-animation-delay: 0.03ms;
          animation-delay: 0.03ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(2) {
  -webkit-animation-delay: 0.06ms;
          animation-delay: 0.06ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(2):after {
  -webkit-animation-delay: 0.06ms;
          animation-delay: 0.06ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(3) {
  -webkit-animation-delay: 0.09ms;
          animation-delay: 0.09ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(3):after {
  -webkit-animation-delay: 0.09ms;
          animation-delay: 0.09ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(4) {
  -webkit-animation-delay: 0.12ms;
          animation-delay: 0.12ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(4):after {
  -webkit-animation-delay: 0.12ms;
          animation-delay: 0.12ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(5) {
  -webkit-animation-delay: 0.15ms;
          animation-delay: 0.15ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(5):after {
  -webkit-animation-delay: 0.15ms;
          animation-delay: 0.15ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(6) {
  -webkit-animation-delay: 0.18ms;
          animation-delay: 0.18ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(6):after {
  -webkit-animation-delay: 0.18ms;
          animation-delay: 0.18ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(7) {
  -webkit-animation-delay: 0.21ms;
          animation-delay: 0.21ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(7):after {
  -webkit-animation-delay: 0.21ms;
          animation-delay: 0.21ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(8) {
  -webkit-animation-delay: 0.24ms;
          animation-delay: 0.24ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(8):after {
  -webkit-animation-delay: 0.24ms;
          animation-delay: 0.24ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(9) {
  -webkit-animation-delay: 0.27ms;
          animation-delay: 0.27ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(9):after {
  -webkit-animation-delay: 0.27ms;
          animation-delay: 0.27ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(10) {
  -webkit-animation-delay: 0.3ms;
          animation-delay: 0.3ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(10):after {
  -webkit-animation-delay: 0.3ms;
          animation-delay: 0.3ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(11) {
  -webkit-animation-delay: 0.33ms;
          animation-delay: 0.33ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(11):after {
  -webkit-animation-delay: 0.33ms;
          animation-delay: 0.33ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(12) {
  -webkit-animation-delay: 0.36ms;
          animation-delay: 0.36ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(12):after {
  -webkit-animation-delay: 0.36ms;
          animation-delay: 0.36ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(13) {
  -webkit-animation-delay: 0.39ms;
          animation-delay: 0.39ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(13):after {
  -webkit-animation-delay: 0.39ms;
          animation-delay: 0.39ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(14) {
  -webkit-animation-delay: 0.42ms;
          animation-delay: 0.42ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(14):after {
  -webkit-animation-delay: 0.42ms;
          animation-delay: 0.42ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(15) {
  -webkit-animation-delay: 0.45ms;
          animation-delay: 0.45ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(15):after {
  -webkit-animation-delay: 0.45ms;
          animation-delay: 0.45ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(16) {
  -webkit-animation-delay: 0.48ms;
          animation-delay: 0.48ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(16):after {
  -webkit-animation-delay: 0.48ms;
          animation-delay: 0.48ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(17) {
  -webkit-animation-delay: 0.51ms;
          animation-delay: 0.51ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(17):after {
  -webkit-animation-delay: 0.51ms;
          animation-delay: 0.51ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(18) {
  -webkit-animation-delay: 0.54ms;
          animation-delay: 0.54ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(18):after {
  -webkit-animation-delay: 0.54ms;
          animation-delay: 0.54ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(19) {
  -webkit-animation-delay: 0.57ms;
          animation-delay: 0.57ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(19):after {
  -webkit-animation-delay: 0.57ms;
          animation-delay: 0.57ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(20) {
  -webkit-animation-delay: 0.6ms;
          animation-delay: 0.6ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(20):after {
  -webkit-animation-delay: 0.6ms;
          animation-delay: 0.6ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(21) {
  -webkit-animation-delay: 0.63ms;
          animation-delay: 0.63ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(21):after {
  -webkit-animation-delay: 0.63ms;
          animation-delay: 0.63ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(22) {
  -webkit-animation-delay: 0.66ms;
          animation-delay: 0.66ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(22):after {
  -webkit-animation-delay: 0.66ms;
          animation-delay: 0.66ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(23) {
  -webkit-animation-delay: 0.69ms;
          animation-delay: 0.69ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(23):after {
  -webkit-animation-delay: 0.69ms;
          animation-delay: 0.69ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(24) {
  -webkit-animation-delay: 0.72ms;
          animation-delay: 0.72ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(24):after {
  -webkit-animation-delay: 0.72ms;
          animation-delay: 0.72ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(25) {
  -webkit-animation-delay: 0.75ms;
          animation-delay: 0.75ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(25):after {
  -webkit-animation-delay: 0.75ms;
          animation-delay: 0.75ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(26) {
  -webkit-animation-delay: 0.78ms;
          animation-delay: 0.78ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(26):after {
  -webkit-animation-delay: 0.78ms;
          animation-delay: 0.78ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(27) {
  -webkit-animation-delay: 0.81ms;
          animation-delay: 0.81ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(27):after {
  -webkit-animation-delay: 0.81ms;
          animation-delay: 0.81ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(28) {
  -webkit-animation-delay: 0.84ms;
          animation-delay: 0.84ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(28):after {
  -webkit-animation-delay: 0.84ms;
          animation-delay: 0.84ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(29) {
  -webkit-animation-delay: 0.87ms;
          animation-delay: 0.87ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(29):after {
  -webkit-animation-delay: 0.87ms;
          animation-delay: 0.87ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(30) {
  -webkit-animation-delay: 0.9ms;
          animation-delay: 0.9ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(30):after {
  -webkit-animation-delay: 0.9ms;
          animation-delay: 0.9ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(31) {
  -webkit-animation-delay: 0.93ms;
          animation-delay: 0.93ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(31):after {
  -webkit-animation-delay: 0.93ms;
          animation-delay: 0.93ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(32) {
  -webkit-animation-delay: 0.96ms;
          animation-delay: 0.96ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(32):after {
  -webkit-animation-delay: 0.96ms;
          animation-delay: 0.96ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(33) {
  -webkit-animation-delay: 0.99ms;
          animation-delay: 0.99ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(33):after {
  -webkit-animation-delay: 0.99ms;
          animation-delay: 0.99ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(34) {
  -webkit-animation-delay: 1.02ms;
          animation-delay: 1.02ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(34):after {
  -webkit-animation-delay: 1.02ms;
          animation-delay: 1.02ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(35) {
  -webkit-animation-delay: 1.05ms;
          animation-delay: 1.05ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(35):after {
  -webkit-animation-delay: 1.05ms;
          animation-delay: 1.05ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(36) {
  -webkit-animation-delay: 1.08ms;
          animation-delay: 1.08ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(36):after {
  -webkit-animation-delay: 1.08ms;
          animation-delay: 1.08ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(37) {
  -webkit-animation-delay: 1.11ms;
          animation-delay: 1.11ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(37):after {
  -webkit-animation-delay: 1.11ms;
          animation-delay: 1.11ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(38) {
  -webkit-animation-delay: 1.14ms;
          animation-delay: 1.14ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(38):after {
  -webkit-animation-delay: 1.14ms;
          animation-delay: 1.14ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(39) {
  -webkit-animation-delay: 1.17ms;
          animation-delay: 1.17ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(39):after {
  -webkit-animation-delay: 1.17ms;
          animation-delay: 1.17ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(40) {
  -webkit-animation-delay: 1.2ms;
          animation-delay: 1.2ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(40):after {
  -webkit-animation-delay: 1.2ms;
          animation-delay: 1.2ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(41) {
  -webkit-animation-delay: 1.23ms;
          animation-delay: 1.23ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(41):after {
  -webkit-animation-delay: 1.23ms;
          animation-delay: 1.23ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(42) {
  -webkit-animation-delay: 1.26ms;
          animation-delay: 1.26ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(42):after {
  -webkit-animation-delay: 1.26ms;
          animation-delay: 1.26ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(43) {
  -webkit-animation-delay: 1.29ms;
          animation-delay: 1.29ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(43):after {
  -webkit-animation-delay: 1.29ms;
          animation-delay: 1.29ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(44) {
  -webkit-animation-delay: 1.32ms;
          animation-delay: 1.32ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(44):after {
  -webkit-animation-delay: 1.32ms;
          animation-delay: 1.32ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(45) {
  -webkit-animation-delay: 1.35ms;
          animation-delay: 1.35ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(45):after {
  -webkit-animation-delay: 1.35ms;
          animation-delay: 1.35ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(46) {
  -webkit-animation-delay: 1.38ms;
          animation-delay: 1.38ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(46):after {
  -webkit-animation-delay: 1.38ms;
          animation-delay: 1.38ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(47) {
  -webkit-animation-delay: 1.41ms;
          animation-delay: 1.41ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(47):after {
  -webkit-animation-delay: 1.41ms;
          animation-delay: 1.41ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(48) {
  -webkit-animation-delay: 1.44ms;
          animation-delay: 1.44ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(48):after {
  -webkit-animation-delay: 1.44ms;
          animation-delay: 1.44ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(49) {
  -webkit-animation-delay: 1.47ms;
          animation-delay: 1.47ms;
}
.block-expandable-boxes .expandable-boxes .box-item:nth-child(49):after {
  -webkit-animation-delay: 1.47ms;
          animation-delay: 1.47ms;
}
.block-expandable-boxes .expandable-boxes .box-item:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .expandable-boxes .box-item .question {
  font-size: 1.8rem;
  color: var(--clr-seven);
  font-weight: var(--font-weight-semi-bold);
  position: relative;
  cursor: pointer;
  padding-right: 4rem;
}
.block-expandable-boxes .expandable-boxes .box-item .question:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.5s ease-in-out;
}
.block-expandable-boxes .expandable-boxes .box-item .question.box-open:after {
  content: "\f068";
  transform: translateY(-50%) rotate(-360deg);
}
.block-expandable-boxes .expandable-boxes .box-item .answer-inner {
  margin: 1rem 0;
}
.block-expandable-boxes .expandable-boxes .box-item .answer {
  display: none;
}
.block-expandable-boxes .expandable-boxes .box-item .answer .the-post p:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-default {
  background-color: #FFFFFF;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-pink {
  background-color: #FAE1E8;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-green {
  background-color: #D7F4D2;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-lgreen {
  background-color: #F7FCF9;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-lime-green {
  background-color: #95C11F;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-orange {
  background-color: #FFEBC7;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-turquoise {
  background-color: #DCEDF2;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-grey {
  background-color: #F4FAFC;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-blue {
  background-color: #E9F3FD;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-dblue {
  background-color: #04516A;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-duckblue {
  background-color: #edf6f8;
}
.block-expandable-boxes .expandable-boxes .box-item.theme-white {
  background-color: #FFFFFF;
}

.block-annual-review {
  /* 2022 Styles */
}
.block-annual-review .ui-2021 .button {
  background-color: #fbc100;
  padding: 15px 10px;
  color: #053f4c;
  border-radius: 5px;
}
.block-annual-review .ui-2021 .ui-banner {
  background-color: #fff;
  background-image: url("../images/2021/S Coop_Header-04.png");
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.block-annual-review .ui-2021 .ui-banner .banner_content {
  padding: 85px 0 160px;
}
.block-annual-review .ui-2021 .ui-banner .banner_content .button {
  font-size: 18px;
  display: inline-block;
}
.block-annual-review .ui-2021 .ui-banner .banner_content h1 {
  font-size: 60px;
}
.block-annual-review .ui-2021 .ui-banner .banner_content img {
  max-width: 515px;
}
.block-annual-review .ui-2021 .ui-content {
  background-color: #013946;
  padding: 100px 0;
}
.block-annual-review .ui-2021 .ui-content .c_wrapper {
  display: flex;
  justify-content: space-between;
}
.block-annual-review .ui-2021 .ui-content .c_wrapper .blocks {
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 50px;
}
.block-annual-review .ui-2021 .ui-content .c_wrapper .blocks .block_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block-annual-review .ui-2021 .ui-content .c_wrapper .blocks .btns {
  width: 100%;
}
.block-annual-review .ui-2021 .ui-content .blocks {
  text-align: center;
}
.block-annual-review .ui-2021 .ui-content .blocks .button {
  margin-bottom: 20px;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  display: block;
}
.block-annual-review .ui-2021 .ui-content .blocks .block {
  background-color: #00627d;
  font-size: 38px;
  color: #fff;
  padding: 50px 35px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block-annual-review .ui-2021 .ui-content .blocks .block > * {
  font-size: 38px;
  line-height: 47px;
}
.block-annual-review .ui-2021 .ui-content .review_image img {
  display: none;
}
.block-annual-review .ui-2021 .ui-content .review_image.END video {
  display: none;
}
.block-annual-review .ui-2021 .ui-content .review_image.END img {
  display: block;
}
.block-annual-review .ui-2021 .ui-link {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
.block-annual-review .ui-2021 .ui-link .link {
  color: #053f4c;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}
.block-annual-review .ui-2021 .block-pink .button,
.block-annual-review .ui-2022 .block-pink .button {
  background-color: #E773A3;
}
.block-annual-review .ui-2021 .button.has-indent,
.block-annual-review .ui-2022 .button.has-indent {
  position: relative;
}
.block-annual-review .ui-2021 .button.has-indent:before,
.block-annual-review .ui-2022 .button.has-indent:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #013946;
}
.block-annual-review .ui-2022 .ui-content .c_wrapper .blocks {
  max-width: 320px;
}
.block-annual-review .ui-2022 .ui-content .blocks .button {
  font-size: 18px;
}
.block-annual-review .ui-2022 .ui-content .c_wrapper .review_image {
  max-width: 515px;
}
.block-annual-review .ui-2022 .ui-content .c_wrapper .review_image video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-annual-review .ui-2021 .ui-banner .banner_content img {
    max-width: 100%;
  }
  .block-annual-review .ui-2021 .ui-content .blocks .block {
    background-image: url("../images/2021/block_bg.svg");
  }
  .block-annual-review .ui-2021 .ui-content .c_wrapper {
    justify-content: center;
  }
  .block-annual-review .ui-2021 .ui-content .c_wrapper > div:nth-of-type(1) {
    /*margin-right: 0;*/
  }
  .block-annual-review .ui-2021 .ui-content .c_wrapper > div:nth-of-type(2) {
    /*display: none;*/
  }
  .block-annual-review .ui-2022 .ui-content .c_wrapper {
    flex-wrap: wrap;
  }
  .block-annual-review .ui-2022 .ui-content .c_wrapper .blocks {
    margin-right: 5%;
    width: 45%;
    max-width: none;
  }
  .block-annual-review .ui-2022 .review_image {
    width: 100%;
    order: 0;
  }
  .block-annual-review .ui-2022 .block-yellow,
.block-annual-review .ui-2022 .block-pink {
    order: 1;
  }
  .block-annual-review .ui-2022 .block-pink {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .block-annual-review .ui-2021 .ui-banner {
    background-size: 175%;
  }
  .block-annual-review .ui-2021 .ui-banner .banner_content {
    padding-top: 30px;
    padding-bottom: 375px;
  }
  .block-annual-review .ui-2021 .ui-banner .banner_content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .block-annual-review .ui-2021 .ui-banner .banner_content {
    padding-bottom: 275px;
  }
  .block-annual-review .ui-2021 .ui-content .c_wrapper .blocks {
    max-width: 100%;
  }
  .block-annual-review .ui-2021 .ui-content .c_wrapper .blocks .block {
    max-width: 100%;
  }
  .block-annual-review .ui-2021 .ui-link {
    padding: 40px 0;
  }
  .block-annual-review .ui-2021 .ui-link .link {
    font-size: 16px;
  }
}

.block-heading .heading-block-inner {
  padding: 2rem;
}
.block-heading .title {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-weight: var(--font-weight-semi-bold);
}

.block-password.default-padding {
  padding-top: 6rem;
}
.block-password.default-padding:last-child {
  padding-bottom: 6rem;
}
.block-password .input-button {
  margin-top: 2rem;
}
.block-password label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.block-password input[type=password] {
  border: 1px solid var(--clr-one);
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default);
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.8rem;
  max-width: 450px;
  width: 100%;
}

.block-page-gallery .block-intro {
  padding: 0 0 3rem 0;
}
.block-page-gallery .block-title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.6rem 0;
  color: var(--clr-seven);
}
.block-page-gallery .swiper-container {
  overflow: hidden;
}
.block-page-gallery .block-intro.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

.block-page-gallery .gallery-wrapper {
  display: flex;
}
.block-page-gallery .gallery-wrapper .intro-column,
.block-page-gallery .gallery-wrapper .gallery-column {
  width: 48.5%;
}
.block-page-gallery .gallery-wrapper .intro-column {
  align-self: center;
  margin-right: 3%;
}
@media (max-width: 840px) {
  .block-page-gallery .gallery-wrapper {
    flex-wrap: wrap;
  }
  .block-page-gallery .gallery-wrapper .intro-column,
.block-page-gallery .gallery-wrapper .gallery-column {
    width: 100%;
  }
  .block-page-gallery .gallery-wrapper .intro-column {
    order: 1;
    margin-right: 0;
  }
  .block-page-gallery .gallery-wrapper .gallery-column {
    order: 0;
    margin-bottom: 4rem;
  }
}

.block-page-gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.block-page-gallery .gallery-list .gallery-item {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(4n), .block-page-gallery .gallery-list .gallery-item:last-child {
  margin-right: 0;
}
.block-page-gallery .gallery-list .gallery-item.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(1):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(3):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(4):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(5):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(6):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(7):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(8):after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(9):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(10):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(11):after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(12):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(13):after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(14):after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(15):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(16):after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(17):after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(18):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.block-page-gallery .gallery-list .gallery-item:nth-child(19):after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
@media (max-width: 767px) {
  .block-page-gallery .gallery-list .gallery-item {
    width: 48.5%;
  }
  .block-page-gallery .gallery-list .gallery-item:nth-child(4n) {
    margin-right: 3%;
  }
  .block-page-gallery .gallery-list .gallery-item:nth-child(2n), .block-page-gallery .gallery-list .gallery-item:last-child {
    margin-right: 0;
  }
}

.block-page-gallery .gallery-slideshow {
  position: relative;
}
.block-page-gallery .gallery-slideshow.visible {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}
.block-page-gallery .gallery-slideshow .zoom-img {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: var(--clr-five);
  font-size: 3.8rem;
}
.block-page-gallery .gallery-slideshow .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  font-size: 2.8rem;
  background-color: var(--clr-five);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50px;
}
.block-page-gallery .gallery-slideshow .gallery-nav.gallery-nav-prev {
  left: 3rem;
}
.block-page-gallery .gallery-slideshow .gallery-nav.gallery-nav-next {
  right: 3rem;
}

.block-page-gallery .gallery-thumbs {
  margin: 3rem 0 0 0;
}
.block-page-gallery .gallery-thumbs .gallery-item-thumbs {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.block-page-gallery .gallery-thumbs .gallery-item-thumbs .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.6);
  transition: background-color 0.5s ease-in-out;
}
.block-page-gallery .gallery-thumbs .gallery-item-thumbs.swiper-slide-thumb-active .overlay {
  background-color: rgba(40, 40, 40, 0);
}

.block-archive-additional {
  margin-top: 4rem;
}
