/*! 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;
}

@font-face {
  font-family: "TT_Fors_Bold";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/TT_Fors_Bold.woff2") format("woff2"), url("../fonts/TT_Fors_Bold.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff");
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.woff") format("woff");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700.woff") format("woff");
}
@font-face {
  font-family: "theme_fonts";
  src: url("../icons/theme_fonts.eot?3hyyof");
  src: url("../icons/theme_fonts.eot?3hyyof#iefix") format("embedded-opentype"), url("../icons/theme_fonts.ttf?3hyyof") format("truetype"), url("../icons/theme_fonts.woff?3hyyof") format("woff"), url("../icons/theme_fonts.svg?3hyyof#theme_fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-cust], [class*=" icon-cust"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theme_fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spark-symbol-spin:before {
  content: "\e900";
}

.icon-spark-symbol:before {
  content: "\e901";
}

:root {
  --clr-one: #1B2656;
  --clr-two: #69E2D3;
  --clr-three: #EFF0F4;
  --clr-four: #8D559D;
  --clr-five: #FFFFFF;
  --clr-six: #F08138;
  --clr-seven: #31D372;
  --clr-eight: #F7C202;
  --clr-nine: #FFC200;
  --clr-ten: #69DBCC;
  --clr-eleven: #9866CB;
  --clr-twelve: #B0D531;
  --clr-thirteen: #FF5C5C;
  --clr-fourteen: #000000;
  --clr-fifteen: #F9FAFB;
  --clr-sixteen: #DADCE4;
  --clr-seventeen: #F05B5D;
  --font-primary: "Montserrat", Helvetica, sans-serif;
  --font-secondary: "TT_Fors_Bold", Helvetica, sans-serif;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 800;
  --font-size-default: 1.5rem;
  --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.5rem;
  background-color: var(--clr-three);
  color: var(--clr-one);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}
body.alt-bg {
  background-color: var(--clr-two);
  color: var(--clr-ten);
}

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

.btn {
  display: block;
  position: relative;
  text-decoration: none;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 1.8rem;
  padding: 2rem 3rem;
  border: 1px solid;
  text-align: center;
  text-transform: none;
}
.btn.btn-inline {
  display: inline-block;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 9rem !important;
}
.btn.btn-icon:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  font-family: "theme_fonts";
  content: "\e901";
  margin-left: 4rem;
}
.btn.btn-icon-download {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 9rem !important;
}
.btn.btn-icon-download:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-regular);
  content: "\f33d";
  font-size: 1.9rem;
  margin-left: 4rem;
}
.btn.btn-icon-arrow {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 9rem !important;
}
.btn.btn-icon-arrow:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-regular);
  content: "\f063";
  font-size: 1.9rem;
  margin-left: 4rem;
}
.btn.btn-icon-arrow.workshop-tapped:after {
  content: "\f062";
}
.btn.btn-default {
  font-size: 1.8rem;
  padding: 2rem 3rem;
}
.btn.btn-sml {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.btn.btn-med {
  font-size: 1.8rem;
  padding: 2rem 3rem;
}
.btn.btn-lrg {
  font-size: 2rem;
  padding: 2rem 3rem;
}

.btn-default {
  color: #FFFFFF;
  background: #69E2D3;
  border-color: #69E2D3;
}
.btn-default:hover {
  color: #FFFFFF;
  background: #69E2D3;
  border-color: #69E2D3;
}

.btn-secondary {
  color: #69E2D3;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #69E2D3;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-tertiary {
  color: #FFFFFF;
  background: #FFC200;
  border-color: #FFC200;
}
.btn-tertiary:hover {
  color: #FFFFFF;
  background: #FFC200;
  border-color: #FFC200;
}

.btn-quaternary {
  color: #69E2D3;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-quaternary:hover {
  color: #69E2D3;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-quinary {
  color: #FFFFFF;
  background: #1B2656;
  border-color: #1B2656;
}
.btn-quinary:hover {
  color: #FFFFFF;
  background: #1B2656;
  border-color: #1B2656;
}

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

.grecaptcha-badge {
  z-index: 10000;
}

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

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

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

.swiper-container {
  overflow: hidden;
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.3rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.3rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post a {
  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 .intro-text {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: var(--clr-one);
}
.the-post h1, .the-post h2 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
}
.the-post h3, .the-post h4, .the-post h5 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 0 0.5rem 0;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post ol li,
.the-post ul li {
  margin: 0 0 0.5rem 0;
}
.the-post ol li:last-child,
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post ul {
  list-style: none;
}
.the-post ul li {
  font-weight: var(--font-weight-bold);
}
.the-post ul li:before {
  display: inline-block;
  font: var(--fa-font-regular);
  content: "\f061";
  color: var(--clr-two);
  margin-right: 1.5rem;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 6rem 0;
}
.the-post img {
  display: block;
  border-radius: 40px;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  max-width: 100%;
  height: auto;
  margin: 4rem 0;
}
.the-post .aligncenter {
  max-width: 100%;
  height: auto;
  margin: 4rem auto;
}
body.alt-bg .the-post {
  color: var(--clr-ten);
}
@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 .wp-caption .wp-caption-text,
  .the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote {
    margin: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
.the-post.large-post {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.the-post.large-post p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.the-post.small-post p, .the-post.small-post ul, .the-post.small-post ol, .the-post.small-post h1, .the-post.small-post h2, .the-post.small-post h3, .the-post.small-post h4, .the-post.small-post h5, .the-post.small-post figure {
  margin-left: 20rem;
  margin-right: 20rem;
}
.the-post.small-post .intro-text {
  margin-left: 10rem;
  margin-right: 10rem;
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .the-post.small-post p, .the-post.small-post ul, .the-post.small-post ol, .the-post.small-post h1, .the-post.small-post h2, .the-post.small-post h3, .the-post.small-post h4, .the-post.small-post h5, .the-post.small-post figure {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .the-post.small-post .intro-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (max-width: 640px) {
  .the-post table {
    overflow-x: auto;
  }
  .the-post table tr th,
  .the-post table tr td {
    display: block;
    width: 100% !important;
  }
  .the-post.small-post p, .the-post.small-post ul, .the-post.small-post ol, .the-post.small-post h1, .the-post.small-post h2, .the-post.small-post h3, .the-post.small-post h4, .the-post.small-post h5, .the-post.small-post figure {
    margin-left: 0;
    margin-right: 0;
  }
  .the-post.small-post .intro-text {
    margin-left: 0;
    margin-right: 0;
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300%);
  }
}
.slide-left {
  animation-name: slide-left;
}

.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%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.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 label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  padding: 2rem !important;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  border: none;
  background-color: var(--clr-five);
  text-transform: none;
  box-sizing: border-box;
  font-size: 2.4rem !important;
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 18px;
}
.gform_wrapper.gravity-theme textarea.placeholder,
.gform_wrapper.gravity-theme input:not(input[type=submit]).placeholder,
.gform_wrapper textarea.placeholder,
.gform_wrapper input:not(input[type=submit]).placeholder {
  font-size: 2.4rem !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme textarea:-moz-placeholder,
.gform_wrapper.gravity-theme input:not(input[type=submit]):-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper input:not(input[type=submit]):-moz-placeholder {
  font-size: 2.4rem !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme textarea::-moz-placeholder,
.gform_wrapper.gravity-theme input:not(input[type=submit])::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper input:not(input[type=submit])::-moz-placeholder {
  font-size: 2.4rem !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder,
.gform_wrapper.gravity-theme input:not(input[type=submit]):-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper input:not(input[type=submit]):-ms-input-placeholder {
  font-size: 2.4rem !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input:not(input[type=submit])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper input:not(input[type=submit])::-webkit-input-placeholder {
  font-size: 2.4rem !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=checkbox],
.gform_wrapper input[type=checkbox] {
  width: 25px;
  height: 25px;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  margin-right: 1.5rem;
}
.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--input-type-consent,
.gform_wrapper.gravity-theme .gfield-choice-input,
.gform_wrapper .gfield--input-type-consent,
.gform_wrapper .gfield-choice-input {
  margin-right: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield--input-type-consent .gform-field-label,
.gform_wrapper.gravity-theme .gfield-choice-input .gform-field-label,
.gform_wrapper .gfield--input-type-consent .gform-field-label,
.gform_wrapper .gfield-choice-input .gform-field-label {
  margin-bottom: 0;
  font-weight: var(--font-weight-bold) !important;
}
.gform_wrapper.gravity-theme .gfield--input-type-consent .ginput_container,
.gform_wrapper.gravity-theme .gfield-choice-input .ginput_container,
.gform_wrapper .gfield--input-type-consent .ginput_container,
.gform_wrapper .gfield-choice-input .ginput_container {
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .gsection .gsection_title,
.gform_wrapper .gsection .gsection_title {
  margin: 0;
}

.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 {
  transition: color 0.5s ease-in-out;
  color: #69E2D3;
  text-decoration: none;
}

.pagination-wrapper {
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-wrapper.bottom {
  margin-top: 5rem;
}
.pagination-wrapper.center {
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  background-color: var(--clr-five);
  color: var(--clr-one);
  border-radius: 100%;
  height: 42px;
  width: 42px;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 1.5rem;
  border: none;
}
.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;
  color: var(--clr-one);
}
.pagination-wrapper .page-numbers.dots {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  height: 42px;
  width: 92px;
  font-size: 1.5rem;
  background-color: var(--clr-five);
  border-radius: 50px;
}
.pagination-wrapper .page-numbers.next {
  margin-left: 1rem;
}
.pagination-wrapper .page-numbers.prev {
  margin-right: 1rem;
}
.pagination-wrapper .page-numbers.current {
  background-color: var(--clr-nine);
  color: var(--clr-one);
}
.category-list-wrapper .category-list-inner {
  position: relative;
}

.terms-list {
  position: relative;
  overflow: hidden;
}
.terms-list ul.cat-toolbar,
.terms-list ul.cat-post,
.terms-list ul.cat-slider {
  overflow: hidden;
  margin: 0;
}
.terms-list ul.cat-toolbar li,
.terms-list ul.cat-post li,
.terms-list ul.cat-slider li {
  margin-right: 1rem;
  width: auto;
}
.terms-list ul.cat-toolbar li:last-child,
.terms-list ul.cat-post li:last-child,
.terms-list ul.cat-slider li:last-child {
  margin-right: 5rem;
}
.terms-list ul.cat-toolbar li a,
.terms-list ul.cat-post li a,
.terms-list ul.cat-slider li a {
  display: flex;
  align-items: center;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  background-color: var(--clr-sixteen);
  color: var(--clr-five);
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0 2.5rem;
  height: 42px;
  border-radius: 50px;
  overflow: hidden;
}
.terms-list ul.cat-toolbar li.all-category a,
.terms-list ul.cat-post li.all-category a,
.terms-list ul.cat-slider li.all-category a {
  background-color: var(--clr-two);
}
.terms-list ul.cat-toolbar li.term-active a,
.terms-list ul.cat-post li.term-active a,
.terms-list ul.cat-slider li.term-active a {
  background-color: var(--clr-six);
}

#search-bar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--clr-one);
  z-index: 1020;
  align-items: center;
  justify-content: center;
}
#search-bar.search-open {
  display: flex;
}
#search-bar .search-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  display: flex;
}
#search-bar .search-toolbar ul {
  margin-left: auto;
  padding: 2.5rem;
}
#search-bar .search-toolbar ul li {
  margin-right: 2.5rem;
}
#search-bar .search-toolbar ul li:last-child {
  margin-right: 0;
}
#search-bar .search-toolbar ul li img {
  width: 32px;
}
#search-bar .search-toolbar ul li a {
  line-height: 0;
  display: block;
  font-size: 3.2rem;
  color: var(--clr-five);
}
#search-bar .search-toolbar .nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3.5rem 0 0 0;
}
#search-bar .search-form {
  display: flex;
}
#search-bar form {
  width: 80%;
}
#search-bar label {
  width: 100%;
}
#search-bar input[type=search] {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  color: var(--clr-one);
  border-radius: 18px 0 0 18px;
  background-color: var(--clr-five);
  border: none;
  padding: 1.8rem 1.5rem 1.8rem 3rem;
  width: 100%;
}
#search-bar input[type=search].placeholder {
  color: var(--clr-one);
  opacity: 1;
}
#search-bar input[type=search]:-moz-placeholder {
  color: var(--clr-one);
  opacity: 1;
}
#search-bar input[type=search]::-moz-placeholder {
  color: var(--clr-one);
  opacity: 1;
}
#search-bar input[type=search]:-ms-input-placeholder {
  color: var(--clr-one);
  opacity: 1;
}
#search-bar input[type=search]::-webkit-input-placeholder {
  color: var(--clr-one);
  opacity: 1;
}
#search-bar button {
  background-color: var(--clr-five);
  color: var(--clr-one);
  border: none;
  font-size: 2.4rem;
  border-radius: 0 18px 18px 0;
  padding: 0 3rem 0 1.5rem;
}

.flex-row {
  display: flex;
  justify-content: flex-start;
}

.col-1 {
  width: 8.1666666667%;
  margin-right: 2%;
}

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

.col-2 {
  width: 16.3333333333%;
  margin-right: 2%;
}

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

.col-3 {
  width: 24.5%;
  margin-right: 2%;
}

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

.col-4 {
  width: 32.6666666667%;
  margin-right: 2%;
}

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

.col-5 {
  width: 40.8333333333%;
  margin-right: 2%;
}

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

.col-6 {
  width: 49%;
  margin-right: 2%;
}

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

.col-7 {
  width: 57.1666666667%;
  margin-right: 2%;
}

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

.col-8 {
  width: 65.3333333333%;
  margin-right: 2%;
}

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

.col-9 {
  width: 73.5%;
  margin-right: 2%;
}

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

.col-10 {
  width: 81.6666666667%;
  margin-right: 2%;
}

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

.col-11 {
  width: 89.8333333333%;
  margin-right: 2%;
}

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

.col-12 {
  width: 98%;
  margin-right: 2%;
}

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

[class^=col-]:last-child {
  margin-right: 0;
}

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

#mobile-navigation .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#mobile-navigation .nav-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  display: flex;
}
#mobile-navigation .nav-toolbar ul {
  margin-left: auto;
  padding: 2.5rem;
}
#mobile-navigation .nav-toolbar ul li {
  margin-right: 2.5rem;
}
#mobile-navigation .nav-toolbar ul li:last-child {
  margin-right: 0;
}
#mobile-navigation .nav-toolbar ul li img {
  width: 32px;
}
#mobile-navigation .nav-toolbar ul li a {
  line-height: 0;
  display: block;
  font-size: 3.2rem;
  color: var(--clr-five);
}
#mobile-navigation .nav-toolbar .nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3.5rem 0 0 0;
}

#mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-one);
  z-index: 5000;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  overflow: auto;
  padding-top: 12rem;
  display: flex;
  flex-direction: column;
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
}

#mobile-navigation .top-level ul {
  margin: 6rem 0 0 0;
}
#mobile-navigation .top-level ul li a {
  display: block;
  font-size: 4rem;
  padding: 1rem 0;
  color: var(--clr-five);
  font-weight: var(--font-weight-bold);
}
#mobile-navigation .top-level ul li a:hover {
  color: var(--clr-two);
}
#mobile-navigation .top-level ul li.current-menu-item a {
  color: var(--clr-five);
}
#mobile-navigation .top-level ul li.menu-item-has-children > a {
  position: relative;
}
#mobile-navigation .top-level ul li.menu-item-has-children > a:after {
  font: var(--fa-font-regular);
  content: "\f061";
  color: var(--clr-two);
  margin-left: 1.5rem;
}
@media (max-width: 640px) {
  #mobile-navigation .top-level ul li a {
    font-size: 2.9rem;
  }
}

#mobile-navigation .sub-menu {
  display: none;
  background-color: var(--clr-one);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-navigation .sub-menu .sub-menu-info {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--clr-five);
}
#mobile-navigation .sub-menu .sub-menu-info .menu-back {
  width: 50%;
}
#mobile-navigation .sub-menu .sub-menu-info .menu-back a {
  font-size: 1.5rem;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-five);
}
#mobile-navigation .sub-menu .sub-menu-info .menu-back .btn-icon {
  color: var(--clr-two);
  margin-right: 1.5rem;
}
#mobile-navigation .sub-menu .sub-menu-info .menu-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-five);
}
#mobile-navigation .sub-menu .sub-menu-list {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0 0;
}

.nav-toolbar-bottom {
  margin-top: auto;
}
.nav-toolbar-bottom .nav-toolbar-bottom-inner {
  display: flex;
  align-items: center;
}
.nav-toolbar-bottom .nav-social {
  position: absolute;
  width: 90%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-toolbar-bottom .nav-social ul li {
  margin-right: 2rem;
}
.nav-toolbar-bottom .nav-social ul li:last-child {
  margin-right: 0;
}
.nav-toolbar-bottom .nav-social ul li a {
  color: var(--clr-five);
  font-size: 2.4rem;
}
.nav-toolbar-bottom .nav-pattern {
  width: 50%;
  background: url("../images/line-pattern-yellow.svg") repeat-x right top transparent;
  height: 174px;
  margin-left: auto;
}

.standard-page-content {
  padding: 0;
}
body.page-no-banner .standard-page-content {
  padding: 20rem 0 0 0;
}

#main {
  position: relative;
  z-index: 1;
}

.masonry-list {
  display: flex;
}
.masonry-list .size-1of2 {
  width: 49%;
  margin-right: 2%;
}
.masonry-list .size-1of2:last-child {
  margin-top: 12rem;
  margin-right: 0;
}

.news-list .size-1of4 {
  width: 23.5%;
  margin-right: 2%;
}
.news-list .size-1of4:nth-child(2n), .news-list .size-1of4:last-child {
  margin-top: 8rem;
}
.news-list .size-1of4:nth-child(4n) {
  margin-right: 0;
}
.news-list .size-1of2 {
  width: 49%;
  margin-right: 2%;
}
.news-list .size-1of2:last-child {
  margin-top: 8rem;
  margin-right: 0;
}

.scrolling-message {
  position: absolute;
  width: 300%;
  transform: translateY(-50%);
  z-index: -1;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-nine);
  font-size: 13.7rem;
  animation: slide-left 120s linear infinite;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.scrolling-message img {
  width: 51px;
  height: 51px;
  margin: 0 5rem;
}
@media (max-width: 768px) {
  .scrolling-message {
    font-size: 8rem;
  }
  .scrolling-message img {
    width: 30px;
    height: 30px;
    margin: 0 3rem;
  }
}
.visible, .invisible {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.visible {
  opacity: 1;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

#header .header-inner {
  display: flex;
  position: relative;
}
#header .header-inner .site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3.5rem 0 0 0;
}
#header .header-inner .site-logo img {
  max-width: 140px;
  width: 100%;
}
@media (max-width: 640px) {
  #header .header-inner .site-logo {
    transform: none;
    left: 3rem;
  }
}

#header .header-toolbar {
  position: fixed;
  right: 0;
  top: 0;
  margin-left: auto;
  background: url("../images/header-tool-shape.svg") no-repeat right top transparent;
  width: 169px;
  height: 107px;
  display: flex;
  justify-content: flex-end;
  padding: 2.5rem;
}
#header .header-toolbar ul li {
  margin-right: 2.5rem;
}
#header .header-toolbar ul li:last-child {
  margin-right: 0;
}
#header .header-toolbar ul li a {
  color: var(--clr-five);
  font-size: 2.6rem;
}
body.theme_science_professors #header .header-toolbar {
  background-image: url("../images/header-tool-shape-yellow.svg");
}

.banner-default {
  position: relative;
  height: 100vh;
  width: 100%;
}
.banner-default .banner-pattern {
  position: absolute;
  z-index: 6;
}
.banner-default .banner-pattern.btm-right {
  bottom: 6rem;
  right: 0;
}
.banner-default .banner-pattern.top-left {
  top: 0;
  left: 0;
}
.banner-default .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.497619116) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-default .slide {
  background: center center no-repeat transparent;
  background-size: cover;
  height: 100vh;
}
.banner-default video,
.banner-default .video-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-default .banner-caption-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 1080px;
  width: 90%;
}
.banner-default .read-more {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.banner-default .read-more a {
  margin-right: 3rem;
}
.banner-default .read-more a:last-child {
  margin-right: 0;
}
.banner-default .banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.banner-default .banner-bottom img {
  width: 48.75px;
  height: 52px;
}
.banner-default .banner-bottom img.flip-left {
  transform: scaleX(-1);
}
.banner-default .banner-bottom .bottom-background {
  width: 100%;
  height: 51px;
  background-color: var(--clr-three);
}
@media (max-width: 640px) {
  .banner-default .banner-pattern.top-left {
    display: none;
  }
  .banner-default .read-more {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-default .read-more a {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .banner-default .read-more a:last-child {
    margin-bottom: 0;
  }
}

.banner-default .banner-caption-wrapper .banner-caption-inner {
  text-align: center;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .title {
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-five);
  font-size: 5rem;
  line-height: 5.8rem;
  border-bottom: 8px solid var(--clr-two);
  display: inline-block;
}
body.home .banner-default .banner-caption-wrapper .banner-caption-inner .title {
  border-bottom: none;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .secondary-image img {
  margin: 0 auto;
}
@media (max-width: 640px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

#footer {
  position: relative;
  background-color: var(--clr-one);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 7.5rem 0;
}
#footer .footer-inner {
  display: flex;
}
#footer .footer-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 1.8rem;
  color: var(--clr-two);
  margin: 0 0 1.5rem 0;
}
#footer .footer-col {
  width: 23.5%;
  margin-right: 2%;
}
#footer .footer-col.col-long {
  width: 49%;
}
#footer .footer-col:last-child {
  margin-right: 0;
}
#footer .footer-logo {
  max-width: 135px;
  width: 100%;
}
#footer .footer-nav ul li {
  margin-bottom: 0.3rem;
}
#footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-nav a {
  font-weight: var(--font-weight-medium);
  color: var(--clr-five);
}
#footer .footer-contact {
  color: var(--clr-five);
}
#footer .footer-contact a {
  color: var(--clr-five);
}
#footer .footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-contact ul li .label-icon {
  width: 30px;
  font-size: 1.8rem;
  color: var(--clr-two);
}
#footer .footer-social {
  padding-top: 5rem;
}
#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.2rem;
}
#footer .footer-bottom {
  padding-top: 10rem;
  color: var(--clr-two);
}
#footer .footer-bottom a {
  color: var(--clr-two);
}
@media (max-width: 768px) {
  #footer .footer-inner {
    flex-wrap: wrap;
  }
  #footer .footer-col {
    width: 32%;
  }
  #footer .footer-col:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
@media (max-width: 640px) {
  #footer .footer-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  #footer .footer-col:last-child {
    margin-bottom: 0;
  }
  #footer .footer-bottom {
    padding-top: 0;
  }
}

.partner-bar {
  position: relative;
  margin-bottom: -4rem;
  background-color: var(--clr-nine);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 0;
  overflow: hidden;
  display: flex;
}
.partner-bar .partner-label,
.partner-bar .partner-cta {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 6rem 0 10rem 0;
}
.partner-bar .partner-label {
  font-family: var(--font-secondary);
  font-size: 5rem;
  line-height: 5.7rem;
  color: var(--clr-one);
  margin: 0;
  padding-left: 12rem;
  padding-right: 3rem;
}
.partner-bar .partner-cta {
  background: url("../images/line-pattern-orange.svg") center center transparent;
  display: flex;
  justify-content: flex-end;
  padding-right: 12rem;
}
@media (max-width: 954px) {
  .partner-bar .partner-label {
    padding-left: 6rem;
  }
  .partner-bar .partner-cta {
    padding-right: 6rem;
  }
}
@media (max-width: 768px) {
  .partner-bar .partner-label {
    font-size: 4rem;
    line-height: 4.7rem;
    padding-left: 3rem;
  }
  .partner-bar .partner-cta {
    padding-right: 3rem;
  }
}
@media (max-width: 640px) {
  .partner-bar {
    flex-direction: column;
  }
  .partner-bar .partner-label,
  .partner-bar .partner-cta {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .partner-bar .partner-label {
    padding-bottom: 3rem;
  }
  .partner-bar .partner-cta {
    justify-content: flex-start;
  }
}

.post-list-wrapper {
  margin: 0 0 7rem 0;
}

.post-list {
  padding: 6rem 0;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
}
.post-grid .post-item {
  overflow: hidden;
  height: auto;
  align-self: flex-start;
  margin-bottom: 3rem;
}

.post-grid .post-item {
  background-color: var(--clr-five);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.post-grid .post-item .image,
.post-grid .post-item .post-status,
.post-grid .post-item .title {
  width: 100%;
}
.post-grid .post-item .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin: 2.5rem 0 7rem 0;
  color: var(--clr-one);
  padding: 0 1.8rem;
}
.post-grid .post-item .title a {
  color: var(--clr-one);
}
.post-grid .post-item .image img {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.post-grid .post-item .post-status {
  border-top: 1px solid var(--clr-three);
}
.post-grid .post-item .post-status-inner {
  display: flex;
  padding: 1.3rem 1.8rem;
}
.post-grid .post-item .post-status-inner .date {
  width: 50%;
}
.post-grid .post-item .post-status-inner .read-more {
  text-align: right;
  width: 50%;
}
.post-grid .post-item .date {
  display: flex;
  align-items: center;
}
.post-grid .post-item .date .icon {
  margin-right: 1rem;
}
.post-grid .post-item .date .the-date {
  font-size: 1.5rem;
}
.post-grid .post-item .post-status ul {
  margin: 0;
  padding: 0;
  list-style: inside;
}
.post-grid .post-item .post-status ul li {
  color: var(--clr-six);
}
.post-grid .post-item .post-status .status {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
}
.post-grid .post-item .post-status .status-new {
  color: var(--clr-six);
}
.post-grid .post-item .post-status .status-expire {
  color: var(--clr-five);
}

.single-post .single-grid {
  display: flex;
}
.single-post .single-grid .single-column {
  width: 49%;
  margin-right: 2%;
}
.single-post .single-grid .single-column:last-child {
  margin-right: 0;
}
.single-post .single-grid .stick-column {
  position: sticky;
  top: 3rem;
}
.single-post .single-grid .logo img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .single-post .single-grid {
    flex-direction: column;
  }
  .single-post .single-grid .single-column {
    width: 100%;
    margin: 0;
  }
  .single-post .single-grid .single-column:first-child {
    order: 0;
  }
  .single-post .single-grid .single-column:last-child {
    order: 1;
  }
}

.post-filter .filter-label {
  padding: 1.3rem 0;
  text-transform: uppercase;
}
.post-filter .filter-bar {
  border-top: 1px solid var(--clr-sixteen);
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.post-filter .category-filter,
.post-filter .pagination-filter {
  width: 70%;
}
.post-filter .pagination-filter {
  width: 30%;
}
@media (max-width: 768px) {
  .post-filter .category-filter,
  .post-filter .pagination-filter {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .post-filter .filter-bar {
    flex-wrap: wrap;
  }
  .post-filter .category-filter,
  .post-filter .pagination-filter {
    width: 100%;
  }
  .post-filter .category-filter {
    margin-bottom: 2rem;
  }
}

.single-post .block-post-body {
  margin: -15rem 0 0 0;
  padding: 25rem 0 0 0;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  background-color: var(--clr-five);
}

.content-item.default-padding {
  padding: 4.5rem 0;
}
.content-item.padding-05x {
  padding: 2rem 0;
}
.content-item.padding-2x {
  padding: 6rem 0;
}
.content-item.padding-3x {
  padding: 6rem 0;
}
.content-item.padding-4x {
  padding: 6rem 0;
}
.content-item.no-padding {
  padding: 0;
}

.block-page-intro .block-title {
  display: inline-block;
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  border-bottom: 4px solid var(--clr-two);
  margin: 0 auto;
}
.block-page-intro .page-intro {
  text-align: center;
}
.block-page-intro .page-intro .intro-text {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
}
.block-page-intro .page-intro-wrapper {
  position: relative;
  text-align: center;
}
.block-page-intro .page-intro-wrapper.half-size {
  text-align: left;
}
.block-page-intro .page-intro-wrapper.half-size:after {
  font-family: "theme_fonts" !important;
  content: "\e900";
  color: var(--clr-nine);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.9rem;
}
.block-page-intro .half-intro {
  max-width: 585px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-page-intro .page-intro .intro-text {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .block-page-intro .half-intro {
    max-width: none;
  }
  .block-page-intro .page-intro-wrapper.half-size:after {
    display: none;
  }
}

.block-image-split-content {
  position: relative;
  overflow: hidden;
}

.block-image-split-content .image-split-content-wrapper {
  display: flex;
  align-items: center;
}
.block-image-split-content .image-split-content-wrapper .content-col {
  width: 32%;
  margin-right: 2%;
}
.block-image-split-content .image-split-content-wrapper .content-col:last-child {
  margin-right: 0;
}
.block-image-split-content .image-split-content-wrapper .content-col.col-image img {
  margin: 0 auto;
}
.block-image-split-content .image-split-content-wrapper .content-col {
  overflow: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.block-image-split-content .image-split-content-wrapper .content-col.invisible {
  opacity: 0;
}
.block-image-split-content .image-split-content-wrapper .content-col.col-image.visible {
  animation-name: fadeInUp;
  opacity: 1;
}
.block-image-split-content .image-split-content-wrapper .content-col.visible:first-child {
  animation-name: fadeInLeft;
  opacity: 1;
}
.block-image-split-content .image-split-content-wrapper .content-col.visible:last-child {
  animation-name: fadeInRight;
  opacity: 1;
}
@media (max-width: 767px) {
  .block-image-split-content .image-split-content-wrapper {
    flex-direction: column;
  }
  .block-image-split-content .image-split-content-wrapper .content-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .block-image-split-content .image-split-content-wrapper .content-col:last-child {
    margin-bottom: 0;
  }
  .block-image-split-content .image-split-content-wrapper .content-col.col-image img {
    width: 280px;
  }
}

.block-image-split-content .scrolling-message {
  bottom: 2rem;
}
@media (max-width: 768px) {
  .block-image-split-content .scrolling-message {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-image-split-content .scrolling-message {
    bottom: 50%;
    transform: translateY(-50%);
  }
}

.block-page-feature .page-feature-wrapper {
  display: flex;
}
.block-page-feature .page-feature-wrapper .feature-item {
  width: calc(25% - 20px);
  height: auto;
  align-self: flex-start;
}
.block-page-feature .page-feature-wrapper .feature-item:last-child {
  margin-right: 0;
}
.block-page-feature .page-feature-wrapper .feature-item.odd {
  margin-top: 8rem;
}
@media (max-width: 954px) {
  .block-page-feature .page-feature-wrapper .feature-item {
    max-width: 285px;
    width: 100%;
  }
}

.block-page-feature .page-feature-wrapper .feature-item {
  background-color: var(--clr-five);
  padding: 1.5rem;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.block-page-feature .page-feature-wrapper .feature-item .symbol {
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  width: 33px;
  height: 33px;
}
.block-page-feature .page-feature-wrapper .feature-item .icon {
  width: 100%;
}
.block-page-feature .page-feature-wrapper .feature-item .icon img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  padding: 1rem;
}
.block-page-feature .page-feature-wrapper .feature-item .feature-detail {
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
}
.block-page-feature .page-feature-wrapper .feature-item .feature-detail a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-page-feature .page-feature-wrapper .feature-item .feature-title {
  color: var(--clr-one);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
}
.block-page-feature .page-feature-wrapper .feature-item .feature-cta {
  color: var(--clr-five);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.block-page-feature .page-feature-wrapper .feature-item.invisible {
  opacity: 0;
}
.block-page-feature .page-feature-wrapper .feature-item.visible {
  animation-name: fadeInUp;
  opacity: 1;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(1) {
  animation-delay: 0.1s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(2) {
  animation-delay: 0.2s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(3) {
  animation-delay: 0.3s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(4) {
  animation-delay: 0.4s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(5) {
  animation-delay: 0.5s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(6) {
  animation-delay: 0.6s;
}
.block-page-feature .page-feature-wrapper .feature-item:nth-child(7) {
  animation-delay: 0.7s;
}

body {
  overflow-x: hidden;
}

.block-testimonial-slider {
  position: relative;
  text-align: center;
}
.block-testimonial-slider.default-padding {
  margin: 8rem 0 15rem 0;
}
.block-testimonial-slider:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: var(--clr-two);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
}
.block-testimonial-slider:after {
  position: absolute;
  z-index: 1;
  display: block;
  top: -100px;
  left: 0;
  content: "";
  width: 196px;
  height: 100%;
  background: url("../images/half-flower-shape.svg") left top no-repeat transparent;
}
.block-testimonial-slider .shape {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: -125px;
  right: 0;
  width: 223px;
  height: 100%;
  background: url("../images/circle-shape.svg") right bottom no-repeat transparent;
}
.block-testimonial-slider .testimonial-wrapper {
  padding: 4rem 0 4rem 0;
  position: relative;
  z-index: 10;
}
.block-testimonial-slider .block-title {
  position: relative;
  z-index: 5;
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: var(--clr-one);
  border-bottom: 5px solid var(--clr-five);
  text-align: center;
  margin: 0 0 10rem 0;
}
@media (max-width: 767px) {
  .block-testimonial-slider .block-title {
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 640px) {
  .block-testimonial-slider:after {
    display: none;
    background: none;
  }
  .block-testimonial-slider .shape {
    display: none;
  }
}

.block-testimonial-slider .testimonial-slider .testimonial-item,
.block-testimonial-slider .testimonial-detail-slider .detail-item {
  text-align: left;
}
.block-testimonial-slider .testimonial-slider .testimonial-item .quote,
.block-testimonial-slider .testimonial-detail-slider .detail-item .quote {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
  margin: 0 0 4rem 0;
  text-align: center;
}
.block-testimonial-slider .testimonial-slider .testimonial-item .cite,
.block-testimonial-slider .testimonial-detail-slider .detail-item .cite {
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.2rem;
}
.block-testimonial-slider .testimonial-slider .testimonial-item .location,
.block-testimonial-slider .testimonial-detail-slider .detail-item .location {
  font-weight: var(--font-weight-regular);
}

.block-testimonial-slider .testimonial-detail-wrapper {
  display: flex;
  align-items: center;
  padding: 6rem 0 0 0;
}
.block-testimonial-slider .testimonial-detail-wrapper .swiper-wrapper,
.block-testimonial-slider .testimonial-detail-wrapper .testimonial-nav-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .block-testimonial-slider .testimonial-detail-wrapper {
    padding: 3rem 0 0 0;
  }
}
@media (max-width: 640px) {
  .block-testimonial-slider .testimonial-detail-wrapper {
    flex-wrap: wrap;
  }
  .block-testimonial-slider .testimonial-detail-wrapper .swiper-wrapper,
  .block-testimonial-slider .testimonial-detail-wrapper .testimonial-nav-wrapper {
    width: 100%;
  }
  .block-testimonial-slider .testimonial-detail-wrapper .testimonial-nav-wrapper {
    margin-top: 3rem;
  }
}

.block-testimonial-slider .testimonial-nav-wrapper {
  display: flex;
}
.block-testimonial-slider .testimonial-nav-wrapper .testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-two);
  height: 55px;
  width: 80px;
  font-size: 1.6rem;
}
.block-testimonial-slider .testimonial-nav-wrapper .testimonial-nav-prev {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block-testimonial-slider .testimonial-nav-wrapper .testimonial-nav-next {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 768px) {
  .block-testimonial-slider .testimonial-nav-wrapper {
    position: static;
  }
}

.block-page-testimonial-slider .page-testimonial-slider {
  overflow: hidden;
}
.block-page-testimonial-slider .page-testimonial-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.block-page-testimonial-slider .page-testimonial-slider .testimonial-item {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 1%;
  background-color: var(--clr-nine);
  border-radius: 18px;
  padding: 5rem 0;
  box-sizing: border-box;
  min-height: 416px;
  display: flex;
  flex-direction: column;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .testimonial,
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .divider,
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .location {
  width: 100%;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .testimonial {
  font-family: var(--clr-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
  padding: 0 10rem;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .divider {
  background: url("../images/line-pattern-small.svg") repeat-x center center transparent;
  height: 20px;
  width: 100%;
  margin: 4.5rem 0;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .location {
  margin-top: auto;
  line-height: 2.3rem;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .location .location-inner {
  padding: 0 10rem;
}
.block-page-testimonial-slider .page-testimonial-slider .testimonial-item .location strong {
  font-weight: var(--font-weight-bold);
}
@media (max-width: 767px) {
  .block-page-testimonial-slider .page-testimonial-slider .testimonial-item {
    max-width: none;
    height: auto;
  }
  .block-page-testimonial-slider .page-testimonial-slider .testimonial-item .testimonial,
  .block-page-testimonial-slider .page-testimonial-slider .testimonial-item .location .location-inner {
    padding: 0 3rem;
  }
}

.block-page-testimonial-slider .page-testimonial-nav-wrapper {
  padding-top: 4rem;
  margin: 0 1%;
  display: flex;
}
.block-page-testimonial-slider .page-testimonial-nav-wrapper .page-testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-two);
  height: 55px;
  width: 80px;
  font-size: 1.6rem;
}
.block-page-testimonial-slider .page-testimonial-nav-wrapper .page-testimonial-nav-prev {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block-page-testimonial-slider .page-testimonial-nav-wrapper .page-testimonial-nav-next {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.block-page-gallery-feature {
  position: relative;
  overflow: hidden;
}
.block-page-gallery-feature .scrolling-message {
  position: static;
}

.block-page-gallery-feature .gallery-detail {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 3rem 0 0 0;
}
@media (max-width: 768px) {
  .block-page-gallery-feature .gallery-detail {
    width: 100%;
  }
}

.block-page-gallery-feature .gallery-nav-wrapper {
  display: flex;
  margin-left: auto;
  padding-left: 3rem;
}
.block-page-gallery-feature .gallery-nav-wrapper .gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-two);
  height: 68px;
  width: 80px;
  font-size: 1.6rem;
}
.block-page-gallery-feature .gallery-nav-wrapper .gallery-nav-prev {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block-page-gallery-feature .gallery-nav-wrapper .gallery-nav-next {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.block-page-gallery-feature .page-gallery-feature-slider .gallery-item {
  display: flex;
}
.block-page-gallery-feature .page-gallery-feature-slider .gallery-item .gallery-col {
  margin-right: 2%;
  overflow: hidden;
}
.block-page-gallery-feature .page-gallery-feature-slider .gallery-item .gallery-col img, .block-page-gallery-feature .page-gallery-feature-slider .gallery-item .gallery-col a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-page-gallery-feature .page-gallery-feature-slider .gallery-item .gallery-col:last-child {
  margin-right: 0;
}
.block-page-gallery-feature .page-gallery-feature-slider .gallery-item .col-large {
  width: 49%;
  margin-right: 2%;
  border-radius: 40px;
}
.block-page-gallery-feature .page-gallery-feature-slider .gallery-item .col-land {
  width: 23.5%;
  border-radius: 150px;
}

.block-brand .read-more {
  margin-top: 1.7rem;
  text-align: center;
}

.block-brand .block-intro {
  padding: 8rem 11rem 34rem 11rem;
  background-color: var(--clr-five);
  border-radius: 40px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.block-brand .block-intro .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  color: var(--clr-one);
  border-bottom: 5px solid var(--clr-two);
  margin: 0 0 4rem 0;
  padding: 0 0 1rem 0;
}
.block-brand .block-intro .intro {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.3rem;
}
@media (max-width: 768px) {
  .block-brand .block-intro {
    padding: 8rem 5rem 34rem 5rem;
  }
}
@media (max-width: 640px) {
  .block-brand .block-intro {
    padding: 8rem 3rem 34rem 3rem;
  }
}

.block-brand .brand-list {
  margin-top: -30rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-brand .brand-list .brand-item {
  max-width: 200px;
  width: 100%;
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.block-brand .brand-list .brand-item {
  background-color: var(--clr-fifteen);
  padding: 2.5rem 2rem;
  border-radius: 18px;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.block-brand .brand-list .brand-item img {
  height: 135px;
  width: auto;
  margin: 0 auto;
}
.block-brand .brand-list .brand-item.invisible {
  opacity: 0;
}
.block-brand .brand-list .brand-item.visible {
  animation-name: fadeInUp;
  opacity: 1;
}
.block-brand .brand-list .brand-item:nth-child(1) {
  animation-delay: 0.1s;
}
.block-brand .brand-list .brand-item:nth-child(2) {
  animation-delay: 0.2s;
}
.block-brand .brand-list .brand-item:nth-child(3) {
  animation-delay: 0.3s;
}
.block-brand .brand-list .brand-item:nth-child(4) {
  animation-delay: 0.4s;
}
.block-brand .brand-list .brand-item:nth-child(5) {
  animation-delay: 0.5s;
}
.block-brand .brand-list .brand-item:nth-child(6) {
  animation-delay: 0.6s;
}
.block-brand .brand-list .brand-item:nth-child(7) {
  animation-delay: 0.7s;
}
.block-brand .brand-list .brand-item:nth-child(8) {
  animation-delay: 0.8s;
}
.block-brand .brand-list .brand-item:nth-child(9) {
  animation-delay: 0.9s;
}

.block-image {
  position: relative;
  overflow: visible;
  background: url("../images/background-splat-pattern.svg") repeat-x center center transparent;
  display: flex;
  align-items: center;
}
.block-image.default-padding {
  margin: 4.5rem 0;
}
.block-image img {
  border-radius: 40px;
}
.block-image .image-wrapper {
  height: 535px;
  display: flex;
  align-items: center;
}
.block-image .image-wrapper.two-image .image-item {
  width: 49%;
  margin-right: 2%;
}
.block-image .image-wrapper.two-image .image-item:last-child {
  margin-right: 0;
}
.block-image .image-wrapper.three-image .image-item {
  width: 32%;
  margin-right: 2%;
}
.block-image .image-wrapper.three-image .image-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-image.default-padding {
    margin: 0;
  }
  .block-image .image-wrapper {
    flex-wrap: wrap;
  }
  .block-image .image-wrapper.two-image, .block-image .image-wrapper.three-image {
    height: auto;
  }
  .block-image .image-wrapper.two-image .image-item, .block-image .image-wrapper.three-image .image-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .block-image .image-wrapper.two-image .image-item:last-child, .block-image .image-wrapper.three-image .image-item:last-child {
    margin-bottom: 0;
  }
}

.block-offset .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.3rem;
  border-bottom: 5px solid var(--clr-two);
  padding: 0 0 1rem 0;
  margin: 0 0 10rem 0;
}
.block-offset .offset-wrapper {
  display: flex;
}
.block-offset .offset-wrapper .sidebar {
  width: 40.5%;
  margin-right: 2%;
}
.block-offset .offset-wrapper .content-column {
  width: 57.5%;
}
.block-offset .panel-sidebar-icon {
  color: var(--clr-two);
  font-size: 5.3rem;
}
.block-offset .sidebar-inner {
  position: sticky;
  top: 3rem;
}
@media (max-width: 767px) {
  .block-offset .offset-wrapper {
    flex-direction: column;
  }
  .block-offset .offset-wrapper .sidebar,
  .block-offset .offset-wrapper .content-column {
    width: 100%;
  }
  .block-offset .offset-wrapper .sidebar {
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .block-offset .sidebar-inner {
    position: static;
    top: auto;
  }
}

.block-offset .sidebar .panel-sidebar-quote {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.1rem;
  padding: 2.5rem 0;
}

.block-offset .sidebar .panel-sidebar-gallery {
  padding: 0;
}
.block-offset .sidebar .panel-sidebar-gallery ul li {
  margin-bottom: 3rem;
}
.block-offset .sidebar .panel-sidebar-gallery ul li:last-child {
  margin-bottom: 0;
}
.block-offset .sidebar .panel-sidebar-gallery img {
  width: 285px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .block-offset .sidebar .panel-sidebar-gallery {
    display: none;
  }
}

.block-breakout-feature {
  position: relative;
  overflow: hidden;
}
.block-breakout-feature.default-padding {
  margin: 4.5rem 0 0 0;
}
.block-breakout-feature .breakout-wrapper {
  position: relative;
  z-index: -1;
  background-color: var(--clr-five);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  margin: 0 0 -10rem 0;
}
.block-breakout-feature .breakout-inner {
  padding: 10rem 0;
  display: flex;
}
.block-breakout-feature .breakout-inner .content-column {
  width: 57.5%;
  margin-right: 2%;
}
.block-breakout-feature .breakout-inner .image-column {
  width: 40.5%;
  align-self: center;
}
.block-breakout-feature .scrolling-message {
  position: static;
}
.block-breakout-feature .block-title {
  font-family: var(--font-secondary);
  font-size: 5rem;
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .block-breakout-feature .breakout-inner {
    flex-direction: column;
  }
  .block-breakout-feature .breakout-inner .content-column,
  .block-breakout-feature .breakout-inner .image-column {
    margin-right: 0;
    width: 100%;
  }
  .block-breakout-feature .breakout-inner .content-column {
    margin-bottom: 4rem;
  }
}

.block-page-slideshow-feature .page-slideshow-slider .media-item {
  display: flex;
  align-items: center;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .gallery-col {
  margin-right: 2%;
  overflow: hidden;
  height: 285px;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .gallery-col img, .block-page-slideshow-feature .page-slideshow-slider .media-item .gallery-col a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .gallery-col:last-child {
  margin-right: 0;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .col-land {
  width: 66%;
  margin-right: 2%;
  border-radius: 150px;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .col-small {
  width: 32%;
}
.block-page-slideshow-feature .page-slideshow-slider .media-item .col-small img {
  max-width: 285px;
  max-height: 285px;
  height: auto;
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .block-page-slideshow-feature .page-slideshow-slider .media-item .col-land,
  .block-page-slideshow-feature .page-slideshow-slider .media-item .col-small {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .block-page-slideshow-feature .page-slideshow-slider .media-item .gallery-col {
    height: 150px;
  }
}

.block-post-detail .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 5rem;
  line-height: 5.7rem;
  color: var(--clr-one);
  text-align: center;
}
.block-post-detail .post-status {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin: 0 0 7rem 0;
}
.block-post-detail .post-detail {
  padding: 3rem 0;
}
.block-post-detail .post-thumbnail img {
  border-radius: 40px;
}

.block-post-detail .post-status .post-status-inner {
  display: flex;
  align-items: center;
}
.block-post-detail .post-status .post-status-inner .divider {
  margin: 0 1.5rem;
}
.block-post-detail .post-status .post-status-inner .date {
  display: flex;
  align-items: center;
}
.block-post-detail .post-status .post-status-inner .date .icon {
  margin-right: 1rem;
}
.block-post-detail .post-status .post-status-inner .date .the-date {
  font-size: 1.5rem;
}

.block-post-detail .post-detail {
  display: flex;
  align-items: center;
}
.block-post-detail .post-detail .post-nav {
  display: flex;
  margin-left: auto;
  padding-left: 3rem;
}
.block-post-detail .post-detail .post-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-two);
  height: 42px;
  width: 80px;
  font-size: 1.6rem;
}
.block-post-detail .post-detail .post-nav .prev-post a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block-post-detail .post-detail .post-nav .next-post a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 767px) {
  .block-post-detail .post-detail {
    align-items: flex-start;
    flex-direction: column;
  }
  .block-post-detail .post-detail .cat-post {
    margin-bottom: 4rem;
  }
}

.block-post-author {
  padding: 6rem 0 13rem 0;
}
.block-post-author .post-author-inner {
  display: flex;
  align-items: center;
  margin-left: 20rem;
  margin-right: 20rem;
}
.block-post-author .author-image img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 121px;
}
.block-post-author .author-label {
  font-weight: var(--font-weight-medium);
  font-size: 2.4rem;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .block-post-author .post-author-inner {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (max-width: 640px) {
  .block-post-author .post-author-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.block-contact .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 0 2rem 0;
}

.block-contact .contact-address {
  margin: 9rem 0 0 0;
  max-width: 100%;
  width: 100%;
}
.block-contact .contact-address .row {
  display: flex;
  margin: 0 0 4.5rem 0;
}
.block-contact .contact-address .contact-item {
  margin-right: 6rem;
}
.block-contact .contact-address .contact-item:last-child {
  margin-right: 0;
}
.block-contact .contact-address .contact-item:first-child {
  margin-left: 0;
}
@media (max-width: 640px) {
  .block-contact .contact-address .row {
    flex-direction: column;
  }
  .block-contact .contact-address .contact-item {
    margin-bottom: 4.5rem;
  }
  .block-contact .contact-address .contact-item:first-child, .block-contact .contact-address .contact-item:last-child {
    margin-left: 0;
  }
  .block-contact .contact-address .contact-item:last-child {
    margin-bottom: 0;
  }
}

.block-contact .contact-address .contact-item a {
  color: var(--clr-one);
}
.block-contact .contact-address .contact-item .label {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.block-contact .contact-address .contact-item .label-icon {
  color: var(--clr-two);
  margin: 0 0.5rem 0 0;
}
.block-contact .contact-address .contact-item .item {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
}

.block-contact-form .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.3rem;
  border-bottom: 5px solid var(--clr-two);
  padding: 0 0 1rem 0;
  margin: 0 0 2.5rem 0;
}
.block-contact-form .block-content {
  margin: 0 0 4rem 0;
}

.block-video .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
  margin: 0 0 2.5rem 0;
}
.block-video .block-content {
  margin: 0 0 4rem 0;
}

.block-brand-grid {
  overflow: hidden;
  position: relative;
}

.block-brand-grid .brand-grid .brand-item {
  margin-bottom: 4rem;
}
.block-brand-grid .brand-grid .brand-item:last-child {
  margin-bottom: 0;
}

.block-brand-grid .brand-grid .brand-item {
  border-radius: 18px;
  background-color: var(--clr-five);
  padding: 0 0 5rem 0;
}
.block-brand-grid .brand-grid .brand-item .icon {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-brand-grid .brand-grid .brand-item .icon img {
  max-width: 200px;
  height: auto;
}
.block-brand-grid .brand-grid .brand-item .brand-content,
.block-brand-grid .brand-grid .brand-item .read-more {
  padding: 0 5rem;
}
.block-brand-grid .brand-grid .brand-item .read-more {
  padding: 3rem 5rem 0 5rem;
  text-align: center;
}
.block-brand-grid .brand-grid .brand-item.colour-ffc200 .icon {
  background: url("../images/brand-pattern-yellow.svg") no-repeat right center transparent;
  background-size: contain;
}
.block-brand-grid .brand-grid .brand-item.colour-8d559d .icon {
  background: url("../images/brand-pattern-purple.svg") no-repeat right center transparent;
  background-size: contain;
}
.block-brand-grid .brand-grid .brand-item.colour-f05b5d .icon {
  background: url("../images/brand-pattern-red.svg") no-repeat right center transparent;
  background-size: contain;
}

.block-workshop .workshop-intro {
  padding-bottom: 3rem;
}
.block-workshop .workshop-intro .icon {
  margin: 0 0 5rem 0;
}
.block-workshop .workshop-intro .icon img {
  max-width: 165px !important;
  width: 100% !important;
  margin: 0 auto;
}

.block-workshop .workshop-wrapper .workshop {
  border-radius: 18px;
  overflow: hidden;
  margin: 3rem 0;
}
.block-workshop .workshop-wrapper .workshop .workshop-detail {
  background-color: var(--clr-five);
  display: flex;
  border-radius: 18px;
}
.block-workshop .workshop-wrapper .workshop .workshop-detail .workshop-col {
  width: 50%;
}
.block-workshop .workshop-wrapper .workshop .workshop-image img {
  border-radius: 18px;
}
.block-workshop .workshop-wrapper .workshop .workshop-expand {
  background-color: var(--clr-fifteen);
}
.block-workshop .workshop-wrapper .workshop .workshop-info {
  padding: 3rem;
}
.block-workshop .workshop-wrapper .workshop .workshop-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 2rem 0 0 0;
}
.block-workshop .workshop-wrapper .workshop .term {
  display: flex;
  align-items: center;
}
.block-workshop .workshop-wrapper .workshop .term .term-icon {
  margin-right: 1rem;
}
.block-workshop .workshop-wrapper .workshop .term .term-text {
  font-weight: var(--font-weight-bold);
}
.block-workshop .workshop-wrapper .workshop .button-group {
  display: inline-flex;
  flex-direction: column;
  margin: 5rem 0 0 0;
}
.block-workshop .workshop-wrapper .workshop .button-group a {
  margin-bottom: 1rem;
}
.block-workshop .workshop-wrapper .workshop .button-group a:last-child {
  margin-bottom: 0;
}
.block-workshop .workshop-wrapper .workshop .workshop-expand {
  padding: 6rem 10rem 3rem 10rem;
  display: none;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
@media (max-width: 767px) {
  .block-workshop .workshop-wrapper .workshop .workshop-detail {
    flex-direction: column;
  }
  .block-workshop .workshop-wrapper .workshop .workshop-detail .workshop-col {
    width: 100%;
  }
  .block-workshop .workshop-wrapper .workshop .workshop-expand {
    padding: 3rem 3rem 1.5rem 3rem;
  }
  .block-workshop .workshop-wrapper .workshop .button-group {
    display: flex;
  }
}

.block-team-grid {
  overflow: hidden;
  position: relative;
}

.block-team-grid .team-wrapper .team {
  border-radius: 18px;
  overflow: hidden;
  margin: 3rem 0;
}
.block-team-grid .team-wrapper .team .team-detail {
  background-color: var(--clr-five);
  display: flex;
  border-radius: 18px;
}
.block-team-grid .team-wrapper .team .team-detail .team-col {
  width: 30%;
}
.block-team-grid .team-wrapper .team .team-detail .team-col:last-child {
  width: 60%;
}
.block-team-grid .team-wrapper .team .team-intro {
  margin: 3rem 0 3rem 0;
}
.block-team-grid .team-wrapper .team .team-image {
  padding: 3rem;
}
.block-team-grid .team-wrapper .team .team-image img {
  border-radius: 50%;
}
.block-team-grid .team-wrapper .team .team-expand {
  background-color: var(--clr-fifteen);
}
.block-team-grid .team-wrapper .team .team-info {
  padding: 3rem;
}
.block-team-grid .team-wrapper .team .team-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 2rem 0 0 0;
}
.block-team-grid .team-wrapper .team .sub-title {
  color: var(--clr-two);
  font-size: 2.4rem;
  line-height: 4.4rem;
}
.block-team-grid .team-wrapper .team .button-group {
  display: inline-flex;
  flex-direction: column;
  margin: 5rem 0 0 0;
}
.block-team-grid .team-wrapper .team .button-group a {
  margin-bottom: 1rem;
}
.block-team-grid .team-wrapper .team .button-group a:last-child {
  margin-bottom: 0;
}
.block-team-grid .team-wrapper .team .team-expand {
  display: none;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.block-team-grid .team-wrapper .team .team-expand .team-detail {
  background-color: var(--clr-fifteen);
}
@media (max-width: 767px) {
  .block-team-grid .team-wrapper .team .team-detail {
    flex-direction: column;
  }
  .block-team-grid .team-wrapper .team .team-detail .team-col {
    width: 100%;
  }
  .block-team-grid .team-wrapper .team .team-detail .team-col:last-child {
    width: 100%;
  }
  .block-team-grid .team-wrapper .team .team-image {
    padding-bottom: 0;
  }
  .block-team-grid .team-wrapper .team .team-image img {
    max-width: 250px;
    margin: 0 auto;
  }
  .block-team-grid .team-wrapper .team .team-expand {
    padding: 3rem 3rem 1.5rem 3rem;
  }
  .block-team-grid .team-wrapper .team .button-group {
    display: flex;
  }
}

.block-workshop-feature {
  position: relative;
  overflow: hidden;
}
.block-workshop-feature .scrolling-message {
  position: static;
  margin-top: 8rem;
}

.block-workshop-feature .feature-detail {
  display: flex;
  position: relative;
}
.block-workshop-feature .feature-detail .feature-col {
  overflow: hidden;
}
.block-workshop-feature .feature-detail .feature-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
.block-workshop-feature .feature-detail .feature-info {
  width: 60%;
  background-color: var(--clr-nine);
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
}
.block-workshop-feature .feature-detail .feature-image {
  position: relative;
  z-index: 5;
  width: 40%;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
}
.block-workshop-feature .feature-detail .feature-image img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 954px) {
  .block-workshop-feature .feature-detail .feature-content {
    position: static;
    transform: none;
    background-color: var(--clr-nine);
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    padding: 5rem 8rem 5rem 8rem;
    width: 100%;
    max-width: none;
  }
  .block-workshop-feature .feature-detail .feature-info,
  .block-workshop-feature .feature-detail .feature-image {
    display: none;
  }
}
@media (max-width: 640px) {
  .block-workshop-feature .feature-detail .feature-content {
    border-radius: 0;
    justify-content: flex-start;
    padding: 4rem 3rem;
  }
}

.block-workshop-feature .feature-detail .feature-content .feature-content-inner {
  max-width: 540px;
  width: 100%;
}
.block-workshop-feature .feature-detail .feature-content .feature-content-inner .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.block-workshop-feature .feature-detail .feature-content .feature-content-inner .sub-title {
  margin-top: 0.5rem;
  font-weight: var(--font-weight-medium);
}
.block-workshop-feature .feature-detail .feature-content .feature-content-inner .content {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 4.5rem 0;
}
.block-workshop-feature .feature-detail .feature-content .feature-content-inner .button-group a {
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.block-workshop-feature .feature-detail .feature-content .feature-content-inner .button-group a:last-child {
  margin-right: 0;
}
@media (max-width: 954px) {
  .block-workshop-feature .feature-detail .feature-content .feature-content-inner {
    max-width: none;
    width: auto;
  }
  .block-workshop-feature .feature-detail .feature-content .feature-content-inner .content {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.block-newsletter {
  min-height: 333px;
}
.block-newsletter.default-padding {
  margin: 4.5rem 0;
}
.block-newsletter .newsletter-wrapper {
  background-color: var(--clr-fifteen);
  border-radius: 18px;
  display: flex;
}
.block-newsletter .newsletter-inner {
  padding: 3.5rem 7rem;
  width: 70%;
}
.block-newsletter .newsletter-icon {
  background-color: var(--clr-six);
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.block-newsletter .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: var(--clr-one);
  margin: 0 0 1.4rem 0;
}
@media (max-width: 768px) {
  .block-newsletter .newsletter-wrapper {
    flex-direction: column;
  }
  .block-newsletter .newsletter-wrapper .newsletter-icon,
  .block-newsletter .newsletter-wrapper .newsletter-inner {
    width: 100%;
  }
  .block-newsletter .newsletter-wrapper .newsletter-icon {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .block-newsletter .newsletter-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.block-newsletter .newsletter-form form,
.block-newsletter .gform_wrapper.gravity-theme form,
.block-newsletter .gform_wrapper form {
  display: flex;
  align-items: center;
}
.block-newsletter .newsletter-form form .gform-body,
.block-newsletter .newsletter-form form .gform_footer,
.block-newsletter .gform_wrapper.gravity-theme form .gform-body,
.block-newsletter .gform_wrapper.gravity-theme form .gform_footer,
.block-newsletter .gform_wrapper form .gform-body,
.block-newsletter .gform_wrapper form .gform_footer {
  width: 50%;
}
.block-newsletter .newsletter-form form .gform-body,
.block-newsletter .gform_wrapper.gravity-theme form .gform-body,
.block-newsletter .gform_wrapper form .gform-body {
  margin-right: 1rem;
}
.block-newsletter .newsletter-form textarea,
.block-newsletter .newsletter-form input:not(input[type=submit]),
.block-newsletter .gform_wrapper.gravity-theme textarea,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]),
.block-newsletter .gform_wrapper textarea,
.block-newsletter .gform_wrapper input:not(input[type=submit]) {
  border-radius: 50px;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-size: 1.5rem !important;
  padding: 1.5rem 2.5rem !important;
  border: 1px solid var(--clr-six);
  height: 50px !important;
}
.block-newsletter .newsletter-form textarea.placeholder,
.block-newsletter .newsletter-form input:not(input[type=submit]).placeholder,
.block-newsletter .gform_wrapper.gravity-theme textarea.placeholder,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]).placeholder,
.block-newsletter .gform_wrapper textarea.placeholder,
.block-newsletter .gform_wrapper input:not(input[type=submit]).placeholder {
  font-size: 1.5rem !important;
  opacity: 1;
}
.block-newsletter .newsletter-form textarea:-moz-placeholder,
.block-newsletter .newsletter-form input:not(input[type=submit]):-moz-placeholder,
.block-newsletter .gform_wrapper.gravity-theme textarea:-moz-placeholder,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]):-moz-placeholder,
.block-newsletter .gform_wrapper textarea:-moz-placeholder,
.block-newsletter .gform_wrapper input:not(input[type=submit]):-moz-placeholder {
  font-size: 1.5rem !important;
  opacity: 1;
}
.block-newsletter .newsletter-form textarea::-moz-placeholder,
.block-newsletter .newsletter-form input:not(input[type=submit])::-moz-placeholder,
.block-newsletter .gform_wrapper.gravity-theme textarea::-moz-placeholder,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit])::-moz-placeholder,
.block-newsletter .gform_wrapper textarea::-moz-placeholder,
.block-newsletter .gform_wrapper input:not(input[type=submit])::-moz-placeholder {
  font-size: 1.5rem !important;
  opacity: 1;
}
.block-newsletter .newsletter-form textarea:-ms-input-placeholder,
.block-newsletter .newsletter-form input:not(input[type=submit]):-ms-input-placeholder,
.block-newsletter .gform_wrapper.gravity-theme textarea:-ms-input-placeholder,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]):-ms-input-placeholder,
.block-newsletter .gform_wrapper textarea:-ms-input-placeholder,
.block-newsletter .gform_wrapper input:not(input[type=submit]):-ms-input-placeholder {
  font-size: 1.5rem !important;
  opacity: 1;
}
.block-newsletter .newsletter-form textarea::-webkit-input-placeholder,
.block-newsletter .newsletter-form input:not(input[type=submit])::-webkit-input-placeholder,
.block-newsletter .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
.block-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit])::-webkit-input-placeholder,
.block-newsletter .gform_wrapper textarea::-webkit-input-placeholder,
.block-newsletter .gform_wrapper input:not(input[type=submit])::-webkit-input-placeholder {
  font-size: 1.5rem !important;
  opacity: 1;
}
.block-newsletter .newsletter-form .btn,
.block-newsletter .gform_wrapper.gravity-theme .btn,
.block-newsletter .gform_wrapper .btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 50px !important;
  background-color: var(--clr-six);
  border-color: var(--clr-six);
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 7rem !important;
}
.block-newsletter .newsletter-form .btn:after,
.block-newsletter .gform_wrapper.gravity-theme .btn:after,
.block-newsletter .gform_wrapper .btn:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  font-family: "theme_fonts";
  content: "\e901";
  margin-left: 4rem;
}
.block-newsletter .newsletter-form.has-html-form .btn,
.block-newsletter .gform_wrapper.gravity-theme.has-html-form .btn,
.block-newsletter .gform_wrapper.has-html-form .btn {
  margin-left: 1rem;
}
.block-newsletter .newsletter-form .gform_footer,
.block-newsletter .gform_wrapper.gravity-theme .gform_footer,
.block-newsletter .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .block-newsletter .newsletter-form form,
  .block-newsletter .gform_wrapper.gravity-theme form,
  .block-newsletter .gform_wrapper form {
    flex-direction: column;
  }
  .block-newsletter .newsletter-form form .gform-body,
  .block-newsletter .newsletter-form form .gform_footer,
  .block-newsletter .gform_wrapper.gravity-theme form .gform-body,
  .block-newsletter .gform_wrapper.gravity-theme form .gform_footer,
  .block-newsletter .gform_wrapper form .gform-body,
  .block-newsletter .gform_wrapper form .gform_footer {
    width: 100%;
  }
  .block-newsletter .newsletter-form form .gform-body,
  .block-newsletter .gform_wrapper.gravity-theme form .gform-body,
  .block-newsletter .gform_wrapper form .gform-body {
    margin-right: 0;
  }
  .block-newsletter .newsletter-form .btn,
  .block-newsletter .gform_wrapper.gravity-theme .btn,
  .block-newsletter .gform_wrapper .btn {
    display: flex;
    width: 100%;
  }
}

.block-workshop-slider .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  border-bottom: 5px solid var(--clr-two);
  margin: 0 0 4rem 0;
}
.block-workshop-slider .workshop-slider-intro {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8rem;
}
.block-workshop-slider .workshop-slider-intro .workshop-intro {
  width: 40.5%;
  margin-right: 2%;
}
.block-workshop-slider .workshop-slider-intro .workshop-toolbar {
  display: flex;
  width: 57.5%;
}
.block-workshop-slider .workshop-slider-intro .workshop-toolbar .workshop-toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.block-workshop-slider .read-more {
  margin-right: 1.5rem;
}
.block-workshop-slider .read-more .btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 7rem !important;
  height: 55px;
}
@media (max-width: 768px) {
  .block-workshop-slider .workshop-slider-intro {
    flex-direction: column;
  }
  .block-workshop-slider .workshop-slider-intro .workshop-intro,
  .block-workshop-slider .workshop-slider-intro .workshop-toolbar {
    width: 100%;
    margin-right: 0;
  }
  .block-workshop-slider .workshop-slider-intro .workshop-toolbar .workshop-toolbar-inner {
    flex-direction: column;
  }
  .block-workshop-slider .read-more {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.block-workshop-slider .workshop-slider-intro .workshop-nav-wrapper {
  margin: 0 1%;
  display: flex;
}
.block-workshop-slider .workshop-slider-intro .workshop-nav-wrapper .workshop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-two);
  height: 55px;
  width: 80px;
  font-size: 1.6rem;
}
.block-workshop-slider .workshop-slider-intro .workshop-nav-wrapper .workshop-nav-prev {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block-workshop-slider .workshop-slider-intro .workshop-nav-wrapper .workshop-nav-next {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.block-workshop-slider .workshop-slider-wrapper .workshop-item {
  max-width: 495px;
  width: 100%;
  padding: 0 0 2.5rem 0;
  height: auto;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item.odd {
  margin-top: 8rem;
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 0 0.4rem 0;
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .terms {
  font-weight: var(--font-weight-bold);
  margin: 0 0 2.8rem 0;
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .body {
  width: 70%;
  font-weight: var(--font-weight-medium);
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .terms-school {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  font-weight: var(--font-weight-bold);
}
.block-workshop-slider .workshop-slider-wrapper .workshop-item .terms-school .term-icon {
  font-size: 2.8rem;
  color: var(--clr-two);
  margin-right: 1rem;
}

.block-big-feature .big-feature-inner {
  display: flex;
  align-items: center;
  background-color: var(--clr-five);
  border-radius: 18px;
}
.block-big-feature .title {
  width: 70%;
  font-family: var(--font-secondary);
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: var(--clr-one);
  padding: 6rem 8rem;
}
.block-big-feature .icon {
  width: 30%;
  background-color: var(--clr-two);
  border-radius: 18px;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .block-big-feature .big-feature-inner {
    flex-direction: column;
  }
  .block-big-feature .big-feature-inner .title,
  .block-big-feature .big-feature-inner .icon {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.block-big-feature.is-image-feature .big-feature-inner {
  height: 100%;
  align-items: normal;
}
.block-big-feature.is-image-feature .title {
  width: 40%;
  background-color: var(--clr-nine);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.block-big-feature.is-image-feature .icon {
  padding: 0;
  width: 60%;
  background: none;
  background: no-repeat right center transparent;
  background-size: cover;
  border-radius: 0 18px 18px 0;
}
.block-big-feature.is-image-feature .read-more {
  margin-top: 3.5rem;
}
.block-big-feature.is-image-feature .read-more .btn {
  height: 56px;
  line-height: 1.8rem;
}
@media (max-width: 954px) {
  .block-big-feature.is-image-feature .title {
    width: 50%;
  }
  .block-big-feature.is-image-feature .icon {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-big-feature.is-image-feature .title {
    width: 100%;
    border-radius: 18px;
  }
  .block-big-feature.is-image-feature .icon {
    display: none;
    background: none !important;
  }
}

.block-content-pattern .content-pattern-wrapper {
  background-color: var(--clr-five);
  border-radius: 22px;
}
.block-content-pattern .content-pattern-inner {
  display: flex;
  background: left bottom no-repeat transparent;
  background-size: contain;
}
.block-content-pattern .content {
  padding: 7rem 4rem 7rem 0;
}
.block-content-pattern .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: var(--clr-one);
  margin: 0 0 3rem 0;
}
.block-content-pattern .content-pattern-inner.image-left {
  background-position: left bottom;
}
.block-content-pattern .content-pattern-inner.image-left .content {
  padding-left: 50%;
}
.block-content-pattern .content-pattern-inner.image-right {
  background-position: right bottom;
}
.block-content-pattern .content-pattern-inner.image-right .content {
  padding-right: 50%;
  padding-left: 4rem;
}
@media (max-width: 954px) {
  .block-content-pattern .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .block-content-pattern .content-pattern-inner {
    background-image: none !important;
  }
  .block-content-pattern .content {
    padding: 2rem 3rem;
  }
  .block-content-pattern .content-pattern-inner.image-right .content,
  .block-content-pattern .content-pattern-inner.image-left .content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.block-quote .block-quote-wrapper {
  display: flex;
  align-items: center;
}
.block-quote .quote {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
}
.block-quote .icon {
  padding-right: 5rem;
}
@media (max-width: 640px) {
  .block-quote .block-quote-wrapper {
    flex-direction: column;
  }
  .block-quote .quote {
    text-align: center;
  }
  .block-quote .icon {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.block-scrolling-message .scrolling-message {
  position: static;
}

.block-stats .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  border-bottom: 5px solid var(--clr-two);
  padding: 0 0 1rem 0;
  margin: 0 0 10rem 0;
}
.block-stats .offset-wrapper {
  display: flex;
}
.block-stats .offset-wrapper .sidebar {
  width: 40.5%;
  margin-right: 2%;
}
.block-stats .offset-wrapper .content-column {
  width: 57.5%;
}
.block-stats .sidebar-inner {
  position: sticky;
  top: 3rem;
}
@media (max-width: 767px) {
  .block-stats .block-title {
    margin-bottom: 3rem;
  }
  .block-stats .offset-wrapper {
    flex-direction: column;
  }
  .block-stats .offset-wrapper .sidebar,
  .block-stats .offset-wrapper .content-column {
    width: 100%;
  }
  .block-stats .offset-wrapper .sidebar {
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .block-stats .sidebar-inner {
    position: static;
    top: auto;
  }
}

.block-stats .sidebar .panel-sidebar-gallery {
  padding: 4.5rem 0 0 0;
}
.block-stats .sidebar .panel-sidebar-gallery ul li {
  margin-bottom: 3rem;
}
.block-stats .sidebar .panel-sidebar-gallery ul li:last-child {
  margin-bottom: 0;
}
.block-stats .sidebar .panel-sidebar-gallery img {
  width: 285px;
  border-radius: 150px;
}
@media (max-width: 767px) {
  .block-stats .sidebar .panel-sidebar-gallery {
    display: none;
  }
}

.block-stats .stat-list .stat-item {
  background-color: var(--clr-five);
  padding: 3rem 1.5rem;
  border-radius: 18px;
  margin: 0 0 2.5rem 0;
}
.block-stats .stat-list .stat-item:last-child {
  margin-bottom: 0;
}
.block-stats .stat-list .stat-item .stat-item-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.block-stats .stat-list .stat-item .label {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
}
.block-stats .stat-list .stat-item .value {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 85%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 85%, 0 85%);
  width: 80px;
  height: 52px;
  margin-left: auto;
  margin-right: 3rem;
  background-color: var(--clr-nine);
  text-align: center;
  padding: 0.5rem 0 0 0;
  border-radius: 7px 7px 0 16px;
  overflow: hidden;
}

.block-stats .stat-list .stat-item .progressbar {
  position: relative;
  background-color: var(--clr-six);
  height: 18px;
  border-radius: 50px;
}
.block-stats .stat-list .stat-item .progressbar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: var(--clr-nine);
  transition: all 1s ease-in-out;
  border-radius: 50px;
}

.block-list .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  border-bottom: 5px solid var(--clr-two);
  padding: 0 0 1rem 0;
  margin: 0 0 10rem 0;
}
.block-list .offset-wrapper {
  display: flex;
}
.block-list .offset-wrapper .sidebar {
  width: 40.5%;
  margin-right: 2%;
}
.block-list .offset-wrapper .content-column {
  width: 57.5%;
}
.block-list .sidebar-inner {
  position: sticky;
  top: 3rem;
}
@media (max-width: 767px) {
  .block-list .block-title {
    margin-bottom: 3rem;
  }
  .block-list .offset-wrapper {
    flex-direction: column;
  }
  .block-list .offset-wrapper .sidebar,
  .block-list .offset-wrapper .content-column {
    width: 100%;
  }
  .block-list .offset-wrapper .sidebar {
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .block-list .sidebar-inner {
    position: static;
    top: auto;
  }
}

.block-list .sidebar .panel-sidebar-gallery {
  padding: 4.5rem 0 0 0;
}
.block-list .sidebar .panel-sidebar-gallery ul li {
  margin-bottom: 3rem;
}
.block-list .sidebar .panel-sidebar-gallery ul li:last-child {
  margin-bottom: 0;
}
.block-list .sidebar .panel-sidebar-gallery img {
  width: 285px;
  border-radius: 150px;
}
@media (max-width: 767px) {
  .block-list .sidebar .panel-sidebar-gallery {
    display: none;
  }
}

.block-list .list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.block-list .list .list-item:last-child {
  margin-bottom: 0;
}
.block-list .list .list-item .number {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 5rem;
  background-color: var(--clr-five);
  border-radius: 50px;
}
.block-list .list .list-item .list-item-inner {
  width: 70%;
  padding-left: 1.5rem;
}
.block-list .list .list-item .label {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--clr-one);
  margin: 0 0 1rem 0;
}

.block-testimonial-grid .block-intro {
  max-width: 585px;
  width: 100%;
}

.block-testimonial-grid .testimonial-grid .testimonial-item {
  background-color: var(--clr-five);
  border-radius: 18px;
  max-width: 810px;
  width: 100%;
  padding: 5rem 7rem;
  margin-bottom: 2.5rem;
}
.block-testimonial-grid .testimonial-grid .testimonial-item:last-child {
  margin-bottom: 0;
}
.block-testimonial-grid .testimonial-grid .testimonial-item.even {
  margin-left: auto;
}
.block-testimonial-grid .testimonial-grid .testimonial-item .title {
  font-family: var(--font-secondary);
  font-size: 3.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 4.4rem;
  color: var(--clr-one);
  margin: 0 0 0.5rem 0;
}
.block-testimonial-grid .testimonial-grid .testimonial-item .location {
  font-weight: var(--font-weight-bold);
}
.block-testimonial-grid .testimonial-grid .testimonial-item .testimonial-item-inner {
  display: flex;
  height: 100%;
  padding: 2rem 0 0 0;
}
.block-testimonial-grid .testimonial-grid .testimonial-item .body {
  flex-grow: 1;
  padding: 0 3rem 0 0;
  align-self: center;
}
.block-testimonial-grid .testimonial-grid .testimonial-item .image {
  background-color: var(--clr-fifteen);
  display: flex;
  align-items: center;
  border-radius: 7px;
  flex-grow: 3;
  padding: 4rem;
}
.block-testimonial-grid .testimonial-grid .testimonial-item .image img {
  max-width: 121px;
  border-radius: 7px;
}

.block-expandable-boxes .block-title {
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.4rem;
  border-bottom: 5px solid var(--clr-two);
  padding: 0 0 1rem 0;
  margin: 0 0 10rem 0;
}
.block-expandable-boxes .offset-wrapper {
  display: flex;
}
.block-expandable-boxes .offset-wrapper .sidebar {
  width: 40.5%;
  margin-right: 2%;
}
.block-expandable-boxes .offset-wrapper .content-column {
  width: 57.5%;
}
.block-expandable-boxes .panel-sidebar-icon {
  color: var(--clr-two);
  font-size: 5.3rem;
}
.block-expandable-boxes .sidebar-inner {
  position: sticky;
  top: 3rem;
}
@media (max-width: 767px) {
  .block-expandable-boxes .block-title {
    margin-bottom: 3rem;
  }
  .block-expandable-boxes .offset-wrapper {
    flex-direction: column;
  }
  .block-expandable-boxes .offset-wrapper .sidebar,
  .block-expandable-boxes .offset-wrapper .content-column {
    width: 100%;
  }
  .block-expandable-boxes .offset-wrapper .sidebar {
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .block-expandable-boxes .sidebar-inner {
    position: static;
    top: auto;
  }
}

.block-expandable-boxes .sidebar .panel-sidebar-quote {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.1rem;
  padding: 2.5rem 0;
}

.block-expandable-boxes .sidebar .panel-sidebar-gallery {
  padding: 4.5rem 0 0 0;
}
.block-expandable-boxes .sidebar .panel-sidebar-gallery ul li {
  margin-bottom: 3rem;
}
.block-expandable-boxes .sidebar .panel-sidebar-gallery ul li:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .sidebar .panel-sidebar-gallery img {
  width: 285px;
  border-radius: 150px;
}
@media (max-width: 767px) {
  .block-expandable-boxes .sidebar .panel-sidebar-gallery {
    display: none;
  }
}

.block-expandable-boxes .expandable-boxes .box-item {
  margin-bottom: 0.5rem;
}
.block-expandable-boxes .expandable-boxes .box-item:last-child {
  margin-bottom: 0;
}
.block-expandable-boxes .expandable-boxes .box-item .label {
  display: block;
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  background-color: var(--clr-five);
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}
.block-expandable-boxes .expandable-boxes .box-item .label:after {
  font-family: "theme_fonts" !important;
  content: "\e901";
  color: var(--clr-two);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.9rem;
  transition: transform 0.5s ease-in-out;
}
.block-expandable-boxes .expandable-boxes .box-item .label.box-open:after {
  transform: translateY(-50%) rotate(140deg);
}
.block-expandable-boxes .expandable-boxes .box-item .list-item-inner {
  display: none;
  background-color: var(--clr-fifteen);
  padding: 3rem;
  margin-top: -0.5rem;
}
