@charset "UTF-8";
/*!
Theme Name: STR Theme
Author: Image Conscious Studios
Author URI: https://www.icscreative.com/
Description: A custom theme for str
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: str
*/
/*--------------------------------------------------------------
 Base
--------------------------------------------------------------*/
/*

Variables

*/
/*


Mixins


*/
/*

 Typography Mixins

*/
/*
 * Icons
 */
/* 
 * Layout 
 */
/* 

 Browser Reset: Modified from normalize.css v8.0.1 | github.com/necolas/normalize.css 

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

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

/* 

 Base Styles. Mostly modified from _s

 */
html {
  font-size: 17px;
  scroll-padding-top: 95px;
}
@media screen and (min-width: 1040px) {
  html {
    scroll-padding-top: 145px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: white;
}

#page {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* 
 * Wordpress base  
 */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* 
 * Alignments
 */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* 
 * Slide / Fade in Effects
 */
.slide-in.slide-in-left .content-row-slide {
  margin-left: 200px;
}
.slide-in.slide-in-left.on-screen .content-row-slide {
  margin-left: unset;
}
.slide-in.slide-in-right .content-row-slide {
  margin-right: 200px;
}
.slide-in.slide-in-right.on-screen .content-row-slide {
  margin-right: unset;
}
.slide-in.slide-in-bottom .content-row-slide {
  margin-top: 200px;
}
.slide-in.slide-in-bottom.on-screen .content-row-slide {
  margin-top: unset;
}
.slide-in .content-row-slide {
  width: 100%;
  opacity: 0;
  transition: margin 700ms ease, opacity 700ms ease;
}
.slide-in.on-screen .content-row-slide {
  opacity: 1;
}
.slide-in.delay-500 .content-row-slide {
  transition: margin 500ms ease, opacity 500ms ease;
}
.slide-in.delay-1000 .content-row-slide {
  transition: margin 1000ms ease, opacity 1000ms ease;
}
.slide-in.delay-1500 .content-row-slide {
  transition: margin 1500ms ease, opacity 1500ms ease;
}
.slide-in.delay-2000 .content-row-slide {
  transition: margin 2000ms ease, opacity 2000ms ease;
}

.fade-in, .FADE-in {
  width: 100%;
  opacity: 0;
  transition: opacity 500ms ease;
}
.fade-in.on-screen, .FADE-in.on-screen {
  opacity: 1;
}
.fade-in.delay-500, .FADE-in.delay-500 {
  transition: opacity 500ms ease;
}
.fade-in.delay-1000, .FADE-in.delay-1000 {
  transition: opacity 1000ms ease;
}
.fade-in.delay-1500, .FADE-in.delay-1500 {
  transition: opacity 1500ms ease;
}
.fade-in.delay-2000, .FADE-in.delay-2000 {
  transition: opacity 2000ms ease;
}

/* 
 * Visibility classes
 */
.show-for-desktop {
  display: block;
}

.show-for-mobile {
  display: none;
}

@media screen and (max-width: 1040px) {
  .show-for-desktop {
    display: none;
  }
  .show-for-mobile {
    display: block;
  }
}
/* 
 * Table fixes
 */
.entry-content .wptb-table-container .wptb-image-wrapper > a {
  text-decoration: none;
  background: none;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
/*

Font Styles

*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Rubik", sans-serif;
  color: #494D50;
}

b, strong {
  font-weight: 500;
}

a, a:visited, a:hover, a:focus, a:active {
  color: inherit;
}

a[href^="mailto:"] {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

::selection {
  background-color: rgba(134, 135, 136, 0.5);
}

.entry-content a:not([class]),
.event-content a:not([class]) {
  text-decoration: none;
  position: relative;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%) no-repeat bottom center/100% 2px;
  padding-bottom: 2px;
  color: #494D50;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0.58em;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 400;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0;
}
h1.has-pink-blue-gradient-background, h2.has-pink-blue-gradient-background, h3.has-pink-blue-gradient-background, h4.has-pink-blue-gradient-background, h5.has-pink-blue-gradient-background, h6.has-pink-blue-gradient-background {
  color: transparent;
  background: linear-gradient(135deg, rgb(25, 167, 217) 20%, rgb(86, 154, 205) 30%, rgb(121, 138, 192) 40%, rgb(152, 117, 177) 60%, rgb(173, 105, 168) 80%);
  background-clip: text;
}

h1, h1.has-large-font-size,
h2, h2.has-large-font-size,
h1.has-medium-font-size {
  font-size: 44px;
  line-height: 1.1363636364;
}
@media screen and (min-width: 768px) {
  h1, h1.has-large-font-size,
  h2, h2.has-large-font-size,
  h1.has-medium-font-size {
    font-size: 72px;
    line-height: 1.1111111111;
    letter-spacing: -0.0173611111em;
  }
}

h4, h4.has-large-font-size,
h2.has-medium-font-size,
h1.has-small-font-size {
  font-size: 34px;
  line-height: 1.1764705882;
}
@media screen and (min-width: 768px) {
  h4, h4.has-large-font-size,
  h2.has-medium-font-size,
  h1.has-small-font-size {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}

h5, h5.has-large-font-size,
h4.has-medium-font-size,
h2.has-small-font-size {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.543em;
}
@media screen and (min-width: 768px) {
  h5, h5.has-large-font-size,
  h4.has-medium-font-size,
  h2.has-small-font-size {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

h6, h6.has-large-font-size,
h4.has-small-font-size,
h5.has-medium-font-size {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  h6, h6.has-large-font-size,
  h4.has-small-font-size,
  h5.has-medium-font-size {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

h3, h3.has-large-font-size,
.has-accent-font-size,
.single .has-accent-font-size {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
}
@media screen and (min-width: 768px) {
  h3, h3.has-large-font-size,
  .has-accent-font-size,
  .single .has-accent-font-size {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

h3.has-icon {
  display: flex;
  align-items: center;
  position: relative;
}

h3.has-icon:before, h3.has-icon:after {
  content: "";
  position: absolute;
  left: -17px;
}
@media screen and (min-width: 768px) {
  h3.has-icon:before, h3.has-icon:after {
    left: -30px;
  }
}

h3.has-icon:before {
  height: 2px;
  width: calc(4.4444% - 8px);
  margin-left: calc(-4.4444% + 8px);
  background-image: linear-gradient(90deg, rgba(0, 171, 223, 0) 0%, rgba(0, 171, 223, 0.17) 16%, rgba(0, 171, 223, 0.4) 36%, #00ABDF 55%, #EB2A99 84%);
}
@media screen and (min-width: 545px) {
  h3.has-icon:before {
    width: calc((100vw - (500px - 8px)) / 2);
    margin-left: calc((100vw - (500px - 8px)) / -2);
  }
}
@media screen and (min-width: 768px) {
  h3.has-icon:before {
    width: calc(9.0278% - 8px);
    margin-left: calc(-9.0278% + 8px);
  }
}
@media screen and (min-width: 1440px) {
  h3.has-icon:before {
    width: calc((100vw - ( 1180px - 8px )) / 2);
    margin-left: calc((100vw - ( 1180px - 8px )) / -2);
  }
}

h3.has-icon:after {
  background: #D94296;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

/* Body text */
p:empty {
  display: none;
}

p,
ul, ol,
table,
figcaption {
  color: #868788;
}

p.has-small-font-size,
:where(ul, ol).has-small-font-size li {
  font-size: 14px;
  line-height: 1.5714285714;
  color: #494D50;
}

p,
p.has-medium-font-size,
:where(ul, ol).has-medium-font-size li {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 1.4285714286em;
}
@media screen and (min-width: 768px) {
  p,
  p.has-medium-font-size,
  :where(ul, ol).has-medium-font-size li {
    font-size: 17px;
    line-height: 1.6470588235;
    margin-bottom: 1.5714285714em;
  }
}

p.has-large-font-size,
:where(ul, ol).has-large-font-size li {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  p.has-large-font-size,
  :where(ul, ol).has-large-font-size li {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
p.has-large-font-size b, p.has-large-font-size strong,
:where(ul, ol).has-large-font-size li b,
:where(ul, ol).has-large-font-size li strong {
  font-weight: 400;
  color: #494D50;
}

.entry-content li {
  margin-bottom: 10px;
}

.entry-content ul {
  padding-left: 0;
}
.entry-content ul li {
  padding-left: 36px;
}

.entry-content ol {
  padding-left: 18px;
}
.entry-content ol li {
  padding-left: 20px;
}

.entry-content ul {
  list-style-type: none;
}
.entry-content ul li {
  position: relative;
}
.entry-content ul li:before {
  content: "•";
  position: absolute;
  font-size: 85%;
  margin-top: 0.1em;
  left: 11px;
}

blockquote {
  max-width: 680px;
}

blockquote p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  blockquote p {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
blockquote p b, blockquote p strong {
  font-weight: 400;
  color: #494D50;
}

blockquote cite {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  blockquote cite {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

@media screen and (min-width: 768px) {
  blockquote p {
    margin-bottom: 28px;
  }
}
/*--------------------------------------------------------------
 General
--------------------------------------------------------------*/
/*

General Global Styles

*/
.wrapper,
.block-wrapper {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
}
@media screen and (min-width: 768px) {
  .wrapper,
  .block-wrapper {
    max-width: 1180px;
    width: 81.9444%;
  }
}

.block-wrapper {
  z-index: 1;
}

.wp-block-image {
  max-width: 978px;
}

.wp-block-image {
  overflow: auto;
}

.wp-block-image img {
  display: block;
}

.wp-block-image figcaption {
  background-image: linear-gradient(108deg, rgba(255, 255, 255, 0.35) 43%, rgba(255, 255, 255, 0.78) 75%, rgba(255, 255, 255, 0.78) 100%);
  border: 1px solid #EAEAEA;
  box-shadow: 10px 14px 19px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 11px;
  max-width: 465px;
  line-height: 1.3636363636;
  padding: 9px 10px;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #494D50;
}
@media screen and (min-width: 768px) {
  .wp-block-image figcaption {
    font-size: 15px;
    line-height: 1.4666666667;
    padding: 10px 18px;
    margin-top: 25px;
    margin-bottom: 45px;
    max-width: 550px;
  }
}

.wp-block-image[class*=figure-] figure {
  position: relative;
}
.wp-block-image[class*=figure-] figure figcaption {
  display: block;
  position: absolute;
  margin: 0;
  max-width: 210px;
}
@media screen and (min-width: 768px) {
  .wp-block-image[class*=figure-] figure figcaption {
    max-width: 300px;
  }
}

.wp-block-image[class*=figure-] figure {
  text-align: left;
}

.figure-b-right figcaption,
.figure-b-left figcaption {
  bottom: 22%;
}

.figure-t-left figcaption,
.figure-t-right figcaption {
  top: 22%;
}

.figure-b-right figcaption,
.figure-t-right figcaption {
  right: -10%;
}

.figure-b-left figcaption,
.figure-t-left figcaption {
  left: -10%;
}

.wp-block-image[class*=beneath-] figcaption {
  display: inline-block;
}

.beneath-right figure {
  text-align: right;
}

.beneath-center figure {
  text-align: center;
}

.wp-block-image.is-style-rounded {
  overflow: visible;
}

.wp-block-image.is-style-rounded img {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  background: white;
}

.wp-block-image.has-dropshadow {
  margin-top: 0;
  margin-bottom: 26px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .wp-block-image.has-dropshadow {
    margin-bottom: 33px;
  }
}

.wp-block-image.has-dropshadow img {
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
  border-radius: 11px;
}

.fill-charcoal-bttm {
  background: linear-gradient(to bottom, transparent 60%, #494D50 60%);
}

.fill-charcoal-top {
  background: linear-gradient(to top, transparent 60%, #494D50 60%);
}

.fill-blue-top {
  background: linear-gradient(to top, transparent 60%, rgba(80, 163, 255, 0.14) 60%);
}

.fill-blue-bttm {
  background: linear-gradient(to bottom, transparent 60%, rgba(80, 163, 255, 0.14) 60%);
}

/*

Core: Embed

*/
.is-type-video {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .is-type-video {
    max-width: 1180px;
    width: 81.9444%;
  }
}
@media screen and (min-width: 880px) {
  .is-type-video {
    margin-top: 63px;
  }
}

.is-type-video iframe {
  display: block;
  overflow: hidden;
  border-radius: 3.25px;
  box-shadow: 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
}
@media screen and (min-width: 880px) {
  .is-type-video iframe {
    border-radius: 11px;
  }
}

.has-dark-grey-background-color .is-type-video iframe {
  box-shadow: 20px 45px 60px 0 rgba(0, 0, 0, 0.28);
}

.wp-block-embed-vimeo[data-background]:not(.wp-has-aspect-ratio) iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-block-embed-vimeo[data-background]:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}

/*

Core: Cover

*/
.wp-block-cover {
  padding: 0;
}

.wp-block-cover__inner-container {
  padding: 50px 0;
  position: relative;
}

.wp-block-cover__inner-container *:first-child {
  margin-top: 0;
}

.wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}

.wp-block-cover__inner-container .asymmetric-columns:first-child {
  padding-top: 35px;
}
.wp-block-cover__inner-container .asymmetric-columns:last-child {
  padding-bottom: 0;
}

.wp-block-cover.has-white-background-color .wp-block-cover__inner-container {
  color: #494D50;
}
.wp-block-cover.has-white-background-color .wp-block-cover__inner-container h3, .wp-block-cover.has-white-background-color .wp-block-cover__inner-container .has-accent-font-size {
  color: #00A9DA;
}
.wp-block-cover.has-white-background-color .wp-block-cover__inner-container p:not(.has-small-font-size) {
  color: #868788;
}

.wp-block-cover .wp-block-embed.is-type-video {
  min-height: 0;
  min-width: 0;
}

.has-dark-grey-background-color .wp-block-cover__inner-container {
  padding-top: 14px;
  margin-top: 36px;
}
.has-dark-grey-background-color .wp-block-cover__inner-container:before, .has-dark-grey-background-color .wp-block-cover__inner-container:after {
  content: "";
  background-color: #3E4143;
  position: absolute;
  display: inline-block;
  height: 36px;
  top: -35px;
}
.has-dark-grey-background-color .wp-block-cover__inner-container:before {
  width: 48px;
  right: 0;
  clip-path: url(#notch);
}
.has-dark-grey-background-color .wp-block-cover__inner-container:after {
  width: calc(100% - 47px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .has-dark-grey-background-color .asymmetric-columns__inner {
    padding-left: 8.8414634146%;
    padding-right: 8.8414634146%;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-cover__inner-container {
    padding: 92px 0;
  }
  .has-dark-grey-background-color .wp-block-cover__inner-container {
    padding-top: 42px;
    margin-top: 50px;
  }
  .has-dark-grey-background-color .wp-block-cover__inner-container:before, .has-dark-grey-background-color .wp-block-cover__inner-container:after {
    height: 50px;
    top: -49px;
  }
  .has-dark-grey-background-color .wp-block-cover__inner-container:before {
    width: 66px;
  }
  .has-dark-grey-background-color .wp-block-cover__inner-container:after {
    width: calc(100% - 65px);
  }
  .wp-block-cover__inner-container .asymmetric-columns:first-child {
    padding-top: 50px;
  }
}
/*

Core: Social Links 

*/
.wp-block-social-links.has-icon-background-color {
  font-size: 22px;
  gap: 1.05em;
}

.has-icon-background-color .wp-social-link {
  box-shadow: 7px 7px 21px 0 rgba(172, 175, 185, 0.41);
}

@media screen and (min-width: 768px) {
  .wp-block-social-links.has-icon-background-color {
    font-size: 30px;
  }
}
/*

Buttons

*/
.wp-block-buttons {
  align-items: center;
  column-gap: 15px;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 1rem;
}

input[type=button],
input[type=submit],
.entry-content button,
.wp-block-button__link,
.single-tribe_events .button {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1345454545em;
  text-transform: uppercase;
  border: 2px solid #00A9DA;
  background-color: white;
  background-image: linear-gradient(90deg, #00A9DA 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 9999px;
  min-width: 166px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  transition-duration: 0.3s;
  transition-property: box-shadow, color, background-size;
  padding: 12px 18px 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  input[type=button],
  input[type=submit],
  .entry-content button,
  .wp-block-button__link,
  .single-tribe_events .button {
    font-size: 0.7941176471rem;
    letter-spacing: 0.1111111111em;
  }
}
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.entry-content button:hover,
.entry-content button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.single-tribe_events .button:hover,
.single-tribe_events .button:focus {
  color: #00A9DA;
  background-size: 0% 100%;
}
input[type=button]:disabled, input[type=button].disabled,
input[type=submit]:disabled,
input[type=submit].disabled,
.entry-content button:disabled,
.entry-content button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.single-tribe_events .button:disabled,
.single-tribe_events .button.disabled {
  background: rgba(134, 135, 136, 0.2);
  border-radius: 9999px;
  color: #868788;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  input[type=button],
  input[type=submit],
  .entry-content button,
  .wp-block-button__link,
  .single-tribe_events .button {
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.18);
    min-width: 175px;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

input[type=submit] {
  font-family: inherit;
  color: #fff;
}

.single-tribe_events .button {
  color: white;
  text-align: center;
}

.is-style-outline > .wp-block-button__link,
.entry-content button,
.single-tribe_events .button.outline {
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-width: 162px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left, center, right;
  background-image: url("img/grad-button.svg#left"), url("img/grad-button.svg#center"), url("img/grad-button.svg#right");
  background-size: 23px 100%, calc(100% - 44px) 100%, 23px 100%;
  padding: 14px 20px 13px;
  z-index: 0;
}
.is-style-outline > .wp-block-button__link:after,
.entry-content button:after,
.single-tribe_events .button.outline:after {
  content: "";
  position: absolute;
  height: 97%;
  top: 1.5%;
  left: 0;
  right: 0;
  opacity: 0;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 9999px;
  z-index: -1;
  transition: 0.4s;
}
.is-style-outline > .wp-block-button__link:hover:after, .is-style-outline > .wp-block-button__link:focus:after,
.entry-content button:hover:after,
.entry-content button:focus:after,
.single-tribe_events .button.outline:hover:after,
.single-tribe_events .button.outline:focus:after {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .is-style-outline > .wp-block-button__link,
  .entry-content button,
  .single-tribe_events .button.outline {
    background-size: 28px 100%, calc(100% - 54px) 100%, 28px 100%;
    padding-top: 20px;
    padding-bottom: 21px;
  }
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: none;
  padding-top: 20px;
  padding-bottom: 21px;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.entry-content button,
.single-tribe_events .button.outline {
  color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):focus,
.entry-content button:hover,
.entry-content button:focus,
.single-tribe_events .button.outline:hover,
.single-tribe_events .button.outline:focus {
  background-size: 23px 100%, calc(100% - 44px) 100%, 23px 100%;
  color: white;
}
@media screen and (min-width: 768px) {
  .is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
  .wp-block-button__link.is-style-outline:not(.has-text-color):hover,
  .wp-block-button__link.is-style-outline:not(.has-text-color):focus,
  .entry-content button:hover,
  .entry-content button:focus,
  .single-tribe_events .button.outline:hover,
  .single-tribe_events .button.outline:focus {
    background-size: 28px 100%, calc(100% - 54px) 100%, 28px 100%;
  }
}

.entry-content button {
  font-family: inherit;
}

.is-style-button-underline .wp-block-button__link,
button.is-style-button-underline,
.single-tribe_events .button.underline {
  padding: 0 0 0.2272727273em;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: currentColor;
  cursor: pointer;
  min-width: 0;
}
.is-style-button-underline .wp-block-button__link:after,
button.is-style-button-underline:after,
.single-tribe_events .button.underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: unset;
  height: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 0.07em;
  transition-duration: inherit;
}
.is-style-button-underline .wp-block-button__link:hover:after, .is-style-button-underline .wp-block-button__link:focus:after,
button.is-style-button-underline:hover:after,
button.is-style-button-underline:focus:after,
.single-tribe_events .button.underline:hover:after,
.single-tribe_events .button.underline:focus:after {
  left: 32.2580645161%;
  right: 32.2580645161%;
}
@media screen and (min-width: 768px) {
  .is-style-button-underline .wp-block-button__link,
  button.is-style-button-underline,
  .single-tribe_events .button.underline {
    font-size: 12.5px;
    letter-spacing: 0.1112em;
    line-height: 1.28;
    padding-bottom: 0.3181818182em;
  }
}

button.is-style-button-underline:after,
.single-tribe_events .button.underline:after {
  opacity: 1;
}
button.is-style-button-underline:hover, button.is-style-button-underline:focus,
.single-tribe_events .button.underline:hover,
.single-tribe_events .button.underline:focus {
  color: currentColor;
}

/*

Forms

*/
::placeholder {
  color: currentColor;
  opacity: unset;
}

input[type=text],
input[type=email],
input[type=search],
textarea,
select,
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select,
.gform_wrapper.gf_browser_chrome .gform_body select,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.hs-form .hs-form-field > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  border-radius: 11px;
  background: white;
  border: none;
  padding: 10px 15px;
  transition: box-shadow 0.3s;
  color: #494D50;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=search],
  textarea,
  select,
  .gform_wrapper .gform_body textarea,
  .gform_wrapper .gform_body select,
  .gform_wrapper.gf_browser_chrome .gform_body select,
  .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .hs-form .hs-form-field > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    font-size: 15px;
    line-height: 1.4666666667;
    padding: 14px 16px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus,
select:focus,
.gform_wrapper .gform_body textarea:focus,
.gform_wrapper .gform_body select:focus,
.gform_wrapper.gf_browser_chrome .gform_body select:focus,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.hs-form .hs-form-field > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus {
  outline: none;
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
}

.gform_wrapper form .gform_footer,
.gform_wrapper form .gform_page_footer {
  margin-top: 0;
}

body .gform_wrapper .gform_body .top_label div.ginput_container,
body .gform_wrapper .gform_body ul li.gfield {
  margin: 0;
}

.gform_wrapper .gform_body .top_label input.medium,
.gform_wrapper .gform_body .top_label select.medium {
  width: 100%;
}

input[type=search] {
  padding-right: 3.2727272727em;
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.54590339,0 C10.160199,0 13.0909091,2.9307101 13.0909091,6.54590339 C13.0909091,8.09114571 12.5552127,9.51143733 11.6594286,10.6311696 L15.7907413,14.7897975 C16.0697529,15.0709086 16.0697529,15.5275122 15.7907413,15.8086232 C15.5115007,16.0897343 15.005019,16.0364639 14.7786944,15.8086232 L10.6451381,11.6482226 C9.52326037,12.5507433 8.09757847,13.0909091 6.54590339,13.0909091 C2.9307101,13.0909091 0,10.160199 0,6.54590339 C0,2.9307101 2.9307101,0 6.54590339,0 Z M6.54590339,1.40262946 C3.70563483,1.40262946 1.40262946,3.70563483 1.40262946,6.54590339 C1.40262946,9.38617194 3.70563483,11.6882796 6.54590339,11.6882796 C9.38617194,11.6882796 11.6882796,9.38617194 11.6882796,6.54590339 C11.6882796,3.70563483 9.38617194,1.40262946 6.54590339,1.40262946 Z"></path></svg>');
  background-size: 1.2727272727em;
  background-repeat: no-repeat;
  background-position: center right 1.0909090909em;
}

label,
.gform_wrapper .gform_body label.gfield_label {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1345454545em;
  text-transform: uppercase;
  color: #00A9DA;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  label,
  .gform_wrapper .gform_body label.gfield_label {
    font-size: 0.7941176471rem;
    letter-spacing: 0.1111111111em;
  }
}
@media screen and (min-width: 768px) {
  label,
  .gform_wrapper .gform_body label.gfield_label {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
    margin-bottom: 8px;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.input-group input,
.input-group select {
  width: 100%;
}
.input-group .col .wrap {
  position: relative;
  max-width: 216px;
  margin: 0 auto 22px;
}
.input-group.loading input,
.input-group.loading select {
  pointer-events: none;
}
.input-group.loading .col .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 2px solid #DEE5EB;
  display: block;
  height: 100%;
  background: linear-gradient(-45deg, #F7FCFF, #E3EDF8, #F7FCFF, #E3EDF8);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
}
.input-group.loading + .button-cont .load-more {
  display: none;
}
.input-group .search-head {
  width: 100%;
}
.input-group .search-head h2 {
  width: 100%;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 880px) {
  .input-group .search-head {
    margin-top: 106px;
  }
  .input-group .search-head h2 {
    font-size: 25px;
    margin-top: 25px;
  }
}
@media (min-width: 880px) {
  .input-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .input-group .col {
    flex-basis: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .input-group .col .wrap {
    max-width: none;
    margin: 0;
  }
}

select,
.gform_wrapper .gform_body select,
.gform_wrapper.gf_browser_chrome .gform_body select {
  appearance: none;
  background-size: 1em;
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M13.7356679,3.37555217 L8.00009219,9.10939019 L2.26451643,3.37555217 C1.73969858,2.8684279 0.906730217,2.87592898 0.391948905,3.39183015 C-0.124115031,3.90648756 -0.131618384,4.7391715 0.375665988,5.26383034 L7.05557398,11.9417145 C7.57664015,12.463873 8.42336466,12.463873 8.94443083,11.9417145 L15.6243388,5.26383034 C16.1316168,4.7391715 16.1241134,3.9064555 15.6080559,3.39183015 C15.0932425,2.87592257 14.2603062,2.86842149 13.7354884,3.37555217 L13.7356679,3.37555217 Z"></path></svg>');
  background-size: 1.0909090909em;
  background-repeat: no-repeat;
  background-position: center right 1.2727272727em;
  padding-right: 3.2727272727em;
  background-repeat: no-repeat;
}

.hs-form-field {
  margin-bottom: 22px;
}
.hs-form-field input {
  max-width: 100%;
}

.hs-button {
  margin-top: 9px;
}

.hs-error-msgs {
  padding: 0;
  color: #DC3737;
}

.hs-error-msgs li {
  list-style-type: none;
  padding: 0;
}
.hs-error-msgs li:before {
  content: none;
}

.hs-error-msgs label {
  list-style-type: none;
  background: rgba(255, 230, 230, 0.8);
  border: 1px solid #DC3737;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  box-shadow: 10px 14px 19px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.3636363636;
  padding: 9px 10px;
  margin-top: 15px;
  max-width: 210px;
  display: inline-block;
  backdrop-filter: blur(10px);
}
.hs-error-msgs label b, .hs-error-msgs label strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hs-error-msgs label {
    font-size: 15px;
    line-height: 1.4666666667;
    padding: 10px 18px;
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .hs-form-field {
    margin-bottom: 18px;
  }
  .hs-button {
    margin-top: 4px;
  }
}
[data-zi-mapped-form] .hs-firstname,
[data-zi-mapped-form] .hs-lastname,
[data-zi-mapped-form] .hs-company,
[data-zi-mapped-form] .hs-jobtitle,
[data-zi-mapped-form] .hs-country,
[data-zi-mapped-form] .hs-state {
  display: none;
}
[data-zi-mapped-form] .hs-firstname[data-zi-field-enriched=false],
[data-zi-mapped-form] .hs-lastname[data-zi-field-enriched=false],
[data-zi-mapped-form] .hs-company[data-zi-field-enriched=false],
[data-zi-mapped-form] .hs-jobtitle[data-zi-field-enriched=false],
[data-zi-mapped-form] .hs-country[data-zi-field-enriched=false],
[data-zi-mapped-form] .hs-state[data-zi-field-enriched=false] {
  display: block;
}
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-firstname,
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-lastname,
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-company,
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-jobtitle,
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-country,
[data-zi-mapped-form] fieldset[data-zi-field-enriched=false] .hs-state {
  display: block;
}

.bg-light-grey {
  background-color: #F7F8F9;
}

.bg-top-15-light-grey {
  background: linear-gradient(to bottom, #F7F8F9 15%, transparent 15%);
}

.bg-top-25-light-grey-blur {
  background: linear-gradient(to bottom, #F7F8F9 23%, rgba(255, 255, 255, 0) 24%);
}

[class*=bg-light-blue] {
  background: rgba(0, 169, 218, 0.05);
}

.grad-grey-white {
  background: linear-gradient(3deg, #E3EAF2 2%, #FFFFFF 61%);
}

.degree-35-lg-grad {
  background: linear-gradient(-12deg, #f7f8f9 31%, transparent 31%);
}
@media screen and (min-width: 768px) {
  .degree-35-lg-grad {
    background: linear-gradient(-17deg, #f7f8f9 50%, transparent 50%);
  }
}

.degree-15-lg-grad-blur {
  background: linear-gradient(-12deg, #f7f8f9 31%, rgba(255, 255, 255, 0) 31%);
}
@media screen and (min-width: 768px) {
  .degree-15-lg-grad-blur {
    background: linear-gradient(-12deg, #f7f8f9 50%, rgba(255, 255, 255, 0) 53%);
  }
}

[class*=bg-grey] {
  background-color: #eff1f3;
}

.bg-grey-notch {
  padding-top: 0 !important;
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bg-grey-notch {
    margin-top: 150px;
  }
}

.bg-grey-notch:before {
  content: "";
  width: calc(100% - 57px);
  position: absolute;
  background: inherit;
  top: -37.5px;
  left: 57px;
  height: 37.5px;
}
@media screen and (min-width: 768px) {
  .bg-grey-notch:before {
    height: 86px;
    top: -86px;
    left: 131px;
    width: calc(100% - 131px);
  }
}

[class*=bg-grey].bg-grey-notch:after {
  content: "";
  width: 100%;
  top: -37.5px;
  left: 0;
  width: 57px;
  height: 37.5px;
  position: absolute;
  background: inherit;
  background: url(img/notched-bg-alt.svg) no-repeat top left/100%;
}
@media screen and (min-width: 768px) {
  [class*=bg-grey].bg-grey-notch:after {
    height: 86px;
    top: -86px;
    width: 131px;
  }
}

.notched-gradient {
  background: #E3EAF2;
}
.notched-gradient:before {
  content: "";
  width: 100%;
  background: #F2F5F9;
  left: 0;
  bottom: 0;
  position: absolute;
  height: calc(90% - 127px);
}
@media screen and (min-width: 768px) {
  .notched-gradient:before {
    content: "";
    width: 100%;
    background: #F2F5F9;
    left: 0;
    bottom: 0;
    position: absolute;
    height: calc(50% - 89px);
  }
}

.notched-gradient .block-wrapper:before {
  content: "";
  width: 100%;
  background: inherit;
  height: 104px;
  top: 10%;
  background: #F2F5F9;
  left: 129px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .notched-gradient .block-wrapper:before {
    content: "";
    width: 100%;
    background: inherit;
    height: 104px;
    top: 50%;
    background: #F2F5F9;
    left: 129px;
    position: absolute;
  }
}

.notched-gradient .block-wrapper:after {
  content: "";
  width: 131px;
  background: url(img/notched-bg.svg) no-repeat top left/100%;
  height: 104px;
  top: 10%;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .notched-gradient .block-wrapper:after {
    content: "";
    width: 131px;
    background: url(img/notched-bg.svg) no-repeat top left/100%;
    height: 104px;
    top: 50%;
    left: 0;
    position: absolute;
  }
}

.has-dark-grey-background-color {
  background-color: #3E4143;
}

.has-dark-grey-background-color .has-accent-font-size:not(.has-text-color),
.has-dark-grey-background-color h3:not(.has-text-color) {
  color: #00A9DA;
}

.notch-corner {
  background: #eff1f3;
  position: relative;
  width: 100%;
  margin-top: 90px;
}
.notch-corner .corner {
  fill: #eff1f3;
}
.notch-corner:before {
  content: "";
  left: 51px;
  width: calc(100% - 51px);
  background: inherit;
}
.notch-corner:before, .notch-corner .corner {
  position: absolute;
  top: -43px;
  height: 44px;
}
@media screen and (min-width: 880px) {
  .notch-corner {
    margin-top: 222px;
  }
  .notch-corner:before {
    height: 102px;
    top: -102px;
    left: 129px;
    width: calc(100% - 129px);
  }
  .notch-corner .corner {
    height: 104px;
    top: -102px;
    width: 131px;
  }
}

/* Page Background selector */
main.site-main {
  position: relative;
}

.gradient-texture:before,
.grey-texture:before {
  content: "";
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 35vw;
  height: 0;
  pointer-events: none;
  z-index: 1;
}

.gradient-texture:before {
  background-image: url(img/left-grad-texture.png);
  padding-bottom: 110%;
  top: max(410px, 58vw);
}
@media screen and (min-width: 880px) {
  .gradient-texture:before {
    top: 6vw;
    width: 25vw;
  }
}

.grey-texture {
  background: linear-gradient(to bottom, #F7F8F9 50%, transparent 50%);
}
.grey-texture:before {
  padding-bottom: 76%;
  top: max(500px, 90vw);
  background-image: url(img/left-grad-texture-onlyblue.png);
}
@media screen and (min-width: 880px) {
  .grey-texture:before {
    top: 45vw;
    width: 25vw;
  }
}

/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/
/*

Site Header

*/
main {
  margin-top: 50px;
}
@media screen and (min-width: 1040px) {
  main {
    margin-top: 100px;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.site-header__wrap {
  height: 100%;
  margin-left: 29px;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1039px) {
  .site-header__wrap {
    background-color: #fff;
    margin: 0;
    padding: 10px 35px 15px;
  }
}

.site-branding a {
  display: block;
  height: 100%;
}

.site-branding img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  height: 20px;
}

.site-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-toggle {
  height: 25px;
  background: none;
  border: none;
  font-size: 0;
  margin-left: auto;
  position: relative;
  /* convert hex code for SVG */
  top: 3px;
  cursor: pointer;
  padding: 0;
}
.menu-toggle:after {
  content: url('data:image/svg+xml; utf8, <svg fill="%23979797" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M16,12.4958292 L16,13.4685755 L0,13.4685755 L0,12.4958292 L16,12.4958292 Z M16,6.5979146 L16,7.57066093 L0,7.57066093 L0,6.5979146 L16,6.5979146 Z M16,0.7 L16,1.67274633 L0,1.67274633 L0,0.7 L16,0.7 Z"></path></svg>');
  display: inline-block;
  height: 25px;
  width: 25px;
}

.toggled .menu-toggle {
  position: relative;
  /* convert hex code for SVG */
}
.toggled .menu-toggle:after {
  content: url('data:image/svg+xml; utf8, <svg fill="%23979797" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><polygon points="0.694141039 0 7.9999963 7.30663175 14.4971562 0.808702752 15.1912972 1.50284379 8.69403251 8.00066796 15.1912972 14.4971562 14.4971562 15.1912972 7.9999963 8.69470418 0.694141039 16 1.11602239e-13 15.305859 7.30497842 8.00066796 0 0.694141039"></polygon></svg>');
  display: inline-block;
  height: 22px;
  width: 22px;
}

.site-header .primary-menu li {
  margin-bottom: 14px;
}

.site-header a,
.site-header input[type=search] {
  text-transform: uppercase;
  font-weight: 500;
  color: #494D50;
  text-decoration: none;
  display: block;
  letter-spacing: 0.13455em;
  font-size: 13.5px;
  line-height: 1.1851851852;
}

.site-header .sub-menu-bttn {
  display: none;
}

.site-header .contact-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .site-header .contact-section {
    margin-bottom: auto;
  }
}
.site-header .contact-section:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #979797;
  width: 38px;
  margin-bottom: 41px;
}

.subnav {
  display: none;
}

.primary-menu .blue-button a {
  white-space: nowrap;
  border-radius: 9999px;
  padding: 11px 18px 10px;
  color: #fff;
  border: 2px solid #00A9DA;
  background-image: linear-gradient(90deg, #00A9DA 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.18);
  transition-duration: 0.3s;
  transition-property: box-shadow, color, background-size;
}
.primary-menu .blue-button a:hover, .primary-menu .blue-button a:focus {
  color: #00A9DA;
  background-size: 0% 100%;
}
@media screen and (min-width: 1040px) {
  .primary-menu .blue-button a {
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.18);
  }
}

@media screen and (max-width: 1039px) {
  .site-header nav {
    background: #fff;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    overflow: auto;
    padding: 50px 0 31px 0;
  }
  .site-header.toggled nav {
    display: flex;
  }
  .site-header .primary-menu,
  .site-header .secondary-menu__mobile,
  .site-header__search {
    width: 48.8888888889%;
  }
  #primary-menu {
    margin: 37px 0 40px;
  }
  .primary-menu li {
    padding: 15px 0 15px 20px;
    margin-bottom: 9px;
    position: relative;
  }
  .primary-menu .blue-button {
    padding-left: 16px;
    padding-bottom: 0;
  }
  .secondary-menu__mobile a,
  .primary-menu .blue-button a,
  .site-header__search input[type=search] {
    font-size: 11px;
    line-height: 1.5454545455;
    display: inline-block;
  }
  #primary-menu > .menu-item-has-children:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    z-index: 100;
    background-image: url("icons/blue-arrow.svg");
    background-size: 13px;
    background-position: center left 3.2608695652%;
    background-repeat: no-repeat;
    pointer-events: none;
    margin-left: 0.2rem;
  }
  #primary-menu > .menu-item-has-children.focus:after {
    opacity: 1;
  }
  #primary-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 104.5454545455%;
    display: none;
    z-index: 99;
  }
  #primary-menu > li > .sub-menu:before {
    content: "";
    background-color: #eff1f3;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
  }
  #primary-menu > .focus > .sub-menu {
    display: block;
    padding-bottom: 125px;
  }
  #primary-menu > .menu-item > .sub-menu > li {
    padding: 0 8.6956521739% 15px 10.8695652174%;
    padding-left: 20px;
    width: 100%;
  }
  #primary-menu > .menu-item > .sub-menu > li.menu-item-has-children {
    padding-bottom: 0;
  }
  .primary-menu .sub-menu .no-name > a[href="#"] {
    display: none !important;
  }
  .primary-menu .sub-menu li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .primary-menu .sub-menu li a {
    color: #494D50;
  }
  .primary-menu .sub-menu li.menu-item-has-children {
    padding-top: 0;
    padding-bottom: 0;
  }
  .primary-menu .sub-menu li.menu-item-has-children > a {
    padding-bottom: 15px;
  }
  .menu-item-description {
    display: none;
  }
  .primary-menu .sub-menu a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 1040px) {
  .menu-toggle,
  .secondary-menu__mobile {
    display: none;
  }
  .site-branding img {
    height: 30px;
  }
  .site-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.49) 15%, rgba(255, 255, 255, 0.59) 55%, white 89%);
    z-index: -1;
  }
  .site-header__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 91.1111%;
    height: 71px;
  }
  .site-header nav {
    background: none;
    width: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 100%;
    overflow: visible;
    position: static;
  }
  .site-header .primary-menu {
    flex: 1;
    margin-top: 0;
    height: 100%;
  }
  .site-header ul {
    height: 100%;
    display: flex;
  }
  .site-header li,
  .site-header .contact-section,
  .site-header .primary-menu a {
    display: flex;
    align-items: center;
  }
  .site-header #primary-menu {
    justify-content: flex-end;
  }
  .site-header #primary-menu > li {
    margin-left: 4.2%;
    margin-bottom: 0;
  }
  .site-header #primary-menu > li:first-child {
    margin-left: 0;
  }
  .site-header .primary-menu a {
    font-size: 11.5px;
  }
  .site-header .blue-button a {
    font-size: 12.5px;
    letter-spacing: 0.1112em;
  }
  .site-header .contact-section {
    flex-basis: auto;
    padding-left: 4.65%;
    margin-left: 3.125%;
    margin-bottom: 0;
  }
  .site-header .contact-section:before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 38px;
    margin: 0;
    background-color: #D6D6D6;
  }
  .site-header .contact-section a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
  }
  .site-header .contact-list {
    padding: 0;
  }
  .site-header .sub-menu {
    opacity: 0;
    pointer-events: none;
    min-width: 206px;
    border-radius: 0 0 12px 12px;
    padding: 17px 19px 10px;
    position: absolute;
    top: 100%;
    height: auto;
    z-index: 1;
  }
  .site-header li:hover .sub-menu {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .site-header .sub-menu li {
    margin: 0 0 13px;
  }
  .site-header .sub-menu a {
    letter-spacing: 0;
    margin-top: 0;
  }
  .subnav {
    display: flex;
    padding: 0 4.8611111111%;
    background-color: rgba(224, 224, 224, 0.63);
  }
  .menu-item-description {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .flyout .contact-section {
    align-items: flex-start;
  }
  .site-header .flyout:hover .sub-menu, .site-header .flyout:focus-within .sub-menu {
    display: flex;
    opacity: 1;
    pointer-events: all;
  }
  .site-header .flyout > .sub-menu > li {
    margin-bottom: 0;
  }
  .site-header .flyout > .sub-menu {
    opacity: 0;
    pointer-events: none;
    align-items: stretch;
    padding: 0;
    background-color: #fff;
    justify-content: center;
    box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
    border-radius: 0 0 12px 12px;
    width: fit-content;
    max-width: 70vw;
    overflow: hidden;
  }
  .site-header .flyout > .sub-menu a {
    font-size: 12px;
    line-height: 1.3636363636;
    letter-spacing: 0.1428571429em;
  }
  .site-header .flyout > .sub-menu .sub-menu {
    position: static;
    padding: 0;
    height: 100%;
  }
  .site-header .flyout.full-menu > .sub-menu {
    width: 100vw;
    max-width: 100%;
    left: 0;
  }
  .site-header .flyout.full-menu > .sub-menu > li {
    flex-basis: 50%;
  }
  .site-header .flyout .main-block {
    flex-direction: column;
  }
  .site-header .flyout .main-block-item {
    flex: 1 1 50%;
  }
  .site-header .flyout .main-block > .sub-menu {
    width: 100%;
    padding: 20px 10%;
    flex: 1;
    align-items: start;
  }
  .site-header .flyout .main-block > .sub-menu .sub-menu {
    flex-direction: column;
  }
  .site-header .flyout .main-block > .sub-menu .sub-menu a:before {
    content: "";
    flex: 0 0 46px;
    display: inline-block;
    height: 46px;
    width: 46px;
    box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
    background-position: center center;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 30px 28px;
    margin-right: 24px;
  }
  .site-header .flyout .main-block > .sub-menu .sub-menu .menu-item-description {
    position: relative;
    left: 70px;
    margin-right: 70px;
  }
  .site-header .flyout.full-menu .main-block .sub-menu a:before {
    background-size: cover;
  }
  .site-header .flyout.basic-menu {
    justify-content: center;
  }
  .site-header .flyout.basic-menu > .sub-menu {
    padding-top: 40px;
  }
  .site-header .flyout.basic-menu .main-block-item {
    padding: 20px 5%;
    height: 100%;
  }
  .site-header .flyout.basic-menu .main-block-item a {
    margin-bottom: 10px;
  }
  .site-header .flyout.basic-menu .basic-list .sub-menu {
    flex-direction: column;
  }
  .site-header .flyout .utility-block {
    width: 100%;
    margin-bottom: 0;
    background-color: #E5EAEF;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .site-header .flyout .utility-block .sub-menu {
    width: 100%;
    padding: 18px 0;
    justify-content: space-evenly;
  }
  .site-header .flyout .utility-block li {
    margin-bottom: 0;
  }
  .site-header .flyout .no-name > a {
    display: none;
  }
  .site-header .flyout.resources, .site-header .flyout.support, .site-header .flyout.services {
    justify-content: center;
  }
  .site-header .flyout.resources > .sub-menu, .site-header .flyout.support > .sub-menu, .site-header .flyout.services > .sub-menu {
    min-width: 450px;
    justify-content: flex-start;
    padding: 20px 0 20px 80px;
  }
  .site-header .flyout.resources .utility-block, .site-header .flyout.support .utility-block, .site-header .flyout.services .utility-block {
    padding: 0 0 0 80px;
  }
  .site-header .flyout.resources .utility-block .sub-menu, .site-header .flyout.support .utility-block .sub-menu, .site-header .flyout.services .utility-block .sub-menu {
    padding-left: 6%;
  }
  .site-header .flyout.resources .main-block, .site-header .flyout.support .main-block, .site-header .flyout.services .main-block {
    margin-bottom: 40px;
  }
  .site-header .flyout.support {
    justify-content: flex-end;
  }
  .site-header .flyout.about {
    justify-content: center;
  }
  .site-header .flyout.about > .sub-menu {
    padding: 40px 0 23px;
  }
  .site-header .flyout.about > .sub-menu .sub-menu li {
    margin-bottom: -7px;
  }
  .site-header .flyout .brain a:before {
    background-image: url("img/brain.svg");
  }
  .site-header .flyout .lung a:before {
    background-image: url("img/lung.svg");
  }
  .site-header .flyout .liver a:before {
    background-image: url("img/liver.svg");
  }
  .site-header .flyout .kidney a:before {
    background-image: url("img/kidney.svg");
  }
  .site-header .flyout .duodenum a:before {
    background-image: url("img/duodenum.svg");
  }
  .site-header .flyout .colon a:before {
    background-image: url("img/colon.svg");
  }
  .site-header .flyout .zoe a:before {
    background-image: url("img/instruments.svg");
  }
  .site-header .flyout .biokits a:before {
    background-image: url("img/biokit.svg");
  }
  .site-header .flyout .software a:before {
    background-image: url("img/software.svg");
  }
  .site-header .flyout .applications a:before {
    background-image: url("img/application-notes.svg");
  }
  .site-header .flyout .all-resources a:before {
    background-image: url("img/resources.svg");
  }
  .site-header .flyout .case-studies a:before {
    background-image: url("img/case-studies.svg");
  }
  .site-header .flyout .publications a:before {
    background-image: url("img/publications.svg");
  }
  .site-header .flyout .blog a:before {
    background-image: url("img/blog.svg");
  }
  .site-header .flyout .webinars a:before {
    background-image: url("img/webinars.svg");
  }
  .site-header .flyout .events a:before {
    background-image: url("img/events.svg");
  }
  .site-header .flyout .news-media a:before {
    background-image: url("img/news-and-media.svg");
  }
  .site-header .flyout .about a:before {
    background-image: url("img/logo-icon.svg");
  }
  .site-header .flyout .protocols a:before {
    background-image: url("img/protocols.svg");
  }
  .site-header .flyout .faq a:before {
    background-image: url("img/faq.svg");
  }
  .site-header .flyout .help-articles a:before {
    background-image: url("img/help-and-articles.svg");
  }
  .site-header .flyout .webinar a:before {
    background-image: url("img/webinars.svg");
  }
  .site-header .flyout .contact-support a:before {
    background-size: 28px 34px !important;
    background-image: url("img/support.svg");
  }
  .site-header .flyout .service-overview a:before {
    background-image: url("img/resources.svg");
  }
  .site-header .flyout .standard-services a:before {
    background-image: url("img/resources.svg");
  }
  .site-header .flyout .custom-services a:before {
    background-image: url("img/resources.svg");
  }
  .site-header .flyout .meet-the-team a:before {
    background-image: url("img/resources.svg");
  }
  .site-header .flyout .chip-image {
    position: relative;
    padding-bottom: 240px;
  }
  .site-header .flyout .chip-image::after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
    background: url("img/chip-image.png") no-repeat center/contain;
  }
  .site-header .flyout .scope-image.menu-item a {
    margin: 0;
  }
  .site-header .flyout.basic-menu li.scope-image {
    position: relative;
    padding-bottom: 240px;
  }
  .site-header .flyout.basic-menu li.scope-image:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
    transform: translateX(-50%);
    background: url("img/app-submenu.png") center/cover;
  }
  .site-header .flyout.basic-menu li.scope-image.services:after {
    background: url("img/services-submenu.png") center/cover;
  }
}
.secondary-menu__desktop {
  flex: 1;
}
.secondary-menu__desktop ul {
  justify-content: flex-end;
}
.secondary-menu__desktop li {
  margin-right: 3.8769230769%;
}
.secondary-menu__desktop a {
  font-size: 11px;
  line-height: 29px;
  letter-spacing: 0.1636363636em;
}

#secondary-mobile {
  border-top: 1px solid rgba(134, 135, 136, 0.26);
  margin: 0 21.023% 0 9.091%;
  padding-top: 25px;
}

.secondary-menu__mobile {
  background-color: #fff;
}
.secondary-menu__mobile li {
  margin: 0 0 14px 18px;
}

@media screen and (min-width: 1100px) {
  .site-branding img {
    height: 35px;
  }
  .site-header #primary-menu > li {
    margin-left: 4.5%;
  }
  .site-header .primary-menu a {
    font-size: 12.5px;
  }
}
.site-header .primary-menu li.large-image-description {
  display: flex;
  margin-bottom: 0;
}
.site-header .primary-menu li.large-image-description.vertical {
  flex-direction: column;
}
.site-header .primary-menu li.large-image-description > .menu-item-wrapper {
  flex: 0 0 50%;
  margin-left: 20px;
}
.site-header .primary-menu li.large-image-description > .menu-item-wrapper > a::before {
  display: none;
}
.site-header .primary-menu li.large-image-description > .menu-item-wrapper .menu-item-description {
  top: unset;
  left: unset;
}
.site-header .primary-menu li.large-image-description a {
  color: #00A9DA !important;
}
.site-header .primary-menu li.large-image-description .menu-item-wrapper {
  padding-top: 20px;
}
.site-header .primary-menu li.large-image-description.organ-chips::before {
  background: url("img/chip-image.png") center/cover;
}
.site-header .primary-menu li.large-image-description.emulation-system {
  height: 100%;
}
.site-header .primary-menu li.large-image-description.emulation-system::before {
  background: url("img/zoe-img.webp") center/cover;
}
.site-header .primary-menu li.large-image-description::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  background: url("img/app-submenu.png") center/cover;
}

.first-block {
  padding: 45px 0 20px 75px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  flex-basis: 25% !important;
  justify-content: center;
}
@media screen and (max-width: 1039px) {
  .first-block {
    background-color: #eff1f3;
  }
}
.first-block .sub-menu {
  justify-content: space-between;
}
.first-block .sub-menu a {
  display: block;
}
@media screen and (max-width: 1039px) {
  .first-block .sub-menu a {
    color: #fff;
    border-bottom: none !important;
    text-transform: initial;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
}
.first-block .sub-menu a::after {
  display: none;
}
.first-block .product-image-block-first {
  position: relative;
}
.first-block .product-image-block-first::before {
  content: "";
  background-image: url("img/hes-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  width: 180px;
  height: 180px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -240px;
  box-shadow: 10px 10px 30px 0 rgba(172, 175, 185, 0.41);
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-first::before {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-first .menu-item-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.first-block .product-image-block-second {
  position: relative;
}
.first-block .product-image-block-second::before {
  content: "";
  background-image: url("img/zoe-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  width: 200px;
  height: 200px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -160px;
  left: 0;
  box-shadow: 10px 10px 30px 0 rgba(172, 175, 185, 0.41);
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-second::before {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-first,
  .first-block .product-image-block-second {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.first-block .product-image-block-first .menu-item-wrapper,
.first-block .product-image-block-second .menu-item-wrapper {
  width: 220px;
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-first .menu-item-wrapper,
  .first-block .product-image-block-second .menu-item-wrapper {
    width: 100%;
  }
}
.first-block .product-image-block-first .menu-item-wrapper a,
.first-block .product-image-block-second .menu-item-wrapper a {
  font-size: 12px !important;
  color: #00A9DA !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1039px) {
  .first-block .product-image-block-first .menu-item-wrapper a,
  .first-block .product-image-block-second .menu-item-wrapper a {
    color: #494D50 !important;
    margin-top: 0;
    margin: 0 auto;
    padding: 15px auto;
    font-size: 14px !important;
    text-transform: initial;
  }
}
.first-block .menu-item-description {
  font-weight: 300 !important;
}

.second-block {
  padding-bottom: 45px;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  background-color: #fff;
  max-width: 400px;
  flex-basis: 25% !important;
  padding-left: 40px;
}
@media screen and (max-width: 1039px) {
  .second-block {
    background-color: #eff1f3;
    max-width: 100%;
  }
}
.second-block a {
  height: auto !important;
  text-transform: uppercase;
}
.second-block > .sub-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  min-width: 312px;
}
@media screen and (max-width: 1039px) {
  .second-block > .sub-menu {
    display: none;
  }
}
.second-block > .sub-menu li:not(.menu-button) a {
  padding: 10px 20px;
  color: #00A9DA !important;
  white-space: nowrap;
}
.second-block > .sub-menu li:not(.menu-button) a::before {
  content: "";
  flex: 0 0 46px;
  display: inline-block;
  height: 46px;
  width: 46px;
  box-shadow: 10px 10px 30px 0 rgba(172, 175, 185, 0.41);
  background-position: center center;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  margin-right: 24px;
}

.third-block {
  display: flex;
  flex-direction: column;
  padding: 45px 35px 0 25px;
  position: relative;
  background-color: #eff1f3;
  align-items: flex-start;
  flex-basis: 50% !important;
  z-index: 10;
}
.third-block::before {
  content: "";
  background-color: #eff1f3;
  width: 100vw;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .third-block {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1800px) {
  .third-block {
    padding-right: 75px;
  }
}
.third-block .instruments .menu-item-description {
  margin-top: 1rem;
}
@media screen and (min-width: 1420px) {
  .third-block .instruments .menu-item-description {
    margin-top: 0;
  }
}
.third-block .product-bottom {
  align-items: center;
  width: 100%;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 206px;
  display: flex;
  justify-content: center;
  background-color: #dbdcdd;
}
@media screen and (max-width: 1039px) {
  .third-block .product-bottom {
    flex-direction: column;
    background: none;
    align-items: flex-start;
  }
}
.third-block .product-bottom .sub-menu {
  align-items: center;
}
.third-block .product-bottom li {
  margin: 0;
}
.third-block .product-bottom li a {
  padding: 25px 20px;
  display: block;
  white-space: nowrap;
}
.third-block .sub-menu {
  min-width: 206px;
  height: auto;
}
.third-block .sub-menu .sub-menu {
  flex-direction: column;
}
.third-block .sub-menu li {
  display: flex;
}
.third-block .sub-menu li .menu-item-description {
  color: #868788;
  font-size: 15px !important;
  font-weight: 300;
  position: relative;
  top: -30px;
  left: 70px;
  margin-right: 70px;
}
@media screen and (max-width: 1039px) {
  .third-block .sub-menu::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    display: block;
  }
}
.third-block .sub-menu a {
  color: #00A9DA !important;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 12px !important;
  flex-basis: calc(50% - 100px) !important;
  letter-spacing: 1.8px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1039px) {
  .third-block .sub-menu a {
    color: #494D50 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none;
  }
}
.third-block .sub-menu a::before {
  content: "";
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background-size: 30px 30px;
  box-shadow: 10px 10px 30px 0 rgba(172, 175, 185, 0.41);
  background-position: center center;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-right: 24px;
}
@media screen and (max-width: 1039px) {
  .third-block .sub-menu a::before {
    display: none;
  }
}

.primary-menu .menu-button {
  margin: auto;
}
.primary-menu .menu-button > a {
  height: auto;
  white-space: nowrap;
  font-size: 13px !important;
  color: #494D50;
  padding: 14px 20px 13px;
  margin: 0 auto;
  background-position: left 1px center, center, right 1px center;
  background-image: url("img/grad-button.svg#left"), url("img/grad-button.svg#center"), url("img/grad-button.svg#right");
  background-size: 23px 100%, calc(100% - 44px) 100%, 23px 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.primary-menu .menu-button > a:after {
  content: "";
  position: absolute;
  height: 97%;
  top: 1.5%;
  left: 0;
  right: 0;
  opacity: 0;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 9999px;
  z-index: -1;
  transition: 0.4s;
}
.primary-menu .menu-button > a:hover, .primary-menu .menu-button > a:focus {
  color: white;
}
.primary-menu .menu-button > a:hover:after, .primary-menu .menu-button > a:focus:after {
  right: 0;
  opacity: 1;
}

.primary-menu .menu-item.hidden-item > a {
  display: none;
}

.primary-menu .second-block .sub-menu li {
  margin-bottom: 0;
}

.primary-menu .first-block > a,
.primary-menu .third-block .product-bottom > a {
  display: none;
}

.primary-menu .product-bottom .sub-menu {
  flex-direction: row;
  margin: 0 auto;
  min-width: 350px;
}

@media screen and (max-width: 1350px) {
  .primary-menu .product-bottom .sub-menu {
    min-width: auto;
  }
  .primary-menu .product-bottom .sub-menu li:last-of-type {
    margin-left: 20px;
  }
}
.primary-menu .product-bottom a:before {
  content: none;
}

@media screen and (max-width: 1039px) {
  .product-bottom-service {
    margin-top: 20px !important;
  }
  .flyout .sub-menu {
    overflow-x: hidden;
  }
  .primary-menu .first-block > a,
  .primary-menu .second-block > a {
    display: block;
    color: #00A9DA !important;
    margin-bottom: 15px;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.13455em;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    width: 100%;
  }
  .primary-menu .first-block > a:after,
  .primary-menu .second-block > a:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 20px;
  }
  .primary-menu .second-block > a {
    padding-top: 15px;
  }
  .primary-menu .second-block > a:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 20px;
  }
  .primary-menu .sub-menu .third-block > .sub-menu {
    padding: 17px 0 0;
  }
  .primary-menu .sub-menu .third-block .sub-menu {
    margin: 0;
    min-width: 0;
  }
  .primary-menu .sub-menu .third-block > .sub-menu:before {
    content: none;
  }
  .primary-menu .first-block .sub-menu li,
  .primary-menu .third-block .sub-menu li {
    padding-left: 0;
  }
  .primary-menu .third-block .sub-menu li {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .primary-menu .third-block > a {
    display: none;
  }
  .primary-menu .product-bottom {
    position: relative;
  }
  .primary-menu .product-bottom .sub-menu {
    padding: 12px 0 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: unset;
    margin-right: unset;
    min-width: unset;
  }
}
/**
 * Search form
 */
.site-header__search {
  margin-top: 7px;
}
.site-header__search form {
  margin-left: 9.091%;
  margin-right: 6.75%;
  position: relative;
}
.site-header__search label {
  margin: 0;
}
.site-header__search input[type=search] {
  width: 100%;
  background: #eff1f3;
  border-radius: 99px;
  padding: 10.5px 37px 10.5px 18px;
}
.site-header__search input[type=search]:focus {
  box-shadow: none;
  outline: 2px solid rgba(151, 151, 151, 0.5);
}
.site-header__search input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.site-header__search input[type=submit] {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="white" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.54590339,0 C10.160199,0 13.0909091,2.9307101 13.0909091,6.54590339 C13.0909091,8.09114571 12.5552127,9.51143733 11.6594286,10.6311696 L15.7907413,14.7897975 C16.0697529,15.0709086 16.0697529,15.5275122 15.7907413,15.8086232 C15.5115007,16.0897343 15.005019,16.0364639 14.7786944,15.8086232 L10.6451381,11.6482226 C9.52326037,12.5507433 8.09757847,13.0909091 6.54590339,13.0909091 C2.9307101,13.0909091 0,10.160199 0,6.54590339 C0,2.9307101 2.9307101,0 6.54590339,0 Z M6.54590339,1.40262946 C3.70563483,1.40262946 1.40262946,3.70563483 1.40262946,6.54590339 C1.40262946,9.38617194 3.70563483,11.6882796 6.54590339,11.6882796 C9.38617194,11.6882796 11.6882796,9.38617194 11.6882796,6.54590339 C11.6882796,3.70563483 9.38617194,1.40262946 6.54590339,1.40262946 Z"></path></svg>');
  background-size: 42%;
  background-repeat: no-repeat;
  background-color: #00A9DA;
  background-position: center;
  position: absolute;
  border: none;
  min-width: 26px;
  height: 26px;
  padding: 0;
  top: 6px;
  right: 6px;
  font-size: 0;
  box-shadow: none;
}

.search-toggle {
  padding: 0;
  position: relative;
  /* convert hex code for SVG */
  font-size: 0;
  border: none;
  background: none;
}
.search-toggle:after {
  content: url('data:image/svg+xml; utf8, <svg fill="%23494D50" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.54590339,0 C10.160199,0 13.0909091,2.9307101 13.0909091,6.54590339 C13.0909091,8.09114571 12.5552127,9.51143733 11.6594286,10.6311696 L15.7907413,14.7897975 C16.0697529,15.0709086 16.0697529,15.5275122 15.7907413,15.8086232 C15.5115007,16.0897343 15.005019,16.0364639 14.7786944,15.8086232 L10.6451381,11.6482226 C9.52326037,12.5507433 8.09757847,13.0909091 6.54590339,13.0909091 C2.9307101,13.0909091 0,10.160199 0,6.54590339 C0,2.9307101 2.9307101,0 6.54590339,0 Z M6.54590339,1.40262946 C3.70563483,1.40262946 1.40262946,3.70563483 1.40262946,6.54590339 C1.40262946,9.38617194 3.70563483,11.6882796 6.54590339,11.6882796 C9.38617194,11.6882796 11.6882796,9.38617194 11.6882796,6.54590339 C11.6882796,3.70563483 9.38617194,1.40262946 6.54590339,1.40262946 Z"></path></svg>');
  display: inline-block;
  height: 13px;
  width: 13px;
}

@media screen and (min-width: 1040px) {
  .site-header__search {
    margin-top: 0;
    background: linear-gradient(140deg, rgba(0, 169, 218, 0.3) 0%, rgba(103, 120, 186, 0.3) 44%, rgba(209, 70, 153, 0.3) 79%, rgba(217, 66, 150, 0.297) 100%);
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(21px);
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .site-header__search.toggled {
    visibility: initial;
    opacity: 1;
    height: 55px;
  }
  .site-header__search form {
    width: 620px;
  }
  .site-header__search input[type=search] {
    background: white;
    font-size: 12.5px;
    padding: 12px 40px 12px 24px;
  }
  .site-header__search input[type=search]::placeholder {
    color: #868788;
  }
  .site-header__search input[type=submit] {
    width: 31px;
    height: 31px;
    right: 4px;
    top: 4px;
  }
}
/*

Site Footer

*/
.site-footer {
  background: linear-gradient(132deg, #FFFFFF 0%, #eff1f3 100%);
  color: #868788;
  position: relative;
  padding: 38px 0 4px;
  overflow: hidden;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.site-footer .logo {
  margin: 4px 0 clamp(34px, 6vw, 69px);
}

.site-footer .logo img {
  display: block;
  height: clamp(20px, 4vw, 50px);
  margin-left: 9px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer a {
  text-decoration: none;
}

.site-footer .footer-menu li {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.135em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-footer .footer-menu .sub-menu {
  margin: 15px 0 29px;
}

.site-footer .footer-menu .sub-menu li {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  margin-bottom: 12px;
  padding: 0;
}
.site-footer .footer-menu .sub-menu li b, .site-footer .footer-menu .sub-menu li strong {
  font-weight: 500;
}

.site-footer .footer-menu .sub-menu li,
.site-footer__terms li {
  font-size: 11px;
}

.site-footer__terms {
  position: relative;
}
.site-footer__terms:before {
  content: "";
  display: block;
  margin: 14px auto 17px;
  width: 86.5853658537%;
  height: 1px;
  background: rgba(134, 135, 136, 0.24);
}

.site-footer__terms li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-menu:last-child {
    grid-column: span 2;
  }
  .site-footer .footer-menu:last-child .menu,
  .site-footer__terms .menu {
    columns: 2;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__grid {
    justify-content: space-between;
    column-gap: 30px;
    grid-template-columns: repeat(5, minmax(max-content, 15.5%)) max-content;
  }
  .site-footer .logo {
    margin-top: 0;
    grid-column: span 2;
  }
  .site-footer .widgets {
    grid-column: span 4;
  }
  .site-footer .logo img {
    margin-left: 0;
  }
  .site-footer__terms .menu {
    display: flex;
  }
  .site-footer__terms:before {
    width: 100%;
  }
  .site-footer__terms .menu li {
    flex-grow: 0.066;
  }
  .site-footer__terms .menu li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1040px) {
  .site-footer {
    padding: 89px 0 28px;
  }
  .site-footer .footer-menu li,
  .site-footer .footer-menu .sub-menu li,
  .site-footer__terms li {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .site-footer .footer-menu li {
    letter-spacing: 0.1335714286em;
    margin-bottom: 23px;
  }
  .site-footer .footer-menu .sub-menu {
    margin: 20px 0 57px;
  }
  .site-footer .footer-menu .sub-menu li {
    margin-bottom: 20px;
  }
  .site-footer__terms:before {
    margin-top: 55px;
  }
}
/*

Subfooter w/Hubspot Form

*/
.footer-form {
  background: url(img/footer-hubspot-bg__mobile.png) no-repeat center/cover;
  padding-top: 38px;
  color: white;
}

.footer-form p,
.footer-form label {
  color: inherit;
}

.footer-form .inner__wrap {
  padding: 43px 8.8414634146% 63px;
  position: relative;
}

.footer-form svg {
  width: 100%;
  backdrop-filter: blur(3px);
}

.gl_large {
  display: none;
}

.gl_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gl_top {
  clip-path: url(#gl_clip);
  overflow: hidden;
  height: min(12.49vw, 67px);
}

.footer-form .gl_bottom {
  flex: 1;
}
.footer-form .gl_bottom svg {
  height: 100%;
}

.footer-form .form-title {
  font-size: 34px;
  line-height: 1.1764705882;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer-form .form-title {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}

.footer-form .content p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0 0 21px;
}
@media screen and (min-width: 768px) {
  .footer-form .content p {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.footer-form .content p b, .footer-form .content p strong {
  font-weight: 400;
  color: #494D50;
}

.footer-form .col {
  max-width: 500px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .footer-form {
    background-image: url(img/footer-hubspot-bg__desktop.png);
    padding-top: 63px;
  }
  .footer-form .wrapper {
    min-height: 439px;
  }
  .footer-form .inner__wrap {
    max-width: 1045px;
    padding: 74px 5% 45px;
    margin: 0 auto;
  }
  .footer-form .form-title {
    font-size: 54px;
    line-height: 1.1481481481;
  }
  .footer-form .gl_top {
    height: 11.23vw;
  }
}
@media screen and (min-width: 1040px) {
  .footer-form .gl_large {
    display: block;
  }
  .footer-form .gl_small {
    display: none;
  }
  .footer-form .gl_top {
    height: min(4.9305vw, 70px);
    clip-path: url(#gl_clip_large);
  }
  .footer-form .inner__wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-form .col {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-form .col.content {
    flex-basis: 47%;
    max-width: 394px;
    margin-top: 25px;
  }
  .footer-form .col.form {
    flex-basis: 49.622437972%;
  }
}
/*--------------------------------------------------------------
 Post Types
--------------------------------------------------------------*/
/*

Single Posts

*/
.single #page {
  overflow: visible;
}

.single main {
  margin-top: 0;
}

.single .entry-content .block-wrapper {
  width: 100%;
  max-width: none;
}

.share-content .addtoany_share_save {
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 42px;
  color: #00A9DA;
  letter-spacing: 1.48px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 1040px) {
  .share-content .addtoany_share_save {
    width: 100%;
    display: block;
    font-size: 15px;
    letter-spacing: 2.02px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
  }
}

.single .share-content .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #00A9DA;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 1040px) {
  .single .share-content .icon-wrap {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1040px) {
  .single .share-content-wrapper {
    position: sticky;
    top: 260px;
  }
}
.single .share-content {
  background: #eff1f3;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  max-width: 211px;
  float: right;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 35px;
  padding-top: 2px;
}
@media screen and (min-width: 1040px) {
  .single .share-content {
    position: absolute;
    right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    max-width: 175px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.single .share-content .a2a_default_style {
  align-items: center;
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 1040px) {
  .single .share-content .a2a_default_style {
    display: block;
    padding: 0;
  }
}

div.entry-meta {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
}
@media screen and (min-width: 768px) {
  div.entry-meta {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.single .single h1,
.single .entry-title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .single .single h1,
  .single .entry-title {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1.25px;
    letter-spacing: 0;
  }
}

.single h2 {
  font-size: 34px;
  line-height: 39px;
}
@media screen and (min-width: 768px) {
  .single h2 {
    font-size: 53px;
    line-height: 60px;
  }
}

.single h4 {
  font-size: 24px;
  line-height: 29px;
}
@media screen and (min-width: 768px) {
  .single h4 {
    font-size: 43px;
    line-height: 49px;
  }
}

.single h5 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .single h5 {
    font-size: 34px;
    line-height: 42px;
  }
}

.single h6 {
  font-size: 17px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .single h6 {
    font-size: 28px;
    line-height: 34px;
  }
}

.single .wp-block-image figcaption {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .single .wp-block-image figcaption {
    font-size: 14px;
  }
}

.single .site-main .wrapper {
  max-width: 100%;
  width: 100%;
}

.single .content-container {
  max-width: 100%;
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single .content-container {
    margin-top: 80px;
  }
}

.single .post-thumbnail + .content-container {
  margin-top: 20px;
  transform: translateY(-21px);
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .post-thumbnail + .content-container {
    background: none;
    transform: none;
  }
}

.single .post-thumbnail + .content-container:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(73, 77, 80, 0.12), rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  .single .post-thumbnail + .content-container:before {
    display: none;
  }
}

.single .post-thumbnail + .content-container .entry-header {
  background: url(img/post-top.svg) no-repeat top left/100%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .post-thumbnail + .content-container .entry-header {
    width: 100%;
  }
}

.single .entry-content p,
.single .entry-content li {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .single .entry-content p,
  .single .entry-content li {
    font-size: 17px;
    line-height: 28px;
  }
}

.single .post-thumbnail {
  width: 100%;
  margin: 0 auto;
  height: 231px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .post-thumbnail {
    height: 682px;
  }
}

.single .entry-header .head-wrap {
  padding-top: 30px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30px, white 30px);
}
@media screen and (min-width: 768px) {
  .single .entry-header .head-wrap {
    padding-top: 0;
    text-align: center;
    background: none;
  }
}

.single .post-thumbnail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(73, 77, 80, 0) 57%, rgba(73, 77, 80, 0.15) 80%);
}

.single .post-thumbnail img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.single .entry-header {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single .entry-header {
    padding-top: 4rem;
    text-align: center;
    max-width: 1033px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .single .post-thumbnail + .content-container .entry-header {
    background: url(img/post-top.svg) no-repeat top left/100%;
    max-width: 1033px;
    margin-top: -130px;
  }
}

.single .entry-header .head-wrap,
.single .entry-content {
  max-width: calc(780px + 2.5rem);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-header .head-wrap .bsf-rt-reading-time,
.single .entry-content .bsf-rt-reading-time {
  display: block;
  margin: 0 auto;
}

.single .entry-content {
  clear: right;
}

.single .wp-block-image {
  display: inline;
}

@media screen and (min-width: 1040px) {
  .single .wp-block-image .alignleft {
    margin-left: -20%;
    margin-right: 1.25rem;
    max-width: 400px;
  }
}

@media screen and (min-width: 1040px) {
  .single .wp-block-image .alignright {
    margin-right: -20%;
    margin-left: 1.25rem;
    max-width: 400px;
  }
}

.wp-block-quote {
  margin: auto;
  max-width: 698px;
  color: #00A9DA;
  text-align: left;
  margin-top: 21px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .wp-block-quote {
    max-width: 980px;
    text-align: center;
  }
}

.wp-block-quote p,
.single .wp-block-quote p {
  font-size: 24px;
  color: inherit;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 28px;
}
.wp-block-quote p:before,
.single .wp-block-quote p:before {
  content: "“";
  display: block;
  font-size: 72px;
  height: 42px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .wp-block-quote p:before,
  .single .wp-block-quote p:before {
    line-height: 100%;
    font-size: 88px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-quote p,
  .single .wp-block-quote p {
    font-size: 38px;
    line-height: 1.1052631579;
    margin: 0 4.7222222222% 14px;
  }
}

.wp-block-quote cite {
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-quote cite {
    text-align: center;
  }
}

/*

Events Landing

*/
div.events-hero {
  margin-top: 40px;
  margin-bottom: 100px;
}
div.events-hero h1 {
  font-weight: 300;
}
div.events-hero b {
  display: block;
  font-weight: 400;
}

.tribe-events .tribe-events-header {
  display: none;
}

.tribe-events-calendar-list {
  /* Utility */
  /* Specific */
}
.tribe-events-calendar-list .event-image {
  position: relative;
  min-height: 40px;
  margin-bottom: 14px;
}
.tribe-events-calendar-list .event-image.no-image h3.pill {
  position: static;
}
.tribe-events-calendar-list .event-image a {
  display: block;
}
.tribe-events-calendar-list .event-image img {
  min-width: 100%;
  border-radius: 11px;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
}
.tribe-events-calendar-list .event-image #curve-cut {
  width: 100%;
  height: 100%;
}
.tribe-events-calendar-list .event-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(45deg, transparent 0 20px, #fff 0) bottom left, linear-gradient(-45deg, transparent 0 20px, #fff 0) bottom right, linear-gradient(135deg, transparent 0 20px, #fff 0) top left, linear-gradient(-135deg, transparent 0 20px, #fff 0) top right;
  -webkit-mask-size: 50.5% 50.5%;
  -webkit-mask-repeat: no-repeat;
}
.tribe-events-calendar-list .featured-events {
  margin-bottom: 100px;
}
@media screen and (min-width: 880px) {
  .tribe-events-calendar-list .featured-events .featured-event {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 880px) {
  .tribe-events-calendar-list .featured-events .featured-event .event-image {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tribe-events-calendar-list .featured-events .featured-event .event-image svg {
  margin-left: -15.9%;
  width: 132%;
  margin-top: -15%;
  height: auto;
  margin-bottom: -21.75%;
}
@media screen and (min-width: 880px) {
  .tribe-events-calendar-list .featured-events .featured-event .event-image svg {
    width: 114%;
    margin-top: -13%;
    margin-bottom: -19%;
  }
}
@media screen and (min-width: 880px) {
  .tribe-events-calendar-list .featured-events .featured-event__content {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 30px;
  }
}
.tribe-events-calendar-list .featured-events .featured-event__content .tribe-events-event-categories a {
  color: #00A9DA;
  display: block;
  margin-bottom: 14px;
}
.tribe-events-calendar-list .featured-events .featured-event__content h4 {
  font-weight: 300;
  margin-bottom: 20px;
  color: #494D50;
  font-size: 34px;
  line-height: 1.1764705882;
}
@media screen and (min-width: 768px) {
  .tribe-events-calendar-list .featured-events .featured-event__content h4 {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__meta {
  margin-bottom: 35px;
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__date {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  color: #868788;
}
@media screen and (min-width: 768px) {
  .tribe-events-calendar-list .featured-events .featured-event__content .featured-event__date {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__date b, .tribe-events-calendar-list .featured-events .featured-event__content .featured-event__date strong {
  font-weight: 400;
  color: #494D50;
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__venue {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .tribe-events-calendar-list .featured-events .featured-event__content .featured-event__venue {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__venue b, .tribe-events-calendar-list .featured-events .featured-event__content .featured-event__venue strong {
  font-weight: 400;
  color: #494D50;
}
.tribe-events-calendar-list .featured-events .featured-event__content .featured-event__venue a {
  color: #868788;
}
.tribe-events-calendar-list .event-list__wrapper {
  margin-bottom: 40px;
}
.tribe-events-calendar-list .event-list__wrapper .event-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__section-heading {
  margin-bottom: 40px;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .tribe-events-calendar-list .event-list__wrapper .event-list__item {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 880px) {
  .tribe-events-calendar-list .event-list__wrapper .event-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item .pill {
  position: absolute;
  top: 16px;
  left: 10px;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item .pill a {
  font-size: 10px;
  border-radius: 14px;
  background-color: rgba(0, 169, 218, 0.5);
  color: #fff;
  text-align: center;
  padding: 8px;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item a {
  color: #494D50;
  transition: color 0.23s ease-in-out;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item a:hover {
  color: #00A9DA;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item--date {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  color: #868788;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item--date a {
  display: inline;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  color: #868788;
}
.tribe-events-calendar-list .event-list__wrapper .event-list__item img {
  object-fit: cover;
  max-height: 200px;
}

.tribe-events-event-categories-label {
  display: none;
}

/*

Event Detail

*/
.tribe_events-template-default .events-hero {
  display: none;
}

.tribe-events-single .wrapper {
  max-width: 994px;
}

#tribe-events-pg-template {
  max-width: none;
  padding: 0;
  margin-top: 50px;
}

.tribe-events-single {
  padding-top: 34px;
  padding-bottom: 20px;
}

.tribe-events-single .tribe-events-cal-links {
  padding-left: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
  color: #00A9DA;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  margin-bottom: 20px;
}
.tribe-events-single .tribe-events-cal-links span {
  margin: 0 10px;
}
.tribe-events-single .tribe-events-cal-links:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%2300A9DA'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H128V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h352c8.8 0 16 7.2 16 16v48H32v-48c0-8.8 7.2-16 16-16zm352 384H48c-8.8 0-16-7.2-16-16V192h384v272c0 8.8-7.2 16-16 16zM148 320h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 96h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm192 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12z'/%3E%3C/svg%3E");
}
.tribe-events-single .tribe-events-cal-links .tribe-events-button {
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 2.02px;
  line-height: 22px;
  font-size: 15px;
  color: #00A9DA;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 0;
  background: none;
}
.tribe-events-single .tribe-events-cal-links .tribe-events-button:hover {
  text-decoration: none;
}

.event-hero {
  margin-bottom: 80px;
}
@media screen and (min-width: 880px) {
  .event-hero {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-hero.no-image .event-hero__content {
    padding-left: 0;
  }
}

.event-hero__image-wrap {
  margin-bottom: 20px;
}
.event-hero__image-wrap svg {
  margin-left: -15.9%;
  width: 132%;
  margin-top: -15%;
  height: auto;
  margin-bottom: -21.75%;
}
@media screen and (min-width: 880px) {
  .event-hero__image-wrap {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-hero__image-wrap svg {
    width: 114%;
    margin-top: -13%;
    margin-bottom: -19%;
  }
}

.event-hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  clip-path: path("M0,14 L0,320.078448 L0,320.078448 L0,330 C-2.59301694e-14,341.59798 9.40202025,351 21,351 L210.649096,351 L210.649096,351 L210.649096,350.62867 L216.841303,350.62867 L434.378083,350.62867 C439.381686,350.62867 444.220867,348.842094 448.024089,345.590703 L492.646007,307.443245 C497.312926,303.453477 500,297.621113 500,291.481212 L500,269.489045 L500,269.489045 L500,175.00291 L500,21 C500,9.40202025 490.59798,1.42219936e-15 479,0 L14,0 C6.2680135,1.42034288e-15 -9.46895252e-16,6.2680135 0,14 Z");
}

@media screen and (min-width: 880px) {
  .event-hero__content {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 30px;
  }
}
.event-hero__content h4 {
  font-weight: 300;
  margin-bottom: 20px;
  color: #494D50;
  font-family: "Rubik", sans-serif;
  font-size: 28px;
}
@media screen and (min-width: 880px) {
  .event-hero__content h4 {
    font-size: 48px;
  }
}

.event-hero__meta {
  margin-bottom: 35px;
  color: #868788;
  display: flex;
  align-items: center;
}

.event-hero__date {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0;
  color: #868788;
}
@media screen and (min-width: 768px) {
  .event-hero__date {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.event-hero__date b, .event-hero__date strong {
  font-weight: 400;
  color: #494D50;
}

.event-hero__venue {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .event-hero__venue {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.event-hero__venue b, .event-hero__venue strong {
  font-weight: 400;
  color: #494D50;
}
.event-hero__venue a {
  color: #868788;
}

.tribe-events-event-categories a {
  color: #00A9DA;
  display: block;
  margin-bottom: 14px;
  text-decoration: none;
}

.event-content__body,
.event-content__schedule,
.event-content__speaker,
.event-content__info {
  margin-bottom: 55px;
}

.event-content__body a {
  text-transform: uppercase;
  text-decoration: inherit;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1.39px;
  display: inline-block;
  color: #494D50;
}

.event-content__speaker {
  text-align: center;
}

.event-content__speaker-inner {
  margin-top: 30px;
}

.event-content__speaker-profile {
  margin: 0 auto 40px;
  max-width: 300px;
}
.event-content__speaker-profile h2 {
  font-size: 24px;
  line-height: 1.16;
  color: #494D50;
  margin-bottom: 8px;
  font-weight: 300;
}

.event-content__speaker-profile-image {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.event-content__speaker-profile-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  padding: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  opacity: 0.5;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  -webkit-mask-size: 99%;
  mask-composite: exclude;
  transition: padding 0.23s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.event-content__speaker-profile-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 10px solid transparent;
}

.event-content__speaker-body h2 {
  font-size: 24px;
  line-height: 1.16;
  color: #494D50;
  margin-bottom: 8px;
  font-weight: 300;
}

.event-content__speaker-body blockquote {
  position: relative;
  padding-left: 43px;
  margin: 0 auto;
}
.event-content__speaker-body blockquote p {
  font-size: 18px;
}
.event-content__speaker-body blockquote::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: 20px;
  background-image: linear-gradient(125deg, #EB2A99 0%, #00ABDF 50%, transparent 100%);
}
.event-content__speaker-body blockquote::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: 17px;
  top: 0;
  background: #D94296;
}

.event-content__schedule {
  flex-basis: 100%;
}

.event-content__schedule--content {
  position: relative;
  padding: 30px 0 20px;
  z-index: 1;
}

.event-content__schedule--day {
  margin-bottom: 45px;
}

.event-content__schedule--desc h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.16;
  color: #494D50;
  margin-bottom: 10px;
}

.event-content__schedule--speaker p {
  margin-top: 0;
  color: #494D50;
}

.schedule-time {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.16;
  color: #494D50;
  margin-top: 0;
  margin-bottom: 10px;
}

.schedule-info p {
  font-size: 15px;
  margin-bottom: 1em;
  font-weight: normal;
  color: #494D50;
}

.event-content__schedule--heading {
  margin-bottom: 0.75em;
}

@media screen and (min-width: 880px) {
  #tribe-events-pg-template {
    margin-top: 100px;
  }
  .tribe-events-single {
    padding-top: 95px;
    padding-bottom: 41px;
  }
  .event-content__schedule--day,
  .event-content__speaker-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-content__speaker {
    text-align: left;
  }
  .event-content__speaker-inner {
    margin-top: 42px;
    text-align: center;
  }
  .event-content__schedule--content {
    padding: 10px 0;
  }
  .event-content__schedule--day {
    margin: 58px 0 85px;
    justify-content: space-between;
  }
  .event-content__schedule--details {
    flex-basis: 32%;
  }
  .event-content__schedule--desc {
    flex-basis: 66%;
  }
  .event-content__schedule--desc h4 {
    margin-bottom: 45px;
  }
  .event-content__schedule--speaker {
    flex-basis: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-content__speaker-profile {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*

Single Resources and Support

*/
.single-resources main,
.single-support main {
  margin-top: 50px;
}

.single-resources .site-main .wrapper,
.single-support .site-main .wrapper {
  width: 91.1111%;
  max-width: 1180px;
  padding: 50px 0;
}

.single-resources .entry-title,
.single-support .entry-title {
  font-size: 34px;
  line-height: 1.1764705882;
  text-align: left;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .single-resources .entry-title,
  .single-support .entry-title {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}

.single-resources .post-thumbnail,
.single-support .post-thumbnail {
  height: auto;
}
.single-resources .post-thumbnail:after,
.single-support .post-thumbnail:after {
  background: none;
}

.single-resources .entry-content .block-wrapper,
.single-support .entry-content .block-wrapper {
  width: 100%;
}

.single-resources .sidebar {
  display: none;
  margin: 30px auto 0;
}

.single-resources .site-main.with-resource .sidebar {
  display: block;
}

.single-resources .gated .sidebar {
  display: block;
}

.single-resources .hubspot-form-wrap {
  background: #eff1f3;
  padding: 35px;
  border-radius: 11px;
}

.single-resources .hubspot-form-wrap h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-resources .hubspot-form-wrap h2 {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.single-resources .hubspot-form-wrap h2 b, .single-resources .hubspot-form-wrap h2 strong {
  font-weight: 400;
  color: #494D50;
}

.single-resources .post-thumbnail img,
.single-support .post-thumbnail img {
  border-radius: 11px;
  height: auto;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  max-width: 550px;
  display: block;
}

.single-resources .entry-header,
.single-resources .entry-content,
.single-support .entry-header,
.single-support .entry-content {
  padding: 0;
}

.single-resources .content-container,
.single-support .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .single-resources .wrapper,
  .single-support .wrapper {
    max-width: 1180px;
    width: 81.9444%;
  }
  .single-resources .content-container,
  .single-support .content-container {
    background: none;
    transform: none;
    max-width: inherit;
  }
}
@media screen and (min-width: 880px) {
  .single-resources article,
  .single-support article {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .single-resources .entry-title,
  .single-support .entry-title {
    margin: 0;
  }
  .single-resources .post-thumbnail,
  .single-resources .entry-header,
  .single-support .post-thumbnail,
  .single-support .entry-header {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-resources .entry-header,
  .single-support .entry-header {
    padding-top: 0;
  }
}
@media screen and (min-width: 880px) and (max-width: 1200px) {
  .single-resources .entry-title,
  .single-support .entry-title {
    font-size: 43px;
  }
}
@media screen and (min-width: 1040px) {
  .single-resources main,
  .single-support main {
    margin-top: 100px;
  }
  .single-resources .gated .content-container, .single-resources .with-resource .content-container {
    flex-basis: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 2%;
  }
  .single-resources .gated .sidebar, .single-resources .site-main.with-resource .sidebar {
    flex-basis: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-resources .content-container,
  .single-support .content-container,
  .single-resources .sidebar {
    margin-top: 90px;
    align-self: flex-start;
  }
}
/*--------------------------------------------------------------
 Custom Blocks
--------------------------------------------------------------*/
/*


Hero 


*/
.hero-image {
  opacity: 0;
  width: 100%;
  top: 10px;
  position: relative;
  display: block;
  will-change: opacity, top;
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-1 .hero-block-image {
  margin-bottom: -0.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-1 .hero-block-image {
    margin-bottom: -1%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-2 .hero-block-image {
  margin-bottom: -0.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-2 .hero-block-image {
    margin-bottom: -2%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-3 .hero-block-image {
  margin-bottom: -1.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-3 .hero-block-image {
    margin-bottom: -3%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-4 .hero-block-image {
  margin-bottom: -1.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-4 .hero-block-image {
    margin-bottom: -4%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-5 .hero-block-image {
  margin-bottom: -2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-5 .hero-block-image {
    margin-bottom: -5%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-6 .hero-block-image {
  margin-bottom: -2.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-6 .hero-block-image {
    margin-bottom: -6%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-7 .hero-block-image {
  margin-bottom: -2.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-7 .hero-block-image {
    margin-bottom: -7%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-8 .hero-block-image {
  margin-bottom: -3.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-8 .hero-block-image {
    margin-bottom: -8%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-9 .hero-block-image {
  margin-bottom: -3.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-9 .hero-block-image {
    margin-bottom: -9%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-10 .hero-block-image {
  margin-bottom: -4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-10 .hero-block-image {
    margin-bottom: -10%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-11 .hero-block-image {
  margin-bottom: -4.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-11 .hero-block-image {
    margin-bottom: -11%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-12 .hero-block-image {
  margin-bottom: -4.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-12 .hero-block-image {
    margin-bottom: -12%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-13 .hero-block-image {
  margin-bottom: -5.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-13 .hero-block-image {
    margin-bottom: -13%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-14 .hero-block-image {
  margin-bottom: -5.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-14 .hero-block-image {
    margin-bottom: -14%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-15 .hero-block-image {
  margin-bottom: -6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-15 .hero-block-image {
    margin-bottom: -15%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-16 .hero-block-image {
  margin-bottom: -6.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-16 .hero-block-image {
    margin-bottom: -16%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-17 .hero-block-image {
  margin-bottom: -6.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-17 .hero-block-image {
    margin-bottom: -17%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-18 .hero-block-image {
  margin-bottom: -7.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-18 .hero-block-image {
    margin-bottom: -18%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-19 .hero-block-image {
  margin-bottom: -7.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-19 .hero-block-image {
    margin-bottom: -19%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-20 .hero-block-image {
  margin-bottom: -8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-20 .hero-block-image {
    margin-bottom: -20%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-21 .hero-block-image {
  margin-bottom: -8.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-21 .hero-block-image {
    margin-bottom: -21%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-22 .hero-block-image {
  margin-bottom: -8.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-22 .hero-block-image {
    margin-bottom: -22%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-23 .hero-block-image {
  margin-bottom: -9.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-23 .hero-block-image {
    margin-bottom: -23%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-24 .hero-block-image {
  margin-bottom: -9.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-24 .hero-block-image {
    margin-bottom: -24%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-25 .hero-block-image {
  margin-bottom: -10%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-25 .hero-block-image {
    margin-bottom: -25%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-26 .hero-block-image {
  margin-bottom: -10.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-26 .hero-block-image {
    margin-bottom: -26%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-27 .hero-block-image {
  margin-bottom: -10.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-27 .hero-block-image {
    margin-bottom: -27%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-28 .hero-block-image {
  margin-bottom: -11.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-28 .hero-block-image {
    margin-bottom: -28%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-29 .hero-block-image {
  margin-bottom: -11.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-29 .hero-block-image {
    margin-bottom: -29%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-30 .hero-block-image {
  margin-bottom: -12%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-30 .hero-block-image {
    margin-bottom: -30%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-31 .hero-block-image {
  margin-bottom: -12.4%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-31 .hero-block-image {
    margin-bottom: -31%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-32 .hero-block-image {
  margin-bottom: -12.8%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-32 .hero-block-image {
    margin-bottom: -32%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-33 .hero-block-image {
  margin-bottom: -13.2%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-33 .hero-block-image {
    margin-bottom: -33%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-34 .hero-block-image {
  margin-bottom: -13.6%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-34 .hero-block-image {
    margin-bottom: -34%;
  }
}

.wp-block-emulate-custom-blocks-hero.margin-bottom-35 .hero-block-image {
  margin-bottom: -14%;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero.margin-bottom-35 .hero-block-image {
    margin-bottom: -35%;
  }
}

.hero-block-image {
  min-width: 288px;
}

.wp-block-emulate-custom-blocks-hero h1,
.wp-block-emulate-custom-blocks-hero h3,
.wp-block-emulate-custom-blocks-hero p {
  margin: 0 0 12px;
}

.degree-35-bp-grad {
  position: relative;
  color: white;
}
.degree-35-bp-grad:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: -100px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35vw), 0 100%);
  background: linear-gradient(40deg, #00ABDF 0%, #EB2A99 96%);
}

.degree-35-bp-grad .hero__inner {
  position: relative;
  z-index: 1;
}

.degree-35-bp-grad p {
  color: inherit;
}

@media screen and (max-width: 879px) {
  .wp-block-emulate-custom-blocks-hero {
    padding-bottom: 116px;
    min-height: 350px;
  }
  .hero-block-image {
    width: 72.7777777778%;
  }
  .wp-block-emulate-custom-blocks-hero .block-wrapper {
    width: 100%;
    max-width: none;
  }
  .hero__inner .content-wrap {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 91.1111%;
  }
}
@media screen and (max-width: 879px) and (min-width: 768px) {
  .hero__inner .content-wrap {
    max-width: 1180px;
    width: 81.9444%;
  }
}
@media screen and (max-width: 879px) {
  .image-right .hero-block-image {
    margin-left: auto;
  }
}
@media screen and (max-width: 879px) {
  .degree-35-bp-grad {
    padding-bottom: 0;
    padding-top: 51px;
  }
}
@media screen and (max-width: 879px) {
  .degree-35-bp-grad .hero__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 879px) {
  .degree-35-bp-grad .hero-block-content {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 879px) {
  .degree-35-bp-grad:after {
    top: -50px;
    height: calc(100% + 50px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 65vw), 0 calc(100% - 30vw));
  }
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hero {
    padding-bottom: 134px;
    min-height: 650px;
    max-height: 2000px;
  }
  .wp-block-emulate-custom-blocks-hero h1 {
    margin-bottom: 20px;
  }
  .wp-block-emulate-custom-blocks-hero h3 {
    margin-bottom: 25px;
  }
  .wp-block-emulate-custom-blocks-hero p {
    margin-bottom: 1.2142857143em;
  }
  .hero__inner {
    display: flex;
  }
  .image-right .hero__inner {
    flex-direction: row-reverse;
  }
  .hero__inner .content-wrap,
  .hero-block-image {
    flex-basis: 50%;
  }
  .hero-block-content {
    max-width: 555px;
  }
  .hero__inner .content-wrap {
    padding-top: 8.5593220339%;
  }
  .image-left .hero-block-image-wrap {
    margin-left: -22.5%;
  }
  .image-right .hero-block-image-wrap {
    margin-right: -22.5%;
  }
}
@media screen and (min-width: 1440px) {
  .image-left .hero-block-image-wrap {
    margin-left: calc((100vw - 1180px) / -2);
  }
  .image-right .hero-block-image-wrap {
    margin-right: calc((100vw - 1180px) / -2);
  }
}
/*

Two Columns Text 

*/
.wp-block-emulate-custom-blocks-two-cols {
  padding: 50px 0;
}

.wp-block-emulate-custom-blocks-two-cols .title:empty {
  display: none;
}

.wp-block-emulate-custom-blocks-two-cols .column .wp-block-column + .wp-block-column {
  margin-left: 16px;
}

.wp-block-emulate-custom-blocks-two-cols .wp-block-columns .wp-block-image,
.wp-block-emulate-custom-blocks-two-cols .wp-block-columns .wp-block-image figure {
  margin: 0;
}

.wp-block-emulate-custom-blocks-two-cols .wp-block-columns {
  margin: 24px 0 0;
}

.wp-block-emulate-custom-blocks-two-cols .wp-block-column {
  max-width: calc(50% - 8px);
}

@media screen and (max-width: 620px) {
  .wp-block-emulate-custom-blocks-two-cols .has-icon,
  .wp-block-emulate-custom-blocks-two-cols .has-icon + .column {
    margin-left: 29px;
    margin-right: 29px;
  }
  .wp-block-emulate-custom-blocks-two-cols .has-icon:before {
    width: calc((100vw - (500px - 17px)) / 2);
    margin-left: calc((100vw - (500px - 17px)) / -2);
  }
}
@media screen and (max-width: 544px) {
  .wp-block-emulate-custom-blocks-two-cols .has-icon,
  .wp-block-emulate-custom-blocks-two-cols .has-icon + .column {
    margin-left: 29px;
    margin-right: 29px;
  }
  .wp-block-emulate-custom-blocks-two-cols .has-icon:before {
    width: calc(17px + 4.4444%);
    margin-left: calc(-17px - 4.4444%);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-two-cols {
    padding: 20px 0;
  }
  .wp-block-emulate-custom-blocks-two-cols .block-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-emulate-custom-blocks-two-cols .title {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
  }
  .wp-block-emulate-custom-blocks-two-cols .column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-emulate-custom-blocks-two-cols .column p:first-child {
    margin-top: 0;
  }
  .wp-block-emulate-custom-blocks-two-cols .column .wp-block-column + .wp-block-column {
    margin-left: 28px;
  }
  .wp-block-emulate-custom-blocks-two-cols .wp-block-columns {
    margin: 0;
  }
}
/*

Asymmetric Columns

*/
.asymmetric-columns {
  padding: 60px 0;
}

.asymmetric-columns .block-content ul,
.asymmetric-columns .block-content ol {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.asymmetric-columns .block-content li {
  flex: 0 100%;
}
@media screen and (min-width: 768px) {
  .asymmetric-columns .block-content li {
    flex: 0 50%;
    padding-right: 25px;
  }
}

.wp-block-emulate-custom-blocks-a-columns h3.has-icon:before {
  width: 16.5%;
  margin-left: -16.5%;
}

.asymmetric-columns__inner {
  position: relative;
  filter: url(#shadow-light);
  border-radius: 0 0 6.24px 6.24px;
  background: white;
  margin-top: 36px;
  transform: translate3d(0, 0, 0);
  padding: 13px 11.8902439024% 63px;
}

.asymmetric-columns__inner:before,
.asymmetric-columns__inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: inherit;
  height: 36px;
  top: -36px;
}

.asymmetric-columns__inner:before {
  width: 48px;
  right: 0;
  clip-path: url(#notch);
}

.asymmetric-columns__inner:after {
  width: calc(100% - 47px);
  left: 0;
  border-top-left-radius: 6.24px;
}

.has-dark-grey-background-color .asymmetric-columns__inner {
  background: #494D50;
  filter: url(#shadow-dark);
}

.asymmetric-columns .block-wrapper .block-wrapper {
  width: 100%;
}

.asymmetric-columns .block-content {
  position: relative;
  z-index: 1;
}

.asymmetric-columns .block-content > .wp-block-image {
  margin: 36px 0 46px;
}

.asymmetric-columns .wp-block-emulate-custom-blocks-benefits {
  margin: 0;
}

.wp-block-emulate-custom-blocks-a-cta-columns .column-right {
  padding-top: 10px;
}
.wp-block-emulate-custom-blocks-a-cta-columns .column-right:before {
  content: "";
  background: rgba(134, 135, 136, 0.3);
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 70px;
}
.wp-block-emulate-custom-blocks-a-cta-columns .column-right p {
  margin: 0 0 1.2em;
}

.asymmetric-columns.gradient {
  background: url(img/left-grad-texture.png) no-repeat top -80px left/30vw auto;
}

.asymmetric-columns .wp-block-embed.is-type-video {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .asymmetric-columns {
    padding: 117px 0;
  }
  .asymmetric-columns__inner {
    border-radius: 0 0 11px 11px;
    margin-top: 50px;
    padding: 67px 8.4745762712% 95px;
  }
  .asymmetric-columns__inner:before,
  .asymmetric-columns__inner:after {
    height: 50px;
    top: -50px;
  }
  .asymmetric-columns__inner:before {
    width: 66px;
  }
  .asymmetric-columns__inner:after {
    width: calc(100% - 65px);
    border-top-left-radius: 11px;
  }
  .wp-block-emulate-custom-blocks-a-columns,
  .wp-block-emulate-custom-blocks-a-cta-columns {
    display: flex;
    justify-content: space-between;
  }
  .asymmetric-columns .column {
    flex-basis: 48.9795918367%;
  }
  .asymmetric-columns h3 {
    margin-bottom: 25px;
  }
  .asymmetric-columns .column-left {
    max-width: 420px;
    margin-right: 20px;
  }
  .asymmetric-columns .column *:first-child {
    margin-top: 0;
  }
  .asymmetric-columns .block-content > .wp-block-image {
    margin: 68px 0 85px;
  }
  .wp-block-emulate-custom-blocks-a-cta-columns {
    margin-bottom: 47px;
  }
  .wp-block-emulate-custom-blocks-a-cta-columns .wp-block-emulate-custom-blocks-contact:first-of-type {
    margin-top: 85px;
  }
  .wp-block-emulate-custom-blocks-a-cta-columns .column-right {
    position: relative;
    max-width: 420px;
    padding: 95px 0 0 8.4745762712%;
  }
  .wp-block-emulate-custom-blocks-a-cta-columns .column-right:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
  }
  .wp-block-emulate-custom-blocks-a-cta-columns .column-right p {
    margin-bottom: 1.7142857143em;
  }
  .asymmetric-columns.gradient {
    background-size: 361px auto;
    background-position: top -117px left;
  }
}
/*


Hero without Image 


*/
.hero-no-img > .block-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.hero-no-img .sup-header {
  margin-bottom: 12px;
}

.hero-no-img p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .hero-no-img > .block-wrapper {
    margin-top: min(6vw, 80px);
    margin-bottom: min(7vw, 103px);
  }
  .hero-no-img .sup-header {
    margin-bottom: 20px;
  }
  .hero-no-img .header {
    margin: 0 auto 0.32em;
    max-width: 820px;
  }
  .hero-no-img .description.has-large-font-size {
    font-size: 28px;
  }
}
/*

Logos Block

*/
.logos .block-wrapper {
  width: 100%;
}

.logos .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3px auto 0;
}

.wp-block-emulate-custom-blocks-logo {
  min-width: 33.4%;
  max-width: 50%;
  margin-top: 27px;
  padding: 0 14px;
}

.wp-block-emulate-custom-blocks-logo .logo {
  max-width: 165px;
  margin: auto;
}

.wp-block-emulate-custom-blocks-logo .logo-img {
  display: block;
  max-height: 79px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .logos .block-wrapper {
    max-width: 910px;
  }
  .logos .block-content {
    margin: 28px -14px 0;
  }
  .wp-block-emulate-custom-blocks-logo {
    min-width: 0;
    flex-basis: 25%;
  }
  .wp-block-emulate-custom-blocks-logo .logo-img {
    max-height: 99px;
  }
}
/*

In the News 

*/
.news-block {
  margin-top: 67px;
  margin-bottom: 67px;
}

.news-block .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.9166666667em;
}
@media screen and (min-width: 768px) {
  .news-block .title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.news-block .card {
  margin-bottom: 17px;
}

.news-block .card a {
  display: block;
  height: 100%;
  background: transparent;
  padding: 17px 4.8780487805%;
  border-radius: 11px;
  transition: 0.3s;
}
.news-block .card a:after {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 0.2777777778rem;
  display: block;
  position: relative;
  bottom: 0;
  margin-top: 17px;
}

.news-block .card:hover a {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  background: white;
}

.news-block .card-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 17px;
  line-height: 1.2352941176;
  margin: 0;
}
.news-block .card-title b, .news-block .card-title strong {
  font-weight: 500;
}

.news-block .tags {
  margin: 24px 0 0;
  position: relative;
}

.news-block .tag {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
  padding: 0;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .news-block .tag {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}
.news-block .tag::before {
  content: none;
}

.news-block .button-cont {
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-block {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .news-block .title {
    margin-bottom: 53px;
  }
  .news-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-block .card {
    margin-bottom: 22px;
    min-height: 221px;
  }
  .cols-3 .news-block .card {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols-2 .news-block .card {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-block .card a {
    padding: 29px min( 10.2631578947%, 39px ) 31px;
    display: flex;
    flex-direction: column;
  }
  .news-block .card a:after {
    margin-top: 19px;
  }
  .news-block .card-title {
    margin-bottom: auto;
  }
  .news-block .button-cont {
    margin-top: 72px;
  }
  .news-block .tags {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .news-block .card-title {
    font-size: 24px;
    line-height: 1.1666666667;
  }
}
/*


Testimonials


*/
.wp-block-emulate-custom-blocks-testimonials {
  background-image: url("img/testimonials-bg__mobile.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 200px 0 90px;
  margin-top: -110px;
  pointer-events: none;
}

.wp-block-emulate-custom-blocks-testimonials .inner__wrap {
  display: flex;
}

.wp-block-emulate-custom-blocks-testimonial {
  margin-bottom: 36px;
}

.testimonial-img .circle-mask,
.testimonial-text {
  background-image: linear-gradient(163deg, rgba(255, 255, 255, 0) 35%, rgba(240, 240, 240, 0.31) 97%);
  box-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.65);
}

.testimonial-img {
  flex-shrink: 0;
  width: min( 21.6666666667vw , 120px);
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.testimonial-img .circle-mask {
  border-radius: 100%;
  padding: 3.6885245902%;
  backdrop-filter: blur(21px);
}

.testimonial-img svg {
  display: block;
  width: 100%;
  height: 100%;
}

.testimonial-text {
  flex: 1;
  color: white;
  border-radius: 11px;
  backdrop-filter: blur(3px);
  padding: 21px 4.1522491349% 21px 18.6851211073%;
  margin-left: -13.4948096886%;
}

.testimonial-text p {
  color: inherit;
  margin: 0 0 9px;
}

.testimonial-text .position {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .testimonial-text .position {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-testimonials {
    background-image: url("img/testimonials-bg__desktop.png");
    background-size: auto 106%;
    background-position: top -56% center;
    margin-top: -235px;
    padding: 300px 0 192px;
  }
  .testimonials-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-emulate-custom-blocks-testimonial {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .wp-block-emulate-custom-blocks-testimonial .inner__wrap {
    align-items: center;
  }
  .testimonial-img {
    max-width: none;
    width: min( 11.5277777778vw , 166px);
    margin: 0;
  }
  .testimonial-img .circle-mask {
    padding: 6.6265060241%;
  }
  .testimonial-text {
    padding: 42px 4.6551724138% 53px 21.0344827586%;
    margin-left: -15.1724137931%;
  }
  .testimonial-text .quote {
    margin-bottom: 27px;
  }
  .testimonial-text .name {
    margin-bottom: 6px;
  }
}
/*

SVG Masked Image

*/
.image-wrap .rect-mask-shadow,
.image-wrap .notched-landscape {
  pointer-events: none;
  height: auto;
}

.image-wrap .notched-landscape {
  margin-left: -15.9%;
  width: 132%;
  margin-top: -15%;
  margin-bottom: -21.75%;
}

.circle-gradient svg {
  width: 174.5%;
  margin-top: -4.25%;
  margin-left: -37.25%;
  margin-bottom: -28%;
  height: auto;
}

.wp-block-emulate-custom-blocks-image-text-full .image-wrap .rect-mask-shadow {
  width: 151%;
  height: 100%;
  margin-left: -25%;
  margin-top: -33.75%;
  margin-bottom: -35%;
}

@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-image-text-full .image-wrap .notched-landscape {
    width: 114%;
    margin-top: -13%;
    margin-bottom: -19%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-left .image-wrap .notched-landscape {
    margin-left: -13.75%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-right .image-wrap .notched-landscape {
    margin-left: 0;
  }
  .wp-block-emulate-custom-blocks-image-text-full .image-wrap .rect-mask-shadow {
    width: 157.5%;
    margin-top: -35.25%;
    margin-bottom: -36.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-right .image-wrap .rect-mask-shadow {
    margin-left: -21.75%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-left .image-wrap .rect-mask-shadow {
    margin-left: -35.5%;
  }
}
/*

Image & Text columns

*/
.wp-block-emulate-custom-blocks-image-text-full h3 {
  margin-bottom: 1.0909090909em;
}

.wp-block-emulate-custom-blocks-image-text-full .block-wrapper {
  position: relative;
  z-index: 2;
}

.wp-block-emulate-custom-blocks-image-text-full.img-right .image-wrap {
  margin-left: auto;
}

.wp-block-emulate-custom-blocks-image-text-full .landscape-notched,
.wp-block-emulate-custom-blocks-image-text-full .rounded-corner-drop-shadow {
  margin-bottom: 33px;
}

.wp-block-emulate-custom-blocks-image-text-full.large-image {
  padding-top: 14px;
  padding-bottom: 75px;
}

.wp-block-emulate-custom-blocks-image-text-full.large-image .image-wrap {
  width: 84.3023255814%;
  max-width: 480px;
  margin-bottom: 60px;
}

.wp-block-emulate-custom-blocks-image-text-full.bg-grey-notch .image-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-image-text-full.bg-grey-notch .image-wrap {
    padding-top: 0;
  }
}

.wp-block-emulate-custom-blocks-image-text-full.normal {
  padding-top: 56px;
  padding-bottom: 33px;
}

.wp-block-emulate-custom-blocks-image-text-full.normal .mask-media {
  margin-bottom: 40px;
}

@media screen and (max-width: 879px) {
  .wp-block-emulate-custom-blocks-image-text-full.large-image .block-wrapper {
    width: 100%;
    max-width: none;
  }
  .wp-block-emulate-custom-blocks-image-text-full .block-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-emulate-custom-blocks-image-text-full.large-image .content {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 91.1111%;
  }
}
@media screen and (max-width: 879px) and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-image-text-full.large-image .content {
    max-width: 1180px;
    width: 81.9444%;
  }
}
@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-image-text-full .block-wrap {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-left .block-wrap {
    flex-direction: row-reverse;
  }
  .wp-block-emulate-custom-blocks-image-text-full .column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.large-image {
    padding-top: 0;
  }
  .wp-block-emulate-custom-blocks-image-text-full.large-image .image-wrap {
    max-width: none;
    width: 43.4722222222vw;
    margin-bottom: 0;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-left.large-image .image-wrap {
    margin-left: -22.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-right.large-image .image-wrap {
    margin-right: -22.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-full.normal {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-emulate-custom-blocks-image-text-full.img-left.large-image .image-wrap {
    margin-left: calc((100vw - 1180px) / -2);
  }
  .wp-block-emulate-custom-blocks-image-text-full.img-right.large-image .image-wrap {
    margin-right: calc((100vw - 1180px) / -2);
  }
}
/*

Image Text w/ Offset Image

*/
.wp-block-emulate-custom-blocks-image-text-offset {
  margin-top: 70px;
}

.wp-block-emulate-custom-blocks-image-text-offset .block-wrap {
  padding: 11.2804878049% 0 70px;
  display: flex;
  flex-direction: column-reverse;
}

.wp-block-emulate-custom-blocks-image-text-offset .image-wrap {
  position: relative;
  width: 137%;
  margin-left: -20%;
  margin-bottom: -10%;
  margin-top: -10%;
  pointer-events: none;
}
.wp-block-emulate-custom-blocks-image-text-offset .image-wrap img {
  display: block;
  height: auto;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-1 .image-wrap {
  margin-top: -12.0833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-1 .image-wrap {
  margin-bottom: -12.0833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-2 .image-wrap {
  margin-top: -14.1666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-2 .image-wrap {
  margin-bottom: -14.1666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-3 .image-wrap {
  margin-top: -16.25%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-3 .image-wrap {
  margin-bottom: -16.25%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-4 .image-wrap {
  margin-top: -18.3333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-4 .image-wrap {
  margin-bottom: -18.3333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-5 .image-wrap {
  margin-top: -20.4166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-5 .image-wrap {
  margin-bottom: -20.4166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-6 .image-wrap {
  margin-top: -22.5%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-6 .image-wrap {
  margin-bottom: -22.5%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-7 .image-wrap {
  margin-top: -24.5833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-7 .image-wrap {
  margin-bottom: -24.5833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-8 .image-wrap {
  margin-top: -26.6666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-8 .image-wrap {
  margin-bottom: -26.6666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-9 .image-wrap {
  margin-top: -28.75%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-9 .image-wrap {
  margin-bottom: -28.75%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-10 .image-wrap {
  margin-top: -30.8333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-10 .image-wrap {
  margin-bottom: -30.8333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-11 .image-wrap {
  margin-top: -32.9166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-11 .image-wrap {
  margin-bottom: -32.9166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-12 .image-wrap {
  margin-top: -35%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-12 .image-wrap {
  margin-bottom: -35%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-13 .image-wrap {
  margin-top: -37.0833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-13 .image-wrap {
  margin-bottom: -37.0833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-14 .image-wrap {
  margin-top: -39.1666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-14 .image-wrap {
  margin-bottom: -39.1666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-15 .image-wrap {
  margin-top: -41.25%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-15 .image-wrap {
  margin-bottom: -41.25%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-16 .image-wrap {
  margin-top: -43.3333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-16 .image-wrap {
  margin-bottom: -43.3333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-17 .image-wrap {
  margin-top: -45.4166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-17 .image-wrap {
  margin-bottom: -45.4166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-18 .image-wrap {
  margin-top: -47.5%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-18 .image-wrap {
  margin-bottom: -47.5%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-19 .image-wrap {
  margin-top: -49.5833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-19 .image-wrap {
  margin-bottom: -49.5833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-20 .image-wrap {
  margin-top: -51.6666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-20 .image-wrap {
  margin-bottom: -51.6666666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-21 .image-wrap {
  margin-top: -53.75%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-21 .image-wrap {
  margin-bottom: -53.75%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-22 .image-wrap {
  margin-top: -55.8333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-22 .image-wrap {
  margin-bottom: -55.8333333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-23 .image-wrap {
  margin-top: -57.9166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-23 .image-wrap {
  margin-bottom: -57.9166666667%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-24 .image-wrap {
  margin-top: -60%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-24 .image-wrap {
  margin-bottom: -60%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-top-25 .image-wrap {
  margin-top: -62.0833333333%;
}

.wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-25 .image-wrap {
  margin-bottom: -62.0833333333%;
}

#offset-corner {
  fill: #eff1f3;
}

.wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch {
  background-color: #eff1f3;
  position: relative;
  margin-top: 114px;
}
.wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch:before {
  content: "";
  width: 100%;
  left: 14.1666666667vw;
  background: inherit;
}
.wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch:before, .wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch #offset-corner {
  position: absolute;
  top: -11.9444444444vw;
  height: 12.2222222222vw;
}

.wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch .block-wrap {
  padding-top: 0;
}

.wp-block-emulate-custom-blocks-image-text-offset.bg-light-blue {
  background: rgba(0, 169, 218, 0.05);
}

.wp-block-emulate-custom-blocks-image-text-offset .content {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1040px) {
  .wp-block-emulate-custom-blocks-image-text-offset {
    margin-top: 110px;
  }
  .wp-block-emulate-custom-blocks-image-text-offset .block-wrap {
    margin: 0 -10px;
    padding: min( 8.75vw, 126px ) 0 min( 3.3333333333vw, 48px );
  }
  .wp-block-emulate-custom-blocks-image-text-offset.img-left .block-wrap {
    flex-direction: row-reverse;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.img-right .block-wrap {
    flex-direction: row;
  }
  .wp-block-emulate-custom-blocks-image-text-offset .column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-emulate-custom-blocks-image-text-offset .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-emulate-custom-blocks-image-text-offset .image-wrap {
    width: 203%;
    margin-bottom: -18%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-1 .image-wrap {
    margin-top: -28.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-1 .image-wrap {
    margin-bottom: -28.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-2 .image-wrap {
    margin-top: -30.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-2 .image-wrap {
    margin-bottom: -30.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-3 .image-wrap {
    margin-top: -32.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-3 .image-wrap {
    margin-bottom: -32.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-4 .image-wrap {
    margin-top: -34.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-4 .image-wrap {
    margin-bottom: -34.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-5 .image-wrap {
    margin-top: -36.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-5 .image-wrap {
    margin-bottom: -36.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-6 .image-wrap {
    margin-top: -38.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-6 .image-wrap {
    margin-bottom: -38.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-7 .image-wrap {
    margin-top: -40.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-7 .image-wrap {
    margin-bottom: -40.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-8 .image-wrap {
    margin-top: -42.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-8 .image-wrap {
    margin-bottom: -42.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-9 .image-wrap {
    margin-top: -44.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-9 .image-wrap {
    margin-bottom: -44.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-10 .image-wrap {
    margin-top: -46.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-10 .image-wrap {
    margin-bottom: -46.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-11 .image-wrap {
    margin-top: -48.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-11 .image-wrap {
    margin-bottom: -48.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-12 .image-wrap {
    margin-top: -50.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-12 .image-wrap {
    margin-bottom: -50.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-13 .image-wrap {
    margin-top: -52.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-13 .image-wrap {
    margin-bottom: -52.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-14 .image-wrap {
    margin-top: -54.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-14 .image-wrap {
    margin-bottom: -54.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-15 .image-wrap {
    margin-top: -56.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-15 .image-wrap {
    margin-bottom: -56.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-16 .image-wrap {
    margin-top: -58.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-16 .image-wrap {
    margin-bottom: -58.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-17 .image-wrap {
    margin-top: -60.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-17 .image-wrap {
    margin-bottom: -60.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-18 .image-wrap {
    margin-top: -62.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-18 .image-wrap {
    margin-bottom: -62.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-19 .image-wrap {
    margin-top: -64.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-19 .image-wrap {
    margin-bottom: -64.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-20 .image-wrap {
    margin-top: -66.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-20 .image-wrap {
    margin-bottom: -66.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-21 .image-wrap {
    margin-top: -68.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-21 .image-wrap {
    margin-bottom: -68.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-22 .image-wrap {
    margin-top: -70.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-22 .image-wrap {
    margin-bottom: -70.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-23 .image-wrap {
    margin-top: -72.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-23 .image-wrap {
    margin-bottom: -72.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-24 .image-wrap {
    margin-top: -74.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-24 .image-wrap {
    margin-bottom: -74.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-top-25 .image-wrap {
    margin-top: -76.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.margin-bottom-25 .image-wrap {
    margin-bottom: -76.5%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.img-left .image-wrap {
    margin-left: -67%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.img-right .image-wrap {
    margin-left: -45%;
  }
  .wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch .block-wrap {
    padding-top: min( 2.0833333333vw, 30px );
  }
  .wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch {
    margin-top: min( 14.5138888889vw, 209px );
  }
  .wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch:before {
    height: min( 6.7361111111vw, 97px );
    top: max( -6.7361111111vw, -97px );
    left: min( 8.6805555556vw, 125px );
  }
  .wp-block-emulate-custom-blocks-image-text-offset.bg-grey-notch #offset-corner {
    height: min( 6.875vw, 99px );
    top: max( -6.7361111111vw, -97px );
    width: min( 8.8194444444vw, 127px );
  }
}
.single-definition {
  padding-top: 66px;
  padding-bottom: 50px;
}

.single-def-header {
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #494D50;
  font-weight: 400;
}
.single-def-header b, .single-def-header strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single-def-header {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.single-definition p {
  margin-top: 0;
}

.definition-description .inner-wrap {
  max-width: 580px;
}

.definition-term {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-definition {
    padding-top: 70px;
    padding-top: min(7%, 70px);
    padding-bottom: 70px;
    padding-bottom: min(7%, 70px);
  }
  .single-definition .block-wrapper {
    display: flex;
  }
  .definition-term {
    margin-right: 10px;
    flex-basis: 33.3333333333%;
    display: flex;
  }
  .single-def-header {
    flex: 0 1 0;
    padding: 0 7%;
    line-height: 42px;
    margin-left: auto;
  }
  .definition-description {
    margin-left: 10px;
    flex-basis: 66.6666666667%;
  }
}
/*


Promo Card w/Image


*/
.promo-card {
  margin-bottom: 57px;
}

.promo-sup-header {
  margin-bottom: 1.0909090909em;
}

.promo-card figure {
  margin: 0;
}

.promo-card figure img {
  display: block;
}

.promo-card .image-wrap .rect-mask-shadow {
  width: 182%;
  height: auto;
  margin-left: -41%;
  margin-top: -40.6%;
  margin-bottom: -42.3%;
}

.promo-card__inner {
  background: white;
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
  border-radius: 6.24px;
  padding: 49px 8.8414634146% 0;
  display: flex;
}

.has-dark-grey-background-color .promo-card__inner {
  background: #494D50;
  box-shadow: 20px 33px 60px 0 rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 879px) {
  .promo-card__inner {
    flex-direction: column;
  }
  .promo-card__wrapper {
    padding-bottom: 22.7777777778vw;
  }
  .promo-card .image-group {
    order: 1;
    margin-bottom: -22.7777777778vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 880px) {
  .promo-card {
    margin-bottom: 183px;
  }
  .promo-card__inner {
    border-radius: 11px;
    padding: 76px 2.5423728814% 72px 0;
    margin-left: 17.7966101695%;
  }
  .promo-card.image-right .promo-card__inner {
    flex-direction: row-reverse;
  }
  .promo-card .image-group,
  .promo-card .content-group {
    flex-basis: 57%;
    max-width: 500px;
  }
  .promo-card .image-group {
    margin-left: -22.4%;
    margin-right: 20px;
  }
  .promo-card.image-right .image-group {
    margin-right: -22.4%;
    margin-left: 20px;
  }
  .promo-card .content-group {
    margin-left: auto;
    margin-right: auto;
  }
}
.promo-card-video {
  margin: 81px 0;
}

.promo-card-video .wp-block-embed.is-type-video {
  margin: 0;
  width: 100%;
}

.promo-card-video.has-notch .wp-block-embed__wrapper {
  clip-path: url(#notch-bottom);
}

.promo-card-video.has-notch iframe {
  border-radius: 0;
  box-shadow: none;
}

.promo-card-video:not(.has-dropshadow) .wp-block-embed__wrapper,
.promo-card-video:not(.has-dropshadow) .promo-card__inner {
  box-shadow: none;
}

.promo-card-video:not(.has-dropshadow) .promo-card__wrapper {
  padding: 0;
}

.promo-card-video:not(.has-dropshadow) .promo-card__inner {
  background: none;
  padding: 0;
}

.promo-card-video.has-dropshadow.has-notch figure {
  filter: url(#notch-bottom-shadow);
}

.has-dropshadow .content-group {
  max-width: 410px;
  flex-basis: 48%;
}

@media screen and (max-width: 879px) {
  .promo-card-video:not(.has-dropshadow) .promo-card__inner {
    flex-direction: column-reverse;
  }
  .promo-card-video:not(.has-dropshadow) .image-group {
    margin: 0 0 26px;
  }
}
@media screen and (min-width: 880px) {
  .promo-card-video {
    margin: 153px 0;
  }
  .promo-card-video:not(.has-dropshadow) .promo-card__inner {
    margin: 0;
  }
  .promo-card-video .content-group {
    max-width: 580px;
  }
  .promo-card-video.image-right:not(.has-dropshadow) .content-group,
  .promo-card-video.image-left:not(.has-dropshadow) .image-group {
    margin-left: 0;
  }
  .promo-card-video.image-left:not(.has-dropshadow) .content-group,
  .promo-card-video.image-right:not(.has-dropshadow) .image-group {
    margin-right: 0;
  }
  .promo-card-video.has-dropshadow {
    margin-bottom: 107px;
  }
  .has-dropshadow .promo-card__inner {
    align-items: center;
    padding-top: 54px;
    padding-bottom: 51px;
  }
  .has-dropshadow.image-left .promo-card__wrapper {
    width: 93.25%;
  }
  .has-dropshadow.image-left .image-group {
    margin-left: -23%;
    flex-basis: 58%;
  }
  .has-dropshadow.image-left .content-group {
    margin-left: 7%;
  }
  .has-dropshadow.image-left .promo-card__inner {
    margin-left: 18.25%;
    padding-left: 0;
  }
  .has-dropshadow.image-right .promo-card__wrapper {
    width: 91.45%;
    margin-left: auto;
  }
  .has-dropshadow.image-right .promo-card__inner {
    margin-right: 16.55%;
    margin-left: 0;
    padding-right: 0;
  }
  .has-dropshadow.image-right .image-group {
    margin-right: -20%;
  }
  .has-dropshadow.image-right .content-group {
    margin-left: 9%;
  }
}
/*

Resources & Selected Resources blocks 

*/
.resources-block {
  padding: 10px 0;
}

.resources-title {
  margin-bottom: 19px;
}

.selected-resources .resources-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .selected-resources .resources-title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.resources-grid h2.error-notice {
  text-align: center;
  color: red;
  width: 100%;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 880px) {
  .resources-grid h2.error-notice {
    font-size: 25px;
    margin-top: 106px;
  }
}

.resource-tax {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .resource-tax {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.resource-desc {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0 0 37px;
}
@media screen and (min-width: 768px) {
  .resource-desc {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.resource-desc b, .resource-desc strong {
  font-weight: 400;
  color: #494D50;
}

.resources-block .input-group {
  justify-content: center;
}
.resources-block .input-group input[type=button] {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1.51247488,0.204646838 L1.58800631,0.272458808 L8,6.68502326 L14.4119937,0.272458808 C14.7752721,-0.0908196027 15.3642628,-0.0908196027 15.7275412,0.272458808 C16.066601,0.611518658 16.089205,1.14719897 15.7953532,1.51247488 L15.7275412,1.58800631 L9.31497674,8 L15.7275412,14.4119937 C16.0908196,14.7752721 16.0908196,15.3642628 15.7275412,15.7275412 C15.3884813,16.066601 14.852801,16.089205 14.4875251,15.7953532 L14.4119937,15.7275412 L8,9.31497674 L1.58800631,15.7275412 C1.2247279,16.0908196 0.635737219,16.0908196 0.272458808,15.7275412 C-0.066601042,15.3884813 -0.089205032,14.852801 0.204646838,14.4875251 L0.272458808,14.4119937 L6.68502326,8 L0.272458808,1.58800631 C-0.0908196027,1.2247279 -0.0908196027,0.635737219 0.272458808,0.272458808 C0.587300098,-0.0423824813 1.07167638,-0.0843613199 1.431727,0.146522292 L1.51247488,0.204646838 Z"></path></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 0;
  right: 0;
  top: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
  width: 36px;
  background-position: center right 12px;
  display: none;
}
@media screen and (min-width: 880px) {
  .resources-block .input-group input[type=button] {
    background-size: 16px;
    background-position: center right 16px;
    width: 50px;
  }
}
.resources-block .input-group input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.resources-block .input-group input[type=search]:not(:placeholder-shown) {
  background-image: none;
}
.resources-block .input-group input[type=search]:not(:placeholder-shown) + input[type=button] {
  display: block;
}
.resources-block .input-group .resources-links {
  flex-basis: 75%;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.input-group .resources-links .wrap {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  background: white;
  border-radius: 11px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .input-group .resources-links .wrap {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}
.input-group .resources-links .wrap li {
  font-size: 10px;
  padding: 7px 5px 0;
}
.input-group .resources-links .wrap li:before {
  display: none;
}

.resources-group {
  padding-bottom: 60px;
}
.resources-group:not(:last-of-type) {
  border-bottom: 1px solid rgba(134, 135, 136, 0.5);
  margin-bottom: 40px;
}

.resources-block .button-cont {
  text-align: center;
  margin-top: 50px;
}

.resources-block .load-more[disabled] {
  background: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.resource-card {
  max-width: 350px;
  margin: 30px auto;
}

.resource-card__inner {
  display: block;
  text-decoration: none;
  border-radius: 11px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  background: white;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.resource-card__inner:hover {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
}
.resource-card__inner:hover .resource-card__title {
  color: #00A9DA;
}

.resource-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 21px 34px;
}

.resource-card__title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 17px;
  margin: 0;
  line-height: 1.1666666667;
  transition: color 0.3s;
}
.resource-card__title b, .resource-card__title strong {
  font-weight: 500;
}

.resource-card__details {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #868788;
  margin: 10px 0 0;
}

.resource-card__tax {
  margin: 21px 16px 0;
  min-height: 34px;
}
.resource-card__tax span {
  margin: 0 5px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10.5px;
  color: white;
  letter-spacing: 1px;
  line-height: 13px;
  background: rgba(0, 169, 218, 0.5);
  border-radius: 99px;
  padding: 0.725em 1em;
}

.with-image .resource-card__inner {
  position: relative;
}
.with-image .resource-card__inner img {
  width: 100%;
  aspect-ratio: 1.91;
  margin-bottom: 13px;
}
.with-image .resource-card__inner .resource-card__tax {
  position: absolute;
  top: 0;
}

.selected-resources-cards {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .resources-cards {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .resources-cards {
    margin-left: -15px;
    margin-right: -15px;
  }
  .selected-resources-cards .resource-card {
    width: 50%;
  }
  .resource-card {
    flex-basis: 50%;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
@media screen and (min-width: 880px) {
  .resources-block {
    padding-top: 16px;
  }
  .resources-title {
    margin-bottom: 71px;
  }
  .input-group .resources-links .wrap {
    padding: 10px 18px;
  }
  .input-group .resources-links .wrap li {
    padding: 7px 18px 0;
  }
  .resources-block .col .wrap {
    margin-bottom: 36px;
  }
  .resource-tax {
    margin: 64px 0 53px;
  }
  .resource-desc {
    margin-bottom: 57px;
  }
  .resource-card__title {
    font-size: 24px;
  }
  .resources-block .button-cont {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1040px) {
  .resource-card {
    flex-basis: 33.333%;
    margin: 0 0 43px;
  }
  .selected-resources .resources-title {
    margin-bottom: 40px;
  }
  .selected-resources-cards {
    padding-bottom: 57px;
  }
  .selected-resources .resource-card {
    width: 33.33%;
  }
}
/*

Jobs Block

*/
.jobs-block {
  background: #F7F8F9;
  padding: 21px 0 62px;
}

.jobs-filter .wrap {
  max-width: 310px;
  position: relative;
  margin: 0 auto 30px;
}

.jobs-filter select {
  width: 100%;
}

.jobs-grid {
  margin-top: 50px;
}

.job-card {
  margin-bottom: 36px;
}

.job-card a {
  background-color: white;
  display: block;
  border-radius: 11px;
  text-decoration: none;
  transition: box-shadow 0.3s;
  position: relative;
  padding: 29px 6.3025210084%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-card a:hover {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  z-index: 1;
}

.job-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #868788;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* convert hex code for SVG */
}
.job-title b, .job-title strong {
  font-weight: 500;
}
.job-title:after {
  content: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"></svg>');
  display: inline-block;
  height: 26px;
  width: 26px;
}
.job-title:after {
  flex-shrink: 0;
  margin-left: 16px;
}

.job-card .location {
  margin: 0;
  font-size: 11px;
  line-height: 1.3636363636;
  color: #494D50;
}

.jobs-block .button-cont {
  text-align: center;
}

.jobs-filter.loading .wrap:after,
.jobs-filter.loading .job-card .job-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #DEE5EB;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #F7FCFF, #E3EDF8, #F7FCFF, #E3EDF8);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
}

.jobs-filter.loading input,
.jobs-filter.loading select,
.jobs-filter.loading .job-wrap {
  pointer-events: none;
}

.jobs-filter.loading + .button-cont .load-more {
  display: none;
}

.jobs-block .load-more[disabled] {
  cursor: not-allowed;
  display: none;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (min-width: 768px) {
  .jobs-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .jobs-wrap {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .jobs-filter .col {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .jobs-filter .wrap {
    margin-bottom: 0;
  }
  .jobs-filter .col:first-child .wrap {
    margin-right: 0;
  }
  .jobs-filter .col + .col .wrap {
    margin-left: 0;
  }
  .jobs-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 56px;
  }
  .job-card {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .job-card a {
    height: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .job-title {
    font-size: 28px;
    line-height: 1.3571428571;
    margin-bottom: 7px;
  }
  .job-title:after {
    width: 32px;
    margin-top: -3px;
  }
  .job-card a {
    padding: 25px 5.1724137931% 26px 6.5517241379%;
    min-height: 154px;
  }
  .job-card .location {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .jobs-block .button-cont {
    margin-top: 22px;
  }
}
/*

Application Cards

*/
.apps-title {
  font-size: 34px;
  line-height: 1.1764705882;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apps-title {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}

.application-card {
  margin-bottom: 50px;
}

.application-card .inner-wrap {
  display: block;
  border-radius: inherit;
  transition: 0.3s;
  position: relative;
  height: 100%;
  border-radius: 11px;
  overflow: hidden;
  text-decoration: none;
}
.application-card .inner-wrap:hover {
  background: white;
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
}

.application-card .img-cont img {
  display: block;
}

.application-card .text-wrap {
  padding: 24px 6.4024390244% 16px;
}

.application-card button {
  margin: auto;
  display: block;
}

.ruled .application-card .text-wrap {
  position: relative;
}
.ruled .application-card .text-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  left: 6.25%;
  right: 6.25%;
  height: 1px;
  background: rgba(134, 135, 136, 0.34);
}

.application-card .card-sup-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .application-card .card-sup-title {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.application-cards.full-width .text-wrap {
  padding: 6px 4.4444444444% 0;
}
.application-cards.full-width .text-wrap:after {
  content: none;
}

.application-card .card-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  font-weight: 400;
}
.application-card .card-title b, .application-card .card-title strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .application-card .card-title {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.application-card .card-title b, .application-card .card-title strong {
  font-weight: 400;
  color: #494D50;
}

.application-cards.full-width .card-title {
  margin-bottom: 12px;
}

.application-cards .wp-block-buttons {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .application-cards.full-width .block-wrapper {
    width: 100%;
  }
  .application-cards.full-width .img-cont {
    padding: 18px 16.1585365854% 0;
  }
}
@media screen and (min-width: 768px) {
  .apps-title {
    margin-bottom: 65px;
  }
  .application-cards {
    padding-top: 65px;
    padding-bottom: 9px;
  }
  .application-cards .block-wrapper {
    max-width: 1049px;
  }
  .application-cards .cards-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .application-card {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 46px;
  }
  .application-card .card-wrap {
    height: 100%;
    padding: 0 13px;
  }
  .application-card .text-wrap {
    padding: 18px 13.0612244898% 32px;
  }
  .ruled .application-card .text-wrap:after {
    left: 6.7346938776%;
    right: 6.7346938776%;
  }
  .application-cards.full-width .application-card {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 31px;
  }
  .application-cards.full-width .card-wrap {
    padding: 0;
    max-width: 1020px;
    margin: 0;
  }
  .application-cards.full-width .inner-wrap {
    display: flex;
    justify-content: space-between;
    padding: 51px 3.8235294118% 38px;
  }
  .application-cards.full-width .text-wrap {
    padding: 0;
    flex-basis: 59.3418259023%;
  }
  .application-cards.full-width .img-wrap {
    max-width: 323px;
    margin-right: 3%;
    margin-top: 40px;
  }
}
.iso-shadow-blur {
  filter: url(#blur);
}

/*


Benefits


*/
.wp-block-emulate-custom-blocks-benefits {
  margin-top: 36px;
  margin-bottom: 106px;
}

.benefit-header {
  margin-bottom: 23px;
  margin-top: 50px;
}

.wp-block-emulate-custom-blocks-benefit {
  margin-bottom: 22px;
}

.wp-block-emulate-custom-blocks-benefit .inner__wrap {
  display: flex;
  max-width: 480px;
  margin: auto;
}

.benefit-img {
  margin-right: 5.2777777778%;
}

.benefit-img .image-wrap {
  box-shadow: -10px -10px 33px 0 #EBEDF5, 10px 10px 33px 0 #DCDDE2;
  border-radius: 100%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  max-width: 80px;
  max-height: 80px;
}

.benefit-img img {
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
  position: relative;
}

.benefit-text {
  margin-top: 10px;
}

.benefit-text .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  text-transform: none;
  margin-bottom: 0.45em;
}
@media screen and (min-width: 768px) {
  .benefit-text .title {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.benefit-text .title b, .benefit-text .title strong {
  font-weight: 400;
  color: #494D50;
}

.benefit-text .copy {
  margin-top: 0;
}

@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-benefits {
    margin-top: 63px;
    margin-bottom: 94px;
  }
  .benefit-header {
    margin-bottom: 63px;
    margin-top: 87px;
  }
  .benefits-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-emulate-custom-blocks-benefit {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
  .benefit-text {
    margin-top: 8px;
  }
}
/*

Pull Quote w/Image

*/
.wp-block-emulate-custom-blocks-quote {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 40px;
}

.wp-block-emulate-custom-blocks-quote.has-dropshadow {
  margin-top: 78px;
  margin-bottom: 78px;
}

.wp-block-emulate-custom-blocks-quote .wrap {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
}
@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-quote .wrap {
    max-width: 1180px;
    width: 81.9444%;
  }
}

.wp-block-emulate-custom-blocks-quote.has-dropshadow .wrap {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  border-radius: 13px;
  padding: 19px 0;
}

.quote-text {
  color: #00A9DA;
}

.quote-text cite {
  display: block;
}

.quote-text .quote {
  font-size: 24px;
  color: inherit;
  line-height: 1.25;
  font-weight: 300;
  margin: 0 4.7222222222% 14px;
}
.quote-text .quote:before {
  content: "“";
  display: block;
  font-size: 72px;
  height: 42px;
  margin-bottom: 13px;
}

.quote-text blockquote {
  margin: auto;
  max-width: 698px;
}

.quote-img {
  margin-right: 11px;
}

.quote-img .image-wrap svg {
  width: 112px;
  height: 112px;
  display: block;
}

.with-img .quote-text .attributions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.with-img.has-dropshadow .quote-text .attributions {
  position: relative;
  bottom: -37px;
  margin-top: -37px;
}

.wp-block-emulate-custom-blocks-quote:not(.with-img) .name:before {
  content: "— ";
}

.quote-text .attributions .title:before {
  content: "|";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.quote-text .logo-attr {
  margin-top: 15px;
  padding-bottom: 8px;
}

.with-img .quote-text cite {
  margin-bottom: 3px;
}

.with-img .quote-text .logo-attr {
  margin-top: 0;
  flex-basis: 100%;
}

.quote-text .quote-logo {
  height: 10vw;
  max-height: 56px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .with-img .attributions .logo-attr {
    order: -2;
  }
  .with-img .attributions {
    text-align: left;
  }
  .with-img .attributions .name {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    color: inherit;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 300;
    color: black;
    display: block;
    margin-bottom: 6px;
  }
  .with-img .attributions .name b, .with-img .attributions .name strong {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .with-img .attributions .name {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 767px) {
  .with-img .attributions .name b, .with-img .attributions .name strong {
    font-weight: 400;
    color: #494D50;
  }
}
@media screen and (max-width: 767px) {
  .with-img .attributions .title:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-quote {
    margin-top: 66px;
    margin-bottom: 87px;
  }
  .wp-block-emulate-custom-blocks-quote.has-dropshadow {
    margin-bottom: 110px;
  }
  .wp-block-emulate-custom-blocks-quote .wrap {
    max-width: 980px;
  }
  .wp-block-emulate-custom-blocks-quote.has-dropshadow .wrap {
    padding-top: 56px;
    padding-bottom: 43px;
  }
  .quote-img .image-wrap svg {
    height: 57px;
    width: 57px;
    margin-left: -57px;
  }
  .quote-img {
    margin-right: 6.1604584527%;
    margin-left: -6.1604584527%;
  }
  .quote-text .quote {
    font-size: 38px;
    line-height: 1.1052631579;
    margin-bottom: 28px;
  }
  .quote-text .quote:before {
    line-height: 100%;
    font-size: 88px;
    margin-bottom: 9px;
  }
  .quote-text .logo-attr {
    padding-bottom: 0;
  }
  .with-img .quote-text .quote {
    margin-bottom: 22px;
  }
  .with-img .quote-text .attributions,
  .with-img.has-dropshadow .quote-text .attributions {
    bottom: 0;
    margin-top: 0;
    justify-content: center;
  }
  .with-img .logo-attr {
    margin-top: -6px;
  }
}
/*

Bios Block

*/
.wp-block-emulate-custom-blocks-bios {
  padding-top: 63px;
  padding-bottom: 50px;
}

.bio-head {
  margin-bottom: 38px;
}

.bios-title {
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #494D50;
}
.bios-title b, .bios-title strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .bios-title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.wp-block-emulate-custom-blocks-bio {
  margin-top: 16px;
}

.bio-wrap .image-wrap {
  margin-right: 11px;
}

.bio-wrap .image-wrap svg {
  width: 112px;
  height: 112px;
  display: block;
}

.bio-wrap .inner-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.bio-wrap .inner-wrap .open-modal {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  z-index: -1;
  pointer-events: initial;
}
.bio-wrap .inner-wrap .open-modal:after {
  content: "";
  border-radius: 11px;
  display: block;
  width: 83%;
  margin-left: auto;
  height: 100%;
  transition: 0.3s;
}

.bio-wrap .open-modal:hover:after {
  background: white;
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
}

h3.bio-header {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  color: black;
  display: block;
  margin-bottom: 6px;
}
h3.bio-header b, h3.bio-header strong {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h3.bio-header {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
h3.bio-header b, h3.bio-header strong {
  font-weight: 400;
  color: #494D50;
}

h4.bio-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #00A9DA;
}
@media screen and (min-width: 768px) {
  h4.bio-title {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-bios {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bio-head {
    margin-bottom: 2px;
  }
  .bios-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-emulate-custom-blocks-bio {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 72px;
  }
  .wp-block-emulate-custom-blocks-bio .bio-wrap {
    max-width: 305px;
    margin: auto;
    height: 100%;
  }
  .wp-block-emulate-custom-blocks-bio .inner-wrap {
    flex-direction: column;
    text-align: center;
    height: 100%;
  }
  .bio-wrap .image-text-block {
    position: relative;
  }
  .bio-wrap .image-wrap {
    margin: 0 0 20px;
  }
  .bio-wrap .image-wrap svg {
    width: 77.7049180328%;
    height: 77.7049180328%;
    margin: auto;
  }
  .bio-wrap .text-wrap {
    width: 100%;
    height: 100%;
    padding: 0 5.9016393443% 33px;
  }
  .bio-wrap .inner-wrap .open-modal:after {
    width: 100%;
    height: 85.1123595506%;
    position: absolute;
    bottom: 0;
  }
  h3.bio-header {
    font-size: 24px;
  }
}
/* Modal */
.fancybox-container .fancybox-bg {
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(12px);
}

.fancybox-slide--html .modal-container .fancybox-close-small {
  width: 27px;
  height: 27px;
  background: #868788;
  border-radius: 100%;
  right: 3.5593220339%;
  color: #eff1f3;
  padding: 0;
  opacity: 1;
  transition: 0.15s;
  top: 20px;
}
.fancybox-slide--html .modal-container .fancybox-close-small:hover {
  transform: scale(1.1);
}

.modal-container.bio-modal {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
  margin-top: 10vh;
  background: #eff1f3;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  border-radius: 11px;
  padding: 40px 4.5% 10px;
}
@media screen and (min-width: 768px) {
  .modal-container.bio-modal {
    max-width: 1180px;
    width: 81.9444%;
  }
}

.bio-modal .modal-image {
  text-align: center;
  max-width: 312px;
  margin: 0 auto;
}

.bio-modal .modal-image svg,
.bio-modal .event-content__speaker-profile-image {
  width: 100%;
  height: 52vw;
  width: 52vw;
  max-width: 312px;
  max-height: 312px;
  margin: 5% auto;
}

.bio-modal .modal-content {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.bio-modal .modal-content:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1040px) {
  .modal-container.bio-modal {
    padding-top: 92px;
    padding-bottom: 75px;
    padding-right: 6.66%;
  }
  .bio-modal .modal-wrap {
    display: flex;
    justify-content: space-between;
  }
  .bio-modal .modal-image {
    margin-left: 0;
  }
  .bio-modal .modal-content {
    flex-basis: 60.1489757914%;
    margin-right: 0;
    margin-left: 6%;
  }
  .bio-modal .modal-image svg,
  .bio-modal .event-content__speaker-profile-image {
    margin: 32px auto;
  }
  .bio-modal .event-content__speaker-profile-image img {
    border-width: 14px;
  }
  .bio-modal h3.bio-header {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .fancybox-slide--html .modal-container .fancybox-close-small {
    top: 31px;
  }
  .bio-modal .modal-content p:first-child {
    margin-top: 0;
  }
}
/*

Resource Cards

*/
.resource-cards {
  padding-top: 50px;
  padding-bottom: 34px;
}

.resource-cards .resource-card {
  margin: 0 auto 40px;
  max-width: 400px;
}

.resource-cards .resource-card .card-wrap {
  border-radius: 21px 21.5vw 21px 21px;
  border-top-right-radius: min(21.5vw, 115px);
  transition: 0.3s;
  height: 100%;
}

.resource-cards .resource-card .card-wrap:hover {
  box-shadow: -20px -15px 60px 0 rgba(165, 172, 198, 0.25), 20px 45px 60px 0 rgba(172, 175, 185, 0.41);
  background: white;
}

.resource-cards .resource-card .image-wrap svg {
  margin: 0;
  display: block;
  width: 100%;
}

.resource-cards .resource-card .card-link {
  height: 100%;
  text-decoration: none;
}

.resource-cards .resource-card .icon-wrap {
  width: min( 23.3333333333vw, 105px );
  height: min( 23.3333333333vw, 105px );
  margin: -13.6363636364% auto 16px;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}

.resource-cards .resource-card .icon-cont {
  width: 100%;
  height: 100%;
}

.resource-cards .resource-card .icon-wrap img {
  display: block;
  width: 99.99%;
  height: 99.99%;
  object-fit: contain;
}

.resource-cards .resource-card .text-wrap {
  text-align: center;
  padding: 0 9.0909090909% 40px;
}

.resource-cards .resource-card .card-title {
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #494D50;
}
.resource-cards .resource-card .card-title b, .resource-cards .resource-card .card-title strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .resource-cards .resource-card .card-title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.resource-cards .resource-card .read-more {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1345454545em;
  text-transform: uppercase;
  padding: 0 0 0.2272727273em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .resource-cards .resource-card .read-more {
    font-size: 0.7941176471rem;
    letter-spacing: 0.1111111111em;
  }
}
.resource-cards .resource-card .read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 0.07em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .resource-cards .resource-card .read-more {
    font-size: 12.5px;
    letter-spacing: 0.1112em;
    line-height: 1.28;
    padding-bottom: 0.3181818182em;
  }
}

.resource-cards .resource-card:hover .read-more:after,
.resource-cards .resource-card:focus .read-more:after {
  left: 32.2580645161%;
  right: 32.2580645161%;
}

@media screen and (min-width: 880px) {
  .resource-cards {
    padding-top: 70px;
    padding-bottom: 88px;
  }
  .resource-cards .block-wrapper > .inner-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .resource-cards .resource-card {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .resource-cards .resource-card .card-wrap {
    border-top-right-radius: 6vw;
    border-top-right-radius: min(6vw, 88px);
  }
  .resource-cards .resource-card .inner-wrap {
    height: 100%;
  }
  .resource-cards .resource-card .card-link {
    display: flex;
    flex-direction: column;
  }
  .resource-cards .resource-card .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .resource-cards .resource-card .card-copy {
    flex: 1;
    margin-top: 0;
  }
}
/*

In the News 

*/
.news-block {
  margin-top: 67px;
  margin-bottom: 67px;
}

.news-block .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.9166666667em;
}
@media screen and (min-width: 768px) {
  .news-block .title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.news-block .card {
  margin-bottom: 17px;
}

.news-block .card a {
  display: block;
  height: 100%;
  background: transparent;
  padding: 17px 4.8780487805%;
  border-radius: 11px;
  transition: 0.3s;
}
.news-block .card a:after {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 0.2777777778rem;
  display: block;
  position: relative;
  bottom: 0;
  margin-top: 17px;
}

.news-block .card:hover a {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  background: white;
}

.news-block .card-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 17px;
  line-height: 1.2352941176;
  margin: 0;
}
.news-block .card-title b, .news-block .card-title strong {
  font-weight: 500;
}

.news-block .tags {
  margin: 24px 0 0;
  position: relative;
}

.news-block .tag {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
  padding: 0;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .news-block .tag {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}
.news-block .tag::before {
  content: none;
}

.news-block .button-cont {
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-block {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .news-block .title {
    margin-bottom: 53px;
  }
  .news-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-block .card {
    margin-bottom: 22px;
    min-height: 221px;
  }
  .cols-3 .news-block .card {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols-2 .news-block .card {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-block .card a {
    padding: 29px min( 10.2631578947%, 39px ) 31px;
    display: flex;
    flex-direction: column;
  }
  .news-block .card a:after {
    margin-top: 19px;
  }
  .news-block .card-title {
    margin-bottom: auto;
  }
  .news-block .button-cont {
    margin-top: 72px;
  }
  .news-block .tags {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .news-block .card-title {
    font-size: 24px;
    line-height: 1.1666666667;
  }
}
/*

Hubspot Form

*/
.form-block .column {
  max-width: 460px;
}

.form-block .post-title {
  font-size: 34px;
  line-height: 1.1764705882;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .form-block .post-title {
    font-size: 57px;
    line-height: 1.0877192982;
    letter-spacing: -0.0175438596em;
  }
}

.form-block .excerpt p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 33px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .form-block .excerpt p {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.form-block .excerpt p b, .form-block .excerpt p strong {
  font-weight: 400;
  color: #494D50;
}

.wp-block-emulate-custom-blocks-hubspot-form.gradient-instrument {
  background: url(img/hubspot-bg__mobile.png) no-repeat bottom left/cover;
  padding-top: min(21%, 100px);
  padding-bottom: min(116%, 740px);
  color: white;
  margin-bottom: 55px;
}

.gradient-instrument label {
  color: inherit;
}

@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-hubspot-form.gradient-instrument {
    background-image: url(img/hubspot-bg__desktop.png);
    background-size: cover;
    background-position: top left;
    margin-top: -15.4166666667vw;
    padding-top: 20.8333333333vw;
    padding-bottom: 20.8333333333vw;
    margin-bottom: -11.1111111111vw;
  }
  .form-block .column {
    width: 65%;
    max-width: 460px;
  }
}
.form-block .form-embed input[type=text],
.form-block .form-embed input[type=email],
.form-block .form-embed input[type=search],
.form-block .form-embed textarea,
.form-block .form-embed select,
.form-block .form-embed input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  margin-bottom: 1rem;
}

.form-block .form-embed label {
  text-align: left;
}

.form-block .form-embed br {
  display: none;
}

.form-block .form-embed input[type=submit] {
  margin-top: 15px;
}

/*

Blog Posts

*/
.wp-block-emulate-custom-blocks-posts {
  padding: 10px 0 60px;
}

.read-more-title {
  text-align: center;
  margin-bottom: 24px;
}

.posts-block .button-cont {
  text-align: center;
  margin-top: 9px;
}

.posts-block .posts-group {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.posts-block .card {
  flex-basis: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 36px;
}

.posts-block .card a {
  display: block;
  margin: 0 2.5157232704%;
  background-image: none;
  text-decoration: none;
}

.posts-block .img-wrap {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 23px;
  transition: 0.3s;
  padding-top: 71.2401055409%;
  position: relative;
}

.posts-block .card a:hover .img-wrap {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
}

.posts-block .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.posts-block .card-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  font-size: 17px;
  line-height: 1.2352941176;
  margin-bottom: 19px;
}
.posts-block .card-title b, .posts-block .card-title strong {
  font-weight: 500;
}

.posts-block .read-more {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1345454545em;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 0 0 0.2272727273em;
  box-shadow: none;
  border-radius: 0;
  color: currentColor;
  min-width: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .posts-block .read-more {
    font-size: 0.7941176471rem;
    letter-spacing: 0.1111111111em;
  }
}
.posts-block .read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(125deg, #00ABDF 0%, #EB2A99 100%);
  border-radius: 0.07em;
  transition-duration: 0.3s;
  transition-property: left, right;
}
@media screen and (min-width: 768px) {
  .posts-block .read-more {
    font-size: 12.5px;
    letter-spacing: 0.1112em;
    line-height: 1.28;
    padding-bottom: 0.3181818182em;
  }
}

.posts-block .card a:hover .read-more:after,
.posts-block .card a:focus .read-more:after {
  left: 32.2580645161%;
  right: 32.2580645161%;
}

@media screen and (min-width: 880px) {
  .wp-block-emulate-custom-blocks-posts {
    padding: 0 0 100px;
  }
  .read-more-title {
    margin-bottom: 52px;
  }
  .posts-block .card {
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 54px;
  }
  .posts-block .button-cont {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1040px) {
  .posts-block .card a {
    margin: 0;
  }
  .posts-block .card-title {
    font-size: 24px;
    line-height: 1.1666666667;
  }
}
/*

Single Post block

*/
.post-block .post-link {
  display: block;
  text-decoration: none;
  margin: 0 30px 74px;
}

.post-block .post-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .post-block .post-title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.post-block .post-sup-title {
  margin-bottom: 12px;
}

.post-block .excerpt {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-block .excerpt {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.post-block .excerpt b, .post-block .excerpt strong {
  font-weight: 400;
  color: #494D50;
}

.post-block .image-wrap {
  margin-bottom: 34px;
}

.post-block h1 {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .post-block {
    margin-bottom: 143px;
  }
  .post-block h1 {
    padding-top: 57px;
    margin-bottom: 89px;
  }
  .post-block .post-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 85px;
  }
  .post-block .column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-block .image-wrap {
    max-width: 529px;
    margin: 0 2% 0 0;
  }
  .post-block .post-sup-title,
  .post-block .post-title {
    margin-bottom: 26px;
  }
}
/*

Chip Cards

*/
.chip-cards {
  margin-bottom: 61px;
}

.chip-cards .cards-wrap {
  width: 91%;
  margin: 0 auto;
}

.chip-card {
  padding: 12px 41px 0;
  margin-bottom: 24px;
  border-radius: 11px;
  transition: 0.3s;
  background: white;
  position: relative;
}
.chip-card:hover {
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  z-index: 1;
}

.chip-card .text-wrap {
  min-height: 185px;
  display: flex;
  flex-direction: column;
}

.chip-card .wp-block-buttons {
  margin-top: auto;
}

.chip-card .card-title {
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #494D50;
  margin: 28px 0 12px;
}
.chip-card .card-title b, .chip-card .card-title strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .chip-card .card-title {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.chip-card .card-copy {
  margin: 0 0 12px;
  max-width: 433px;
}

@media screen and (min-width: 768px) {
  .chip-cards {
    margin-top: 98px;
    margin-bottom: 200px;
  }
  .chip-cards .apps-title {
    margin-bottom: 95px;
  }
  .chip-cards .cards-wrap {
    width: 100%;
    max-width: 862px;
  }
  .chip-card {
    padding-top: 34px;
    padding-bottom: 31px;
    margin-bottom: 23px;
  }
  .chip-card .inner-wrap {
    display: flex;
  }
  .chip-card .img-wrap {
    flex-basis: 35.8974358974%;
    margin-right: 3.9743589744%;
  }
  .chip-card .text-wrap {
    display: block;
    flex: 1;
  }
  .chip-card .card-title {
    margin: 8px 0 9px;
  }
  .chip-card .card-copy {
    margin-bottom: 23px;
  }
}
/*

Icon Cards

*/
.wp-block-emulate-custom-blocks-icon-cards {
  padding-top: 50px;
  padding-bottom: 22px;
  position: relative;
}

.wp-block-emulate-custom-blocks-icon-card {
  margin-bottom: 22px;
  max-width: 561px;
}

.wp-block-emulate-custom-blocks-icon-card .inner-wrap {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid rgba(201, 201, 201, 0.16);
  box-shadow: 10px 16px 30px 0 rgba(172, 175, 185, 0.41);
  border-radius: 82px;
}

.wp-block-emulate-custom-blocks-icon-card .inner-wrap > .image-wrap {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  margin: 0;
  position: relative;
}

.wp-block-emulate-custom-blocks-icon-card .img-cont {
  padding: 10.119047619%;
  opacity: 0.92;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #EFF4FF;
  box-shadow: 5px 70px 48px 0 rgba(0, 0, 0, 0.14);
  border-radius: 100%;
}

.wp-block-emulate-custom-blocks-icon-cards .block-wrapper {
  max-width: 100%;
  width: 100%;
}

.wp-block-emulate-custom-blocks-icon-card svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wp-block-emulate-custom-blocks-icon-card .img-cont .image-wrap .mask-media {
  width: auto;
}

.wp-block-emulate-custom-blocks-icon-card .text-wrap {
  padding: 17px 20px;
}

.wp-block-emulate-custom-blocks-icon-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.3636363636;
  max-width: 23.8em;
}

.wp-block-emulate-custom-blocks-icon-cards .card a:after {
  display: none;
}

.wp-block-emulate-custom-blocks-icon-card h5 {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-icon-card h5 {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.wp-block-emulate-custom-blocks-icon-cards .cards-wrap__inner {
  position: relative;
  z-index: 2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-icon-cards {
    padding-top: 101px;
    padding-bottom: 104px;
  }
  .wp-block-emulate-custom-blocks-icon-cards .cards-wrap__inner {
    max-width: 1094px;
    margin: 0 auto;
  }
  .wp-block-emulate-custom-blocks-icon-cards .card {
    flex-basis: 47.9890310786%;
  }
  .wp-block-emulate-custom-blocks-icon-card {
    margin-bottom: 25px;
  }
  .wp-block-emulate-custom-blocks-icon-card .inner-wrap > .image-wrap {
    width: 135px;
    height: 135px;
  }
  .wp-block-emulate-custom-blocks-icon-card .text-wrap {
    padding: 32px 31px 32px 26px;
  }
  .wp-block-emulate-custom-blocks-icon-card h5 {
    margin-bottom: 5px;
  }
  .wp-block-emulate-custom-blocks-icon-card p {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media screen and (min-width: 1040px) {
  .wp-block-emulate-custom-blocks-icon-cards .icons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/*

Image & Text columns

*/
.wp-block-emulate-custom-blocks-icon-cards-columns {
  margin: 63px 0 59px;
}

.icon-cards-columns__inner .column {
  margin-left: auto;
}

.icon-cards-columns__inner .content {
  max-width: 500px;
  margin-bottom: 19px;
}

@media screen and (max-width: 1039px) {
  .icon-cards-columns__inner .column {
    margin-right: auto;
  }
  .icon-cards-columns__inner .card {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1040px) {
  .wp-block-emulate-custom-blocks-icon-cards-columns {
    margin: 59px 0 109px;
  }
  .icon-cards-columns__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .icon-cards-columns__inner .column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .icon-cards-columns__inner .content {
    margin-bottom: 0;
    margin-right: auto;
  }
}
/*

Support & Selected support blocks 

*/
.support-block {
  padding: 10px 0;
}

.support-title {
  margin-bottom: 19px;
}

.support-grid h2.error-notice {
  text-align: center;
  color: red;
  width: 100%;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 880px) {
  .support-grid h2.error-notice {
    font-size: 25px;
    margin-top: 106px;
  }
}

.support-tax {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .support-tax {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.support-desc {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0 0 37px;
}
@media screen and (min-width: 768px) {
  .support-desc {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.support-desc b, .support-desc strong {
  font-weight: 400;
  color: #494D50;
}

.support-block .support-card {
  margin-bottom: 19px;
}

.support-wrap {
  display: flex;
  text-decoration: none;
}

.support-grid {
  width: 100%;
}

.support-wrap {
  width: 100%;
}

.support-wrap .image-cont {
  flex-basis: 32%;
  max-width: 151px;
  border-radius: 11px;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
  overflow: hidden;
  position: relative;
  margin-top: 19px;
  margin-bottom: 15px;
  align-self: flex-start;
}
.support-wrap .image-cont img {
  display: block;
}

.support-wrap .content {
  flex: 1;
  margin-left: -14.9473684211%;
  padding: 19px 10px 15px 17.8947368421%;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-radius: 11px;
}

.support-card .support-wrap:hover .content {
  background: white;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
}

.support-card .support-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .support-card .support-title {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.support-excerpt {
  margin: 0.8571428571em 0 0;
  line-height: 1.5714285714;
}

.support-block .button-cont {
  text-align: center;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 66px;
}

.support-block .load-more[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

h2.support-title {
  margin-bottom: 19px;
}

@media screen and (min-width: 880px) {
  .support-block {
    padding: 16px 0 127px;
  }
  .wp-block-emulate-custom-blocks-selected-support .support-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  h2.support-title {
    margin-bottom: 71px;
  }
  .support-grid {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .support-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .support-tax {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 106px;
  }
  .support-desc {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 57px;
  }
  .support-block .support-card {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 59px;
  }
  .support-wrap .image-cont {
    margin-top: 31px;
    margin-bottom: 29px;
  }
  .support-wrap .content {
    padding: 31px 27px 54px 21.0526315789%;
    max-width: 475px;
  }
  .support-excerpt {
    margin-top: 1.1764705882em;
    line-height: 1.6470588235;
  }
  .support-block .button-cont {
    margin: 0;
  }
}
/*

Contact Block 

*/
.wp-block-emulate-custom-blocks-contact {
  margin: 36px 0 50px;
}

.wp-block-emulate-custom-blocks-contact .dept {
  margin: 0;
}

.wp-block-emulate-custom-blocks-contact .name,
.wp-block-emulate-custom-blocks-contact .email {
  margin: 12px 0 0;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .wp-block-emulate-custom-blocks-contact {
    margin: 66px 0 5px;
  }
  .wp-block-emulate-custom-blocks-contact .name,
  .wp-block-emulate-custom-blocks-contact .email {
    margin: 22px 0 0;
  }
}
.image-sequence {
  position: relative;
}

.image-sequence-wrapper,
.image-sequence-nav nav {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
}
@media screen and (min-width: 768px) {
  .image-sequence-wrapper,
  .image-sequence-nav nav {
    max-width: 1180px;
    width: 81.9444%;
  }
}
@media screen and (min-width: 768px) {
  .image-sequence-wrapper,
  .image-sequence-nav nav {
    max-width: 1500px;
  }
}

.image-sequence-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.image-sequence-wrapper,
.image-sequence .image-sequence-video {
  opacity: 0;
  transition: opacity 0.6s;
}

.image-sequence.loaded > .image-sequence-wrapper,
.image-sequence.loaded .image-sequence-video {
  opacity: 1;
}

.image-sequence-slides {
  position: relative;
  flex: 0 0 42.3728813559%;
}

.image-sequence-slide {
  height: calc(var(--viewHeight, 1vh) * 3.5);
  margin-bottom: calc(var(--viewHeight, 1vh) * -1);
}

.image-sequence-video-scroller {
  flex: 1;
  z-index: 1;
  padding: 69px 0;
}

.image-sequence-slide-content-wrap,
.image-sequence-video-wrap {
  height: calc(var(--viewHeight, 1vh));
  display: flex;
  align-items: center;
}

.image-sequence-slide-content-wrap {
  padding-top: 169px;
}

.image-sequence-video-container {
  width: 86.0294117647%;
  max-height: calc(var(--viewHeight, 1vh) * 0.6);
  max-width: calc(var(--viewHeight, 1vh) * 0.6);
  margin-left: auto;
  position: relative;
}
.image-sequence-video-container:after {
  content: "";
  background: url(img/video-frame-bg.png) no-repeat center/contain;
  position: absolute;
  width: 145%;
  padding-top: 126%;
  bottom: -28%;
  left: -24.5%;
  z-index: -1;
}

.image-sequence-video-frame {
  padding: 3.9316239316%;
  border-radius: 5.2991452991%;
  background: linear-gradient(163deg, rgba(240, 240, 240, 0.45) 35%, rgba(255, 255, 255, 0.43) 97%);
  box-shadow: inset 1px 1px 2px 0 #FFFFFF;
  backdrop-filter: blur(21px);
}

.image-sequence-video {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  border-radius: 3.8961038961%;
  box-shadow: 20px 33px 60px 0 rgba(172, 175, 185, 0.41);
}

.image-sequence-video video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

.image-sequence-nav {
  z-index: 2;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.49) 15%, rgba(255, 255, 255, 0.59) 55%, white 89%);
  backdrop-filter: blur(10px);
  padding-top: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.image-sequence-nav:after {
  content: "";
  height: 7px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #eff1f3;
}

.image-sequence-nav.sticky {
  position: fixed;
}

.image-sequence-nav p,
.image-sequence-nav ul {
  margin: 0;
  line-height: 2;
}

.image-sequence-nav p {
  flex: 0.3 0 auto;
  text-align: center;
}

.image-sequence-nav ul {
  display: flex;
  padding: 0 0 8px;
  justify-content: space-around;
  position: relative;
}

.image-sequence-nav li {
  padding: 0 15px;
  text-align: center;
}
.image-sequence-nav li:before {
  content: none;
}

.image-sequence .image-sequence-nav a {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  color: #00A9DA;
  background: none;
}
@media screen and (min-width: 768px) {
  .image-sequence .image-sequence-nav a {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.image-sequence-nav .progress {
  height: 7px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 8px;
  background: linear-gradient(90deg, rgba(0, 171, 223, 0) 0%, #00ABDF 18.64%, #EB2A99 71.36%, rgba(235, 42, 153, 0) 99.99%);
  transition: 0.6s;
  z-index: 1;
}

.image-sequence-nav .marker {
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: 0.4s;
  display: block;
}
.image-sequence-nav .marker:after {
  content: "";
  display: inherit;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: linear-gradient(163.23deg, rgba(0, 169, 218, 0) 0%, rgba(0, 169, 218, 0.31) 100%);
  box-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1039px) {
  .image-sequence-wrapper {
    flex-direction: column;
  }
  .image-sequence-nav {
    padding-top: 0;
    top: 50px;
  }
  .image-sequence-nav nav {
    width: 100%;
    max-width: none;
  }
  .image-sequence-nav ul {
    min-width: 100%;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 30px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .image-sequence-nav ul::-webkit-scrollbar {
    display: none;
  }
  .image-sequence-nav li {
    flex: 1;
  }
  .image-sequence-slides {
    padding-bottom: calc( var(--viewHeight, 1vh) - -2px );
  }
  .image-sequence-video-scroller {
    position: absolute;
    width: 100%;
    top: 102px;
    padding: 0;
  }
  .image-sequence-video-wrap {
    max-height: 45vh;
    max-width: 45vh;
    margin: auto;
  }
  .image-sequence-video-container {
    max-height: 90%;
    margin: auto;
  }
  .image-sequence-slide-content-wrap {
    max-height: 100vh;
    padding-top: calc( 45vh + 102px + 30px);
    padding-bottom: 30px;
    align-items: center;
    max-width: 550px;
    margin: auto;
    overflow: hidden;
  }
  .image-sequence-slide-content {
    width: 100%;
    overflow-y: auto;
    border-radius: 1.5px;
  }
  .image-sequence-slide-content::-webkit-scrollbar {
    width: 3px;
  }
  .image-sequence-slide-content::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: inherit;
  }
  .image-sequence-slide-content::-webkit-scrollbar-thumb {
    background: #A2A3A3;
    border-radius: inherit;
  }
}
@media screen and (max-width: 767px), screen and (max-width: 1039px) and (max-height: 1100px), screen and (max-height: 700px) {
  .image-sequence-nav .marker {
    width: 22px;
    height: 22px;
    bottom: 2px;
  }
  .image-sequence h2 {
    font-size: 24px;
  }
  .image-sequence p {
    font-size: 14px;
  }
  .image-sequence-slide-content-wrap {
    max-width: 400px;
    flex-direction: column;
    align-items: flex-end;
  }
}
.emulate-highlight {
  color: #00F5D6;
}

.bg-blue .emulate-highlight {
  color: white;
}

/*--------------------------------------------------------------
Page-Specific
--------------------------------------------------------------*/
/*


Boilerplate page template


*/
.page-template-page-boilerplate main {
  padding-top: 70px;
  padding-bottom: 128px;
  position: relative;
}

.page-template-page-boilerplate .entry-title {
  font-size: 44px;
  line-height: 1.1363636364;
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) {
  .page-template-page-boilerplate .entry-title {
    font-size: 72px;
    line-height: 1.1111111111;
    letter-spacing: -0.0173611111em;
  }
}

.page-template-page-boilerplate .entry-content {
  max-width: 625px;
}

.page-template-page-boilerplate .entry-content h3 {
  margin-top: 52px;
  margin-bottom: 17px;
}

.page-template-page-boilerplate .block-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-page-boilerplate main {
    padding-top: 125px;
    padding-bottom: 175px;
    background-position: top -9vw left 150%, center;
    background-size: 120% auto, cover;
  }
  .page-template-page-boilerplate main:after {
    width: 62.5vw;
    height: 61.875vw;
  }
  .page-template-page-boilerplate .entry-title {
    margin-bottom: 77px;
  }
  .page-template-page-boilerplate .entry-content {
    max-width: 780px;
  }
  .page-template-page-boilerplate .entry-content h3 {
    margin-top: 40px;
  }
}
/*


404


*/
.error404 main {
  background: url("img/footer-hubspot-bg__mobile.png") no-repeat center/cover;
}

.error-404 {
  min-height: 470px;
  height: 60vw;
  max-height: 70vh;
  padding: 70px 0;
  color: white;
  display: flex;
  align-items: center;
}

.error-404 p {
  color: inherit;
}
.error-404 p a:not([class]) {
  background-image: linear-gradient(125deg, white 0%, white 100%);
}

.error-404 .entry-content {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 91.1111%;
}
@media screen and (min-width: 768px) {
  .error-404 .entry-content {
    max-width: 1180px;
    width: 81.9444%;
  }
}

.error-404 .wp-block-button__link {
  background: white;
  color: #494D50;
}

@media screen and (min-width: 768px) {
  .error404 main {
    background-image: url("img/footer-hubspot-bg__desktop.png");
  }
}
.search main {
  overflow: auto;
}

.search .notch-corner {
  padding-bottom: 48px;
}

.search-form {
  margin-bottom: 74px;
}
.search-form .input-group {
  margin-top: 40px;
}
.search-form .col {
  min-width: 250px;
}
.search-form form {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.search-form label {
  flex: 1;
  margin: 0 0 0 11px;
  padding: 0;
  position: relative;
}
.search-form input[type=search] {
  background: none;
  border-bottom: 1.5px solid;
  border-radius: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.25;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .search-form input[type=search] {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}
.search-form input[type=search]:focus {
  box-shadow: none;
  border-color: #00A9DA;
}
.search-form input[type=search]::placeholder {
  color: rgba(73, 77, 80, 0.3);
}
.search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-form input[type=submit],
.search-form input[type=button] {
  font-size: 0;
  min-width: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.search-form input[type=submit] {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%23494D50" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.54590339,0 C10.160199,0 13.0909091,2.9307101 13.0909091,6.54590339 C13.0909091,8.09114571 12.5552127,9.51143733 11.6594286,10.6311696 L15.7907413,14.7897975 C16.0697529,15.0709086 16.0697529,15.5275122 15.7907413,15.8086232 C15.5115007,16.0897343 15.005019,16.0364639 14.7786944,15.8086232 L10.6451381,11.6482226 C9.52326037,12.5507433 8.09757847,13.0909091 6.54590339,13.0909091 C2.9307101,13.0909091 0,10.160199 0,6.54590339 C0,2.9307101 2.9307101,0 6.54590339,0 Z M6.54590339,1.40262946 C3.70563483,1.40262946 1.40262946,3.70563483 1.40262946,6.54590339 C1.40262946,9.38617194 3.70563483,11.6882796 6.54590339,11.6882796 C9.38617194,11.6882796 11.6882796,9.38617194 11.6882796,6.54590339 C11.6882796,3.70563483 9.38617194,1.40262946 6.54590339,1.40262946 Z"></path></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  width: 17px;
  height: 17px;
}
.search-form input[type=submit]:hover {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.54590339,0 C10.160199,0 13.0909091,2.9307101 13.0909091,6.54590339 C13.0909091,8.09114571 12.5552127,9.51143733 11.6594286,10.6311696 L15.7907413,14.7897975 C16.0697529,15.0709086 16.0697529,15.5275122 15.7907413,15.8086232 C15.5115007,16.0897343 15.005019,16.0364639 14.7786944,15.8086232 L10.6451381,11.6482226 C9.52326037,12.5507433 8.09757847,13.0909091 6.54590339,13.0909091 C2.9307101,13.0909091 0,10.160199 0,6.54590339 C0,2.9307101 2.9307101,0 6.54590339,0 Z M6.54590339,1.40262946 C3.70563483,1.40262946 1.40262946,3.70563483 1.40262946,6.54590339 C1.40262946,9.38617194 3.70563483,11.6882796 6.54590339,11.6882796 C9.38617194,11.6882796 11.6882796,9.38617194 11.6882796,6.54590339 C11.6882796,3.70563483 9.38617194,1.40262946 6.54590339,1.40262946 Z"></path></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
}
.search-form input[type=button] {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%23494D50" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1.51247488,0.204646838 L1.58800631,0.272458808 L8,6.68502326 L14.4119937,0.272458808 C14.7752721,-0.0908196027 15.3642628,-0.0908196027 15.7275412,0.272458808 C16.066601,0.611518658 16.089205,1.14719897 15.7953532,1.51247488 L15.7275412,1.58800631 L9.31497674,8 L15.7275412,14.4119937 C16.0908196,14.7752721 16.0908196,15.3642628 15.7275412,15.7275412 C15.3884813,16.066601 14.852801,16.089205 14.4875251,15.7953532 L14.4119937,15.7275412 L8,9.31497674 L1.58800631,15.7275412 C1.2247279,16.0908196 0.635737219,16.0908196 0.272458808,15.7275412 C-0.066601042,15.3884813 -0.089205032,14.852801 0.204646838,14.4875251 L0.272458808,14.4119937 L6.68502326,8 L0.272458808,1.58800631 C-0.0908196027,1.2247279 -0.0908196027,0.635737219 0.272458808,0.272458808 C0.587300098,-0.0423824813 1.07167638,-0.0843613199 1.431727,0.146522292 L1.51247488,0.204646838 Z"></path></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 12px;
  width: 12px;
  height: 12px;
}
.search-form input[type=button]:hover {
  position: relative;
  /* convert hex code for SVG */
  background-image: url('data:image/svg+xml; utf8, <svg fill="%2300A9DA" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1.51247488,0.204646838 L1.58800631,0.272458808 L8,6.68502326 L14.4119937,0.272458808 C14.7752721,-0.0908196027 15.3642628,-0.0908196027 15.7275412,0.272458808 C16.066601,0.611518658 16.089205,1.14719897 15.7953532,1.51247488 L15.7275412,1.58800631 L9.31497674,8 L15.7275412,14.4119937 C16.0908196,14.7752721 16.0908196,15.3642628 15.7275412,15.7275412 C15.3884813,16.066601 14.852801,16.089205 14.4875251,15.7953532 L14.4119937,15.7275412 L8,9.31497674 L1.58800631,15.7275412 C1.2247279,16.0908196 0.635737219,16.0908196 0.272458808,15.7275412 C-0.066601042,15.3884813 -0.089205032,14.852801 0.204646838,14.4875251 L0.272458808,14.4119937 L6.68502326,8 L0.272458808,1.58800631 C-0.0908196027,1.2247279 -0.0908196027,0.635737219 0.272458808,0.272458808 C0.587300098,-0.0423824813 1.07167638,-0.0843613199 1.431727,0.146522292 L1.51247488,0.204646838 Z"></path></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.search-details {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .search-details {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}

.search-posts,
.search-form {
  max-width: 780px;
}

.search-posts a {
  display: block;
  text-decoration: none;
  margin-bottom: 50px;
}
.search-posts a h2 {
  font-weight: 400;
  margin-bottom: 8px;
}
.search-posts a p {
  margin-top: 0;
}

.search .pagination {
  margin-top: 42px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.1818181818em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search .pagination {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.1346666667em;
  }
}
.search .pagination .page-numbers {
  margin: 0 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.1347em;
  width: 2.75em;
  height: 2.75em;
}
.search .pagination .page-numbers.current {
  background: url("img/grad-circle.svg");
}
.search .pagination .prev,
.search .pagination .next {
  font-size: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.search .pagination .prev {
  border-right: 9px solid currentColor;
  margin: 0 20px -2px 0;
}
.search .pagination .next {
  border-left: 10px solid currentColor;
  margin: 0 0 -2px 20px;
}
.search .pagination span.prev,
.search .pagination span.next {
  opacity: 0.3;
}
.search .pagination a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .search .notch-corner {
    padding-bottom: 122px;
  }
  .search-form {
    margin-bottom: 92px;
  }
  .search-form .input-group {
    margin-top: 66px;
  }
  .search-form label {
    margin-left: 13px;
  }
  .search-form input[type=submit] {
    width: 28px;
    height: 28px;
    margin-left: -41px;
  }
  .search-form input[type=button] {
    width: 19px;
    height: 19px;
    top: 26px;
  }
  .search-posts a {
    margin-bottom: 70px;
  }
  .search-posts a h2 {
    margin-bottom: 15px;
  }
  .search-details {
    margin-bottom: 66px;
  }
  .search .pagination {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=blocks.style.css.map */


@media screen and (max-width: 1220px) {
  .third-block .sub-menu li .menu-item-description {
    display: none;
  }
}

@media screen and (max-width: 1039px) {
  .primary-menu .product-bottom .sub-menu li:last-of-type {
    margin: 0;
  }
  .site-header .primary-menu li.large-image-description a,
  .second-block > .sub-menu li:not(.menu-button) a {
    color: #494D50 !important;
  }
  .site-header .primary-menu li.large-image-description > .menu-item-wrapper {
    flex: unset;
    margin: 0;
  }
  .site-header .primary-menu li.large-image-description::before,
  .second-block > .sub-menu li:not(.menu-button) a::before,
  .third-block .sub-menu::before {
    display: none;
  }
  .primary-menu .third-block .sub-menu li {
    padding-bottom: 15px;
  }
  .second-block > .sub-menu {
    display: block;
    margin: 0;
    min-width: auto;
  }
  .third-block .product-bottom li a,
  .site-header .primary-menu li.large-image-description .menu-item-wrapper,
  .site-header .primary-menu li.large-image-description,
  .second-block > .sub-menu li:not(.menu-button) a,
  .primary-menu .product-bottom .sub-menu {
    padding: 0;
  }
  .primary-menu .second-block .sub-menu li {
    padding: 15px 0 0;
  }
}