/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/import-glob/index.js!./main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:italic,400,500|Signika:300,400,600&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/import-glob/index.js!./main.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

/* stylelint-disable */
:root {
  --top-margin: 3.5rem;
}
:root .show-banner {
  --top-margin: 6.5rem;
}

@media only screen and (min-width: 960px) {
  :root {
    --top-margin: 4.5rem;
  }
  :root .show-banner {
    --top-margin: 7.5rem;
  }
}
@media only screen and (min-aspect-ratio: 2/1), (max-width: 960px) and (orientation: landscape) {
  :root {
    --top-margin: 1px;
  }
  :root .show-banner {
    --top-margin: 1px;
  }
}
/* stylelint-disable */
html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

strong {
  font-weight: 600;
}

p strong {
  font-weight: 500;
}

@media only screen and (min-width: 0) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 strong {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4,
h4 strong {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4,
h4 strong {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 3.75vw;
  }
  h2 {
    font-size: 3.75vw;
  }
  h3 {
    font-size: 2.5vw;
  }
  h4,
h4 strong {
    font-size: 1.875vw;
  }
  h5 {
    font-size: 1.5625vw;
  }
  h6 {
    font-size: 1.25vw;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
}

h1,
h2 strong {
  margin: 0.625vw 0 1.25vw 0;
  display: block;
}

h3 strong,
h4 strong {
  margin: 0.46875vw 0 0.9375vw 0;
  display: block;
}

h5 strong {
  line-height: 1.15;
}

ul,
ol,
p {
  line-height: 1.5;
  list-style: none;
}

ul,
ol,
li {
  list-style: none;
}

ul.check-mark li {
  position: relative;
  padding-left: 1.5rem;
}
ul.check-mark li::before {
  color: #a6a5aa;
  font-family: "Linearicons";
  content: "\ec59";
  position: absolute;
  left: 0;
}

ul.star li {
  position: relative;
  padding-left: 1.5rem;
}
ul.star li::before {
  color: #a6a5aa;
  font-family: "Linearicons";
  content: "\e98d";
  position: absolute;
  left: 0;
}

ul.bullet {
  margin-bottom: 1rem;
}
ul.bullet li {
  list-style: disc !important;
  list-style-position: inside !important;
}

p {
  margin-bottom: 1rem;
}

a {
  line-height: inherit;
  color: #4528ce;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a i {
  position: relative;
}
a i::before {
  position: absolute;
  top: 0;
  line-height: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

video {
  width: 100%;
}

sup {
  font-size: 0.5em;
}

.font-size--small {
  font-size: 0.75rem;
}

.font-size--medium {
  font-size: 1rem !important;
}

.font-size--large {
  font-size: 1.25rem;
}
@media only screen and (min-width: 960px) {
  .font-size--large {
    font-size: 1.5rem;
  }
}

.margin-top-32 {
  margin-top: 3.75vw !important;
}

.margin-top--medium {
  margin-top: 4.5rem !important;
}

.site-content {
  padding-top: var(--top-margin);
}
.site-content.top-background {
  position: relative;
}
.site-content.top-background::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f5f7), to(#ffffff));
  background-image: -webkit-linear-gradient(#f6f5f7, #ffffff);
  background-image: -o-linear-gradient(#f6f5f7, #ffffff);
  background-image: linear-gradient(#f6f5f7, #ffffff);
  width: 97.5%;
  height: calc(100vh - var(--top-margin));
  max-height: 66vw;
  position: absolute;
  top: var(--top-margin);
  left: 1.25vw;
  z-index: -1;
}
@media only screen and (min-aspect-ratio: 2/1), (max-width: 960px) and (orientation: landscape) {
  .site-content.top-background::after {
    top: -3.75vw;
  }
}

.site-main {
  -webkit-transition: padding 0.6s ease;
  -o-transition: padding 0.6s ease;
  transition: padding 0.6s ease;
}
.site-main.has-hero {
  margin-top: 1.875vw;
  padding: 0;
}

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

.details-hidden {
  overflow: hidden;
}

.contact-wrapper {
  overflow: hidden;
}

.contact-intro {
  width: 85vw;
  margin: 0 7.5vw;
  padding-top: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .contact-intro {
    width: 70vw;
    margin: 0 15vw;
  }
}
.contact-intro p {
  font-size: 1rem;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .contact-intro p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .contact-intro p {
    font-size: 1.5rem;
  }
}

.copy-devider p {
  position: relative;
}
.copy-devider p:first-of-type {
  padding-top: 1.875vw;
}
.copy-devider p:first-of-type::before {
  content: "";
  border-top: 0.25rem double;
  position: absolute;
  top: 0;
  margin-bottom: 1.25vw;
  width: 10vw;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .copy-devider p:first-of-type::before {
    border-top: 0.375rem double;
    height: 0.375rem;
  }
}
@media only screen and (min-width: 960px) {
  .copy-devider p:first-of-type::before {
    border-top: 0.5rem double;
    height: 0.5rem;
  }
}

.youtube-cookieconsent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7f7f7f;
}

.blue-tint-03 p:first-of-type::before {
  border-color: #dad1f5;
}

.red-tint-03 p:first-of-type::before {
  border-color: #f7d0d5;
}

.orange-tint-03 p:first-of-type::before {
  border-color: #ffe7d3;
}

.yellow-tint-03 p:first-of-type::before {
  border-color: #fef8d1;
}

.green-tint-03 p:first-of-type::before {
  border-color: #ccf6e7;
}

.devider {
  display: block;
  margin-bottom: 1.25vw;
  width: 10vw;
  height: 0.625vw;
}

.map {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.accordion__content {
  display: none;
  background-color: transparent;
  color: #000;
}
.accordion__content li {
  list-style-type: disc;
  list-style-position: inside;
}

.is-active .accordion__content {
  display: block;
}

.loader__progress::after {
  content: "";
  background-image: url(images/furhat-symbol.png);
  background-size: cover;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
}

.error-404 {
  overflow: hidden;
  text-align: center;
}
.error-404__inner {
  width: 85vw;
  margin: 3.75vw 7.5vw 0;
}
@media only screen and (min-width: 960px) {
  .error-404__inner {
    width: 68vw;
    margin: 3.75vw 16vw 0;
  }
}
.error-404 h2 {
  margin-bottom: 3.25vw;
}
.error-404 img {
  margin-bottom: 3.25vw;
}
.error-404 .page-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .error-404 .page-content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .error-404 .page-content p {
    font-size: 1.5rem;
  }
}
.error-404 .page-content .button-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.link-inline {
  position: relative;
}
.link-inline::after {
  font-family: "Linearicons";
  content: "\ec61";
  position: absolute;
  margin-left: 0.5rem;
}

.link-download {
  position: relative;
}
.link-download::after {
  font-family: "Linearicons";
  content: "\ebf5";
  position: absolute;
  margin-left: 0.5rem;
}

.link-launch {
  position: relative;
}
.link-launch::after {
  font-family: "Linearicons";
  content: "\eab0";
  position: absolute;
  margin-left: 0.5rem;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

/* stylelint-disable */
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  cursor: auto;
}
button:focus, button:active {
  outline: none;
  color: #000;
  background-color: transparent;
}

[type=submit],
[type=button] {
  cursor: pointer;
}

.button {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: transparent;
  border: 1px solid #fef8d1;
  border-radius: 70px;
  line-height: 1rem;
  width: 100%;
  height: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  margin: 0;
  padding: 0 1.5rem;
  font-style: normal;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
@media only screen and (min-width: 640px) {
  .button {
    font-size: 1rem;
    padding: 0 2rem;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (min-width: 960px) {
  .button {
    border-width: 2px;
  }
}
.button:hover {
  color: #000;
  text-decoration: none;
}
.button:focus, .button:active {
  outline: none;
  color: #000;
  background-color: transparent;
}
.button--white {
  color: #fff;
}

@media only screen and (min-width: 640px) {
  .link-button {
    font-size: 0.75rem;
    height: 2.5rem;
    padding: 0 1.5rem;
  }
}

.gform_button.sending::after {
  font-family: "Linearicons";
  content: "\ebda";
  line-height: 1;
  margin-left: 0.25rem;
  -webkit-animation: dots-1 2s infinite linear;
       -o-animation: dots-1 2s infinite linear;
          animation: dots-1 2s infinite linear;
}

@-webkit-keyframes dots-1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes dots-1 {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes dots-1 {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@-o-keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.button-launch-popup {
  margin-left: auto;
  height: 3rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .button-launch-popup {
    font-size: 1rem;
  }
}
.button-launch-popup:hover {
  text-decoration: underline;
}

.button-arrow {
  position: relative;
  color: #4528ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-left: -1.5rem;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.button-arrow__before {
  position: relative;
  margin-right: 0.5rem;
  opacity: 0;
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, -webkit-transform 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in, -o-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, -webkit-transform 0.1s ease-in, -o-transform 0.1s ease-in;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.button-arrow__after {
  position: relative;
  margin-left: 0.5rem;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, -webkit-transform 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in, -o-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, -webkit-transform 0.1s ease-in, -o-transform 0.1s ease-in;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.button-arrow:hover {
  text-decoration: none;
  cursor: pointer;
  color: #4528ce;
  -webkit-transform: translate3d(1.5rem, 0, 0);
          transform: translate3d(1.5rem, 0, 0);
}
.button-arrow:hover .button-arrow__before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.button-arrow:hover .button-arrow__after {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}
.button-arrow:focus, .button-arrow:active {
  outline: none;
}

.details-button {
  margin-top: 3.5vw;
}

.button-chevron {
  position: relative;
  color: #4528ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-left: -1.5rem;
  line-height: 1.5;
}
.button-chevron__before {
  margin-right: 0.5rem;
  opacity: 0;
  pointer-events: none;
}
.button-chevron__after {
  margin-left: 0.5rem;
  pointer-events: none;
}
.button-chevron:focus, .button-chevron:active {
  color: #4528ce;
  outline: none;
}

.button-arrow-back {
  position: relative;
  color: #4528ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-right: -1.5rem;
  line-height: 1;
}
.button-arrow-back__before {
  margin-right: 0.5rem;
  pointer-events: none;
}
.button-arrow-back__after {
  margin-left: 0.5rem;
  pointer-events: none;
  opacity: 0;
}
.button-arrow-back > svg {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  fill: #4528ce;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 1280px) {
  .button-arrow-back > svg {
    width: 1rem;
    height: 1rem;
  }
}
.button-arrow-back:hover {
  cursor: pointer;
  color: #4528ce;
  text-decoration: none;
}
.button-arrow-back:focus, .button-arrow-back:active {
  outline: none;
}

.button-load-more {
  position: relative;
  line-height: 1.5;
}
.button-load-more__text {
  position: relative;
  z-index: 1;
}
.button-load-more__sticker {
  width: 100%;
  height: 33.33%;
  position: absolute;
  bottom: 0.125rem;
  left: 0.5rem;
  z-index: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.button-load-more:hover {
  cursor: pointer;
}
.button-load-more:hover .button-load-more__sticker {
  left: 0;
}
.button-load-more:focus, .button-load-more:active {
  outline: none;
  color: inherit;
}

.dialog-fadein .dialog__block {
  height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.dialog-fadein .dialog__block--frame {
  /*stylelint-disable*/
  /*stylelint-enable*/
}
.dialog-fadein .dialog__block--frame > .dialog__line:first-child p {
  padding-top: 12px;
}
.dialog-fadein .dialog__block--frame > .dialog__line:last-child p {
  padding-bottom: 12px;
}
.dialog-fadein .dialog__block--frame-later > .dialog__line:first-of-type {
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  margin-bottom: 0;
}
.dialog-fadein .dialog__block--frame-later > .dialog__line:first-of-type p {
  padding-bottom: 12px;
}
.dialog-fadein .dialog__block.visible {
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px;
  border: 1px solid #ff8521;
  border-radius: 8px;
  margin-bottom: 12px;
}
.dialog-fadein .dialog__block.visible .text-bar__appear {
  opacity: 0;
}
.dialog-fadein .dialog__block.visible .text-bar__wipe::before {
  display: none;
}
.dialog-fadein .dialog__open.visible > .dialog__line {
  padding: 0;
  border: none;
  margin-top: 0;
}
.dialog-fadein .dialog__open.visible > .dialog__line:last-of-type.visible:not(.dialog__line--empty) {
  margin-top: 12px;
  margin-bottom: 0;
}

.text-bar {
  position: relative;
}
.text-bar__appear {
  color: #ff8521;
  font-size: 8px;
  padding-top: 3px;
  font-style: italic;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.text-bar__appear--big {
  left: -40%;
  right: initial;
}
.text-bar__wipe::before {
  content: "";
  width: 0;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -4px;
  background-color: rgba(214, 19, 45, 0.2);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.dialog {
  max-width: 100%;
  width: 100%;
  min-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 32px;
  font-size: 12px;
  background-color: #fbfafc;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .dialog {
    max-width: 45%;
  }
}
.dialog * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog__line--empty {
  display: none;
}
.dialog__trigger {
  width: 2px;
  position: absolute;
  left: 0;
}
.dialog__block--visible {
  margin-bottom: 12px;
}
.dialog__block--frame.dialog__block--visible {
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px;
  border: 1px solid #ff8521;
  border-radius: 8px;
  margin-bottom: 12px;
}
.dialog__block--frame.dialog__block--visible > .dialog__line:first-child p {
  padding-top: 12px;
}
.dialog__block--frame.dialog__block--visible > .dialog__line:last-child p {
  padding-bottom: 12px;
}
.dialog__block.visible .text-bar__appear {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.dialog__block.visible .text-bar__wipe::before {
  width: calc(100% + 8px);
}
.dialog > .dialog__open:first-of-type {
  padding: 0 12px;
  border: 1px solid #ff8521;
  border-radius: 8px;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.dialog__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 20%;
  margin-bottom: 0;
}
.dialog__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  max-width: 60%;
  margin-bottom: 0;
}
.dialog__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 20%;
  margin-bottom: 0;
  color: #ff8521;
  font-size: 8px;
  font-style: italic;
  text-align: right;
}
.dialog__description--hidden {
  display: none;
}

/* stylelint-disable */
.search-form {
  position: relative;
  width: 70vw;
  margin: 5.625vw auto 3.75vw auto;
}
.search-form .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #a6a5aa;
  line-height: 2rem;
}
.search-form .search-field {
  width: 100%;
  height: 2rem;
  padding: 0.3rem 0 0.3rem 1.5rem;
  margin: 0;
  border-width: 0 0 0.0625rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #a6a5aa;
  background-color: transparent;
  font-size: 1rem;
  position: relative;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #a6a5aa;
}
.search-form .search-field::-moz-placeholder {
  color: #a6a5aa;
}
.search-form .search-field:-ms-input-placeholder {
  color: #a6a5aa;
}
.search-form .search-field::-ms-input-placeholder {
  color: #a6a5aa;
}
.search-form .search-field::placeholder {
  color: #a6a5aa;
}
.search-form #display {
  border: 0.0625rem solid #a6a5aa;
  border-top: none;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 2rem;
  left: 0;
  display: none;
}
.search-form #display li {
  line-height: 1.5;
}

.contact-form-outer {
  width: 100%;
  margin-top: 1.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .contact-form-outer {
    margin-top: 3.75vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form-outer {
    width: auto;
    margin: 0;
  }
}
.contact-form-outer--wide {
  margin: 0;
}
.contact-form-outer--right, .contact-form-outer--left {
  margin: 0;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .contact-form-outer--right, .contact-form-outer--left {
    width: 40vw;
  }
}
.contact-form-outer .form-heading {
  margin: 0;
  padding: 1.875vw 0;
}
@media only screen and (min-width: 640px) {
  .contact-form-outer .form-heading {
    padding: 1.875vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form-outer .form-heading {
    margin-bottom: 0.9375vw;
    padding: 0;
  }
}
.contact-form-outer .form-heading strong {
  margin: 0;
}

.contact-form {
  width: 100%;
}
.contact-form.has-bg {
  background-color: #f9f8fa;
  padding: 5.625vw 1.5rem;
}
@media only screen and (min-width: 960px) {
  .contact-form.has-bg {
    padding: 3.75vw 2.5vw;
  }
}
.contact-form.has-bg .gform_button {
  border-color: #dad1f5;
}
.contact-form.has-bg .gform_confirmation_wrapper {
  text-align: center;
  padding-top: 3rem;
}
.contact-form.has-bg .gform_confirmation_wrapper::before {
  font-family: "Linearicons" !important;
  content: "\eb37";
  font-size: 3rem;
}
.contact-form.has-bg .gform_confirmation_wrapper .gform_confirmation_message {
  margin: 3rem 0 2rem;
  text-align: left;
  color: #000;
}
.contact-form .gform_anchor {
  margin-top: -10rem;
  padding-top: 10rem;
  pointer-events: none;
}
.contact-form .gfield {
  margin-top: 2rem;
}
.contact-form .gfield input {
  padding: 0;
  height: 2rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .contact-form .gfield input {
    font-size: 1rem;
  }
}
.contact-form .gfield input::-webkit-input-placeholder {
  font-size: 0.75rem !important;
}
.contact-form .gfield input::-moz-placeholder {
  font-size: 0.75rem !important;
}
.contact-form .gfield input:-ms-input-placeholder {
  font-size: 0.75rem !important;
}
.contact-form .gfield input::-ms-input-placeholder {
  font-size: 0.75rem !important;
}
.contact-form .gfield input::placeholder {
  font-size: 0.75rem !important;
}
@media only screen and (min-width: 640px) {
  .contact-form .gfield input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .contact-form .gfield input::-moz-placeholder {
    font-size: 1rem;
  }
  .contact-form .gfield input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .contact-form .gfield input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .contact-form .gfield input::placeholder {
    font-size: 1rem;
  }
}
.contact-form--center {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .contact-form--center {
    margin: 1rem auto 0;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-form--center {
    width: 70vw;
  }
}
.contact-form--center.has-bg {
  background: none;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .contact-form--center.has-bg {
    width: 70vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form--center form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contact-form--center .gform_body {
  width: 100%;
  padding: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-right: 2vw;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .contact-form--center .gform_body {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form--center .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}
.contact-form--center .button {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .contact-form--center .button {
    width: auto;
  }
}
.contact-form--center .validation_error {
  display: none;
}
.contact-form--center .gform_confirmation_wrapper {
  background-color: #f9f8fa;
  text-align: center;
  padding-top: 3rem;
}
.contact-form--center .gform_confirmation_wrapper::before {
  font-family: "Linearicons" !important;
  content: "\eb37";
  font-size: 3rem;
}
.contact-form--center .gform_confirmation_message {
  margin: 0;
  padding: 3rem 2rem 2rem;
  text-align: left;
  font-size: 1rem;
  color: #000;
}
.contact-form--left, .contact-form--right {
  border-radius: 0.5rem;
  width: 100%;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .contact-form--left, .contact-form--right {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 960px) {
  .contact-form--left, .contact-form--right {
    width: 40vw;
  }
}
.contact-form--left .gform_footer, .contact-form--right .gform_footer {
  margin-top: 2rem;
}
.contact-form--left .gform_footer .button, .contact-form--right .gform_footer .button {
  width: 100%;
}
.contact-form--wide {
  width: 85vw;
  margin-right: 7.5vw;
  margin-left: 7.5vw;
  position: relative;
}
.contact-form--wide.has-bg {
  border-radius: 0.5rem;
  padding: 5.625vw 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .contact-form--wide.has-bg {
    padding: 5.625vw 2rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 960px) {
  .contact-form--wide.has-bg {
    padding: 5.625vw 7.5vw;
  }
}
.contact-form--wide.has-bg .button {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .contact-form--wide.has-bg .button {
    width: auto;
  }
}
@media only screen and (min-width: 640px) {
  .contact-form--wide .gform_body {
    width: auto;
    margin-bottom: 0;
  }
}
.contact-form--wide .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form--wide .gform_body .gform_fields .gfield {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .contact-form--wide .gform_body .gform_fields .gfield {
    width: 32.5vw;
  }
}
.contact-form--wide .gform_body .gform_fields .gfield.last-child, .contact-form--wide .gform_body .gform_fields .gfield:last-child {
  width: 100%;
  margin-top: 2rem;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  .contact-form--wide .gform_body .gform_fields .gfield.last-child, .contact-form--wide .gform_body .gform_fields .gfield:last-child {
    margin-top: 3rem;
  }
}
.contact-form--wide .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .contact-form--wide .gform_footer {
    margin: -2rem 0 0 0;
  }
}
.contact-form--wide .sticker {
  width: 5vw;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 7.5vw;
  left: 92.5vw;
}
@media only screen and (min-width: 640px) {
  .contact-form--wide .sticker {
    left: 80vw;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-form--wide .sticker {
    left: 80vw;
  }
}
.contact-form--wide .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center !important;
}
.contact-form--wide.has-bg-image {
  width: 97.5vw;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .contact-form--wide.has-bg-image {
    width: 85vw;
    margin-right: 7.5vw;
    margin-left: 7.5vw;
  }
}
.contact-form--wide.has-bg-image .sticker {
  display: none;
}
.contact-form--wide.has-bg-image .gform_body .gform_fields .gfield {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .contact-form--wide.has-bg-image .gform_body .gform_fields .gfield {
    width: 37.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-form--wide.has-bg-image .gform_body .gform_fields .gfield {
    width: 32.5vw;
  }
}
.contact-form--wide.has-bg-image .gform_body .gform_fields .gfield.last-child, .contact-form--wide.has-bg-image .gform_body .gform_fields .gfield:last-child {
  width: 100%;
}

.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.gform_wrapper .gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gfield_label {
  color: #a6a5aa;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1.5;
}
.gform_wrapper .gfield_label.animating {
  position: relative;
  top: 0;
  line-height: 1.5;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.gform_wrapper .gfield_label.animating.in-focus {
  color: #00cf84;
}
.gform_wrapper .gfield_label.in-focus {
  color: #00cf84;
}
.gform_wrapper .ginput_container_textarea ~ label {
  border: 1px solid red;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select {
  border: 1px solid #d2d2d5;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem;
  height: 2.5rem;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  position: relative;
}
.gform_wrapper .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder {
  color: #a6a5aa !important;
  font-size: 1rem;
}
.gform_wrapper .ginput_container input:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder {
  color: #a6a5aa !important;
  font-size: 1rem;
}
.gform_wrapper .ginput_container input::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder {
  color: #a6a5aa !important;
  font-size: 1rem;
}
.gform_wrapper .ginput_container input:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder {
  color: #a6a5aa !important;
  font-size: 1rem;
}
.gform_wrapper .ginput_container select {
  font-size: 1rem;
  color: #000;
}
.gform_wrapper .ginput_container select:hover {
  cursor: pointer;
}
.gform_wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container.ginput_container_select::before {
  content: "\ec3d";
  font-family: "Linearicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  font-size: 1rem;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a6a5aa;
  z-index: 1;
}
.gform_wrapper .ginput_container textarea {
  border: 1px solid #d2d2d5;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  height: 7.5rem;
}
.gform_wrapper .ginput_container .gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .ginput_container .gfield_checkbox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
}
.gform_wrapper .ginput_container .gfield_checkbox li:first-child {
  margin-top: 0;
}
.gform_wrapper .ginput_container .gfield_checkbox label {
  font-size: 0.75rem;
  color: #a6a5aa;
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1;
}
.gform_wrapper .ginput_container .gfield_checkbox label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  border: 1px solid #a6a5aa;
  border-radius: 0.125rem;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.gform_wrapper .ginput_container .gfield_checkbox label::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: calc(50% - 0.1rem);
  -webkit-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.7rem;
  height: 0.4rem;
  border-width: 0 0 0.125rem 0.125rem;
  border-style: solid;
  border-color: #00cf84;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.gform_wrapper .ginput_container .gfield_checkbox input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.gform_wrapper .ginput_container .gfield_checkbox input:checked ~ label::before {
  opacity: 1;
}
.gform_wrapper .ginput_container .gfield_checkbox input:checked ~ label::after {
  border-color: #00cf84;
}
.gform_wrapper .ginput_container .gfield_checkbox input:focus ~ label::after, .gform_wrapper .ginput_container .gfield_checkbox input:active ~ label::after {
  border-color: #00cf84;
}
.gform_wrapper .hidden_label .gfield_label {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.gform_wrapper .validation_error {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #ff8521;
}
.gform_wrapper .validation_error h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.gform_wrapper .validation_message {
  font-size: 0.75rem;
  color: #d6132d;
}
.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.footer-newsletter .gform_confirmation_wrapper {
  margin-left: 0;
  margin-right: 0;
}
.footer-newsletter .gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #f9f8fa;
  margin: 0;
  padding: 1rem;
  font-size: 0.75rem;
  text-align: left;
  color: #000;
}

.gform_validation_container {
  display: none !important;
}

.dir-rtl .contact-form--center .gform_body {
  margin-right: auto;
  margin-left: 2vw;
}
.dir-rtl .gform_wrapper .ginput_container .gfield_checkbox label {
  padding-right: 1.5rem;
  padding-left: 0;
}
.dir-rtl .gform_wrapper .ginput_container .gfield_checkbox label::after {
  right: 0;
  left: auto;
}
.dir-rtl .gform_wrapper .ginput_container .gfield_checkbox label::before {
  right: 0.125rem;
  left: auto;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.wp-block-separator {
  margin: 5.625vw auto;
  border: none;
  border-top: 0.25rem double #dad1f5;
  width: 6rem;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .wp-block-separator {
    margin: 5.625vw auto;
    border-top: 0.5rem double #dad1f5;
    height: 0.5rem;
  }
}

/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 0 auto;
}

.alignleft,
.alignright {
  height: auto;
}

@media only screen and (min-width: 640px) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
}
/* stylelint-disable */
.post {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .post {
    overflow: visible;
  }
}

.hero-blog-post {
  overflow: hidden;
}

.hero-press-releases {
  overflow: hidden;
  width: 100vw;
  padding: 3.75vw 7.5vw 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .hero-press-releases {
    padding: 3.75vw 15vw 0;
  }
}
.hero-press-releases h1 {
  font-weight: 600;
  margin-bottom: 1.875vw;
}
.hero-press-releases .post-date {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero-press-releases .post-date {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-press-releases .post-date {
    font-size: 1.5rem;
  }
}

.hero-blog-post__metainfo {
  width: 100vw;
  padding: 3.75vw 0;
  position: relative;
  /* Landscape */
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo {
    height: calc(100vh - 3.75vw - 3.5rem);
    max-height: 56.25vw;
    margin-bottom: 3.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-blog-post__metainfo {
    min-height: calc(100vh - 3.75vw - 3.5rem);
    max-height: none;
    height: auto;
  }
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo.show-banner {
    height: calc(100vh - 3.75vw - 6.5rem);
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-blog-post__metainfo.show-banner {
    min-height: calc(100vh - 3.75vw - 6.5rem);
    height: auto;
  }
}
.hero-blog-post__metainfo--content {
  width: 85vw;
  margin: 0 7.5vw;
  padding-top: 11.25vw;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo--content {
    width: 47.5vw;
    margin: 0 5vw 0 7.5vw;
  }
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo--content::before {
    content: "";
    background-color: #f9f8fa;
    position: absolute;
    top: 5.625vw;
    right: -37.5vw;
    bottom: -3.75vw;
    left: -6.25vw;
    pointer-events: none;
    z-index: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-blog-post__metainfo--content::before {
    right: -30vw;
    left: 7.5vw;
  }
}
.hero-blog-post__metainfo--authors {
  padding-bottom: 5.625vw;
}
.hero-blog-post__metainfo--author {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo--author {
    margin-top: 1.875vw;
  }
}
.hero-blog-post__metainfo--author p {
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
.hero-blog-post__metainfo--author img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.hero-blog-post__metainfo h1 {
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.875vw;
}
.hero-blog-post__metainfo h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 1.5vw;
}
@media only screen and (min-width: 1280px) {
  .hero-blog-post__metainfo h3 {
    left: 7.5vw;
  }
}
.hero-blog-post__metainfo h3::after {
  content: "";
  border-bottom: 0.25rem double;
  border-color: #dad1f5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10vw;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo h3::after {
    border-bottom-width: 0.375rem;
    height: 0.375rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-blog-post__metainfo h3::after {
    border-bottom-width: 0.5rem;
    height: 0.5rem;
  }
}
.hero-blog-post__metainfo .featured-image {
  width: 85vw;
  height: 0;
  padding-top: 63.75vw;
  overflow: hidden;
  position: relative;
  left: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo .featured-image {
    width: 40vw;
    height: calc(100% - 13.125vw - 3.75vw);
    padding-top: 0;
    position: absolute;
    top: 13.125vw;
    right: 0;
    left: auto;
  }
}
.hero-blog-post__metainfo .featured-image .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-blog-post__metainfo .scroll-label {
  width: 85vw;
  display: none;
  position: absolute;
  bottom: 3.75vw;
  left: 7.5vw;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 640px) {
  .hero-blog-post__metainfo .scroll-label {
    display: block;
  }
}
.hero-blog-post__metainfo .scroll-label__before {
  position: relative;
  margin-right: 0.5rem;
  -webkit-animation-name: scroll-label;
       -o-animation-name: scroll-label;
          animation-name: scroll-label;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes scroll-label {
  0% {
    top: 0;
    opacity: 1;
  }
  24% {
    top: 0.5rem;
    opacity: 0;
  }
  25% {
    top: -0.5rem;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes scroll-label {
  0% {
    top: 0;
    opacity: 1;
  }
  24% {
    top: 0.5rem;
    opacity: 0;
  }
  25% {
    top: -0.5rem;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes scroll-label {
  0% {
    top: 0;
    opacity: 1;
  }
  24% {
    top: 0.5rem;
    opacity: 0;
  }
  25% {
    top: -0.5rem;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.related-content {
  overflow: hidden;
}
.related-content__inner {
  width: 100vw;
  height: auto;
  margin: 5.625vw 0 0;
  padding: 5.625vw 7.5vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .related-content__inner {
    width: 85vw;
    margin: 5.625vw 7.5vw 0;
    padding: 5.625vw 0;
  }
}
.related-content__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25vw;
  right: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .related-content__inner::after {
    left: 7.5vw;
    right: 7.5vw;
  }
}
.related-content .elem-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .related-content .elem-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.related-content .related-content-elem {
  margin-top: 5.625vw;
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .related-content .related-content-elem {
    width: 25vw;
    margin-right: 5vw;
    margin-top: 3.75vw;
  }
}
.related-content .related-content-elem:last-child {
  margin-right: 0;
}
.related-content .related-content-elem__image {
  width: 100%;
  height: 0;
  margin-bottom: 1rem;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.related-content .related-content-elem__image .sticker {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1rem;
  height: 75%;
}
.related-content .related-content-elem__image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-content .related-content-elem .button-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-block__upper {
  margin-top: 3.75vw;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .blog-block__upper {
    overflow: visible;
  }
}
.blog-block__upper--inner {
  width: 97.5vw;
  margin: 0 1.25vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--inner {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-block__upper--left {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--left {
    width: 40vw;
    position: sticky;
    top: var(--top-margin);
  }
}
.blog-block__upper--left--inner {
  background-color: #f9f8fa;
  padding: 6.25vw;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--left--inner {
    padding: 1.875vw 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--left--inner {
    background: none;
    margin-top: 0;
    padding: 0;
  }
}
.blog-block__upper--left h4 {
  display: none;
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--left h4 {
    display: block;
  }
}
.blog-block__upper--left h3 {
  margin-top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--left h3 {
    margin-top: 1.875vw;
  }
}
.blog-block__upper--left h3 strong {
  margin: 0;
}
.blog-block__upper--left p:last-child, .blog-block__upper--left p:last-of-type {
  margin-bottom: 3.75vw;
}
.blog-block__upper--left .post__metainfo--author {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75vw;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--left .post__metainfo--author {
    margin-top: 1.875vw;
  }
}
.blog-block__upper--left .post__metainfo--author p {
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
.blog-block__upper--left .post__metainfo--author img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--left .post__metainfo--author {
    margin-top: 1.875vw;
    margin-bottom: 1.875vw;
  }
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--left .post__metainfo--authors {
    display: block;
  }
}
.blog-block__upper--left .post__metainfo--authors p {
  margin: 0;
}
.blog-block__upper--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--right {
    width: 40vw;
  }
}
@media only screen and (min-width: 640px) {
  .blog-block__upper--right .card {
    width: 40vw !important;
  }
}
.blog-block__upper--right h4 {
  display: none;
}
@media only screen and (min-width: 960px) {
  .blog-block__upper--right h4 {
    display: block;
    margin-bottom: -1.875vw;
  }
}

.blog-block__form {
  overflow: hidden;
  margin-top: 1.25vw;
}
@media only screen and (min-width: 640px) {
  .blog-block__form {
    margin-top: 5.625vw;
  }
}

.blog-block__lower {
  overflow: hidden;
}
.blog-block__lower--inner {
  width: 97.5vw;
  margin: 0 1.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .blog-block__lower--inner {
    width: 85vw;
    margin: 0 7.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-block__lower--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-block__upper .card,
.blog-block__lower .card {
  width: 100%;
  margin-top: 1.25vw;
  padding: 6.25vw;
  position: relative;
  -webkit-transition: border-radius 0.6s ease;
  -o-transition: border-radius 0.6s ease;
  transition: border-radius 0.6s ease;
}
.blog-block__upper .card::after,
.blog-block__lower .card::after {
  content: "";
  background-color: #f9f8fa;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card,
.blog-block__lower .card {
    width: 40vw;
    margin-top: 3.75vw;
    padding: 0 2.5vw 3.75vw;
  }
  .blog-block__upper .card::after,
.blog-block__lower .card::after {
    top: 1.875vw;
  }
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card--2,
.blog-block__lower .card--2 {
    width: 40vw;
  }
}
.blog-block__upper .card__wrapper--large, .blog-block__upper .card__wrapper,
.blog-block__lower .card__wrapper--large,
.blog-block__lower .card__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card__wrapper--large, .blog-block__upper .card__wrapper,
.blog-block__lower .card__wrapper--large,
.blog-block__lower .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .blog-block__upper .card__wrapper--large, .blog-block__upper .card__wrapper,
.blog-block__lower .card__wrapper--large,
.blog-block__lower .card__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-block__upper .card__wrapper--large,
.blog-block__lower .card__wrapper--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-block__upper .card__image,
.blog-block__lower .card__image {
  width: 6rem;
  height: 0;
  margin-left: auto;
  position: relative;
  padding-top: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.blog-block__upper .card__image::after,
.blog-block__lower .card__image::after {
  content: "";
  position: absolute;
  background-color: #dad1f5;
  width: 100%;
  height: 100%;
  top: 0.75rem;
  left: 1rem;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card__image,
.blog-block__lower .card__image {
    width: 22.5vw;
    margin: 0 0 3.75vw 15vw;
    padding-top: 22.5vw;
  }
  .blog-block__upper .card__image::after,
.blog-block__lower .card__image::after {
    top: 1.875vw;
    left: 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .blog-block__upper .card__image,
.blog-block__lower .card__image {
    width: 15vw;
    margin: 0;
    padding-top: 15vw;
  }
}
.blog-block__upper .card__image img,
.blog-block__lower .card__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-block__upper .card__body,
.blog-block__lower .card__body {
  width: auto;
  margin-right: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card__body,
.blog-block__lower .card__body {
    width: 100%;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 960px) {
  .blog-block__upper .card__body,
.blog-block__lower .card__body {
    width: 20vw;
    margin-right: 2.5vw;
  }
}
.blog-block__upper .card h5,
.blog-block__lower .card h5 {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 3.75vw 0;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card h5,
.blog-block__lower .card h5 {
    margin: 0 0 1.875vw 0;
  }
}
.blog-block__upper .card .read-time,
.blog-block__lower .card .read-time {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.blog-block__upper .card__button,
.blog-block__lower .card__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  border-left: 0.5rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-block__upper .card:nth-child(odd) a.card__wrapper:hover .card__image,
.blog-block__lower .card:nth-child(odd) a.card__wrapper:hover .card__image {
  -webkit-transform: translate(0.25rem, 0.25rem);
       -o-transform: translate(0.25rem, 0.25rem);
          transform: translate(0.25rem, 0.25rem);
}
.blog-block__upper .card:nth-child(odd) a.card__wrapper:hover .card__image::after,
.blog-block__lower .card:nth-child(odd) a.card__wrapper:hover .card__image::after {
  -webkit-transform: translate(-0.5rem, -0.5rem);
       -o-transform: translate(-0.5rem, -0.5rem);
          transform: translate(-0.5rem, -0.5rem);
}
.blog-block__upper .card:nth-child(odd) .card__image,
.blog-block__lower .card:nth-child(odd) .card__image {
  top: 0.75rem;
  left: 1rem;
}
.blog-block__upper .card:nth-child(odd) .card__image::after,
.blog-block__lower .card:nth-child(odd) .card__image::after {
  top: -0.75rem;
  left: -1rem;
}
@media only screen and (min-width: 640px) {
  .blog-block__upper .card:nth-child(odd) .card__image,
.blog-block__lower .card:nth-child(odd) .card__image {
    top: 1.875vw;
    left: 2.5vw;
  }
  .blog-block__upper .card:nth-child(odd) .card__image::after,
.blog-block__lower .card:nth-child(odd) .card__image::after {
    top: -1.875vw;
    left: -2.5vw;
  }
}
.blog-block__upper a.card__wrapper--large:hover,
.blog-block__upper a.card__wrapper:hover,
.blog-block__lower a.card__wrapper--large:hover,
.blog-block__lower a.card__wrapper:hover {
  border-radius: 1rem;
  color: #000;
  text-decoration: none;
}
.blog-block__upper a.card__wrapper--large:hover h5,
.blog-block__upper a.card__wrapper:hover h5,
.blog-block__lower a.card__wrapper--large:hover h5,
.blog-block__lower a.card__wrapper:hover h5 {
  text-decoration: underline;
}
.blog-block__upper a.card__wrapper--large:hover .card__image,
.blog-block__upper a.card__wrapper:hover .card__image,
.blog-block__lower a.card__wrapper--large:hover .card__image,
.blog-block__lower a.card__wrapper:hover .card__image {
  -webkit-transform: translate(-0.25rem, -0.25rem);
       -o-transform: translate(-0.25rem, -0.25rem);
          transform: translate(-0.25rem, -0.25rem);
}
.blog-block__upper a.card__wrapper--large:hover .card__image::after,
.blog-block__upper a.card__wrapper:hover .card__image::after,
.blog-block__lower a.card__wrapper--large:hover .card__image::after,
.blog-block__lower a.card__wrapper:hover .card__image::after {
  -webkit-transform: translate(0.5rem, 0.5rem);
       -o-transform: translate(0.5rem, 0.5rem);
          transform: translate(0.5rem, 0.5rem);
}
.blog-block__upper a.card__wrapper--large:hover .button-arrow,
.blog-block__upper a.card__wrapper:hover .button-arrow,
.blog-block__lower a.card__wrapper--large:hover .button-arrow,
.blog-block__lower a.card__wrapper:hover .button-arrow {
  text-decoration: none;
  cursor: pointer;
  color: #4528ce;
  -webkit-transform: translate3d(1.5rem, 0, 0);
          transform: translate3d(1.5rem, 0, 0);
}
.blog-block__upper a.card__wrapper--large:hover .button-arrow .button-arrow__before,
.blog-block__upper a.card__wrapper:hover .button-arrow .button-arrow__before,
.blog-block__lower a.card__wrapper--large:hover .button-arrow .button-arrow__before,
.blog-block__lower a.card__wrapper:hover .button-arrow .button-arrow__before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.blog-block__upper a.card__wrapper--large:hover .button-arrow .button-arrow__after,
.blog-block__upper a.card__wrapper:hover .button-arrow .button-arrow__after,
.blog-block__lower a.card__wrapper--large:hover .button-arrow .button-arrow__after,
.blog-block__lower a.card__wrapper:hover .button-arrow .button-arrow__after {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}
.blog-block__upper a.card__wrapper--large:focus,
.blog-block__upper a.card__wrapper:focus,
.blog-block__lower a.card__wrapper--large:focus,
.blog-block__lower a.card__wrapper:focus {
  outline: none;
  color: #000;
}

.inner-content {
  width: 85vw;
  position: relative;
  margin: 0 7.5vw;
  margin-top: 1.875vw;
}
@media only screen and (min-width: 960px) {
  .inner-content {
    width: 70vw;
    margin: 0 15vw;
    margin-top: 1.875vw;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-content {
    width: 55vw;
    margin: 0 22.5vw;
    margin-top: 1.875vw;
  }
}
.inner-content .excerpt {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .inner-content .excerpt {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .inner-content .excerpt {
    font-size: 1.5rem;
  }
}

.blog-blockqoute {
  width: calc(100% + 1rem);
  border-left: 0.25rem solid #dad1f5;
  text-align: left;
  margin: 5.625vw 0;
  padding-left: 0.75rem;
  position: relative;
  left: -1rem;
}
@media only screen and (min-width: 640px) {
  .blog-blockqoute {
    width: calc(100% + 2rem);
    border-width: 0.5rem;
    padding-left: 1.5rem;
    left: -2rem;
  }
}
.blog-blockqoute p {
  font-size: 1.25rem;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .blog-blockqoute p {
    font-size: 1.5rem;
  }
}

.blog-editor h1,
.blog-editor h2,
.blog-editor h3 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.blog-editor h4,
.blog-editor h5,
.blog-editor h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.blog-editor p:last-of-type, .blog-editor p:last-child {
  margin-bottom: 0;
}

.blog-lead p {
  font-size: 1rem;
  margin: 0 0 3.75vw 0;
}
@media only screen and (min-width: 640px) {
  .blog-lead p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .blog-lead p {
    font-size: 1.5rem;
  }
}

.blog-image {
  margin: 3.75vw 0;
  width: 100%;
}
.blog-image.top-margin--none {
  margin-top: 0;
}
.blog-image.top-margin--small {
  margin-top: 3.75vw;
}
.blog-image.top-margin--medium {
  margin-top: 5.625vw;
}
.blog-image.top-margin--large {
  margin-top: 11.25vw;
}
.blog-image .image-element {
  width: 100%;
}
.blog-image .image-element.contain {
  background-color: #f9f8fa;
  margin: 0 auto;
  padding: 3.75vw 25%;
  display: block;
}

.caption {
  display: block;
  margin-top: 0.625vw;
  font-size: 0.75rem;
  font-style: italic;
}

.blog-cards {
  width: 100%;
  margin: 3.75vw 0;
}
.blog-cards .blog-card-slider {
  width: 90vw;
}
@media only screen and (min-width: 960px) {
  .blog-cards .blog-card-slider {
    width: 75vw;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-cards .blog-card-slider {
    width: 60vw;
  }
}
.blog-cards .blog-card-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.blog-cards .blog-card-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-cards .blog-card-slider .slick-list .slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-cards .blog-card-slider .slick-list .slick-track .slick-slide > div {
  width: 100%;
}
.blog-cards .blog-card-slider .slick-list .slick-track .slick-slide:focus, .blog-cards .blog-card-slider .slick-list .slick-track .slick-slide:active {
  outline: none;
}
.blog-cards .blog-card-slider .slick-dots {
  margin-top: calc(3.75vw / 2);
  position: relative;
  bottom: 0;
  margin-left: -2.5vw;
}
.blog-cards .blog-card-slider .slick-dots button::before {
  font-size: 0.4375rem;
}
.blog-cards .blog-card-slider .slick-dots .slick-active button::before {
  color: #4528ce;
}
.blog-cards .blog-card {
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 0;
}
.blog-cards .blog-card__wrapper {
  position: relative;
  background-color: #f9f8fa;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.25vw;
}
@media only screen and (min-width: 640px) {
  .blog-cards .blog-card__wrapper {
    padding: 2.5vw 2.5vw 1.25vw;
  }
}
.blog-cards .blog-card__wrapper:focus {
  outline: none;
  color: #000;
}
.blog-cards .blog-card__wrapper:hover {
  border-radius: 1rem;
  color: #000;
  text-decoration: none;
}
.blog-cards .blog-card__logo {
  width: 4rem;
  height: 2rem;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.blog-cards .blog-card__logo img {
  max-width: 100%;
  max-height: 100%;
}
.blog-cards .blog-card__image {
  width: 12rem;
  height: 9rem;
  position: absolute;
  top: 6.25vw;
  right: -6.25vw;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .blog-cards .blog-card__image {
    top: 2.5vw;
    right: -2.5vw;
  }
}
.blog-cards .blog-card__image img {
  max-width: 100%;
  max-height: 100%;
}
.blog-cards .blog-card__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.blog-cta {
  width: 100%;
  background-color: #f9f8fa;
  margin-top: 3.75vw;
  padding: 6.25vw;
}
@media only screen and (min-width: 640px) {
  .blog-cta {
    padding: 2.5vw;
  }
}
.blog-cta h2 strong {
  margin-top: 0;
}
.blog-cta p {
  margin: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .blog-cta p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .blog-cta p {
    font-size: 1.5rem;
  }
}
.blog-cta__button-wrap {
  display: inline-block;
}

.footnotes-section {
  background-color: #f9f8fa;
  padding: 3rem 7.5vw;
  margin: 3.75vw 0;
}
.footnotes-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.625vw;
  font-size: 0.75rem;
}
.footnotes-section__row:last-child {
  margin-bottom: 0;
}
.footnotes-section__row sup {
  line-height: 1.5;
  top: 0;
}
.footnotes-section__row p {
  margin: 0;
}

.bio-section {
  width: 85vw;
  margin: 0 7.5vw;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .bio-section {
    width: 70vw;
    margin: 0 15vw;
  }
}
.bio-section .author-bio {
  margin-bottom: 5.625vw;
  position: relative;
}
.bio-section .author-bio__header {
  width: 6rem;
  height: 6rem;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  .bio-section .author-bio__header {
    width: 10vw;
    height: 10vw;
  }
}
.bio-section .author-bio__heading {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(6rem + 2.5vw);
}
@media only screen and (min-width: 960px) {
  .bio-section .author-bio__heading {
    height: auto;
    margin-left: 12vw;
  }
}
.bio-section .author-bio__heading h5 strong {
  display: block;
}
.bio-section .author-bio__copy {
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .bio-section .author-bio__copy {
    margin-left: 12vw;
  }
}
.bio-section .author-bio__copy p {
  margin: 1rem 0 0 0;
}

.share-icons {
  position: relative;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .share-icons {
    overflow: visible;
    position: absolute;
    top: 0;
    left: -7.5vw;
    height: 100%;
  }
}
.share-icons h5 {
  margin: 5.625vw 0 2.5vw 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .share-icons h5 {
    display: none;
  }
}

.addtoany_share {
  display: none !important;
}

.addtoany_content.mobileonly {
  margin-bottom: 30px;
}

.addtoany_content.desktoponly {
  margin: 0 auto;
}

.addtoany_list {
  width: 14rem;
  height: calc(2rem + 1px);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  z-index: 90;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
@media only screen and (min-width: 960px) {
  .addtoany_list {
    position: sticky;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(2rem + 1px);
    height: 14rem;
    left: 0;
    top: 10rem;
  }
}

.addtoany_list a {
  border: 1px solid #dad1f5;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  float: left;
  padding: 0 !important;
  line-height: 0;
}
@media only screen and (min-width: 960px) {
  .addtoany_list a {
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  .addtoany_list a {
    border: 2px solid #dad1f5;
  }
}
.addtoany_list a img {
  width: 100%;
  height: 100%;
}

.contact-body {
  width: 85vw;
  margin: 0 7.5vw;
  padding-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .contact-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-body__row__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-price {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 960px) {
  .contact-price {
    width: 40vw;
  }
}
.contact-price__head {
  font-weight: 600;
  margin: 0;
}
.contact-price__number {
  font-size: 0.75rem;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .contact-price__number {
    font-size: 1rem;
  }
}

.contact-accordion {
  min-width: 40vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Signika, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .contact-accordion__title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .contact-accordion__title {
    font-size: 1.5rem;
  }
}
.contact-accordion__title i {
  color: #4528ce;
  font-size: 1rem;
  line-height: 1.25;
}
.contact-accordion__title i::before {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-accordion__title:focus {
  color: currentColor;
}
.contact-accordion__title[aria-expanded=true] i::before {
  content: "\ec62";
}
.contact-accordion__content {
  padding: 0;
  border: none;
}
.contact-accordion__content:last-child {
  border: none !important;
}

.contact-slider {
  width: 85vw;
  margin: 5.625vw auto 0;
}
@media only screen and (min-width: 960px) {
  .contact-slider {
    width: 40vw;
    margin: 0 auto;
  }
}

.contact-slider-wide .slick-slide:focus, .contact-slider-wide .slick-slide:active,
.contact-slider-small .slick-slide:focus,
.contact-slider-small .slick-slide:active {
  outline: none;
}
.contact-slider-wide .slick-dots,
.contact-slider-small .slick-dots {
  bottom: -2rem;
}
.contact-slider-wide .slick-dots li,
.contact-slider-small .slick-dots li {
  margin: 0 0.125rem;
}
.contact-slider-wide .slick-dots li button,
.contact-slider-small .slick-dots li button {
  padding: 0 0.25rem;
}
.contact-slider-wide .slick-dots li button::before,
.contact-slider-small .slick-dots li button::before {
  font-size: 0.375rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-slider-wide .slick-dots li button:hover::before,
.contact-slider-small .slick-dots li button:hover::before {
  color: #4528ce;
}
.contact-slider-wide .slick-dots li.slick-active button::before,
.contact-slider-small .slick-dots li.slick-active button::before {
  color: #4528ce;
  opacity: 1;
}

.contact-slider-wide {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .contact-slider-wide {
    margin: 0 0 0 1.25rem;
  }
}
.contact-slider-wide img {
  width: 100%;
}
.contact-slider-wide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
  font-style: italic;
  font-size: 0.75rem;
}
.contact-slider-wide .slick-dots {
  display: block !important;
}
@media only screen and (min-width: 960px) {
  .contact-slider-wide .slick-dots {
    display: none !important;
  }
}

.contact-slider-small {
  width: 100%;
  margin-left: 0.5rem;
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .contact-slider-small {
    display: block !important;
  }
}
.contact-slider-small__elem {
  padding: 0 0.75rem;
}
.contact-slider-small__elem:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .contact-slider-small__elem {
    padding: 0 1rem;
  }
}

/* stylelint-disable */
#cookiePopup,
#cookieSettings {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  z-index: 9997;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 640px) {
  #cookiePopup,
#cookieSettings {
    right: 5vw;
    bottom: 3.75vw;
    left: 5vw;
  }
}
@media only screen and (min-width: 960px) {
  #cookiePopup,
#cookieSettings {
    right: 2.5vw;
    bottom: 3.75vw;
    left: auto;
  }
}
#cookiePopup .cookiePopup--inner,
#cookieSettings .cookiePopup--inner {
  background-color: #fff;
  padding: 1.5rem 7.5vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  #cookiePopup .cookiePopup--inner,
#cookieSettings .cookiePopup--inner {
    padding: 1.5rem 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  #cookiePopup .cookiePopup--inner,
#cookieSettings .cookiePopup--inner {
    padding: 1.5rem 2.5vw;
    width: 40vw;
  }
}
#cookiePopup .cookiePopup--inner h4 strong,
#cookieSettings .cookiePopup--inner h4 strong {
  margin-bottom: 0.5rem;
}
#cookiePopup .cookiePopup--inner p:last-of-type, #cookiePopup .cookiePopup--inner p:last-child,
#cookieSettings .cookiePopup--inner p:last-of-type,
#cookieSettings .cookiePopup--inner p:last-child {
  margin-bottom: 0;
}
#cookiePopup .cookiePopup--inner .button,
#cookieSettings .cookiePopup--inner .button {
  margin-right: 1.25vw;
}
#cookiePopup .cookiePopup--inner .close-popup-button-wrap,
#cookieSettings .cookiePopup--inner .close-popup-button-wrap {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  z-index: 1045;
}
#cookiePopup .cookiePopup--inner .close-iframe-wrap,
#cookieSettings .cookiePopup--inner .close-iframe-wrap {
  top: 0;
  right: 0;
}
#cookiePopup .cookiePopup--inner .close-popup-button,
#cookieSettings .cookiePopup--inner .close-popup-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cookiePopup .cookiePopup--inner .close-popup-button::before,
#cookieSettings .cookiePopup--inner .close-popup-button::before {
  font-family: "Linearicons", sans-serif;
  content: "\ec2a";
}
#cookiePopup .cookiePopup--inner .close-popup-button:focus, #cookiePopup .cookiePopup--inner .close-popup-button:active,
#cookieSettings .cookiePopup--inner .close-popup-button:focus,
#cookieSettings .cookiePopup--inner .close-popup-button:active {
  outline: none;
  background-color: transparent;
  color: inherit;
}
#cookiePopup .cookiePopup--inner .close-popup-button:hover,
#cookieSettings .cookiePopup--inner .close-popup-button:hover {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#cookiePopup .toggle-switch,
#cookieSettings .toggle-switch {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
#cookiePopup .toggle-switch .switch,
#cookieSettings .toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-right: 0.5rem;
}
#cookiePopup .toggle-switch .switch input,
#cookieSettings .toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#cookiePopup .toggle-switch .slider,
#cookieSettings .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#cookiePopup .toggle-switch .slider:before,
#cookieSettings .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#cookiePopup .toggle-switch input:checked + .slider,
#cookieSettings .toggle-switch input:checked + .slider {
  background-color: #b5a3eb;
}
#cookiePopup .toggle-switch input:focus + .slider,
#cookieSettings .toggle-switch input:focus + .slider {
  outline: none;
}
#cookiePopup .toggle-switch input:checked + .slider:before,
#cookieSettings .toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
       -o-transform: translateX(1rem);
          transform: translateX(1rem);
}
#cookiePopup .toggle-switch .slider.round,
#cookieSettings .toggle-switch .slider.round {
  border-radius: 1rem;
}
#cookiePopup .toggle-switch .slider.round:before,
#cookieSettings .toggle-switch .slider.round:before {
  border-radius: 50%;
}
#cookiePopup .cookiePopup--footer,
#cookieSettings .cookiePopup--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

/* stylelint-disable */
.site-footer__outer {
  overflow: hidden;
}

.site-footer__body {
  width: 100vw;
  padding-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .site-footer__body {
    padding-top: 6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-footer__body .footer--header {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .site-footer__body .footer--header {
    font-size: 1rem;
  }
}
.site-footer__body .footer--subtitle {
  padding-top: 0.75rem;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .site-footer__body .footer--subtitle {
    font-size: 0.75rem;
    padding-top: 1.1rem;
  }
}

.footer-column {
  width: 85vw;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer-column {
    width: 65vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer-column {
    width: 25vw;
    text-align: left;
    margin-bottom: 0;
    margin-left: 7.5vw;
  }
}

.footer-form {
  width: 85vw;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer-form {
    width: 65vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer-form {
    width: 40vw;
    text-align: left;
    margin-right: 7.5vw;
  }
}
.footer-form .gform_wrapper {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .footer-form .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer-form .gform_wrapper .validation_error {
  display: none;
}
.footer-form .gform_wrapper .validation_message {
  position: absolute;
  padding-top: 0.25rem;
}
.footer-form .gform_body {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .footer-form .gform_body {
    width: auto;
    margin-bottom: 0;
    margin-right: 1.25vw;
  }
}
@media only screen and (min-width: 640px) {
  .footer-form .gform_footer .button {
    width: 100%;
    font-size: 0.75rem;
    height: 2.5rem;
    padding: 0 1.5rem;
  }
}
.footer-form .gform_confirmation_wrapper {
  background-color: #f9f8fa;
  font-size: 0.75rem;
  padding: 1.5rem 2rem;
}

.footer-info {
  font-size: 0.75rem;
  width: 97.5vw;
  background-color: #f9f8fa;
  padding: 1rem 6.25vw;
  margin: 4.5rem 1.25vw 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer-info {
    margin-top: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-info__address {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 960px) {
  .footer-info__address {
    margin-bottom: 0;
    margin-right: 2rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer-info__email {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (min-width: 960px) {
  .footer-info__email {
    margin: 0 auto 0 0;
  }
}
.footer-info__privacy {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #000;
}
@media only screen and (min-width: 960px) {
  .footer-info__privacy {
    margin: 0 2rem 0 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer-info__cookies {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #000;
}
@media only screen and (min-width: 960px) {
  .footer-info__cookies {
    margin: 0 2rem 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer-info__copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 960px) {
  .footer-info__copy {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/* stylelint-disable */
.fullscreen-video-outer {
  border: 1rem solid #fff;
  background-color: #fff;
  color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.fullscreen-video-outer .fullscreen-video-inner {
  position: relative;
}
.fullscreen-video-outer .fullscreen-video-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fullscreen-video-outer .fullscreen-video-inner video {
  width: 100%;
  height: auto;
}
.fullscreen-video-outer .btn-sound {
  position: absolute;
  bottom: 3.75vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullscreen-video-outer .btn-sound .lnr {
  font-size: 1.15rem;
  margin-left: 0.5rem;
}
.fullscreen-video-outer .btn-skip {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  cursor: pointer;
}

/* stylelint-disable */
.conference-template {
  position: relative;
}
.conference-template__background {
  background-color: #f9f8fa;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 97.5vw;
  height: 100%;
  margin: 0 1.25vw;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media only screen and (min-width: 960px) {
  .conference-template__background {
    background-position: bottom;
    height: 56.25vw;
    min-height: 50vh;
    position: relative;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.conference-template__top {
  height: 100%;
  margin: 0 1.25vw;
  padding: calc(3 * 11.25vw) 6.25vw 3rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .conference-template__top {
    padding-top: 5.625vw;
    position: absolute;
  }
}
@media only screen and (min-width: 0) {
  .conference-template__top h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .conference-template__top h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .conference-template__top h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .conference-template__top h1 {
    font-size: 5.625vw;
  }
}
.conference-template__top #spacer {
  width: 100%;
  height: 0;
  position: relative;
}
.conference-template__top .registration-form__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-top: 3.75vw;
}
.conference-template__top .registration-form {
  background-color: #f9f8fa;
  width: 100%;
  padding: 5.625vw 1.5rem;
  background: #F9F8FA;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .conference-template__top .registration-form {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 960px) {
  .conference-template__top .registration-form {
    width: 40vw;
    margin-left: 45vw;
    padding: 3.75vw 2.5vw;
    position: sticky;
  }
}
.conference-template__top .registration-form .form-heading {
  margin-bottom: 1.875vw;
}
.conference-template__top .registration-form .form-heading strong {
  margin: 0;
}
.conference-template__top .registration-form .gform_footer {
  margin-top: 2rem;
}
.conference-template__top .registration-form .gform_footer .button {
  width: 100%;
}
.conference-template .column--left {
  background-color: #fff;
  width: 100vw;
  padding: 3rem 7.5vw 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .conference-template .column--left {
    width: 47.5vw;
    padding: 5.625vw 0 0 7.5vw;
  }
}
.conference-template__copy-block p:last-child,
.conference-template__copy-block p:last-of-type {
  margin-bottom: 0;
}
.conference-template__faq-block {
  margin-top: 3rem;
}
.conference-template__faq-block .accordion-segment {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .conference-template__faq-block .accordion-segment {
    padding-bottom: 2rem;
  }
}
.conference-template__faq-block .accordion-segment:last-child {
  padding-bottom: 0;
}
.conference-template__faq-block .accordion-segment__title {
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .conference-template__faq-block .accordion-segment__title {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .conference-template__faq-block .accordion-segment__title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .conference-template__faq-block .accordion-segment__title {
    font-size: 1.875vw;
  }
}
.conference-template__faq-block .accordion-segment__title[aria-expanded=true] i::before {
  content: "\ec5c";
}
.conference-template__faq-block .accordion-segment__title:hover {
  text-decoration: underline;
}
.conference-template__faq-block .accordion-segment__title .indicator {
  font-size: 1rem;
  color: #4528ce;
}
@media only screen and (min-width: 640px) {
  .conference-template__faq-block .accordion-segment__title .indicator {
    font-size: 1.5rem;
  }
}
.conference-template__faq-block .accordion-segment__title .indicator i {
  position: relative;
  margin-left: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .conference-template__faq-block .accordion-segment__title .indicator i {
    margin-left: 2.5rem;
  }
}
.conference-template__faq-block .accordion-segment__title .indicator i::before {
  position: absolute;
  top: 0;
  right: 0;
}
.conference-template__faq-block .accordion-segment__content {
  border-left: 0.25rem solid;
  padding: 0 1rem;
}
@media only screen and (min-width: 640px) {
  .conference-template__faq-block .accordion-segment__content {
    padding: 0 2rem;
  }
}
.conference-template__faq-block .accordion-segment__content p:last-child,
.conference-template__faq-block .accordion-segment__content p:last-of-type {
  margin-bottom: 0;
}
.conference-template__speaker-cards .speaker-card {
  background-color: #f9f8fa;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  margin-top: calc(4.5rem + 3.75vw);
  padding: 3rem 2rem;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .conference-template__speaker-cards .speaker-card {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .conference-template__speaker-cards .speaker-card {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: calc(3rem + 3.75vw);
  }
}
.conference-template__speaker-cards .speaker-card__inner {
  padding-top: 3rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .conference-template__speaker-cards .speaker-card__inner {
    padding-bottom: 0;
  }
}
.conference-template__speaker-cards .speaker-card h4 strong {
  margin: 0 0 0.5rem 0;
}
.conference-template__speaker-cards .speaker-card .card-img {
  width: 9rem;
  height: 0;
  padding-top: 9rem;
  position: absolute;
  top: -4.5rem;
  right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .conference-template__speaker-cards .speaker-card .card-img {
    top: -3rem;
  }
}
.conference-template__speaker-cards .speaker-card .card-img img {
  max-width: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.conference-template__speaker-cards .speaker-card .card-header {
  padding-bottom: 0.9375vw;
}
.conference-template__speaker-cards .speaker-card .card-footer {
  margin-top: 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons li {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons li a {
  color: #000;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons li a:hover {
  text-decoration: none;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons li i.lnr {
  font-size: 1.25rem;
}
.conference-template__speaker-cards .speaker-card .card-footer .social-medi-icons li i::before {
  position: relative;
}
.conference-template .agenda-block {
  margin-top: 3.75vw;
  overflow: hidden;
}
.conference-template .agenda-block__row {
  background-color: #f9f8fa;
  width: 100%;
  margin-bottom: 0.0625rem;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}
.conference-template .agenda-block__row--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.875vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--left {
    width: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .conference-template .agenda-block__row--left {
    width: 5vw;
  }
}
.conference-template .agenda-block__row--left .time {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.conference-template .agenda-block__row--left .time .time-zone {
  font-weight: 300;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--left .time .time-zone {
    display: none;
  }
}
.conference-template .agenda-block__row--left .duration {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--left .duration {
    font-size: 0.75rem;
  }
}
.conference-template .agenda-block__row--right {
  padding: 5.625vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--right {
    padding: 1.875vw 2.5vw;
  }
}
.conference-template .agenda-block__row--right h6 {
  margin-bottom: 0.3125vw;
}
.conference-template .agenda-block__row--right h5 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--right h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .conference-template .agenda-block__row--right h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .conference-template .agenda-block__row--right h5 {
    font-size: 1.875vw;
  }
}
.conference-template .agenda-block__row--right h5.has-description {
  padding-bottom: 0.9375vw;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block__row--right .description {
    border-left: 0.25rem solid;
    padding-left: 0.75rem;
  }
}
.conference-template .agenda-block__row--right .description p:last-child,
.conference-template .agenda-block__row--right .description p:last-of-type {
  margin-bottom: 0;
}
.conference-template .agenda-block__row--right button {
  margin-top: 0.9375vw;
}
.conference-template .agenda-block .end-slot {
  text-align: center;
  margin: 0 7.5vw;
  padding: 5.625vw 0;
  position: relative;
  font-size: 1.25rem;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block .end-slot {
    font-size: 1.25rem;
    margin: 0;
    padding: 3.75vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .conference-template .agenda-block .end-slot {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .conference-template .agenda-block .end-slot {
    font-size: 1.875vw;
  }
}
.conference-template .agenda-block .end-slot p {
  line-height: 1;
}
.conference-template .agenda-block .end-slot p:last-child,
.conference-template .agenda-block .end-slot p:last-of-type {
  margin-bottom: 0;
}
.conference-template .agenda-block .end-slot .time-zone {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  position: absolute;
  top: 0.675vw;
  right: 0;
  display: none;
}
@media only screen and (min-width: 640px) {
  .conference-template .agenda-block .end-slot .time-zone {
    display: block;
  }
}

/* stylelint-disable */
.body-lock {
  overflow: hidden;
  height: 100%;
}

.banner {
  background-color: #f9f8fa;
  position: fixed;
  height: 3rem;
  top: -3rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media only screen and (min-aspect-ratio: 2/1), (max-width: 960px) and (orientation: landscape) {
  .banner {
    position: relative;
  }
}
.banner.show-banner {
  top: 0;
}
.banner--inner {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0.5rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .banner--inner {
    font-size: 1.125rem;
  }
}
.banner--inner a {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  display: inline;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .banner--inner a {
    display: inline;
    font-size: 1rem;
  }
}
.banner--inner a i {
  display: none;
  margin-left: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .banner--inner a i {
    margin-left: 0.5rem;
  }
}

.header {
  position: fixed;
  height: 3.5rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  /* if backdrop support: very transparent and blurred */
}
@media only screen and (min-width: 960px) {
  .header {
    height: 4.5rem;
  }
}
@media only screen and (min-aspect-ratio: 2/1), (max-width: 960px) and (orientation: landscape) {
  .header {
    position: relative;
    top: 0 !important;
  }
}
.header::after {
  content: "";
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header.show-banner {
  top: 3rem;
}
.header__row {
  width: 97.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 960px) {
  .header__row {
    padding-left: 1.25vw;
  }
}
.header__logo {
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .header__logo {
    width: auto;
  }
}
.header__logo .brand__img {
  position: relative;
  display: none;
  height: 3.5rem;
  width: auto;
  z-index: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
}
@media only screen and (min-width: 960px) {
  .header__logo .brand__img.animate {
    display: block;
  }
}
.header__logo .brand__img.animated {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__logo .brand__icon {
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.header__logo .brand__icon img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.header__logo .brand__icon.animate {
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
.header__logo .brand__icon.animate img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__logo .brand__icon.animated {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  -o-transition: -o-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s, -o-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
}
.header__logo .brand__icon.animated img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.8s;
  -o-transition: opacity 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s;
}
.header__logo .brand__mobile-img {
  position: relative;
  display: none;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
}
.header__logo .brand__mobile-img.animate {
  display: block;
}
@media only screen and (min-width: 960px) {
  .header__logo .brand__mobile-img.animate {
    display: none;
  }
}
.header__logo .brand__mobile-img.animated {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 960px) {
  .header__logo .brand__mobile-img {
    display: none;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-button {
  display: none;
  pointer-events: none;
  z-index: 99999;
}
@media only screen and (min-width: 640px) {
  .header .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    z-index: auto;
  }
}
.header.backdrop-blur {
  background-color: rgb(255, 255, 255);
}
@supports ((-webkit-backdrop-filter: blur(0.5rem)) or (backdrop-filter: blur(0.5rem))) {
  .header.backdrop-blur {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }
}

/* stylelint-disable */
.hero .hero-cta {
  margin-top: 5.625vw;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .hero .hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero .hero-cta .hero-button {
  border-color: #dad1f5;
  color: inherit;
}
@media only screen and (min-width: 640px) {
  .hero .hero-cta .hero-button {
    margin-right: 1.5rem;
  }
}
.hero .hero-cta .hero-button:hover {
  color: #000;
  background-color: rgba(250, 220, 26, 0.7);
}

.hero-main {
  position: relative;
  overflow: hidden;
}
.hero-main h1 {
  line-height: 1;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 0) {
  .hero-main h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-main h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .hero-main h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-main h1 {
    font-size: 5.625vw;
  }
}
.hero-main p {
  font-size: 1rem;
  margin: 0;
}
.hero-main__wrap {
  width: 97.5vw;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  position: relative;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .hero-main__wrap {
    color: #fff;
    height: 66vw;
    max-height: calc(100vh - 4.5rem);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  .hero-main__wrap {
    max-height: calc(100vh - 5.5rem);
  }
}
@media only screen and (min-width: 640px) {
  .hero-main__wrap.show-banner {
    max-height: calc(100vh - 7.5rem);
  }
}
@media only screen and (min-width: 960px) {
  .hero-main__wrap.show-banner {
    max-height: calc(100vh - 8.5rem);
  }
}
.hero-main .video-outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
}
@media only screen and (min-width: 640px) {
  .hero-main .video-outer {
    position: absolute;
  }
}
.hero-main .video-outer::after {
  content: "";
  position: absolute;
  top: 3.75vw;
  right: 1.25vw;
  bottom: 0;
  left: 1.25vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .hero-main .video-outer::after {
    display: none;
  }
}
.hero-main .video-inner {
  background-color: #000;
  width: 97.5vw;
  overflow: hidden;
  height: 66vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .hero-main .video-inner {
    max-height: calc(100vh - 4.5rem);
  }
}
@media only screen and (min-width: 960px) {
  .hero-main .video-inner {
    max-height: calc(100vh - 5.5rem);
  }
}
@media only screen and (min-width: 640px) {
  .hero-main .video-inner.show-banner {
    max-height: calc(100vh - 7.5rem);
  }
}
@media only screen and (min-width: 960px) {
  .hero-main .video-inner.show-banner {
    max-height: calc(100vh - 8.5rem);
  }
}
.hero-main .video-inner .hero-video-large {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hero-main .video-inner .hero-video-large {
    display: block;
  }
}
.hero-main .video-inner .hero-video-small {
  display: block;
}
@media only screen and (min-width: 640px) {
  .hero-main .video-inner .hero-video-small {
    display: none;
  }
}
.hero-main .video-inner video {
  width: auto;
  height: 66vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero-main .video-inner .button-play-video {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  display: none;
}
.hero-main__sticker {
  position: absolute;
  height: calc(66vw - 11.25vw);
  top: 0;
  bottom: auto;
  left: 87.5vw;
  width: 5vw;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .hero-main__sticker {
    height: auto;
    bottom: 9rem;
  }
}
.hero-main__heading {
  background-color: #f9f8fa;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .hero-main__heading {
    background-color: transparent;
    height: auto;
    margin: 0 15vw 0 7.5vw;
    padding: 0;
  }
}
.hero-main .hero-cta {
  background-color: #f9f8fa;
  margin: 0;
  padding: 1.5rem 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .hero-main .hero-cta {
    background-color: transparent;
    height: auto;
    margin: 5.625vw 0 0 0;
    padding: 0 7.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-main .hero-cta .hero-button {
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero-main .hero-cta .hero-button {
    margin-top: 0;
  }
}
.hero-main .hero-cta a.btn-open-video {
  font-size: 0.75rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .hero-main .hero-cta a.btn-open-video {
    font-size: 1rem;
    color: #fff;
  }
}
.hero-main .hero-cta a.btn-open-video:hover {
  text-decoration: underline;
}
.hero-main .hero-cta a.btn-open-video i {
  position: relative;
  margin-left: 0.5rem;
}
.hero-main .hero-cta a.btn-open-video i::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.hero-main__btn {
  position: absolute;
  bottom: 3.75vw;
  left: 89.9vw;
  padding: 0 0;
  height: 5.1vw;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translateX(-100%);
       -o-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 2;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 640px) {
  .hero-main__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero-main__btn .btn-scroll-down {
  height: 100%;
  padding: 0;
  margin-left: 0;
  font-size: 0.75rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .hero-main__btn .btn-scroll-down {
    font-size: 1rem;
  }
}
.hero-main__btn .btn-scroll-down span {
  position: relative;
  margin-left: 0.5rem;
  pointer-events: none;
  -webkit-animation-name: scroll-label-main;
       -o-animation-name: scroll-label-main;
          animation-name: scroll-label-main;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes scroll-label-main {
  0% {
    right: 0;
    opacity: 1;
  }
  24% {
    right: -0.5rem;
    opacity: 0;
  }
  25% {
    right: 0.5rem;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-o-keyframes scroll-label-main {
  0% {
    right: 0;
    opacity: 1;
  }
  24% {
    right: -0.5rem;
    opacity: 0;
  }
  25% {
    right: 0.5rem;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes scroll-label-main {
  0% {
    right: 0;
    opacity: 1;
  }
  24% {
    right: -0.5rem;
    opacity: 0;
  }
  25% {
    right: 0.5rem;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.hero-furcon,
.hero-general {
  position: relative;
  overflow: hidden;
}
.hero-furcon__wrap,
.hero-general__wrap {
  position: relative;
  margin-bottom: 3.75vw;
  padding: 3.75vw 0;
  /* Landscape */
}
@media only screen and (min-width: 640px) {
  .hero-furcon__wrap,
.hero-general__wrap {
    width: 100vw;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 3.75vw - 4.5rem);
    max-height: 56.25vw;
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-furcon__wrap,
.hero-general__wrap {
    min-height: calc(100vh - 3.75vw - 4.5rem);
    max-height: none;
    height: auto;
  }
}
.hero-furcon__wrap::after,
.hero-general__wrap::after {
  content: "";
  position: absolute;
  top: calc(3.75vw + 5.625vw);
  bottom: 0;
  right: 1.25vw;
  left: 1.25vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__wrap::after,
.hero-general__wrap::after {
    right: 7.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-furcon__wrap::after,
.hero-general__wrap::after {
    right: 15vw;
    left: 15vw;
  }
}
@media only screen and (min-width: 640px) {
  .hero-furcon__wrap.show-banner,
.hero-general__wrap.show-banner {
    height: calc(100vh - 3.75vw - 7.5rem);
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-furcon__wrap.show-banner,
.hero-general__wrap.show-banner {
    min-height: calc(100vh - 3.75vw - 7.5rem);
    height: auto;
  }
}
.hero-furcon__bg,
.hero-general__bg {
  width: 87.5vw;
  height: 66vw;
  margin-left: 12.5vw;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__bg,
.hero-general__bg {
    width: 41.25vw;
    height: calc(100% - 3.75vw);
    margin-left: 0;
    position: absolute;
    right: 1.25vw;
    top: 0;
  }
}
.hero-furcon__bg::before,
.hero-general__bg::before {
  content: "";
  border-left: 5vw solid;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: -5vw;
  width: 5vw;
  height: 80%;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__bg::before,
.hero-general__bg::before {
    border: none;
  }
}
.hero-furcon__bg--inner,
.hero-general__bg--inner {
  width: calc(100% + 1.25vw);
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -1.25vw;
  bottom: 0;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__bg--inner,
.hero-general__bg--inner {
    height: 75%;
  }
}
.hero-furcon .video-wrapper,
.hero-general .video-wrapper {
  width: 92.5vw;
  height: 66vw;
  margin-left: 7.5vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .hero-furcon .video-wrapper,
.hero-general .video-wrapper {
    background-color: black;
    border-top: 13.125vw solid;
    width: 42.5vw;
    height: calc(100% - 3.75vw);
    margin-left: 0;
    position: absolute;
    right: 0;
  }
}
.hero-furcon .video-wrapper::before,
.hero-general .video-wrapper::before {
  content: "";
  border-left: 5vw solid;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 5vw;
  height: 80%;
}
@media only screen and (min-width: 640px) {
  .hero-furcon .video-wrapper::before,
.hero-general .video-wrapper::before {
    border: none;
  }
}
.hero-furcon .video-wrapper video,
.hero-general .video-wrapper video {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 5vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 640px) {
  .hero-furcon .video-wrapper video,
.hero-general .video-wrapper video {
    margin-left: 0;
  }
}
.hero-furcon .video-wrapper .button-play-video,
.hero-general .video-wrapper .button-play-video {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.hero-furcon__content,
.hero-general__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 7.5vw 3.75vw 7.5vw;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content,
.hero-general__content {
    border-right: 5vw solid;
    width: 50vw;
    margin: 0 0 5.625vw 7.5vw;
    padding-top: 3.75vw;
    padding-right: 5vw;
  }
}
.hero-furcon__content h1,
.hero-general__content h1 {
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) {
  .hero-furcon__content h1,
.hero-general__content h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content h1,
.hero-general__content h1 {
    font-size: 2rem;
    margin-top: auto;
    padding-top: 5vw;
  }
  .hero-furcon__content h1.main-h1,
.hero-general__content h1.main-h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__content h1,
.hero-general__content h1 {
    font-size: 3rem;
  }
  .hero-furcon__content h1.main-h1,
.hero-general__content h1.main-h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-furcon__content h1,
.hero-general__content h1 {
    font-size: 3.75vw;
  }
  .hero-furcon__content h1.main-h1,
.hero-general__content h1.main-h1 {
    font-size: 5.625vw;
  }
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content.has-logo h1,
.hero-general__content.has-logo h1 {
    padding-top: 14.375vw;
  }
}
.hero-furcon__content h3,
.hero-general__content h3 {
  position: relative;
  border-color: inherit;
  padding-bottom: 1.5vw;
}
@media only screen and (min-width: 1280px) {
  .hero-furcon__content h3,
.hero-general__content h3 {
    margin-left: 7.5vw;
  }
}
.hero-furcon__content h3::after,
.hero-general__content h3::after {
  content: "";
  border-bottom: 0.25rem double;
  border-color: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10vw;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content h3::after,
.hero-general__content h3::after {
    border-bottom-width: 0.375rem;
    height: 0.375rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__content h3::after,
.hero-general__content h3::after {
    border-bottom-width: 0.5rem;
    height: 0.5rem;
  }
}
.hero-furcon__content .hero-logo,
.hero-general__content .hero-logo {
  width: 4.5rem;
  height: 2.25rem;
  position: absolute;
  top: 3.75vw;
  right: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content .hero-logo,
.hero-general__content .hero-logo {
    width: 10vw;
    height: 5vw;
    top: 13.125vw;
    right: auto;
  }
}
.hero-furcon__content .hero-logo img,
.hero-general__content .hero-logo img {
  max-width: 100%;
  max-height: 100%;
}
.hero-furcon__content .hero-cta,
.hero-general__content .hero-cta {
  margin-top: 3.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero-furcon__content .hero-cta p,
.hero-general__content .hero-cta p {
  font-size: 1rem;
  margin-bottom: 3.75vw;
}
.hero-furcon__content p,
.hero-general__content p {
  font-size: 1rem;
  margin: 1.25vw 0 0 0;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content p,
.hero-general__content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__content p,
.hero-general__content p {
    font-size: 1.5rem;
  }
}
.hero-furcon .scroll-label,
.hero-general .scroll-label {
  width: 85vw;
  display: none;
  position: absolute;
  bottom: 3.75vw;
  left: 7.5vw;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 640px) {
  .hero-furcon .scroll-label,
.hero-general .scroll-label {
    display: block;
  }
}
.hero-furcon .scroll-label__before,
.hero-general .scroll-label__before {
  position: relative;
  margin-right: 0.5rem;
  -webkit-animation-name: scroll-label;
       -o-animation-name: scroll-label;
          animation-name: scroll-label;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@keyframes scroll-label {
  0% {
    top: 0;
    opacity: 1;
  }
  24% {
    top: 0.5rem;
    opacity: 0;
  }
  25% {
    top: -0.5rem;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.hero-furcon.show-banner__wrap::after,
.hero-general.show-banner__wrap::after {
  top: calc(3.75vw + 5.625vw + 3rem);
}
.hero-furcon.show-banner__content,
.hero-general.show-banner__content {
  padding-top: 3rem;
}
@media only screen and (min-width: 640px) {
  .hero-furcon.show-banner__content,
.hero-general.show-banner__content {
    padding-top: calc(3.75vw + 3rem);
  }
}

.hero-furcon__wrap {
  height: calc(100vh - 3.75vw - 3.5rem);
  min-height: 66vw;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__wrap {
    min-height: calc(100vh - 3.75vw - 3.5rem);
    height: auto;
  }
}
.hero-furcon__wrap::after {
  top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__wrap::after {
    top: calc(3.75vw + 5.625vw);
  }
}
.hero-furcon__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 7.5vw 3.75vw 7.5vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content {
    border-right: none;
    width: 85vw;
    margin: 0 7.5vw 5.625vw 7.5vw;
    padding-top: 3.75vw;
    padding-right: 0;
  }
}
.hero-furcon__content .hero-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  position: absolute;
  bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content .hero-cta {
    position: static;
  }
}
.hero-furcon__content #countdown {
  position: absolute;
  top: 3.75vw;
  right: 0;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 300;
  font-size: 1.25rem;
  display: none;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content #countdown {
    font-size: 1.5rem;
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__content #countdown {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-furcon__content #countdown {
    right: 7.5vw;
    font-size: 2.5vw;
  }
}
.hero-furcon__content #countdown span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin: 0 0.25rem 0 0.5rem;
}
.hero-furcon__content .hero-heading h3 {
  margin-top: 3.75vw;
  padding-top: 3.75vw;
}
.hero-furcon__content .hero-heading h3::after {
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content .hero-heading h3 {
    margin-top: 0;
    padding-top: 0;
  }
}
.hero-furcon__content h1 {
  line-height: 1;
}
@media only screen and (min-width: 0) {
  .hero-furcon__content h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-furcon__content h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__content h1 {
    width: 70vw;
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-furcon__content h1 {
    font-size: 5.625vw;
  }
}
.hero-furcon__bg {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-furcon__bg::before {
  border: none;
  position: static;
}
.hero-furcon__bg--inner {
  width: auto;
  height: auto;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .hero-furcon__bg--inner {
    top: 0;
    right: 0;
    bottom: -1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furcon__bg--inner {
    background-position: right bottom;
  }
}
.hero-furcon.no-cta .scroll-label {
  display: block;
}

.hero-robot-page-split {
  position: relative;
  height: auto;
  background-color: white;
  padding-top: 3.75vw;
  overflow: hidden;
}
.hero-robot-page-split__wrap {
  position: relative;
}
.hero-robot-page-split__row {
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-robot-page-split__content {
  width: 85vw;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .hero-robot-page-split__content {
    width: 70vw;
  }
}
.hero-robot-page-split__content p {
  margin: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .hero-robot-page-split__content p {
    font-size: 1.5rem;
  }
}
.hero-robot-page-split .content-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: calc(100vh - 3.5rem);
}
.hero-robot-page-split .content-wrapper .media-wrapper {
  position: relative;
  width: 100vw;
  height: 56.5vw;
  min-height: calc(80vh - 3.5rem);
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .hero-robot-page-split .content-wrapper .media-wrapper {
    min-height: 100vh;
  }
}
.hero-robot-page-split .content-wrapper .media-wrapper video {
  background-color: white;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
       -o-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.hero-robot-page {
  position: relative;
  height: auto;
  overflow: hidden;
}
.hero-robot-page__wrap {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
  padding-top: 3.75vw;
}
.hero-robot-page__wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.hero-robot-page__wrap h1 {
  margin: 0;
}
@media only screen and (min-width: 0) {
  .hero-robot-page__wrap h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-robot-page__wrap h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-robot-page__wrap h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-robot-page__wrap h1 {
    font-size: 5.625vw;
  }
}

.hero-furhat-sdk {
  position: relative;
  height: auto;
  overflow: hidden;
}
.hero-furhat-sdk__outer {
  background-color: white;
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
}
.hero-furhat-sdk__outer h1 {
  margin: 3.75vw 0;
}
@media only screen and (min-width: 0) {
  .hero-furhat-sdk__outer h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-furhat-sdk__outer h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-furhat-sdk__outer h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-furhat-sdk__outer h1 {
    font-size: 5.625vw;
  }
}
.hero-furhat-sdk .iframe-wrap__outer {
  background-color: black;
  margin-bottom: 5.625vw;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 960px) {
  .hero-furhat-sdk .iframe-wrap__outer {
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
  }
}
.hero-furhat-sdk .iframe-wrap__inner {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
.hero-furhat-sdk .iframe-wrap__inner iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(2px 2px);
          clip-path: inset(2px 2px);
}

.hero-logos {
  margin-top: 5.625vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .hero-logos {
    height: 3.75vw;
    margin-top: 3.75vw;
  }
}
.hero-logos.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-logos.slick-dotted.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
}
.hero-logos.slick-dotted.slick-slider .slick-dots button::before {
  font-size: 0.4375rem;
}
.hero-logos.slick-dotted.slick-slider .slick-dots .slick-active button::before {
  color: #4528ce;
}
.hero-logos .hero-logo {
  width: 4.5rem;
  height: 2.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .hero-logos .hero-logo {
    margin: 0 2.5vw;
    width: 7.5vw;
    height: 3.75vw;
  }
}
.hero-logos .hero-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.hero-logos .slick-dots {
  position: relative;
  bottom: 0;
}
.hero-logos .slick-dots button::before {
  font-size: 0.4375rem;
}
.hero-logos .slick-dots .slick-active button::before {
  color: #4528ce;
}

.hero-lab-page {
  position: relative;
  background-color: #f9f8fa;
  background-repeat: no-repeat;
  background-size: auto 100vw;
  background-position: bottom right;
  height: auto;
  width: 97.5vw;
  margin: 0 1.25vw;
  /* Landscape */
}
@media only screen and (min-width: 960px) {
  .hero-lab-page {
    background-size: cover;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56.25vw;
    min-height: auto;
    max-height: auto;
    background-position: center;
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-lab-page {
    min-height: calc(100vh - 4.5rem - 1.25vw);
    height: auto;
  }
}
@media only screen and (min-width: 0) {
  .hero-lab-page h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .hero-lab-page h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .hero-lab-page h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-lab-page h1 {
    font-size: 5.625vw;
  }
}
.hero-lab-page__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .hero-lab-page__outer {
    padding: 3.75vw 7.5vw;
  }
}
.hero-lab-page__inner {
  margin-bottom: -7.5vw;
  padding: 11.25vw 6.25vw 100vw;
}
@media only screen and (min-width: 960px) {
  .hero-lab-page__inner {
    width: 40vw;
    margin: auto 0 0 0;
    padding: 0 0 3.75vw 0;
    position: relative;
  }
}
.hero-lab-page .hero-cta a {
  margin: 3.75vw 1rem 0 0;
}
.hero-lab-page .scroll-label {
  display: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 960px) {
  .hero-lab-page .scroll-label {
    display: block;
    margin-top: auto;
  }
}
.hero-lab-page .scroll-label__before {
  position: relative;
  margin-right: 0.5rem;
  -webkit-animation-name: scroll-label;
       -o-animation-name: scroll-label;
          animation-name: scroll-label;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero-lab-page__background {
  background-color: #f9f8fa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 100vw;
  width: 97.5vw;
  margin: 0 1.25vw;
  /* Landscape */
}
@media only screen and (min-width: 960px) {
  .hero-lab-page__background {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 4.5rem);
    max-height: 56.25vw;
    background-position: center;
  }
}
@media only screen and (min-aspect-ratio: 3/2) {
  .hero-lab-page__background {
    min-height: calc(100vh - 4.5rem - 1.25vw);
    max-height: none;
    height: auto;
    background-position: center;
  }
}
@media only screen and (min-aspect-ratio: 5/2) {
  .hero-lab-page__background {
    min-height: calc(40vw - 4.5rem - 1.25vw);
  }
}
@keyframes scroll-label {
  0% {
    top: 0;
    opacity: 1;
  }
  24% {
    top: 0.5rem;
    opacity: 0;
  }
  25% {
    top: -0.5rem;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.dir-rtl .hero-general__bg {
  margin-right: 12.5vw;
}
@media only screen and (min-width: 640px) {
  .dir-rtl .hero-general__bg {
    margin-right: 0;
    right: auto;
    left: 1.25vw;
  }
}
.dir-rtl .hero-general__bg::before {
  right: -5vw;
}
@media only screen and (min-width: 640px) {
  .dir-rtl .hero-general__bg::before {
    border: none;
  }
}
.dir-rtl .hero-general__bg--inner {
  right: auto;
  left: -1.25vw;
}
@media only screen and (min-width: 640px) {
  .dir-rtl .hero-general__content {
    border-left: 5vw solid;
    border-right: none;
    margin: 0 7.5vw 5.625vw 0;
    padding-right: 0;
    padding-left: 5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .dir-rtl .hero-general__content h3 {
    margin-right: 7.5vw;
  }
}
.dir-rtl .hero-general__content h3::after {
  right: 0;
  left: auto;
}
.dir-rtl .hero-general .scroll-label {
  right: 7.5vw;
  left: auto;
}
.dir-rtl .hero-general .scroll-label__before {
  margin-left: 0.5rem;
}

.location {
  overflow: hidden;
}
.location__inner {
  background-color: #f9f8fa;
  width: 97.5vw;
  margin: 11.25vw 1.25vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .location__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.location__text {
  width: 97.5vw;
  height: 75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .location__text {
    width: 48.75vw;
    height: 37.5vw;
  }
}
.location__text p {
  margin: 0;
}
.location__map {
  width: 97.5vw;
  height: 75vw;
}
@media only screen and (min-width: 640px) {
  .location__map {
    width: 48.75vw;
    height: 37.5vw;
  }
}

/* stylelint-disable */
.link-item a {
  font-size: 1rem !important;
  color: #4528ce !important;
}
.link-item a::after {
  content: none !important;
}
.link-item a:hover {
  text-decoration: underline !important;
}

.fur-only-mob .title-bar {
  background-color: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fur-only-mob .menu-main-menu-container {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  -o-transition: opacity 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  transition: opacity 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  z-index: 9999;
  pointer-events: none;
}
.fur-only-mob .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
}
.fur-only-mob .menu-main-menu-container a {
  position: relative;
}
.fur-only-mob .menu-main-menu-container.menu-open {
  opacity: 1;
  pointer-events: auto;
}
.fur-only-mob .menu-main-menu-container .menu-wrap--outer {
  height: 100%;
  padding-top: 3.5rem;
  position: relative;
}
.fur-only-mob .menu-main-menu-container .menu-wrap--outer::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
}
.fur-only-mob .menu-main-menu-container .menu-wrap--outer.show-banner {
  height: calc(100% - 3rem);
}
.fur-only-mob .menu-main-menu-container .menu-wrap--scroll-pane {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fur-only-mob .menu-main-menu-container .menu-wrap--inner {
  width: 100vw;
  background-color: #fff;
  padding: 3.75vw 7.5vw 60px 7.5vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap--inner {
    margin-bottom: 3.75vw;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap {
  margin-bottom: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap {
    margin-bottom: 11.25vw;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap a {
  color: #000;
}
.fur-only-mob .menu-main-menu-container .menu-wrap a[target=_blank] {
  position: relative;
  padding-right: 1.125rem;
}
.fur-only-mob .menu-main-menu-container .menu-wrap a[target=_blank]::after {
  font-family: "Linearicons";
  content: "\eab0";
  position: absolute;
  right: 0;
}
.fur-only-mob .menu-main-menu-container .menu-wrap .menus {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .menus {
    width: 60vw;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu {
  background-color: #fff;
  height: auto;
  position: relative;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu {
    min-height: 100%;
    margin-bottom: -1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu {
    margin-right: auto;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item > a {
  position: relative;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  display: inline-block;
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  -webkit-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
  width: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.93, 0, 0.28, 0.92);
  -o-transition: width 0.4s cubic-bezier(0.93, 0, 0.28, 0.92);
  transition: width 0.4s cubic-bezier(0.93, 0, 0.28, 0.92);
  height: 0.1rem;
  background-color: #000;
}
@media only screen and (min-width: 1280px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item > a::after {
    height: 0.1rem;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item > a:hover {
  text-decoration: none;
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item > a:hover::after {
  width: 100%;
}
.fur-only-mob .menu-main-menu-container .menu-wrap #primary-menu .menu-item.active > a {
  background: transparent;
  font-weight: 700;
}
.fur-only-mob .menu-main-menu-container .menu-wrap .mobile-cta-button {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .mobile-cta-button {
    display: none;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu {
  min-width: 10vw;
  margin-right: 5vw;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu {
    margin-bottom: 0;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5 {
    cursor: default;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5::after {
  font-family: "Linearicons";
  content: "\ec5b";
  color: #4528ce;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5::after {
    content: "";
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5[aria-expanded=true]::after {
  content: "\ec5c";
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu h5[aria-expanded=true]::after {
    content: "";
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu ul {
  font-size: 0.75rem;
  line-height: 2;
  display: none;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu ul {
    display: block;
  }
}
.fur-only-mob .menu-main-menu-container .menu-wrap .secondary-menu ul li {
  list-style-type: none;
}
.fur-only-mob .menu-image {
  background-color: #dad1f5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: none;
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .menu-image {
    display: block;
  }
}
.fur-only-mob .menu-image img {
  width: auto;
  height: 22.5vw;
  position: absolute;
  top: 3.75vw;
  left: 2.5vw;
}
.fur-only-mob .main-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .main-menu-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .main-menu-footer .main-menu--address {
    margin-right: 2.5vw;
  }
}
.fur-only-mob .main-menu-footer .main-menu--email {
  margin-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .fur-only-mob .main-menu-footer .main-menu--email {
    margin-top: 1.875vw;
  }
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .main-menu-footer .main-menu--email {
    margin-top: 0;
  }
}
.fur-only-mob .main-menu-footer .stay-tuned {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.fur-only-mob .main-menu-footer .stay-tuned__item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 960px) {
  .fur-only-mob .main-menu-footer .stay-tuned__item {
    padding-right: 0;
    padding-left: 2rem;
  }
}
.fur-only-mob .main-menu-footer .stay-tuned__link {
  font-size: 1.5rem;
  color: #000;
}
@media only screen and (min-width: 1280px) {
  .fur-only-mob .main-menu-footer .stay-tuned__link {
    font-size: 2rem;
  }
}
.fur-only-mob .main-menu-footer .stay-tuned__link i::before {
  position: relative;
}

.nav-primary {
  padding-left: 1rem;
}
.nav-primary__toggle {
  position: relative;
  padding: 0;
  z-index: 99999;
}
.nav-primary__menu-title {
  font-size: 1.4rem;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 1280px) {
  .nav-primary__menu-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1440px) {
  .nav-primary__menu-title {
    font-size: 1.4rem;
  }
}

.header-link-home {
  margin-right: auto;
  margin-left: 1rem;
  color: #000;
  display: none;
}
@media only screen and (min-width: 960px) {
  .header-link-home {
    display: block;
  }
}

.language-picker {
  margin-left: auto;
  position: relative;
}
.language-picker--button {
  cursor: pointer;
}
.language-picker--button[aria-expanded=true] .chevron::before {
  content: "\ec39";
}
.language-picker .current-language {
  margin: 0 0.5rem;
}
.language-picker .language-picker-content {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem 2rem;
  position: absolute;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.language-picker .language-picker-content .active-language {
  position: relative;
  margin-top: 0.5rem;
}
.language-picker .language-picker-content .active-language::after {
  font-family: "Linearicons";
  content: "\ec34";
  position: absolute;
  right: 0;
}
.language-picker .language-picker-content a {
  color: #000;
}

.nav-secondary {
  display: none;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-secondary a {
  color: #000;
  padding-right: 1rem;
}
.nav-secondary a:first-child::after {
  content: "|";
  padding-left: 1rem;
}
.nav-secondary a.header-link {
  padding: 0 0 0 1rem;
}
@media only screen and (min-width: 640px) {
  .nav-secondary a.header-link {
    padding: 0 1rem;
  }
}

.page-furhat-conference .nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-toggle-btn {
  background-color: transparent;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fef8d1;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .menu-toggle-btn {
    border-width: 2px;
  }
}
.menu-toggle-btn:hover {
  cursor: pointer;
}
.menu-toggle-btn:focus, .menu-toggle-btn:active {
  outline: none;
  background-color: transparent;
}

#mobile-nav-btn {
  position: absolute;
  top: 35%;
  right: 50%;
  display: block;
  width: 50%;
  -webkit-transform: translate(50%) rotate(0deg);
       -o-transform: translate(50%) rotate(0deg);
          transform: translate(50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  cursor: pointer;
  color: #000;
}
#mobile-nav-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
@media only screen and (min-width: 1280px) {
  #mobile-nav-btn span {
    height: 2px;
  }
}
#mobile-nav-btn span:nth-child(1) {
  top: 0;
}
#mobile-nav-btn span:nth-child(2) {
  top: 5px;
}
#mobile-nav-btn span:nth-child(3) {
  top: 10px;
}
#mobile-nav-btn.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
#mobile-nav-btn.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#mobile-nav-btn.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (min-width: 960px) {
  #mobile-nav-btn span:nth-child(2) {
    top: 0.3125rem;
  }
  #mobile-nav-btn span:nth-child(3) {
    top: 0.625rem;
  }
  #mobile-nav-btn.open span:nth-child(1) {
    top: 0.3125rem;
    -webkit-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #mobile-nav-btn.open span:nth-child(3) {
    top: 0.3125rem;
    -webkit-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

/* stylelint-disable */
.package-intro {
  overflow: hidden;
}
.package-intro.top-margin--none {
  margin-top: 0;
}
.package-intro.top-margin--small {
  margin-top: 3.75vw;
}
.package-intro.top-margin--medium {
  margin-top: 5.625vw;
}
.package-intro.top-margin--large {
  margin-top: 11.25vw;
}
.package-intro__inner {
  border-bottom: 1px solid #d2d2d5;
  width: 85vw;
  margin: 0.5rem 7.5vw 0;
  padding-bottom: 1.875vw;
}
@media only screen and (min-width: 0) {
  .package-intro__inner h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .package-intro__inner h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .package-intro__inner h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .package-intro__inner h1 {
    font-size: 5.625vw;
  }
}
.package-intro__inner h1 strong {
  margin-bottom: 1.875vw;
}
.package-intro__inner .icon {
  font-size: 2rem;
  line-height: 1;
  position: relative;
}
.package-intro__inner .icon span:nth-child(2) {
  position: absolute;
  left: 0.625rem;
}
.package-intro__inner .icon span:nth-child(3) {
  position: absolute;
  left: 1.25rem;
}
.package-intro__inner .price-tag,
.package-intro__inner .alt-price {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .package-intro__inner .price-tag,
.package-intro__inner .alt-price {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .package-intro__inner .price-tag,
.package-intro__inner .alt-price {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .package-intro__inner .price-tag,
.package-intro__inner .alt-price {
    font-size: 1.875vw;
  }
}
.package-intro__inner .alt-price {
  margin-top: 0.5rem;
}
.package-intro .foot-notes {
  font-size: 0.75rem;
  padding: 0.5rem 7.5vw;
  text-align: right;
}
.package-intro .foot-notes sup {
  font-size: 0.75em;
}

.package-content {
  border-bottom: 1px solid #d2d2d5;
  width: 85vw;
  margin: 3.75vw 7.5vw 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .package-content {
    width: 40vw;
  }
}
.package-content .column-section {
  margin-bottom: 4.5rem;
  overflow: hidden;
}
.package-content .column-section h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package-content .column-section h4 strong {
  margin-top: 0;
}
.package-content .column-section p:last-child {
  margin-bottom: 0;
}
.package-content .column-section ul {
  margin-bottom: 1.875vw;
}
.package-content .column-section ul:last-child {
  margin-bottom: 0;
}
.package-content .column-section ul strong {
  font-weight: 500;
}
.package-content .column-section li {
  list-style: none;
}
.package-content .column-section .icon {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1.5rem;
}
.package-content .column-section .accordion__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .package-content .column-section .accordion__title {
    margin-bottom: 0.9375vw;
  }
}
.package-content .column-section .accordion__title[aria-expanded=true] i::before {
  content: "\ec62";
}
.package-content .column-section .accordion__title:hover {
  text-decoration: underline;
}
.package-content .column-section .accordion__title .indicator {
  font-size: 1rem;
  color: #4528ce;
}
.package-content .column-section .accordion__title .indicator i {
  position: relative;
  margin-left: 1rem;
  line-height: 1;
}
.package-content .column-section .accordion__title .indicator i::before {
  position: absolute;
  top: 0;
  right: 0;
}
.package-content .column-section .accordion__content.expanded {
  display: block;
}
.package-content .column-section.product-gallery {
  overflow: visible;
  cursor: pointer;
}
.package-content .column-section.product-gallery .image-wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.package-content .column-section.product-gallery .image-wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
.package-content .column-section.product-gallery .gallery-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #4528ce;
  line-height: 1;
}
.package-content .column-section.product-gallery .gallery-button i {
  position: relative;
}
.package-content .column-section.product-gallery .gallery-button i::before {
  position: absolute;
  top: 0;
  left: -1rem;
  line-height: 1;
}
.package-content .column-section.product-gallery:hover .gallery-button {
  text-decoration: underline;
}
.package-content .package-form__outer {
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .package-content .package-form__outer {
    left: 0;
    width: 85vw;
  }
}
@media only screen and (min-width: 960px) {
  .package-content .package-form__outer {
    width: 40vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45vw;
    margin-bottom: 0;
  }
}
.package-content .package-form__outer #spacer {
  width: 100%;
  height: 0;
  position: relative;
}
.package-content .package-form__outer .package-form {
  background-color: #f9f8fa;
  width: 100%;
  padding: 5.625vw 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .package-content .package-form__outer .package-form {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 960px) {
  .package-content .package-form__outer .package-form {
    padding: 3.75vw 2.5vw;
    position: sticky;
  }
}
.package-content .package-form__outer .package-form .form-heading {
  margin-bottom: 1.875vw;
}
.package-content .package-form__outer .package-form .form-heading strong {
  margin: 0;
}
.package-content .package-form__outer .package-form .gform_confirmation_wrapper {
  text-align: center;
  padding-top: 3rem;
}
.package-content .package-form__outer .package-form .gform_confirmation_wrapper::before {
  font-family: "Linearicons" !important;
  content: "\eb37";
  font-size: 3rem;
}
.package-content .package-form__outer .package-form .gform_confirmation_wrapper .gform_confirmation_message {
  margin: 3rem 0 2rem;
  text-align: left;
  color: #000;
}
.package-content .package-form__outer .package-form .gform_footer {
  margin-top: 2rem;
}
.package-content .package-form__outer .package-form .gform_footer .button {
  width: 100%;
}
.package-content .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.package-content .table h4 {
  display: block;
  margin: 1.5rem 0;
}
.package-content .package-column {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.package-content .package-column .column-label,
.package-content .package-column .column-value {
  min-height: 3rem;
  padding: 0 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package-content .package-column .column-label:nth-child(4n),
.package-content .package-column .column-value:nth-child(4n) {
  background-color: #fff !important;
}
.package-content .package-column .column-label:nth-child(4n-1),
.package-content .package-column .column-value:nth-child(4n-1) {
  background-color: #fff !important;
}
.package-content .package-column .column-label {
  float: left;
  width: 50%;
  text-align: left;
}
.package-content .package-column .column-value {
  float: right;
  width: 50%;
  text-align: right;
}
.package-content .package-column.basic .column-label,
.package-content .package-column.basic .column-value {
  background-color: #F9F8FA;
}
.package-content .package-column.standard .column-label,
.package-content .package-column.standard .column-value {
  background-color: #EFEEF0;
}
.package-content .package-column.premium .column-label,
.package-content .package-column.premium .column-value {
  background-color: #E5E4E6;
}
.package-content .package-column.plus .column-value {
  background-color: #DAD1F5;
  font-weight: 600;
}
.package-content .package-column.plus .column-value.plus {
  font-weight: 300;
}
.package-content .plus-column {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.package-content .plus-column .column-label,
.package-content .plus-column .column-value {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package-content .plus-column .column-label strong {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.package-content .plus-column.basic .column-value {
  background-color: #F9F8FA;
}
.package-content .plus-column.standard .column-value {
  background-color: #EFEEF0;
}
.package-content .plus-column.premium .column-value {
  background-color: #E5E4E6;
}
.package-content .plus-column.plus .column-value {
  background-color: #DAD1F5;
  font-weight: 600;
}
.package-content .plus-column.plus .column-value.plus {
  font-weight: 300;
}

.product-gallery-container .product-gallery {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1043;
}
.product-gallery-container .gallery-slider {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-gallery-container .gallery-slider .slick-list {
  width: 85vw;
  margin: 0 auto;
}
.product-gallery-container .gallery-slider .slick-prev,
.product-gallery-container .gallery-slider .slick-next {
  width: 3rem;
  height: 3rem;
}
.product-gallery-container .gallery-slider .slick-prev:before,
.product-gallery-container .gallery-slider .slick-next:before {
  font-family: "Linearicons";
  font-size: 1.5rem;
  color: #000;
  opacity: 1;
}
.product-gallery-container .gallery-slider .slick-prev {
  left: 0;
}
.product-gallery-container .gallery-slider .slick-prev:before {
  content: "\ec3b";
}
.product-gallery-container .gallery-slider .slick-next {
  right: 0;
}
.product-gallery-container .gallery-slider .slick-next:before {
  content: "\ec3c";
}
.product-gallery-container .gallery-slider .slick-slide li {
  position: relative;
}
.product-gallery-container .gallery-slider img {
  position: relative;
  max-height: 65vh;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 5vh 0;
}
.product-gallery-container .gallery-slider--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-style: italic;
}
.product-gallery-container .gallery-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: block !important;
}
.product-gallery-container .gallery-slider .slick-dots button::before {
  font-size: 0.4375rem;
}
.product-gallery-container .gallery-slider .slick-dots .slick-active button::before {
  color: #4528ce;
}

/* stylelint-disable */
.site-popup-container,
.product-gallery-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.site-popup-container .site-popup-bg,
.site-popup-container .product-gallery-bg,
.product-gallery-container .site-popup-bg,
.product-gallery-container .product-gallery-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1043;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.site-popup-container iframe,
.product-gallery-container iframe {
  width: 75vw;
  height: 42.1875vw;
  z-index: 1044;
}
.site-popup-container .popup--outer,
.product-gallery-container .popup--outer {
  background-color: #f9f8fa;
  position: relative;
  width: 92.5vw;
  height: 92.5vw;
  max-height: 75vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1044;
}
@media only screen and (min-width: 640px) {
  .site-popup-container .popup--outer,
.product-gallery-container .popup--outer {
    width: 77.5vw;
    height: 77.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup--outer,
.product-gallery-container .popup--outer {
    width: 44rem;
    height: 44rem;
  }
}
.site-popup-container .popup--inner,
.product-gallery-container .popup--inner {
  background-color: #f9f8fa;
  position: relative;
  text-align: center;
  color: #000;
  padding: 4.5rem 2rem 0;
  z-index: 1044;
}
@media only screen and (min-width: 640px) {
  .site-popup-container .popup--inner,
.product-gallery-container .popup--inner {
    padding: 4.5rem 4rem 0;
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup--inner,
.product-gallery-container .popup--inner {
    padding: 5.625vw 5vw 0;
  }
}
.site-popup-container .popup--inner h2,
.product-gallery-container .popup--inner h2 {
  margin-bottom: 1.5rem;
}
.site-popup-container .popup--inner h2 strong,
.product-gallery-container .popup--inner h2 strong {
  margin: 0;
  display: inline;
}
.site-popup-container .popup--footer,
.product-gallery-container .popup--footer {
  background-color: #f9f8fa;
  position: relative;
  z-index: 1044;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.75rem;
  padding: 2rem;
}
.site-popup-container .popup--footer img,
.product-gallery-container .popup--footer img {
  width: 5rem;
  height: auto;
}
.site-popup-container .popup-newsletter--outer,
.product-gallery-container .popup-newsletter--outer {
  position: relative;
  width: 92.5vw;
  margin-right: auto;
  padding-top: 6.25vw;
  z-index: 1044;
}
@media only screen and (min-width: 640px) {
  .site-popup-container .popup-newsletter--outer,
.product-gallery-container .popup-newsletter--outer {
    width: 77.5vw;
    margin-left: 7.5vw;
    padding-top: 5.625vw;
  }
}
@media only screen and (orientation: landscape) {
  .site-popup-container .popup-newsletter--outer,
.product-gallery-container .popup-newsletter--outer {
    padding-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-newsletter--outer,
.product-gallery-container .popup-newsletter--outer {
    width: 85vw;
    margin-right: 7.5vw;
    margin-left: 7.5vw;
    padding-top: 3.75vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-popup-container .popup-newsletter--outer::after,
.product-gallery-container .popup-newsletter--outer::after {
  content: "";
  width: 85vw;
  position: absolute;
  top: 0;
  left: 7.5vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .site-popup-container .popup-newsletter--outer::after,
.product-gallery-container .popup-newsletter--outer::after {
    width: 70vw;
    left: 7.5vw;
  }
}
@media only screen and (orientation: landscape) {
  .site-popup-container .popup-newsletter--outer::after,
.product-gallery-container .popup-newsletter--outer::after {
    bottom: calc(5.625vw - 3.75vw);
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-newsletter--outer::after,
.product-gallery-container .popup-newsletter--outer::after {
    left: 15vw;
    bottom: 5.625vw;
  }
}
.site-popup-container .popup-newsletter--inner,
.product-gallery-container .popup-newsletter--inner {
  position: relative;
  text-align: left;
  color: #000;
  z-index: 1044;
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-newsletter--inner,
.product-gallery-container .popup-newsletter--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-popup-container a.popup-wrapper:hover,
.product-gallery-container a.popup-wrapper:hover {
  color: #000;
  text-decoration: none;
}
.site-popup-container a.popup-wrapper:focus,
.product-gallery-container a.popup-wrapper:focus {
  outline: none;
  color: #000;
}
.site-popup-container .popup-col__image,
.product-gallery-container .popup-col__image {
  position: relative;
  width: 50vw;
  height: 0;
  padding-top: 50vw;
  overflow: hidden;
  /*
  &::after {
    background-color: inherit;
    content: "";
    width: 5vw;
    position: absolute;
    top: 0;
    bottom: $large;
    left: 37.5vw;
  }
  */
}
@media only screen and (orientation: landscape) {
  .site-popup-container .popup-col__image,
.product-gallery-container .popup-col__image {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-col__image,
.product-gallery-container .popup-col__image {
    width: 37.5vw;
    padding-top: 37.5vw;
    display: block;
  }
}
.site-popup-container .popup-col__image img,
.product-gallery-container .popup-col__image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-popup-container .popup-col__content,
.product-gallery-container .popup-col__content {
  margin-bottom: 5.625vw;
  padding: 3.75vw 6.25vw 0 13.75vw;
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-col__content,
.product-gallery-container .popup-col__content {
    width: 40vw;
    margin-bottom: 7.5vw;
    padding: 1.875vw 0 0 5vw;
  }
}
.site-popup-container .popup-col__content h2,
.product-gallery-container .popup-col__content h2 {
  margin-bottom: 0.9375vw;
}
.site-popup-container .popup-col__content h2 strong,
.product-gallery-container .popup-col__content h2 strong {
  margin: 0;
}
.site-popup-container .popup-col__content p,
.product-gallery-container .popup-col__content p {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .site-popup-container .popup-col__content p,
.product-gallery-container .popup-col__content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .site-popup-container .popup-col__content p,
.product-gallery-container .popup-col__content p {
    font-size: 1.5rem;
  }
}
.site-popup-container .popup-col__content .popup__button,
.product-gallery-container .popup-col__content .popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3.75vw;
  text-align: right;
}
.site-popup-container .popup-col__content .gform_button,
.product-gallery-container .popup-col__content .gform_button {
  margin-top: 3.75vw;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #dad1f5;
}
.site-popup-container .popup-col__content .gform_button:hover,
.product-gallery-container .popup-col__content .gform_button:hover {
  background-color: #dad1f5;
}
.site-popup-container .close-popup-button-wrap,
.product-gallery-container .close-popup-button-wrap {
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  z-index: 1045;
}
.site-popup-container .close-iframe-wrap,
.site-popup-container .close-gallery-wrap,
.product-gallery-container .close-iframe-wrap,
.product-gallery-container .close-gallery-wrap {
  top: 0;
  right: 0;
}
.site-popup-container .close-popup-button,
.product-gallery-container .close-popup-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-popup-container .close-popup-button::before,
.product-gallery-container .close-popup-button::before {
  font-family: "Linearicons", sans-serif;
  content: "\ec2a";
}
.site-popup-container .close-popup-button:focus, .site-popup-container .close-popup-button:active,
.product-gallery-container .close-popup-button:focus,
.product-gallery-container .close-popup-button:active {
  outline: none;
  background-color: transparent;
  color: inherit;
}
.site-popup-container .close-popup-button:hover,
.product-gallery-container .close-popup-button:hover {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-gallery-container {
  display: none;
  opacity: 0;
}

.page-press-coverage {
  overflow: hidden;
}
.page-press-coverage__inner {
  width: 85vw;
  margin: 0 7.5vw;
  padding-top: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .page-press-coverage__inner {
    width: 68vw;
    margin: 0 16vw;
  }
}
.page-press-coverage h1 {
  text-align: left;
  margin-bottom: 3.75vw;
}
.page-press-coverage h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-press-coverage .ordered-list {
  margin-bottom: 80px;
}
.page-press-coverage .ordered-list ol {
  list-style: none;
  margin: 0 0 1.85rem 0;
  padding: 0;
  overflow: hidden;
}
.page-press-coverage .ordered-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.page-press-coverage .ordered-list .list-item .list-item-index {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
}
@media only screen and (min-width: 960px) {
  .page-press-coverage .ordered-list .list-item .list-item-index {
    width: 10vw;
  }
}

/* stylelint-disable no-descending-specificity */
.reseller-page {
  overflow: hidden;
}
.reseller-page p {
  font-size: 1rem;
}
.reseller-page p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .reseller-page p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .reseller-page p {
    font-size: 1.5rem;
  }
}
.reseller-page .hero {
  margin-bottom: 11.75vw;
}
.reseller-page .slick-dots {
  margin-top: 3.75vw;
  position: relative;
  bottom: 0;
}
.reseller-page .slick-dots button::before {
  font-size: 0.4375rem;
}
.reseller-page .slick-dots .slick-active button::before {
  color: #4528ce;
}
.reseller-page .section-intro-reseller {
  position: relative;
  margin: 0;
  padding: 0;
}
.reseller-page .section-intro-reseller .section-image {
  position: relative;
  margin: 0;
  padding: 0;
}
.reseller-page .section-intro-reseller .section-image::after {
  content: "";
  position: absolute;
  top: 5vw;
  left: 1.25vw;
  right: 15vw;
  bottom: -7.5vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
.reseller-page .section-intro-reseller .section-image--right::after {
  right: 1.25vw;
  left: 15vw;
}
.reseller-page .section-intro-reseller .section-image__wrap {
  position: relative;
  width: 87.5vw;
  margin-left: 12.5vw;
  margin-right: 0;
  height: 66vw;
  max-height: 28rem;
}
.reseller-page .section-intro-reseller .section-image__wrap--right {
  margin-right: 12.5vw;
  margin-left: 0;
}
.reseller-page .section-intro-reseller .section-image__sticker {
  position: absolute;
  top: 0;
  bottom: 6.5rem;
  left: 7.5vw;
  width: 5vw;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .reseller-page .section-intro-reseller .section-image__sticker {
    bottom: 9rem;
  }
}
.reseller-page .section-intro-reseller .section-image__sticker.right {
  left: 87.5vw;
}
.reseller-page .section-intro-reseller .section-image__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 0;
}
.reseller-page .section-intro-reseller__copy {
  margin: 11.75vw 7.5vw 0;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-intro-reseller__copy {
    margin: 11.75vw 15vw 0;
  }
}
.reseller-page .section-robot-animation {
  margin-top: 7.5vw;
}
.reseller-page .section-robot-animation video {
  display: block;
}
.reseller-page .section-product {
  margin: 0 7.5vw;
  padding: 7.5vw 0;
  position: relative;
}
.reseller-page .section-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6.25vw;
  right: -6.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-product::after {
    left: 7.5vw;
    right: 7.5vw;
  }
}
.reseller-page .section-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .reseller-page .section-product__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reseller-page .section-product__row:last-child {
  margin-bottom: 0;
}
.reseller-page .section-product__row__title {
  width: 85vw;
}
@media only screen and (min-width: 640px) {
  .reseller-page .section-product__row__title {
    width: 25vw;
    text-align: right;
  }
}
.reseller-page .section-product__row__text {
  width: 85vw;
}
@media only screen and (min-width: 640px) {
  .reseller-page .section-product__row__text {
    width: 55vw;
  }
}
.reseller-page .section-video {
  margin: 7.5vw 7.5vw 0;
  position: relative;
}
.reseller-page .section-video__intro {
  margin: 0 7.5vw 3.75vw;
}
.reseller-page .section-video .section-videos {
  padding: 7.5vw 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-video .section-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reseller-page .section-video .section-videos::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6.25vw;
  right: -6.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-video .section-videos::after {
    left: 7.5vw;
    right: 7.5vw;
  }
}
.reseller-page .section-video .section-videos__element {
  width: 85vw;
  margin-bottom: 7.5vw;
}
.reseller-page .section-video .section-videos__element:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-video .section-videos__element {
    width: 25vw;
    margin-bottom: 0;
  }
}
.reseller-page .section-video .section-videos__element .embed-video-wrap {
  margin: 0;
  margin-bottom: 1.875vw;
}
.reseller-page .section-video .section-videos__element h4 {
  margin-bottom: 0.9375vw;
}
.reseller-page .section-video .section-videos__element p {
  font-size: 1rem;
}
.reseller-page .section-cta {
  margin: 7.5vw 7.5vw 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-cta {
    margin: 7.5vw 15vw 15vw;
  }
}
.reseller-page .section-cta .gform_button {
  border-color: #dad1f5;
}
.reseller-page .section-cta .gform_button:hover {
  background-color: #dad1f5;
}
.reseller-page .section-cta .button-arrow {
  margin-top: 3.75vw;
}
.reseller-page .section-reseller {
  width: 85vw;
  margin: 0 auto;
  padding-top: 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-reseller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reseller-page .section-reseller__left {
  width: 85vw;
  margin-top: 3.75vw;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-reseller__left {
    width: 40vw;
    margin-top: 0;
  }
}
.reseller-page .section-reseller__left p {
  font-size: 1rem;
}
.reseller-page .section-reseller__left--bottom {
  margin-top: 3rem;
  position: relative;
}
.reseller-page .section-reseller__logo {
  position: relative;
  -webkit-transform: scale(0.5) translateX(-50%);
       -o-transform: scale(0.5) translateX(-50%);
          transform: scale(0.5) translateX(-50%);
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-reseller__logo {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.reseller-page .section-reseller__right {
  width: 85vw;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-reseller__right {
    width: 40vw;
  }
}
.reseller-page .section-reseller__right #map {
  width: 85vw;
  height: 63.75vw;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-reseller__right #map {
    width: 100%;
    height: 100%;
  }
}
.reseller-page .image-slider-wrap {
  background-color: #f9f8fa;
  width: 85vw;
  margin: 0 auto;
  margin-top: 7.5vw;
}
.reseller-page .image-slider {
  width: 85vw;
  margin: 0 auto;
  padding: 7.5vw 0;
}
@media only screen and (min-width: 960px) {
  .reseller-page .image-slider {
    width: 40vw;
  }
}
.reseller-page .image-slider ul {
  line-height: 1.5 !important;
}
.reseller-page .image-slider-wide .slick-slide,
.reseller-page .image-slider-small .slick-slide {
  opacity: 0.25;
}
.reseller-page .image-slider-wide .slick-slide:focus, .reseller-page .image-slider-wide .slick-slide:active,
.reseller-page .image-slider-small .slick-slide:focus,
.reseller-page .image-slider-small .slick-slide:active {
  outline: none;
}
.reseller-page .image-slider-wide .slick-current,
.reseller-page .image-slider-small .slick-current {
  opacity: 1;
}
.reseller-page .image-slider-wide {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .reseller-page .image-slider-wide {
    margin-bottom: 3.75vw !important;
    margin-left: 1.25rem !important;
  }
}
.reseller-page .image-slider-wide img {
  width: 100%;
}
.reseller-page .image-slider-wide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  font-style: italic;
}
.reseller-page .image-slider-wide .slick-dots {
  display: block !important;
}
@media only screen and (min-width: 960px) {
  .reseller-page .image-slider-wide .slick-dots {
    display: none !important;
  }
}
.reseller-page .image-slider-small {
  width: 100%;
  margin-bottom: 0 !important;
  margin-left: 0.5rem;
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .reseller-page .image-slider-small {
    display: block !important;
  }
}
.reseller-page .image-slider-small__elem {
  padding: 0 0.75rem;
}
.reseller-page .image-slider-small__elem:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .reseller-page .image-slider-small__elem {
    padding: 0 1rem;
  }
}
.reseller-page .section-news-slider {
  width: 90vw;
  margin: 0 auto;
  padding-top: 7.5vw;
}
.reseller-page .section-news-slider .slick-list {
  overflow: visible !important;
}
.reseller-page .section-news-slider .news-slider p {
  font-size: 1rem;
}
.reseller-page .section-news-slider .news-slider img {
  width: 6rem;
  height: 4.5rem;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-news-slider .news-slider img {
    width: 10vw;
    height: 7.5vw;
  }
}
.reseller-page .section-news-slider .news-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reseller-page .section-news-slider .news-slider .slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reseller-page .section-news-slider .news-slider .slick-track .slick-slide div {
  width: 100%;
}
.reseller-page .section-news-slider .news-slider .slick-track .slick-slide:focus, .reseller-page .section-news-slider .news-slider .slick-track .slick-slide:active {
  outline: none;
}
.reseller-page .section-news-slider .news-slider__element {
  width: 100%;
  height: 100%;
  padding: 0 1.25vw;
}
.reseller-page .section-news-slider .news-slider__element--wrapper {
  display: block;
  background-color: #f9f8fa;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6.25vw 6.25vw 15vw;
  position: relative;
  -webkit-transition: border-radius 0.6s ease;
  -o-transition: border-radius 0.6s ease;
  transition: border-radius 0.6s ease;
  cursor: pointer;
  color: #000;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-news-slider .news-slider__element--wrapper {
    padding: 2.5vw 2.5vw 5vw;
  }
}
.reseller-page .section-news-slider .news-slider__element--wrapper:focus {
  outline: none;
  color: #000;
}
.reseller-page .section-news-slider .news-slider__element--wrapper:hover {
  border-radius: 1rem;
  color: #000;
}
.reseller-page .section-news-slider .news-slider__element--wrapper .button-arrow {
  position: absolute;
  right: 6.25vw;
  bottom: 6.25vw;
}
@media only screen and (min-width: 960px) {
  .reseller-page .section-news-slider .news-slider__element--wrapper .button-arrow {
    right: 2.5vw;
    bottom: 1.25vw;
  }
}

.popup-form-bg {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
}
.popup-form-bg::after {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.popup-form-bg__trans::after {
  opacity: 0.8;
}
.popup-form-bg__active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.popup-form-bg .popup-form-wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 100vh;
  -webkit-transition: top 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  -o-transition: top 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  transition: top 0.6s cubic-bezier(0.93, 0, 0.28, 0.92);
  z-index: 9999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.popup-form-bg .popup-form-wrap.popup-open {
  top: -100vh;
  pointer-events: auto;
}
.popup-form-bg .popup-form-wrap .btn-close-wrap {
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  position: relative;
  z-index: 9999;
}
.popup-form-bg .popup-form-wrap .btn-close {
  color: #000;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  cursor: pointer;
}
.popup-form-bg .popup-form-wrap .btn-close:hover {
  color: #000;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.popup-form-bg .popup-form {
  background-color: #fff;
  width: 100vw;
  min-height: calc(100vh - 6rem);
  position: relative;
  top: 6rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .popup-form-bg .popup-form {
    width: 85vw;
    left: 7.5vw;
  }
}
.popup-form-bg .popup-form h3 {
  margin: 0 0 3.75vw 0;
}
.popup-form-bg .popup-form__content {
  padding: 3.75vw 5vw 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 960px) {
  .popup-form-bg .popup-form__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.popup-form-bg .popup-form__content .contact-form {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .popup-form-bg .popup-form__content .contact-form {
    width: 40vw;
  }
}
.popup-form-bg .popup-form__content--left {
  width: 100%;
  margin-top: 7.5vw;
}
@media only screen and (min-width: 960px) {
  .popup-form-bg .popup-form__content--left {
    width: 30vw;
    margin-top: 0;
  }
}
.popup-form-bg .popup-form__content--left p {
  font-size: 1rem;
}
.popup-form-bg .popup-form__content--left .contact-price,
.popup-form-bg .popup-form__content--left .contact-accordion {
  min-width: none;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .popup-form-bg .popup-form__content--left .contact-price,
.popup-form-bg .popup-form__content--left .contact-accordion {
    min-width: 30vw;
    width: 30vw;
  }
}

.page-template-reseller-page-template .bottom-item {
  margin-top: 1.5rem;
}
.page-template-reseller-page-template .bottom-item a {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  color: #4528ce !important;
  margin-bottom: 1.5rem;
}

/* stylelint-disable */
.agenda-block {
  overflow: hidden;
}
.agenda-block__outer {
  width: 97.5vw;
  margin: 3.75vw 1.25vw 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .agenda-block__outer {
    width: 85vw;
    margin: 3.75vw 7.5vw 0;
  }
}
@media only screen and (min-width: 1280px) {
  .agenda-block__outer {
    width: 70vw;
    margin: 3.75vw 15vw -3.75vw;
  }
}
.agenda-block__row {
  background-color: #f9f8fa;
  width: 100%;
  margin-bottom: 0.0625rem;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2.5vw;
  }
}
.agenda-block__row--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.875vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--left {
    width: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .agenda-block__row--left {
    width: 5vw;
  }
}
.agenda-block__row--left .time {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.agenda-block__row--left .time .time-zone {
  font-weight: 300;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--left .time .time-zone {
    display: none;
  }
}
.agenda-block__row--left .duration {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--left .duration {
    font-size: 0.75rem;
  }
}
.agenda-block__row--right {
  padding: 5.625vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--right {
    padding: 1.875vw 2.5vw;
  }
}
.agenda-block__row--right h6 {
  margin-bottom: 0.3125vw;
}
.agenda-block__row--right h5 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--right h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .agenda-block__row--right h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .agenda-block__row--right h5 {
    font-size: 1.875vw;
  }
}
.agenda-block__row--right h5.has-description {
  padding-bottom: 0.9375vw;
}
.agenda-block__row--right .multi-session-slot {
  margin-bottom: 3.75vw;
}
.agenda-block__row--right .multi-session-slot:last-child, .agenda-block__row--right .multi-session-slot:last-of-type {
  margin-bottom: 0;
}
.agenda-block__row--right .multi-session-slot .description > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agenda-block__row--right .multi-session-slot strong {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .agenda-block__row--right .description {
    border-left: 0.25rem solid;
    padding-left: 0.75rem;
  }
}
.agenda-block__row--right .description p:last-child,
.agenda-block__row--right .description p:last-of-type {
  margin-bottom: 0;
}
.agenda-block__row--right button {
  margin-top: 0.9375vw;
}
.agenda-block .end-slot {
  text-align: center;
  margin: 0 7.5vw;
  padding: 5.625vw 0;
  position: relative;
  font-size: 1.25rem;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .agenda-block .end-slot {
    font-size: 1.25rem;
    margin: 0;
    padding: 3.75vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .agenda-block .end-slot {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .agenda-block .end-slot {
    font-size: 1.875vw;
  }
}
.agenda-block .end-slot p {
  line-height: 1;
}
.agenda-block .end-slot p:last-child,
.agenda-block .end-slot p:last-of-type {
  margin-bottom: 0;
}
.agenda-block .end-slot .time-zone {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  position: absolute;
  top: 0.675vw;
  right: 0;
  display: none;
}
@media only screen and (min-width: 640px) {
  .agenda-block .end-slot .time-zone {
    display: block;
  }
}

/* stylelint-disable */
.big-accordion-block {
  overflow: hidden;
  margin-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block {
    margin-top: 5.625vw;
  }
}
.big-accordion-block__outer {
  width: 85vw;
  margin: 0 7.5vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block__outer {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .big-accordion-block__outer {
    width: 70vw;
    margin: 0 15vw;
  }
}
.big-accordion-block .accordion-segment {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block .accordion-segment {
    padding-bottom: 2rem;
  }
}
.big-accordion-block .accordion-segment:last-child {
  padding-bottom: 0;
}
.big-accordion-block .accordion-segment__title {
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block .accordion-segment__title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .big-accordion-block .accordion-segment__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .big-accordion-block .accordion-segment__title {
    font-size: 2.5vw;
  }
}
.big-accordion-block .accordion-segment__title[aria-expanded=true] i::before {
  content: "\ec5c";
}
.big-accordion-block .accordion-segment__title:hover {
  text-decoration: underline;
}
.big-accordion-block .accordion-segment__title .indicator {
  font-size: 1rem;
  color: #4528ce;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block .accordion-segment__title .indicator {
    font-size: 1.5rem;
  }
}
.big-accordion-block .accordion-segment__title .indicator i {
  position: relative;
  margin-left: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block .accordion-segment__title .indicator i {
    margin-left: 2.5rem;
  }
}
.big-accordion-block .accordion-segment__title .indicator i::before {
  position: absolute;
  top: 0;
  right: 0;
}
.big-accordion-block .accordion-segment__content {
  border-left: 0.25rem solid;
  padding: 0 1rem;
}
@media only screen and (min-width: 640px) {
  .big-accordion-block .accordion-segment__content {
    padding: 0 2rem;
  }
}
.big-accordion-block .accordion-segment__content p:last-child,
.big-accordion-block .accordion-segment__content p:last-of-type {
  margin-bottom: 0;
}

/* stylelint-disable */
.card-block {
  overflow: visible !important;
}
.card-block--none {
  margin-top: 0;
}
.card-block--small {
  margin-top: 3.75vw;
}
.card-block--medium {
  margin-top: 5.625vw;
}
.card-block--large {
  margin-top: 11.25vw;
}
.card-block .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.card-block .slick-list {
  overflow: visible !important;
}
.card-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-block .slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-block .slick-track .slick-slide > div {
  width: 100%;
}
.card-block .slick-track .slick-slide:focus, .card-block .slick-track .slick-slide:active {
  outline: none;
}
.card-block .slick-dots {
  margin-top: 3.75vw;
  position: relative;
  bottom: 0;
}
.card-block .slick-dots button::before {
  font-size: 0.4375rem;
}
.card-block .slick-dots .slick-active button::before {
  color: #4528ce;
}
.card-block .bar-padding {
  padding-bottom: 0;
}
.card-block .slick-prev,
.card-block .slick-next {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  top: calc(50% - 1.25rem);
  bottom: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  z-index: 99;
}
.card-block .slick-prev {
  left: -2.5vw;
  right: auto;
}
.card-block .slick-prev::before {
  content: "" !important;
}
.card-block .slick-prev::after {
  font-family: "Linearicons", sans-serif;
  content: "\ec3b";
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-right: 0.125rem;
}
.card-block .slick-next {
  right: -2.5vw;
  left: auto;
}
.card-block .slick-next::before {
  content: "" !important;
}
.card-block .slick-next::after {
  font-family: "Linearicons", sans-serif;
  content: "\ec3c";
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-left: 0.125rem;
}
.card-block .slick-prev:hover,
.card-block .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.card-block .slick-disabled {
  display: none !important;
}
.card-block .bar-outer {
  background-color: #f9f8fa;
  width: calc(100% - 5vw);
  height: 0.25rem;
  margin: 0 2.5vw;
  position: absolute;
  bottom: 2rem;
  display: none;
}
.card-block .bar-outer .bar-inner {
  position: absolute;
  height: 0.25rem;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.card-block__inner--horizontal {
  overflow: hidden;
}
.card-block__inner--vertical {
  background-color: #dad1f5;
  margin: 0 1.25vw;
  padding: 11.25vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .card-block__inner--vertical {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

.card-block__intro--outer {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 5.625vw;
}
@media only screen and (min-width: 640px) {
  .card-block__intro--outer {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 640px) {
  .card-block__intro--inner {
    position: sticky;
    top: var(--top-margin);
    min-height: calc(100vh - var(--top-margin) - 1rem);
    padding: 11.25vw 0 11.25vw 6.25vw;
  }
  .card-block__intro--inner::after {
    content: "";
    background-color: #dad1f5;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.card-block__intro--inner .content {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .card-block__intro--inner .content {
    width: 40vw;
  }
}
.card-block__intro--inner .button-arrow {
  margin-top: 3.75vw;
}

.cards {
  width: 90vw;
  margin: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 640px) {
  .cards {
    width: 90vw;
    margin: 0 5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards {
    width: 90vw;
    margin: 0 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .cards--2 {
    width: 90vw;
    margin: 0 5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards--2 {
    width: 75vw;
    margin: 0 5vw;
  }
  .cards--2 .slick-prev {
    right: calc(-12.5vw + 2rem);
  }
  .cards--2 .slick-next {
    right: -12.5vw;
  }
  .cards--2 .bar-outer {
    width: 85vw;
  }
}
.cards.no-slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-horizontal .card {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0 2.5vw;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card {
    margin-top: 3.75vw;
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards-horizontal .card {
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card--2 {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card--3 {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .cards-horizontal .card--3 {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card--4 {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .cards-horizontal .card--4 {
    width: 25%;
  }
}
.cards-horizontal .card--5 {
  width: 33.3333333333%;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card--5 {
    width: 20%;
  }
}
.cards-horizontal .card.slick-card {
  height: 100%;
  margin-top: 0;
}
.cards-horizontal .card.start .card__wrapper {
  width: 45vw;
  color: #000 !important;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card.start .card__wrapper {
    width: 100%;
  }
}
.cards-horizontal .card.start .card__wrapper .card__body {
  width: 100%;
  padding: 0 1.5rem 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card.start .card__wrapper .card__body {
    padding: 0 2rem 2rem 2rem;
  }
}
.cards-horizontal .card__wrapper {
  border-top: 0.5rem solid;
  width: 85vw;
  height: 100%;
  margin: 0;
  padding: 6.25vw;
  background-color: #f9f8fa;
  color: #000;
  position: relative;
  display: block;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card__wrapper {
    width: 100%;
    padding: 1.875vw 2.5vw;
  }
}
.cards-horizontal .card__wrapper.no-bg {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cards-horizontal .card__wrapper.has-card-media {
  background-color: #000;
  padding: 0;
  color: #fff;
}
.cards-horizontal .card__wrapper.has-card-media .card__logo {
  width: calc(50% - 5vw);
  position: absolute;
  top: 1.875vw;
  left: 2.5vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cards-horizontal .card__wrapper.has-card-media .card__body {
  width: 100%;
  padding: 0 1.5rem 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card__wrapper.has-card-media .card__body {
    padding: 0 2rem 2rem 2rem;
  }
}
.cards-horizontal .card__header h4 strong {
  margin: 0;
}
.cards-horizontal .card__logo {
  width: calc(50% - 2.5vw);
  height: 2.25rem;
  margin-bottom: 3.75vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card__logo {
    margin-bottom: 1.875vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards-horizontal .card__logo {
    height: 3.75vw;
  }
}
.cards-horizontal .card__logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.cards-horizontal .card__icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  margin-bottom: 3.75vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card__icon {
    margin-bottom: 1.875vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards-horizontal .card__icon {
    width: 5vw;
    height: 5vw;
  }
}
.cards-horizontal .card__icon.no-bg-shape {
  width: 2rem;
  height: 2rem;
}
.cards-horizontal .card__icon.no-bg-shape .lnr {
  font-size: 2rem;
}
.cards-horizontal .card__icon--svg {
  width: 100%;
  height: 100%;
}
.cards-horizontal .card__icon--path {
  stroke-width: 0;
  -webkit-transition: fill 1s ease, stroke-width 1s ease;
  -o-transition: fill 1s ease, stroke-width 1s ease;
  transition: fill 1s ease, stroke-width 1s ease;
}
.cards-horizontal .card__icon--path.animate {
  fill: rgba(255, 255, 255, 0);
  stroke-width: 2px;
}
.cards-horizontal .card__icon .lnr {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
}
.cards-horizontal .card__image {
  margin-bottom: 2.5vw;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.cards-horizontal .card__image::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cards-horizontal .card__image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cards-horizontal .card .video-wrap {
  background-color: transparent;
  width: 100%;
  height: 0;
  padding: 0 0 75% 0;
  margin-bottom: 5.625vw;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cards-horizontal .card .video-wrap .streamed__inner {
  background-color: #000;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  cursor: pointer;
  position: relative;
}
.cards-horizontal .card .video-wrap .streamed__inner::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cards-horizontal .card .video-wrap .streamed__inner .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  cursor: pointer;
}
.cards-horizontal .card .video-wrap .streamed__inner img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cards-horizontal .card .video-wrap .streamed__inner:hover .video-play-button-bg {
  fill: #f00;
}
.cards-horizontal .card .video-wrap iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 75%;
  z-index: 1;
}
.cards-horizontal .card h4 {
  -ms-flex-item-align: center;
      align-self: center;
}
.cards-horizontal .card h4 strong.no-body {
  margin-bottom: 0;
}
.cards-horizontal .card h4 strong.no-eyebrow {
  margin-top: 0;
}
.cards-horizontal .card p:last-child,
.cards-horizontal .card p:last-of-type {
  margin-bottom: 0;
}
.cards-horizontal .card__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  border-left: 0.5rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cards-horizontal .card .card-quote svg {
  position: absolute;
  bottom: -0.125rem;
  right: -0.125rem;
}
.cards-horizontal .card .card-quote__header {
  overflow: hidden;
  position: relative;
  height: 6rem;
}
.cards-horizontal .card .card-quote__header .card-quote-image {
  width: 6rem;
  height: 6rem;
  margin-right: 1.25vw;
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards-horizontal .card .card-quote__header .card-quote-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.cards-horizontal .card .card-quote__header .meta-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.cards-horizontal .card .card-quote__header .meta-info__name {
  font-weight: 600;
}
.cards-horizontal .card .card-quote__header .meta-info__miscellaneous {
  font-weight: 300;
}
.cards-horizontal .card .card-quote__body {
  margin-top: 1.875vw;
}
.cards-horizontal .card .card-image {
  position: relative;
  width: auto;
  height: 15vw;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 640px) {
  .cards-horizontal .card .card-image {
    height: 7.5vw;
    padding: 0 1.25vw;
  }
}
@media only screen and (min-width: 960px) {
  .cards-horizontal .card .card-image {
    height: 7.5vw;
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .cards-horizontal .card .card-image {
    height: 7.5vw;
    padding: 0 1.25vw;
  }
}
.cards-horizontal .card .card-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

@media only screen and (min-width: 640px) {
  .cards-vertical {
    margin-left: 45vw;
  }
}
.cards-vertical .card {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .cards-vertical .card {
    margin-top: 1.25vw;
  }
}
.cards-vertical .card__wrapper {
  background-color: #f9f8fa;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.75vw 5vw;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-radius 0.6s ease;
  -o-transition: border-radius 0.6s ease;
  transition: border-radius 0.6s ease;
}
@media only screen and (min-width: 640px) {
  .cards-vertical .card__wrapper {
    width: 40vw;
    margin-top: 3.75vw;
    padding: 1.875vw 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .cards-vertical .card__wrapper {
    width: 40vw;
    height: 18.75vw;
    margin-top: 1.875vw;
  }
}
.cards-vertical .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) {
  .cards-vertical .card__header {
    display: block;
  }
}
.cards-vertical .card__logo {
  width: 4.5rem;
  height: 2.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .cards-vertical .card__logo {
    width: 11.25vw;
    height: 5.625vw;
  }
}
@media only screen and (min-width: 960px) {
  .cards-vertical .card__logo {
    width: 7.5vw;
    height: 3.75vw;
  }
}
.cards-vertical .card__logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.cards-vertical .card__image {
  width: 9rem;
  height: 0;
  margin-left: auto;
  position: relative;
  top: 0;
  padding-top: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .cards-vertical .card__image {
    width: 22.5vw;
    margin-left: 5.625vw;
    padding-top: 22.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .cards-vertical .card__image {
    width: 15vw;
    padding-top: 15vw;
    position: absolute;
    top: 1.875vw;
    right: -2.5vw;
  }
}
.cards-vertical .card__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 8.75vw;
}
@media only screen and (min-width: 640px) {
  .cards-vertical .card__image img {
    left: 0;
  }
}
.cards-vertical .card__body {
  width: 100%;
  margin-top: 1.875vw;
}
@media only screen and (min-width: 960px) {
  .cards-vertical .card__body {
    width: calc(100% - 15vw);
    margin-top: auto;
  }
}
.cards-vertical .card h4 strong {
  margin-bottom: 0;
}
.cards-vertical .card__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  border-left: 0.5rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

a.card__wrapper:hover {
  color: inherit;
  text-decoration: none;
}
a.card__wrapper:hover h4 {
  text-decoration: underline;
}
a.card__wrapper:hover .card__copy {
  text-decoration: underline;
}

a.card__wrapper:focus {
  outline: none;
  color: inherit;
}

.cards[data-bg-color="#dad1f5"] .bar-inner {
  background-color: #dad1f5;
}

.cards[data-bg-color="#f7d0d5"] .bar-inner {
  background-color: #f7d0d5;
}

.cards[data-bg-color="#ffe7d3"] .bar-inner {
  background-color: #ffe7d3;
}

.cards[data-bg-color="#fef8d1"] .bar-inner {
  background-color: #fef8d1;
}

.cards[data-bg-color="#ccf6e7"] .bar-inner {
  background-color: #ccf6e7;
}

[dir=rtl] .slick-prev {
  right: -2.5vw !important;
  left: auto !important;
}
[dir=rtl] .slick-prev::after {
  content: "\ec3c" !important;
  margin-left: 0.25rem;
}

[dir=rtl] .slick-next {
  right: auto !important;
  left: -2.5vw !important;
}
[dir=rtl] .slick-next::after {
  content: "\ec3b" !important;
  margin-right: 0.125rem;
}

/* stylelint-disable */
.section-cards-w-filter {
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter {
    overflow: visible;
  }
}
.section-cards-w-filter__inner {
  width: 100vw;
  margin: 3.75vw 0 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .section-cards-w-filter__inner {
    width: 90vw;
    margin: 3.75vw 5vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter__inner {
    width: 90vw;
    margin: 3.75vw 5vw 0;
    padding-left: 30vw;
  }
}
.section-cards-w-filter .intro-text {
  background-color: #f9f8fa;
  width: auto;
  margin: 0 1.25vw 1.25vw 1.25vw;
  padding: 1.875vw 2.5vw;
}
@media only screen and (min-width: 640px) {
  .section-cards-w-filter .intro-text {
    width: 85vw;
    margin: 0 0 3.75vw 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .intro-text {
    background: none;
    width: 55vw;
    margin-bottom: 0;
    padding: 0;
  }
}
.section-cards-w-filter .intro-text p:last-child,
.section-cards-w-filter .intro-text p:last-of-type {
  margin-bottom: 0;
}
.section-cards-w-filter .filter-panel {
  width: auto;
  height: auto;
  margin: 0 1.25vw;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .section-cards-w-filter .filter-panel {
    width: 85vw;
    margin: 0;
    left: 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel {
    width: 25vw;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
.section-cards-w-filter .filter-panel__inner {
  background-color: #f9f8fa;
  padding: 0 2.5vw;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel__inner {
    padding: 1.875vw 2.5vw;
    position: sticky;
    top: var(--top-margin);
    overflow: visible;
  }
}
@media only screen and (min-aspect-ratio: 2/1), (max-width: 960px) and (orientation: landscape) {
  .section-cards-w-filter .filter-panel__inner {
    top: calc(var(--top-margin) + 3.75vw);
  }
}
.section-cards-w-filter .filter-panel .label {
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel .label {
    cursor: default;
    height: auto;
  }
}
.section-cards-w-filter .filter-panel .label .toggle-filter {
  font-style: normal;
  color: #4528ce;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel .label .toggle-filter {
    display: none;
  }
}
.section-cards-w-filter .filter-panel .label .toggle-filter::before {
  content: "Show filter";
}
.section-cards-w-filter .filter-panel .label .toggle-filter i {
  padding-left: 1.5rem;
  position: relative;
}
.section-cards-w-filter .filter-panel .label .toggle-filter i::before {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.section-cards-w-filter .filter-panel .label:hover .toggle-filter {
  text-decoration: underline;
}
.section-cards-w-filter .filter-panel .label[aria-expanded=true] i::before {
  content: "\ec5c";
}
.section-cards-w-filter .filter-panel .label[aria-expanded=true] .toggle-filter::before {
  content: "Hide filter";
}
.section-cards-w-filter .filter-panel .filters {
  position: relative;
  display: none;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel .filters {
    display: block !important;
  }
  .section-cards-w-filter .filter-panel .filters::before {
    content: "";
    background-color: #dad1f5;
    position: absolute;
    top: 0;
    left: -2.75vw;
    width: 0.5vw;
    height: 100%;
  }
}
.section-cards-w-filter .filter-panel h4 strong {
  margin-top: 1rem;
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .filter-panel h4 strong {
    margin-top: 2rem;
  }
}
.section-cards-w-filter .filter-panel ul {
  margin-bottom: 2rem;
}
.section-cards-w-filter .filter-panel ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
  cursor: pointer;
}
.section-cards-w-filter .filter-panel ul li:before {
  content: "\ec8d";
  font-family: "Linearicons";
  font-size: 0.75rem;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-cards-w-filter .filter-panel ul li.active::before {
  content: "\ec99";
}
.section-cards-w-filter .filter-panel ul li.none {
  opacity: 0.5;
  cursor: default;
}
.section-cards-w-filter .cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .section-cards-w-filter .card {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .section-cards-w-filter .card {
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 640px) {
  .section-cards-w-filter .card__body {
    margin-bottom: 1.875vw;
  }
}

.card-block {
  overflow: hidden;
}
.card-block.icon-cards .card-item__image {
  width: 4.5rem;
  height: 2.25rem;
  margin-bottom: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .card-block.icon-cards .card-item__image {
    width: 10vw;
    height: 5vw;
  }
}
.card-block.icon-cards .card-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.card-block.stories .stories__img {
  width: 4.5rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .card-block.stories .stories__img {
    width: 10vw;
    height: 5vw;
  }
}
.card-block.stories .stories__img img {
  max-width: 100%;
  max-height: 100%;
}
.card-block .card-items-list {
  width: 97.5vw;
  margin: 4.375vw 1.25vw 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list {
    width: 85vw;
    margin: 0.625vw 7.5vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list {
    width: 97.5vw;
    margin: 0.625vw 1.25vw 0;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list {
    width: 85vw;
    margin: 0.625vw 7.5vw 0;
  }
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list__two {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list__two {
    width: 70vw;
    margin: 0 15vw;
  }
}
.card-block .card-items-list__three::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
}
.card-block .card-items-list .card-wrapper-js:hover {
  border-radius: 1rem;
  color: #000;
  text-decoration: none;
}
.card-block .card-items-list .card-item {
  margin-top: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item {
    margin-top: 3.75vw;
  }
}
.card-block .card-items-list .card-item:focus {
  outline: none;
}
.card-block .card-items-list .card-item__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 6.25vw;
  background-color: #f9f8fa;
  color: #000;
  -webkit-transition: border-radius 0.6s ease;
  -o-transition: border-radius 0.6s ease;
  transition: border-radius 0.6s ease;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item__wrapper {
    padding: 2rem 5vw 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item__wrapper {
    padding: 2rem 2.5vw 1rem;
  }
}
.card-block .card-items-list .card-item__wrapper:focus {
  outline: none;
  color: #000;
}
.card-block .card-items-list .card-item__wrapper--five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5vw;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item__wrapper--five {
    padding: 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item__wrapper--five {
    padding: 2.5vw 2.5vw 1.25vw;
  }
}
.card-block .card-items-list .card-item__wrapper h4.margin-bottom-3-75vw {
  margin-bottom: 3.75vw;
}
.card-block .card-items-list .card-item__wrapper h4.margin-bottom-2-5vw {
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item--two {
    width: 40vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item--two {
    width: 32.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item--three {
    width: 30.8333333333vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item--three {
    width: 25vw;
  }
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item--four {
    width: 41.25vw;
    height: 41.25vw;
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item--four {
    width: 25vw;
    height: 25vw;
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item--four {
    width: 19.375vw;
    height: auto;
    min-height: 20vw;
  }
}
.card-block .card-items-list .card-item--five {
  width: 48.125vw;
  height: 48.125vw;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item--five {
    width: 25vw;
    height: 25vw;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item--five {
    width: 15vw;
    height: 15vw;
    text-align: left;
  }
}
.card-block .card-items-list .card-item__end-card {
  background-color: #f9f8fa;
  position: relative;
}
.card-block .card-items-list .card-item__end-card::after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 100%;
  height: 50vw;
  top: 100%;
}
.card-block .card-items-list .card-item__svg {
  width: 100%;
  height: 100%;
}
.card-block .card-items-list .card-item__path {
  stroke-width: 0;
  -webkit-transition: fill 1s ease, stroke-width 1s ease;
  -o-transition: fill 1s ease, stroke-width 1s ease;
  transition: fill 1s ease, stroke-width 1s ease;
}
.card-block .card-items-list .card-item__path.animate {
  fill: rgba(255, 255, 255, 0);
  stroke-width: 2px;
}
.card-block .card-items-list .card-item__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-block .card-items-list .card-item__icon .lnr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
}
.card-block .card-items-list .card-item__icon--two, .card-block .card-items-list .card-item__icon--three {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item__icon--two, .card-block .card-items-list .card-item__icon--three {
    width: 5vw;
    height: 5vw;
  }
}
.card-block .card-items-list .card-item__icon--two .lnr--two,
.card-block .card-items-list .card-item__icon--two .lnr--three, .card-block .card-items-list .card-item__icon--three .lnr--two,
.card-block .card-items-list .card-item__icon--three .lnr--three {
  font-size: 1.5rem;
}
.card-block .card-items-list .card-item__icon--four {
  width: 4rem;
  height: 4rem;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 640px) {
  .card-block .card-items-list .card-item__icon--four {
    width: 10vw;
    height: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item__icon--four {
    width: 40%;
    height: auto;
    margin-bottom: 2.5vw;
  }
}
.card-block .card-items-list .card-item__icon--four .lnr--four {
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item__icon--four .lnr--four {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item__icon--four .lnr--four {
    font-size: 1.5rem;
  }
}
.card-block .card-items-list .card-item__icon--five {
  width: 40%;
  height: auto;
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item__icon--five {
    width: 50%;
  }
}
.card-block .card-items-list .card-item__icon--five .lnr--five {
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .card-block .card-items-list .card-item__icon--five .lnr--five {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .card-block .card-items-list .card-item__icon--five .lnr--five {
    font-size: 1.5rem;
  }
}
.card-block .card-items-list .card-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875vw;
}
.card-block .card-items-list .card-item__header .card-item__icon {
  margin-right: 1.25vw;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-block .card-items-list .card-item__header h4 strong {
  margin: 0;
}
.card-block .card-items-list .card-item__eyebrow {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.card-block .card-items-list .card-item__text {
  line-height: 1.5;
  margin-bottom: 1.875vw;
}
.card-block .card-items-list .card-item__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.stories-single-content .single-page-thumbnail {
  border-radius: 0;
}

/* stylelint-disable */
.section-content-w-sidebar {
  overflow: hidden;
}
.section-content-w-sidebar--none {
  margin-top: 0;
}
.section-content-w-sidebar--small {
  margin-top: 3.75vw;
}
.section-content-w-sidebar--medium {
  margin-top: 5.625vw;
}
.section-content-w-sidebar--large {
  margin-top: 11.25vw;
}
.section-content-w-sidebar__inner {
  width: 97.5vw;
  margin: 0 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar__inner {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content-w-sidebar__inner {
    width: 70vw;
    margin: 0 15vw;
  }
}
.section-content-w-sidebar__inner.sidebar-beneath {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar__inner.sidebar-beneath {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-content-w-sidebar__inner.sidebar-above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar__inner.sidebar-above {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-content-w-sidebar p:last-of-type, .section-content-w-sidebar p:last-child {
  margin-bottom: 0;
}
.section-content-w-sidebar blockquote {
  border-left: 1.25rem solid #dad1f5;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 0.75rem;
}
.section-content-w-sidebar .main-content {
  width: 85vw;
  margin: 0 6.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar .main-content {
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .main-content {
    width: 55vw;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content-w-sidebar .main-content {
    width: 45vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .main-content.no-sidebar {
    width: 85vw;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content-w-sidebar .main-content.no-sidebar {
    width: 85vw;
  }
}
.section-content-w-sidebar .main-content .block-item--none {
  margin-top: 0;
}
.section-content-w-sidebar .main-content .block-item--small {
  margin-top: 3.75vw;
}
.section-content-w-sidebar .main-content .block-item--medium {
  margin-top: 5.625vw;
}
.section-content-w-sidebar .main-content .block-item--large {
  margin-top: 11.25vw;
}
.section-content-w-sidebar .main-content ol,
.section-content-w-sidebar .main-content ul {
  counter-reset: section;
}
.section-content-w-sidebar .main-content li {
  list-style: none;
}
.section-content-w-sidebar .main-content li.link-icon {
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.section-content-w-sidebar .main-content li.link-icon:before {
  font-family: "Linearicons", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  content: "\ec17";
  position: absolute;
  left: 0;
}
.section-content-w-sidebar .main-content li.link-icon:last-child, .section-content-w-sidebar .main-content li.link-icon:last-of-type {
  padding-bottom: 0;
}
.section-content-w-sidebar .main-content ol li {
  padding-bottom: 1.5rem;
  padding-left: 2em;
  position: relative;
}
.section-content-w-sidebar .main-content ol li::before {
  content: "";
  background-color: #dad1f5;
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0.5625rem;
}
.section-content-w-sidebar .main-content ol li::after {
  counter-increment: section;
  content: counter(section);
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  background-color: #dad1f5;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 0;
}
.section-content-w-sidebar .main-content ol li:last-child, .section-content-w-sidebar .main-content ol li:last-of-type {
  padding-bottom: 0;
}
.section-content-w-sidebar .main-content ol li:last-child::before, .section-content-w-sidebar .main-content ol li:last-of-type::before {
  height: 0;
}
.section-content-w-sidebar .sidebar {
  background-color: #f9f8fa;
  width: auto;
  padding: 2rem 6.25vw;
  position: relative;
  border-color: inherit;
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar .sidebar {
    padding: 2rem 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .sidebar {
    width: 25vw;
    padding: 2rem 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content-w-sidebar .sidebar {
    width: 20vw;
  }
}
.section-content-w-sidebar .sidebar.sidebar-beneath {
  margin: 5.625vw 0 0 0;
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .sidebar.sidebar-beneath {
    margin: 0;
  }
}
.section-content-w-sidebar .sidebar.sidebar-above {
  margin: 0 0 5.625vw 0;
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .sidebar.sidebar-above {
    margin: 0;
  }
}
.section-content-w-sidebar .sidebar h5 {
  margin-bottom: 1.875vw;
}
.section-content-w-sidebar .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: inherit;
}
.section-content-w-sidebar .sidebar li {
  margin-bottom: 1.875vw;
  position: relative;
  border-color: inherit;
  padding-left: calc(0.75rem + 1.25vw);
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar .sidebar li {
    padding-left: calc(1rem + 1.25vw);
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .sidebar li {
    padding: 0;
  }
}
.section-content-w-sidebar .sidebar li:last-of-type {
  margin-bottom: 0;
}
.section-content-w-sidebar .sidebar li::before {
  font-family: "Linearicons", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
  content: "\ec59";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar .sidebar li::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .section-content-w-sidebar .sidebar li::before {
    left: calc(-2.5vw - 0.5rem);
  }
}
.section-content-w-sidebar .sidebar img {
  max-width: 4.5rem;
  max-height: 2.25rem;
}
@media only screen and (min-width: 640px) {
  .section-content-w-sidebar .sidebar img {
    max-width: 10vw;
    max-height: 5vw;
  }
}
.section-content-w-sidebar .sidebar svg {
  position: absolute;
  bottom: -0.125rem;
  right: -0.125rem;
}
.section-content-w-sidebar .sidebar a i {
  margin-left: 0.5rem;
}
.section-content-w-sidebar .sidebar__header {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 1.875vw;
}
.section-content-w-sidebar .sidebar__header strong {
  display: block;
}
.section-content-w-sidebar .sidebar__header .image-caption {
  margin-left: 1rem;
}
.section-content-w-sidebar .sidebar__cta {
  margin-top: 1.5rem;
  padding-right: 1rem;
  display: inline-block;
  width: 100%;
  border-left: 0.5rem solid;
  text-align: right;
}

.section-content-w-sidebar[data-font-color="#dad1f5"] ul li::before {
  color: #4519ce;
}

.section-content-w-sidebar[data-font-color="#f7d0d5"] ul li::before {
  color: #d6132d;
}

.section-content-w-sidebar[data-font-color="#ffe7d3"] ul li::before {
  color: #ff8521;
}

.section-content-w-sidebar[data-font-color="#fef8d1"] ul li::before {
  color: #fadc1a;
}

.section-content-w-sidebar[data-font-color="#ccf6e7"] ul li::before {
  color: #00cf84;
}

/* stylelint-disable */
.cta-section {
  overflow: hidden;
  margin-top: 11.25vw;
}
@media only screen and (min-width: 960px) {
  .cta-section {
    padding-bottom: 5.625vw;
  }
}
.cta-section__outer {
  background-color: #f9f8fa;
  width: 97.5vw;
  height: auto;
  margin: 0 1.25vw;
  padding: 5.625vw 0 11.25vw 6.25vw;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .cta-section__outer {
    padding: 11.25vw 0 0 6.25vw;
    height: 40vw;
  }
}
.cta-section__inner {
  width: 85vw;
}
@media only screen and (min-width: 960px) {
  .cta-section__inner {
    width: 55vw;
  }
}
.cta-section__inner h2 strong {
  margin-bottom: 3.75vw;
}
.cta-section img {
  margin-left: 1.25vw;
}
@media only screen and (min-width: 960px) {
  .cta-section img {
    width: 40vw;
    height: 40vw;
    position: absolute;
    top: 5.625vw;
    right: -1.25vw;
  }
}

.demo-sessions {
  overflow: hidden;
}
.demo-sessions__outer {
  width: 85vw;
  margin: 3.75vw 7.5vw 0;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .demo-sessions__outer {
    width: 70vw;
    margin: 3.75vw 15vw 0;
  }
}
@media only screen and (min-width: 1280px) {
  .demo-sessions__outer.background {
    background-color: #f9f8fa;
    width: 85vw;
    margin: 3.75vw 7.5vw 0;
    padding: 3.75vw 7.5vw;
  }
}
.demo-sessions__row {
  background-color: #f9f8fa;
  width: 100%;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row {
    padding-right: 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .demo-sessions__row.background {
    background-color: #fff;
  }
}
.demo-sessions__row__date {
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 1280px) {
  .demo-sessions__row__date {
    width: 5vw;
  }
}
.demo-sessions__row__date .day {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 960px) {
  .demo-sessions__row__date .day {
    font-size: 2rem;
  }
}
.demo-sessions__row__date .month {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.demo-sessions__row__text-button {
  margin: 0 auto;
  padding: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row__text-button {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.demo-sessions__row__text-button .text {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row__text-button .text {
    text-align: left;
    margin-left: 1.25vw;
  }
}
.demo-sessions__row__text-button .text .date,
.demo-sessions__row__text-button .text .time {
  display: block;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row__text-button .text .date,
.demo-sessions__row__text-button .text .time {
    display: inline;
  }
}
.demo-sessions__row__text-button .text p {
  margin: 0 2.5vw;
  font-style: italic;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row__text-button .text p {
    border-left: 0.25rem solid;
    margin: 0 2.5vw 0 0;
    padding-left: 0.75rem;
  }
}
@media only screen and (min-width: 960px) {
  .demo-sessions__row__text-button .text p {
    margin: 0;
    width: 50vw;
  }
}
.demo-sessions__row__text-button .button {
  margin: 3.75vw auto 0;
}
@media only screen and (min-width: 640px) {
  .demo-sessions__row__text-button .button {
    margin: 0 0 0 auto;
  }
}

/* stylelint-disable */
.details {
  position: relative;
  margin-top: 11.25vw;
  margin-bottom: -2.6rem;
  padding-bottom: 2.6rem;
  overflow: hidden;
}
.details--none {
  margin-top: 0;
}
.details--small {
  margin-top: 3.75vw;
}
.details--medium {
  margin-top: 5.625vw;
}
.details--large {
  margin-top: 11.25vw;
}
.details.has-background {
  padding-top: 11.25vw;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .details.has-background {
    padding-top: 0;
  }
}
.details__bg {
  width: 97.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25vw;
  z-index: -1;
  pointer-events: none;
}
.details__row-right {
  width: 100vw;
}
@media only screen and (min-width: 960px) {
  .details__row-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.details__row-right .details__content-right {
  width: 85vw;
  margin-left: 7.5vw;
  padding-bottom: 5vw;
}
@media only screen and (min-width: 960px) {
  .details__row-right .details__content-right {
    width: 40vw;
    padding-top: 5.625vw;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .details__row-right .details__content-right.has-background {
    padding-top: 11.25vw;
  }
}
.details__row-right .details__content-right li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0.5rem;
  margin-left: 1em;
}
.details__row-right .details__img-short {
  width: 85vw;
  margin-left: 7.5vw;
}
@media only screen and (min-width: 960px) {
  .details__row-right .details__img-short {
    width: 40vw;
    margin-left: 5vw;
  }
}
.details__row-right .details__img-wide {
  position: relative;
  padding-top: 2rem;
  margin-left: 5vw;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
  .details__row-right .details__img-wide {
    width: 47.5vw;
  }
}
.details__row-left {
  width: 100vw;
}
@media only screen and (min-width: 960px) {
  .details__row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.details__row-left .details__content-left {
  width: 85vw;
  margin-left: 7.5vw;
  padding-bottom: 5vw;
}
@media only screen and (min-width: 960px) {
  .details__row-left .details__content-left {
    width: 40vw;
    margin-left: 5vw;
    margin-right: 7.5vw;
    padding-top: 7.5vw;
  }
}
.details__row-left .details__img-short {
  width: 85vw;
  margin-left: 7.5vw;
}
@media only screen and (min-width: 960px) {
  .details__row-left .details__img-short {
    width: 40vw;
  }
}
.details__row-left .details__img-wide {
  position: relative;
  padding-top: 2rem;
  margin-left: 5vw;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
  .details__row-left .details__img-wide {
    width: 47.5vw;
  }
}
.details .details__video-wide {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 7.5vw;
  padding-top: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .details .details__video-wide {
    border-radius: 0.5rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .details .details__video-wide {
    border-radius: 0.5rem 0 0 0.5rem;
    width: 47.5vw;
    margin-left: 5vw;
    padding-top: 2rem;
  }
}
.details .details__video-wide video {
  width: 85vw;
  height: 100%;
}
.details .details__video-wide::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 85vw;
  height: 0.75rem;
  background-color: #e9e8ea;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .details .details__video-wide::before {
    height: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .details .details__video-wide::before {
    height: 2rem;
  }
}
.details .details__video-wide::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  width: 1px;
  height: 1px;
  background-color: #b4b4b8;
  -webkit-box-shadow: 0 0 0 0.125rem #b4b4b8, 0.5rem 0 0 0.125rem #b4b4b8, 1rem 0 0 0.125rem #b4b4b8;
          box-shadow: 0 0 0 0.125rem #b4b4b8, 0.5rem 0 0 0.125rem #b4b4b8, 1rem 0 0 0.125rem #b4b4b8;
}
@media only screen and (min-width: 640px) {
  .details .details__video-wide::after {
    left: 1rem;
    top: 0.8rem;
    -webkit-box-shadow: 0 0 0 0.25rem #b4b4b8, 1rem 0 0 0.25rem #b4b4b8, 2rem 0 0 0.25rem #b4b4b8;
            box-shadow: 0 0 0 0.25rem #b4b4b8, 1rem 0 0 0.25rem #b4b4b8, 2rem 0 0 0.25rem #b4b4b8;
  }
}
@media only screen and (min-width: 960px) {
  .details .details__video-wide::after {
    left: 1rem;
    top: 1rem;
    -webkit-box-shadow: 0 0 0 0.3125rem #b4b4b8, 1.25rem 0 0 0.3125rem #b4b4b8, 2.5rem 0 0 0.3125rem #b4b4b8;
            box-shadow: 0 0 0 0.3125rem #b4b4b8, 1.25rem 0 0 0.3125rem #b4b4b8, 2.5rem 0 0 0.3125rem #b4b4b8;
  }
}
.details .details__video-short {
  width: 85vw;
  padding: 3.75vw 0;
}
@media only screen and (min-width: 960px) {
  .details .details__video-short {
    margin-left: 5vw;
    width: 40vw;
  }
}

.details-button-text {
  pointer-events: none;
}

.color-animation {
  -webkit-animation: colorAnim 7s;
       -o-animation: colorAnim 7s;
          animation: colorAnim 7s;
}

@-webkit-keyframes colorAnim {
  0% {
    color: black;
  }
  20% {
    color: white;
  }
  80% {
    color: white;
  }
  100% {
    color: black;
  }
}

@-o-keyframes colorAnim {
  0% {
    color: black;
  }
  20% {
    color: white;
  }
  80% {
    color: white;
  }
  100% {
    color: black;
  }
}

@keyframes colorAnim {
  0% {
    color: black;
  }
  20% {
    color: white;
  }
  80% {
    color: white;
  }
  100% {
    color: black;
  }
}
.downloads-section {
  overflow: hidden;
}
.downloads-section__inner {
  background-color: #f9f8fa;
  width: 97.5vw;
  margin: 3.75vw 1.25vw 0;
  padding: 3.75vw 6.25vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .downloads-section__inner {
    width: 85vw;
    margin: 3.75vw 7.5vw 0;
    padding: 3.75vw 0 0 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .downloads-section__inner {
    padding: 3.75vw 0 0 7.5vw;
  }
}
.downloads-section__left {
  width: 100%;
  padding: 3.75vw 0 5.625vw 0;
}
@media only screen and (min-width: 640px) {
  .downloads-section__left {
    width: 40vw;
  }
}
.downloads-section__right {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .downloads-section__right {
    width: 40vw;
  }
}
.downloads-section__right img {
  width: 100%;
  height: auto;
  max-width: none;
}
@media only screen and (min-width: 640px) {
  .downloads-section__right img {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.downloads-section__row {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.downloads-section__row:not(:first-child) {
  margin-top: 2rem;
}
.downloads-section__row__title {
  width: 100%;
}
.downloads-section__row__title h4 strong {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .downloads-section__row__title h4 strong {
    font-size: inherit;
  }
}
.downloads-section__row__link {
  margin-top: 1rem;
  line-height: 1.5;
}
.downloads-section__row__link a i {
  margin-left: 0.5rem;
}

.embed-video__outer {
  width: 100%;
  max-width: 85vw;
  margin: 3.75vw auto;
}
@media only screen and (min-width: 960px) {
  .embed-video__outer {
    max-width: 70vw;
  }
}
.embed-video__outer.has-background {
  margin: 3.75vw auto 0;
}
@media only screen and (min-width: 960px) {
  .embed-video__outer.has-background {
    max-width: 85vw;
    background-color: #f9f8fa;
    padding: 5.625vw 7.5vw;
  }
}
.embed-video__outer__inner {
  background-color: white;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
.embed-video__outer__inner.has-poster {
  cursor: pointer;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.embed-video__outer__inner.has-poster iframe,
.embed-video__outer__inner.has-poster video {
  -webkit-clip-path: inset(0px 0px);
          clip-path: inset(0px 0px);
}
.embed-video__outer__inner .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  cursor: pointer;
}
.embed-video__outer__inner:hover .video-play-button-bg {
  fill: #f00;
}
.embed-video__outer__inner iframe,
.embed-video__outer__inner video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(2px 2px);
          clip-path: inset(2px 2px);
}
.embed-video__outer .streamed-video__inner {
  background-color: white;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
.embed-video__outer .streamed-video__inner.has-poster {
  cursor: pointer;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.embed-video__outer .streamed-video__inner.has-poster iframe,
.embed-video__outer .streamed-video__inner.has-poster video {
  -webkit-clip-path: inset(0px 0px);
          clip-path: inset(0px 0px);
}
.embed-video__outer .streamed-video__inner .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  cursor: pointer;
}
.embed-video__outer .streamed-video__inner:hover .video-play-button-bg {
  fill: #f00;
}
.embed-video__outer .streamed-video__inner iframe,
.embed-video__outer .streamed-video__inner video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(2px 2px);
          clip-path: inset(2px 2px);
}

.employees {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .employees h2 {
    margin-left: 7.5vw;
  }
}
.employees__wrapper {
  margin-top: 3.75vw;
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 960px) {
  .employees__wrapper {
    grid-template-columns: auto auto auto auto;
  }
}
@media only screen and (min-width: 1280px) {
  .employees__wrapper {
    grid-template-columns: auto auto auto auto auto;
  }
}
.employees__wrapper .employee {
  width: 85vw;
  position: relative;
  margin-bottom: 3.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper .employee {
    width: 25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .employees__wrapper .employee {
    width: 17.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .employees__wrapper .employee {
    width: 15vw;
  }
}
.employees__wrapper .employee__img {
  position: relative;
  width: 25vw;
  height: 0;
  padding: 0 0 25vw 0;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper .employee__img {
    width: 66.6666666667%;
    margin: 0 auto;
    padding: 0 0 66.6666666667% 0;
  }
}
.employees__wrapper .employee__img img {
  max-width: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.employees__wrapper .employee__details {
  width: 60vw;
  margin-top: 1.25vw;
  margin-right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper .employee__details {
    width: auto;
    margin-right: 0;
  }
}
.employees__wrapper .employee__details h4 {
  font-weight: 600;
  margin-bottom: 0.3125vw;
}
.employees__wrapper .employee__contact {
  width: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper .employee__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.employees__wrapper .employee__contact a:first-child {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .employees__wrapper .employee__contact a:first-child {
    margin-right: 1rem;
  }
}

.icon-link {
  font-size: 1.5rem;
  color: #000;
}
.icon-link i::before {
  position: relative;
}

.events-block {
  overflow: hidden;
}
.events-block__outer {
  width: 85vw;
  margin: 3.75vw 7.5vw 0;
  position: relative;
}
.events-block__row {
  background-color: #f9f8fa;
  width: 100%;
  margin-bottom: 0.125rem;
  padding: 3.75vw 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 640px) {
  .events-block__row {
    padding: 1.875vw 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .events-block__row {
    padding: 2.5vw 7.5vw;
  }
}
@media only screen and (min-width: 640px) {
  .events-block__row--left {
    width: 45vw;
    margin-top: 1.25vw;
  }
}
.events-block__row--right {
  width: 6rem;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .events-block__row--right {
    width: 15vw;
    margin-bottom: 0;
  }
}
.events-block .links {
  padding-top: 2.8125vw;
}
@media only screen and (min-width: 640px) {
  .events-block .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.events-block .links button {
  margin-right: 5vw;
}
.events-block .links a span {
  margin-left: 0.5rem;
}

/* stylelint-disable */
.face-section {
  overflow: hidden;
  margin-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .face-section {
    margin-top: 5.625vw;
  }
}
.face-section__outer {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .face-section__outer {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
.face-section__outer .section-media {
  background-color: #f9f8fa;
  width: 100%;
  height: auto;
  padding: 3.75vw 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media {
    height: 40vw;
    padding: 3.75vw 5vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.face-section__outer .section-media .column-wrap {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 5vw 3.75vw;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media .column-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: visible;
    padding: 0;
  }
}
.face-section__outer .section-media .column-wrap .cat-column {
  min-width: 15vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.face-section__outer .section-media .column-wrap .cat-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media .column-wrap .cat-column ul {
    display: block;
  }
}
.face-section__outer .section-media .column-wrap .cat-column li {
  font-size: 0.75rem;
  text-align: center;
  width: 3rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media .column-wrap .cat-column li {
    text-align: left;
    width: auto;
    margin-right: auto;
  }
}
.face-section__outer .section-media .column-wrap .cat-column li img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 0;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media .column-wrap .cat-column li img {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.face-section__outer .section-media .column-wrap .cat-column li.selected-face::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid #f7d0d5;
  border-radius: 50%;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media #face {
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: auto;
    height: calc(100% - 5.625vw);
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.face-section__outer .section-media #face video,
.face-section__outer .section-media #face img {
  width: auto;
  height: 60vw;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-media #face video,
.face-section__outer .section-media #face img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
}
.face-section__outer .section-media .media-caption {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  font-size: 0.75rem;
}
.face-section__outer .section-copy {
  width: 100%;
  margin-top: 3rem;
}
@media only screen and (min-width: 960px) {
  .face-section__outer .section-copy {
    width: 55vw;
    margin-top: 3.75vw;
  }
}

/* stylelint-disable */
.faq-block {
  overflow: hidden;
  margin-top: 2.5vw;
}
@media only screen and (min-width: 640px) {
  .faq-block {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .faq-block {
    margin-top: 3.75vw;
  }
}
.faq-block__outer {
  width: 97.2vw;
  margin: 0 1.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .faq-block__outer {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .faq-block__outer {
    background-color: #f9f8fa;
    min-height: calc(25rem + 5.625vw);
    padding: 5.625vw 7.5vw;
  }
}
.faq-block .faq-segment {
  background-color: #f9f8fa;
  margin-top: 1.25vw;
  padding: 3.75vw 0;
}
@media only screen and (min-width: 640px) {
  .faq-block .faq-segment {
    margin-top: 3.75vw;
    padding: 1.25vw 0;
    height: auto;
  }
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment {
    background-color: none;
    margin-top: 0;
    padding: 0;
  }
}
.faq-block .faq-segment .faq-segment-title {
  color: #000;
}
@media only screen and (min-width: 640px) {
  .faq-block .faq-segment .faq-segment-title[aria-expanded=true] .indicator::before {
    content: "Hide topics";
  }
}
.faq-block .faq-segment .faq-segment-title[aria-expanded=true] i::before {
  content: "\ec62";
}
.faq-block .faq-segment h4 {
  border-left: 0.75rem solid;
  margin-left: -0.375rem;
  padding: 6.25vw calc(6.25vw + 1rem) 6.25vw calc(6.25vw - 0.375rem);
  position: static;
  font-size: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .faq-block .faq-segment h4 {
    padding: 2.5vw calc(2.5vw + 1rem) 2.5vw calc(2.5vw - 0.375rem);
  }
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment h4 {
    border-left: 1.5rem solid;
    width: calc(27.5vw + 0.75rem);
    margin: 0;
    padding: 2rem 0 2rem 7.5vw;
    left: -0.75rem;
    position: absolute;
    font-size: 1.875vw;
  }
}
.faq-block .faq-segment h4:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment h4.active-title {
    cursor: default;
    font-weight: 600;
  }
  .faq-block .faq-segment h4.active-title:hover {
    text-decoration: none;
  }
}
.faq-block .faq-segment h4 .indicator {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #4528ce;
  line-height: 1.25;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .faq-block .faq-segment h4 .indicator::before {
    content: "Show topics";
  }
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment h4 .indicator {
    display: none;
  }
}
.faq-block .faq-segment h4 .indicator i {
  position: relative;
  margin-left: 0.5rem;
  line-height: 1.25;
}
.faq-block .faq-segment h4 .indicator i::before {
  position: absolute;
  top: 0;
}
.faq-block .faq-segment .faq-accordion {
  margin: 0;
  padding: 0 calc(6.25vw + 1rem) 0 6.25vw;
  list-style: none;
  line-height: 1.5;
  display: none;
}
@media only screen and (min-width: 640px) {
  .faq-block .faq-segment .faq-accordion {
    padding: 0 calc(2.5vw + 1rem) 0 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment .faq-accordion {
    width: 45vw;
    margin: 0 0 0 25vw;
    padding: 0;
  }
  .faq-block .faq-segment .faq-accordion.active-accordion {
    display: block;
  }
}
.faq-block .faq-segment .faq-accordion__title {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #000;
}
.faq-block .faq-segment .faq-accordion__title span {
  width: 75vw;
}
@media only screen and (min-width: 960px) {
  .faq-block .faq-segment .faq-accordion__title span {
    width: 40vw;
  }
}
.faq-block .faq-segment .faq-accordion__title i {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #4528ce;
  font-size: 1rem;
}
.faq-block .faq-segment .faq-accordion__title i::before {
  line-height: 1.5;
}
.faq-block .faq-segment .faq-accordion__title:focus {
  color: currentColor;
}
.faq-block .faq-segment .faq-accordion__title[aria-expanded=true] i::before {
  content: "\ec5c";
}
.faq-block .faq-segment .faq-accordion__elem {
  margin-top: 2rem;
}
.faq-block .faq-segment .faq-accordion__content {
  border-left: 0.25rem solid;
  padding-left: 2rem;
}
.faq-block .faq-segment .faq-accordion__content p:last-of-type {
  margin: 0;
}

/* stylelint-disable */
.feature-block {
  overflow: hidden;
}
.feature-block--none {
  margin-top: 0;
}
.feature-block--small {
  margin-top: 3.75vw;
}
.feature-block--medium {
  margin-top: 5.625vw;
}
.feature-block--large {
  margin-top: 11.25vw;
}
.feature-block__outer {
  width: 85vw;
  margin: 0 7.5vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-block .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-block .feature.has-top-margin {
  margin-top: 11.25vw;
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.has-top-margin {
    margin-top: 5.625vw;
  }
}
.feature-block .feature .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.5rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 640px) {
  .feature-block .feature .media {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 960px) {
  .feature-block .feature .media {
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
  }
}
.feature-block .feature .media::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
}
.feature-block .feature .media::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 0.75rem;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
}
.feature-block .feature .media.light::before {
  background-color: #e9e8ea;
}
.feature-block .feature .media.light::after {
  background-color: #b4b4b8;
  -webkit-box-shadow: 0 0 0 0.1875rem #b4b4b8, 0.75rem 0 0 0.1875rem #b4b4b8, 1.5rem 0 0 0.1875rem #b4b4b8;
          box-shadow: 0 0 0 0.1875rem #b4b4b8, 0.75rem 0 0 0.1875rem #b4b4b8, 1.5rem 0 0 0.1875rem #b4b4b8;
}
.feature-block .feature .media.dark {
  background-color: #363440;
}
.feature-block .feature .media.dark::before {
  background-color: #363440;
}
.feature-block .feature .media.dark::after {
  background-color: #65636c;
  -webkit-box-shadow: 0 0 0 0.1875rem #65636c, 0.75rem 0 0 0.1875rem #65636c, 1.5rem 0 0 0.1875rem #65636c;
          box-shadow: 0 0 0 0.1875rem #65636c, 0.75rem 0 0 0.1875rem #65636c, 1.5rem 0 0 0.1875rem #65636c;
}
.feature-block .feature .media video {
  width: 85vw;
  height: 100%;
}
.feature-block .feature .copy {
  position: relative;
  z-index: 1;
}
.feature-block .feature .copy li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0.5rem;
  margin-left: 1em;
}
.feature-block .feature .copy a {
  margin-top: 1.875vw;
}
.feature-block .feature .copy a.blank {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.feature-block .feature .copy a.blank i {
  margin-left: 0.5rem;
}
.feature-block .feature .copy p:last-of-type, .feature-block .feature .copy p:last-child {
  margin-bottom: 0;
}
.feature-block .feature.one-column {
  width: 85vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.feature-block .feature.one-column .media-wrap {
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.one-column .media-wrap {
    background-color: #f9f8fa;
    padding: 5.625vw 7.5vw;
    overflow: hidden;
  }
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.one-column .media {
    margin-bottom: -11.25vw;
  }
}
.feature-block .feature.one-column .copy {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.one-column .copy {
    width: 55vw;
  }
}
@media only screen and (min-width: 1280px) {
  .feature-block .feature.one-column .copy {
    margin: 0;
  }
}
.feature-block .feature.one-column .copy-position--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.feature-block .feature.one-column .copy.lead-font-size--large p {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.one-column .copy.lead-font-size--large p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.one-column .copy.lead-font-size--large p {
    font-size: 1.5rem;
  }
}
.feature-block .feature.two-columns {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.two-columns {
    width: 40vw;
  }
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.two-columns .media-wrap {
    background-color: #f9f8fa;
    padding: 5.625vw 7.5vw;
    margin-bottom: 3.75vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.two-columns .media-wrap {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
}
.feature-block .feature.two-columns .media {
  margin-bottom: 5.625vw;
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.two-columns .media {
    margin-bottom: 3.75vw;
  }
}
.feature-block .feature.stacked {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.stacked {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.feature-block .feature.stacked:first-child {
  margin-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.stacked:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 640px) {
  .feature-block .feature.stacked .media-wrap {
    background-color: #f9f8fa;
    padding: 5.625vw 7.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.stacked .media-wrap {
    background-color: transparent;
    padding: 0;
  }
}
.feature-block .feature.stacked .media {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.stacked .media {
    width: 40vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.feature-block .feature.stacked .copy {
  width: 100%;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .feature-block .feature.stacked .copy {
    width: 40vw;
  }
}
.feature-block .feature .embed-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-block .feature .embed-wrap .embedded-video__outer,
.feature-block .feature .embed-wrap .live-feed__outer {
  margin-bottom: 5.625vw;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 960px) {
  .feature-block .feature .embed-wrap .embedded-video__outer,
.feature-block .feature .embed-wrap .live-feed__outer {
    margin-bottom: 3.75vw;
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
  }
}
.feature-block .feature .embed-wrap .embedded-video__outer {
  width: 100%;
}
.feature-block .feature .embed-wrap .embedded-video__outer.show-live-feed {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .feature-block .feature .embed-wrap .embedded-video__outer.show-live-feed {
    width: 55vw;
  }
}
.feature-block .feature .embed-wrap .embedded-video__inner {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
.feature-block .feature .embed-wrap .live-feed__outer {
  width: 100%;
  position: relative;
  display: none;
}
@media only screen and (min-width: 640px) {
  .feature-block .feature .embed-wrap .live-feed__outer {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .feature-block .feature .embed-wrap .live-feed__outer {
    width: 25vw;
  }
}
.feature-block .feature .embed-wrap .live-feed__inner {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .feature-block .feature .embed-wrap .live-feed__inner {
    height: 100%;
    padding: 0;
  }
}
.feature-block .feature .embed-wrap iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* stylelint-disable */
.form-section-outer {
  overflow: hidden;
}

.form-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.form-section h4 {
  margin-bottom: 1.875vw;
}
.form-section ol,
.form-section ul,
.form-section p {
  padding-bottom: 3.75vw;
  counter-reset: section;
}
.form-section p.font-size-large {
  padding-bottom: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .form-section p.font-size-large {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .form-section p.font-size-large {
    font-size: 1.5rem;
  }
}
.form-section li {
  list-style: none;
}
.form-section ol li {
  padding-bottom: 1.5rem;
  padding-left: 2em;
  position: relative;
}
.form-section ol li::before {
  content: "";
  background-color: #dad1f5;
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0.5625rem;
}
.form-section ol li::after {
  counter-increment: section;
  content: counter(section);
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  background-color: #dad1f5;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 0;
}
.form-section ol li:last-child, .form-section ol li:last-of-type {
  padding-bottom: 0;
}
.form-section ol li:last-child::before, .form-section ol li:last-of-type::before {
  height: 0;
}
.form-section--none {
  margin-top: 0;
}
.form-section--small {
  margin-top: 3.75vw;
}
.form-section--medium {
  margin-top: 5.625vw;
}
.form-section--large {
  margin-top: 11.25vw;
}
.form-section.form-section--right {
  width: 85vw;
  margin-right: 7.5vw;
  margin-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .form-section.form-section--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-section.form-section--left {
  width: 85vw;
  margin-right: 7.5vw;
  margin-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .form-section.form-section--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.form-section.form-section--center {
  display: block;
}
.form-section.form-section--center.has-bg {
  background-color: #f9f8fa;
  width: 85vw;
  margin-right: 7.5vw;
  margin-left: 7.5vw;
  padding: 5.625vw 1.5rem;
}
@media only screen and (min-width: 640px) {
  .form-section.form-section--center.has-bg {
    padding: 5.625vw 2rem;
  }
}
.form-section.form-section--wide {
  display: block;
  position: relative;
}
.form-section.form-section--wide.form-section--medium {
  margin-top: 11.25vw;
}
@media only screen and (min-width: 640px) {
  .form-section.form-section--wide.form-section--medium {
    margin-top: 5.625vw;
  }
}
.form-section.form-section--wide.has-section-bg {
  width: 97.5vw;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  padding-top: 3rem;
}
.form-section.form-section--wide.has-section-bg::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 11.25vw;
  bottom: 0;
  left: 0;
}
.form-section.form-section--wide.has-section-bg.blue-tint-03 {
  background-color: #dad1f5;
}
.form-section.form-section--wide.has-bg-image {
  padding-top: 11.25vw;
}
.form-section.form-section--wide.has-bg-image h2 {
  padding-bottom: 5.625vw;
}
.form-section.form-section--wide.has-bg-image h2 strong {
  margin-bottom: 0;
}
.form-section.form-section--wide .background-image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5vw;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .form-section.form-section--wide .background-image {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .form-section__content {
    width: 40vw;
  }
}
.form-section__content--center {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .form-section__content--center {
    width: 70vw;
  }
}
.form-section__content--center p {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .form-section__content--center p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .form-section__content--center p {
    font-size: 1.5rem;
  }
}
.form-section__content--center p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .form-section__content--center.has-bg {
    width: 70vw;
  }
}
.form-section__content--wide {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 640px) {
  .form-section__content--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .form-section__content--wide {
    margin: 0 15vw 0 7.5vw;
    width: 77.5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .form-section__content--wide.has-section-bg {
    margin: 0 15vw;
    width: 70vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-section__content--wide.has-section-bg .form-section__content--wide--text {
    width: 45vw;
  }
}
.form-section__content--wide--text {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .form-section__content--wide--text {
    width: 55vw;
  }
}
@media only screen and (min-width: 1280px) {
  .form-section__content--wide--text {
    width: 52.5vw;
  }
}
.form-section__content--wide--img {
  width: 60vw;
  margin: 7.5vw auto 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .form-section__content--wide--img {
    margin: 0;
    width: 25vw;
  }
}
.form-section__content--right {
  width: 100%;
  padding: 0 0 5.625vw 0;
}
@media only screen and (min-width: 960px) {
  .form-section__content--right {
    background: none;
    width: 40vw;
  }
}
.form-section__content--left--text {
  margin-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .form-section__content--left--text {
    margin: 0;
  }
}
.form-section__content .list-wrap {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .form-section__content .list-wrap {
    padding: 0;
  }
}
.form-section .form-section-footer {
  width: auto;
  font-size: 0.75rem;
  margin-top: 5.625vw;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 960px) {
  .form-section .form-section-footer {
    width: 40vw;
    position: absolute;
    bottom: 0;
  }
}
.form-section .accordion__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .form-section .accordion__title {
    margin-bottom: 0.9375vw;
  }
}
.form-section .accordion__title[aria-expanded=true] i::before {
  content: "\ec62";
}
.form-section .accordion__title:hover {
  text-decoration: underline;
}
.form-section .accordion__title .indicator {
  font-size: 1rem;
  color: #4528ce;
}
.form-section .accordion__title .indicator i {
  position: relative;
  margin-left: 1rem;
  line-height: 1;
}
.form-section .accordion__title .indicator i::before {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0) {
  .form-section.has-section-bg:not(.form-section--wide) {
    width: 97.5vw;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
    padding: 5.625vw 6.25vw;
  }
  .form-section.has-section-bg:not(.form-section--wide)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20vw;
    bottom: 0;
    left: 0;
  }
}
.form-section.blue-tint-03 {
  background-color: #dad1f5;
}
.form-section .accordion__content.expanded {
  display: block;
}

.page-furhat-conference .form-section__content--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 640px) {
  .page-furhat-conference .form-section__content--wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-furhat-conference .form-section__content--wide--img {
  margin: 0 auto 7.5vw;
}
@media only screen and (min-width: 640px) {
  .page-furhat-conference .form-section__content--wide--img {
    margin: 0;
  }
}
.page-furhat-conference .form-section__content--wide--text {
  margin-bottom: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .page-furhat-conference .form-section__content--wide--text {
    margin: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .dir-rtl .form-section__content--wide {
    margin: 0 7.5vw 0 15vw;
  }
}

.image-carousel {
  overflow: hidden;
}
.image-carousel__outer {
  width: 97.5vw;
  margin: 3.75vw auto 0;
  padding: 0 6.25vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .image-carousel__outer {
    width: 85vw;
    padding: 0 7.5vw;
  }
}
.image-carousel__outer::after {
  content: "";
  position: absolute;
  top: 18.128vw;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
.image-carousel__inner {
  width: 85vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1280px) {
  .image-carousel__inner {
    width: 70vw;
  }
}
.image-carousel__inner .slick-dots {
  width: 85vw;
  height: 3.75vw;
  top: 28rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media only screen and (min-width: 1280px) {
  .image-carousel__inner .slick-dots {
    width: 70vw;
  }
}
.image-carousel__inner .slick-dots li {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: #fff;
  height: 3.75vw;
  width: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.image-carousel__inner .slick-dots li.slick-active {
  background-color: #dad1f5;
  font-weight: 600;
}
.image-carousel__inner .slick-dots li.slick-active:hover {
  text-decoration: none;
}
.image-carousel__inner .slick-dots li:hover {
  text-decoration: underline;
}
.image-carousel__inner button:focus, .image-carousel__inner button:active, .image-carousel__inner button:hover {
  outline: none;
  background-color: #fff;
}
.image-carousel__inner .slick-arrow {
  background-color: #dad1f5;
  width: 3rem;
  height: 3rem;
  z-index: 99;
  top: 66vw;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
@media only screen and (min-width: 640px) {
  .image-carousel__inner .slick-arrow {
    top: 28rem;
  }
}
.image-carousel__inner .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.image-carousel__inner .slick-arrow.slick-prev::before {
  font-family: "Linearicons", sans-serif;
  content: "\ec3b";
  color: #000;
  opacity: 1;
}
.image-carousel__inner .slick-arrow.slick-prev.slick-disabled:hover {
  background-color: #dad1f5;
}
.image-carousel__inner .slick-arrow.slick-prev.slick-disabled::before {
  opacity: 0.25;
}
.image-carousel__inner .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.image-carousel__inner .slick-arrow.slick-next::before {
  font-family: "Linearicons", sans-serif;
  content: "\ec3c";
  color: #000;
  opacity: 1;
}
.image-carousel__inner .slick-arrow.slick-next.slick-disabled:hover {
  background-color: #dad1f5;
}
.image-carousel__inner .slick-arrow.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.image-carousel__item {
  width: 100%;
  margin: 0 0 5.625vw 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-carousel__item .carousel-image {
  height: 66vw;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .image-carousel__item .carousel-image {
    max-height: 28rem;
  }
}
.image-carousel__item .label {
  background-color: #fff;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 960px) {
  .image-carousel__item .label {
    display: none;
  }
}
.image-carousel__item .copy {
  margin: 3.75vw 0;
}
@media only screen and (min-width: 960px) {
  .image-carousel__item .copy {
    margin: calc(3.75vw + 1.875vw) 0 1.875vw 0;
  }
}
.image-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.image-list-section {
  overflow: hidden;
}
.image-list-section__inner {
  width: 85vw;
  margin: 5.625vw 7.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 640px) {
  .image-list-section__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .image-list-section__inner {
    width: 70vw;
    margin: 5.625vw 15vw 0;
  }
}
.image-list-section__left-column, .image-list-section__right-column {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .image-list-section__left-column, .image-list-section__right-column {
    width: 40vw;
  }
}
@media only screen and (min-width: 1280px) {
  .image-list-section__left-column, .image-list-section__right-column {
    width: 32.5vw;
  }
}
.image-list-section__left-column img, .image-list-section__right-column img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .image-list-section__left-column {
    width: 25vw;
  }
}
@media only screen and (min-width: 1280px) {
  .image-list-section__left-column {
    width: 20vw;
  }
}
.image-list-section__right-column {
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .image-list-section__right-column {
    width: 55vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .image-list-section__right-column {
    width: 45vw;
  }
}
.image-list-section ol {
  margin: calc(1rem - 0.9375vw) 0 0 0;
  counter-reset: section1;
  list-style-type: none;
}
@media only screen and (min-width: 960px) {
  .image-list-section ol {
    margin: 0;
  }
}
.image-list-section ol li {
  margin: 0 0 1.875vw;
  padding: 0 0 0 1rem;
  position: relative;
  list-style-position: inside;
  counter-increment: section1;
}
@media only screen and (min-width: 640px) {
  .image-list-section ol li {
    padding: 0;
  }
}
.image-list-section ol li:last-child {
  margin: 0;
}
.image-list-section ol li::before {
  content: counter(section1) " ";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .image-list-section ol li::before {
    left: -2.5vw;
  }
}

.section-jobylon {
  overflow: hidden;
}
.section-jobylon__inner {
  background-color: #f9f8fa;
  width: 97.5vw;
  margin: 5.625vw 1.25vw 0;
  padding: 5.625vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .section-jobylon__inner {
    width: 85vw;
    margin: 5.625vw 7.5vw 0;
    padding: 5.625vw 7.5vw;
  }
}

.jobylon-job-list {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 30px;
}
.jobylon-job-list p strong {
  font-weight: 600;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
}
.jobylon-job-list p,
.jobylon-job-list ul,
.jobylon-job-list ol,
.jobylon-job-list li {
  background-image: none;
}
.jobylon-job-list a {
  color: #4528ce;
  text-decoration: underline;
}
.jobylon-job-list .jobylon-job-logo {
  display: none;
}
.jobylon-job-list .jobylon-job-cover {
  display: none;
}
.jobylon-job-list .jobylon-job-descr {
  display: none;
  padding: 0 0 20px;
}
@media only screen and (min-width: 640px) {
  .jobylon-job-list .jobylon-job-descr {
    padding-bottom: 40px;
  }
}
.jobylon-job-list .jobylon-job-title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0 1rem;
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
}
.jobylon-job-list .jobylon-job-title:hover {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: none;
  cursor: pointer;
}
.jobylon-job-list .jobylon-job {
  border-bottom: 1px solid #bcbbbf;
}
.jobylon-job-list .jobylon-job:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .jobylon-job-list .jobylon-job:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.jobylon-job-list .jobylon-hide {
  position: relative;
  text-decoration: none;
  margin-left: 3rem;
  padding-right: 1.5rem;
}
.jobylon-job-list .jobylon-hide::after {
  font-family: "Linearicons", sans-serif !important;
  content: "\ec5a";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobylon-job-list .jobylon-hide:hover {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: none;
}
.jobylon-job-list .jobylon-job-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-bottom: 1.25vw;
  padding: 0;
}
.jobylon-job-list .jobylon-job-details li {
  font-size: 0.75rem;
  line-height: 1.5;
}
.jobylon-job-list .jobylon-job-details li:not(:last-child) {
  margin-right: 2.5vw;
}
.jobylon-job-list .jobylon-job-details li strong {
  font-weight: normal;
}
.jobylon-job-list .jobylon-job-excerpt {
  margin-bottom: 3rem;
}
.jobylon-job-list .jobylon-apply-btn {
  position: relative;
  text-decoration: none;
  padding-right: 1.5rem;
}
.jobylon-job-list .jobylon-apply-btn::after {
  font-family: "Linearicons", sans-serif !important;
  content: "\eab0";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobylon-job-list .jobylon-apply-btn:hover {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: none;
}
.jobylon-job-list .jobylon-apply-btn.jobylon-actual-apply-btn {
  display: none;
}
.jobylon-job-list .jobylon-powered-by {
  float: right;
  font-size: 0.75rem;
  margin: 10px;
}
.jobylon-job-list .jobylon-powered-by a {
  color: #4528ce;
  font-weight: 500;
  text-decoration: none;
}
.jobylon-job-list .jobylon-powered-by a:hover {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: none;
}
.jobylon-job-list .jobylon-no-jobs {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  text-align: center;
}

#jobylon-jobs-widget .jobylon-pagination {
  display: none;
  margin: 0;
  margin-top: 15px;
}
#jobylon-jobs-widget .jobylon-pagination li {
  border: 1px solid #ddd;
  display: inline;
  list-style: none;
  padding: 5px 0;
}
#jobylon-jobs-widget .jobylon-pagination li.active, #jobylon-jobs-widget .jobylon-pagination li:hover {
  background: #f2f2f2;
}
#jobylon-jobs-widget .jobylon-pagination li a {
  padding: 6px 10px;
}

/* stylelint-disable */
.media-section-11 {
  overflow: hidden;
}
.media-section-11--none {
  margin-top: 0;
}
.media-section-11--small {
  margin-top: 3.75vw;
}
.media-section-11--medium {
  margin-top: 5.625vw;
}
.media-section-11--large {
  margin-top: 11.25vw;
}
.media-section-11__outer {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
}
.media-section-11__outer .section-media {
  width: 85vw;
  position: relative;
}
.media-section-11__outer .section-media.background {
  background-color: #f9f8fa;
  height: 63.75vw;
}
@media only screen and (min-width: 960px) {
  .media-section-11__outer .section-media.background {
    height: 40vw;
  }
}
.media-section-11__outer .section-media.background img {
  padding: 0 3.75vw;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.media-section-11__outer .section-media video {
  background-color: #f9f8fa;
  -webkit-clip-path: inset(2px);
          clip-path: inset(2px);
}
.media-section-11__outer .section-copy {
  width: 85vw;
  margin-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .media-section-11__outer .section-copy {
    width: 55vw;
    margin-top: 3.75vw;
  }
}
.media-section-11__outer .section-copy-position--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.media-section-11__outer .section-copy p:last-of-type, .media-section-11__outer .section-copy p:last-child {
  margin-bottom: 0;
}
.media-section-11__outer .section-copy li {
  padding-left: 1rem;
  position: relative;
}
.media-section-11__outer .section-copy li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.media-section-11__outer .section-copy a {
  margin-top: 1.5rem;
}
.media-section-11__outer .section-copy a.blank {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.media-section-11__outer .section-copy a.blank i {
  margin-left: 0.5rem;
}
.media-section-11__outer .section-copy.lead-font-size--large p {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .media-section-11__outer .section-copy.lead-font-size--large p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .media-section-11__outer .section-copy.lead-font-size--large p {
    font-size: 1.5rem;
  }
}

/* stylelint-disable */
.media-section-12 {
  overflow: hidden;
}
.media-section-12--none {
  margin-top: 0;
}
.media-section-12--small {
  margin-top: 3.75vw;
}
.media-section-12--medium {
  margin-top: 5.625vw;
}
.media-section-12--large {
  margin-top: 11.25vw;
}
.media-section-12__outer {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.media-section-12__outer .column {
  width: 85vw;
}
.media-section-12__outer .column:first-child {
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .column {
    width: 40vw;
  }
  .media-section-12__outer .column:first-child {
    margin-bottom: 0;
  }
}
.media-section-12__outer .column.stepped-layout {
  margin-top: 0;
  margin-bottom: 11.25vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .column.stepped-layout {
    margin-top: 20vw;
    margin-bottom: 0;
  }
}
.media-section-12__outer .section-copy {
  width: 85vw;
  margin-top: 5.625vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .section-copy {
    width: 40vw;
    margin-top: 3.75vw;
  }
}
.media-section-12__outer .section-copy--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.media-section-12__outer .section-copy--links .details-button {
  margin-top: 0;
  margin-right: 2rem;
}
.media-section-12__outer .section-media {
  background-color: #f9f8fa;
}
.media-section-12__outer .section-media--image {
  width: 85vw;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .section-media--image {
    width: 40vw;
    height: auto;
  }
}
.media-section-12__outer .section-media--image image {
  width: 100%;
}
.media-section-12__outer .section-media--video {
  width: 85vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .section-media--video {
    width: 40vw;
  }
}
.media-section-12__outer .section-media--video.aspect-ratio--square {
  height: 63.75vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .section-media--video.aspect-ratio--square {
    height: 40vw;
  }
}
.media-section-12__outer .section-media--video.aspect-ratio--widescreen {
  height: 47.81vw;
}
@media only screen and (min-width: 960px) {
  .media-section-12__outer .section-media--video.aspect-ratio--widescreen {
    height: 22.5vw;
  }
}
.media-section-12__outer .section-media--video video {
  background-color: #f9f8fa;
  -webkit-clip-path: inset(2px);
          clip-path: inset(2px);
}

/* stylelint-disable */
.media-section-23 {
  overflow: hidden;
}
.media-section-23--none {
  margin-top: 0;
}
.media-section-23--small {
  margin-top: 3.75vw;
}
.media-section-23--medium {
  margin-top: 5.625vw;
}
.media-section-23--large {
  margin-top: 11.25vw;
}
.media-section-23.has-details {
  margin-top: 11.25vw;
}
@media only screen and (min-width: 960px) {
  .media-section-23.has-details {
    margin-top: 5.625vw;
  }
}
.media-section-23__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85vw;
  margin: 0 7.5vw;
}
.media-section-23__outer.media_position--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer.media_position--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.media-section-23__outer.media_position--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer.media_position--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.media-section-23__outer .section-copy {
  width: 100%;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .media-section-23__outer .section-copy {
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer .section-copy {
    width: 25vw;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer .section-copy.has-details {
    margin-top: 11.25vw;
    display: block;
  }
}
.media-section-23__outer .section-media {
  background-color: #f9f8fa;
  width: 85vw;
  height: 63.75vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer .section-media {
    width: 55vw;
    height: 40vw;
  }
}
.media-section-23__outer .section-media video {
  background-color: #f9f8fa;
  -webkit-clip-path: inset(2px);
          clip-path: inset(2px);
}
.media-section-23__outer .section-media.streamed {
  background-color: transparent;
  height: 48vw;
}
.media-section-23__outer .section-media.streamed .streamed__inner {
  background-color: #000;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .media-section-23__outer .section-media.streamed .streamed__inner {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
.media-section-23__outer .section-media.streamed .streamed__inner .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  cursor: pointer;
}
.media-section-23__outer .section-media.streamed .streamed__inner:hover .video-play-button-bg {
  fill: #f00;
}
.media-section-23__outer .section-media.streamed .streamed__inner iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .media-section-23__outer .section-media.streamed {
    height: 30.9375vw;
    margin-bottom: 1.5rem;
  }
}
.media-section-23__outer .section-media iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}

/* stylelint-disable */
.media-section-hero {
  overflow: hidden;
}
.media-section-hero--none {
  margin-top: 0;
}
.media-section-hero--small {
  margin-top: 3.75vw;
}
.media-section-hero--medium {
  margin-top: 5.625vw;
}
.media-section-hero--large {
  margin-top: 11.25vw;
}
.media-section-hero__outer {
  background-color: #f9f8fa;
  position: relative;
  width: 97.5vw;
  margin: 0 1.25vw;
  padding: 5.625vw 6.25vw;
}
.media-section-hero__outer h1 {
  margin: 0 0 3.75vw 0;
  text-align: center;
}
@media only screen and (min-width: 0) {
  .media-section-hero__outer h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .media-section-hero__outer h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .media-section-hero__outer h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .media-section-hero__outer h1 {
    font-size: 5.625vw;
  }
}

.new-webinars {
  width: 85vw;
  margin: 0 7.5vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-webinars__card {
  width: 85vw;
  margin-top: 3.75vw;
  justify-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .new-webinars__card {
    width: 40vw;
  }
}
.new-webinars__card--header {
  background-color: #f9f8fa;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-webinars__card--header h4 strong {
  margin: 0;
}
.new-webinars__card--header .date {
  margin-right: 2.5vw;
  padding: 1.25vw 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (min-width: 960px) {
  .new-webinars__card--header .date {
    margin-right: 1.25vw;
    padding: 1.25vw;
  }
}
.new-webinars__card--header .date__day {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 960px) {
  .new-webinars__card--header .date__day {
    font-size: 2rem;
  }
}
.new-webinars__card--header .date__month {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.new-webinars__card--body {
  background-color: #f9f8fa;
  padding: 3.75vw 5vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--body {
    padding: 1.875vw 2.5vw;
  }
}
.new-webinars__card--body .hosts {
  margin-top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--body .hosts {
    margin-top: 1.875vw;
  }
}
.new-webinars__card--body .hosts i {
  font-size: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--body .hosts i {
    font-size: 1rem;
  }
}
.new-webinars__card--body .host-elm {
  margin-top: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--body .host-elm {
    margin-top: 0.625vw;
  }
}
.new-webinars__card--body .host-elm__img {
  position: relative;
  width: 4rem;
  height: 0;
  padding: 0 0 4rem 0;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 1280px) {
  .new-webinars__card--body .host-elm__img {
    width: 5vw;
    padding: 0 0 5vw 0;
    margin-right: 1.25vw;
  }
}
.new-webinars__card--body .host-elm__img img {
  max-width: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.new-webinars__card--body .host-elm__details {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.new-webinars__card--body .host-elm__details .name {
  font-weight: 600;
}
.new-webinars__card--body .host-elm__details .title {
  font-weight: 300;
}
.new-webinars__card--footer {
  background-color: #f9f8fa;
  margin-top: 0.0625rem;
  padding: 3.75vw 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-webinars__card--footer .date-time {
  margin-right: 1.25vw;
}
.new-webinars__card--footer .date,
.new-webinars__card--footer .time {
  display: block;
  font-size: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--footer .date,
.new-webinars__card--footer .time {
    display: inline;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 640px) {
  .new-webinars__card--footer {
    padding: 1.875vw 2.5vw;
  }
}

/* stylelint-disable */
.package-comparison,
.plus-specifications {
  overflow: hidden;
}
.package-comparison.top-margin--none,
.plus-specifications.top-margin--none {
  margin-top: 0;
}
.package-comparison.top-margin--small,
.plus-specifications.top-margin--small {
  margin-top: 3.75vw;
}
.package-comparison.top-margin--medium,
.plus-specifications.top-margin--medium {
  margin-top: 5.625vw;
}
.package-comparison.top-margin--large,
.plus-specifications.top-margin--large {
  margin-top: 11.25vw;
}
.package-comparison--outer,
.plus-specifications--outer {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
  text-align: center;
}
.package-comparison .title-row,
.plus-specifications .title-row {
  margin: 5.625vw 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-comparison .title-row h3,
.plus-specifications .title-row h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #4528ce;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .package-comparison .title-row h3,
.plus-specifications .title-row h3 {
    color: #000;
    cursor: default;
  }
}
.package-comparison .title-row h3.active,
.plus-specifications .title-row h3.active {
  color: #000;
}
.package-comparison--inner,
.plus-specifications--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-comparison--inner .comparison-column,
.plus-specifications--inner .comparison-column {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.package-comparison--inner .comparison-column .column-label,
.package-comparison--inner .comparison-column .column-value,
.plus-specifications--inner .comparison-column .column-label,
.plus-specifications--inner .comparison-column .column-value {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package-comparison--inner .comparison-column .column-label strong,
.plus-specifications--inner .comparison-column .column-label strong {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.basic,
.plus-specifications--inner .comparison-column.basic {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.basic .column-label,
.plus-specifications--inner .comparison-column.basic .column-label {
    visibility: hidden;
  }
}
.package-comparison--inner .comparison-column.basic .column-value,
.plus-specifications--inner .comparison-column.basic .column-value {
  background-color: #F9F8FA;
}
.package-comparison--inner .comparison-column.standard,
.plus-specifications--inner .comparison-column.standard {
  display: none;
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.standard,
.plus-specifications--inner .comparison-column.standard {
    display: block !important;
  }
}
.package-comparison--inner .comparison-column.standard .column-value,
.plus-specifications--inner .comparison-column.standard .column-value {
  background-color: #EFEEF0;
}
.package-comparison--inner .comparison-column.premium,
.plus-specifications--inner .comparison-column.premium {
  display: none;
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.premium,
.plus-specifications--inner .comparison-column.premium {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.premium .column-label,
.plus-specifications--inner .comparison-column.premium .column-label {
    visibility: hidden;
  }
}
.package-comparison--inner .comparison-column.premium .column-value,
.plus-specifications--inner .comparison-column.premium .column-value {
  background-color: #E5E4E6;
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.plus,
.plus-specifications--inner .comparison-column.plus {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) {
  .package-comparison--inner .comparison-column.plus .column-label,
.plus-specifications--inner .comparison-column.plus .column-label {
    visibility: hidden;
  }
}
.package-comparison--inner .comparison-column.plus .column-value,
.plus-specifications--inner .comparison-column.plus .column-value {
  background-color: #DAD1F5;
  font-weight: 600;
}

.plus-specifications .basic {
  display: none;
}

/* stylelint-disable */
.pricing-packaging {
  overflow: hidden;
}
.pricing-packaging__outer {
  position: relative;
  width: 85vw;
  margin: 0 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pricing-packaging__outer.has-bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40vw;
}
@media only screen and (min-width: 640px) {
  .pricing-packaging__outer.has-bg-image {
    padding-top: 35vw;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer.has-bg-image {
    padding-top: 25.625vw;
  }
}
.pricing-packaging__outer .pp-card {
  width: 100%;
  margin-top: 5.625vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.pricing-packaging__outer .pp-card.has-details {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.pricing-packaging__outer .pp-card.has-details .pp-card--main {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (min-width: 640px) {
  .pricing-packaging__outer .pp-card.has-details .pp-card--main {
    padding: 1.875vw 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card.has-details .pp-card__body {
    height: 15vw;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card.has-details .pp-card-button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card.grid-size-2 {
    width: 40vw;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card.grid-size-3 {
    width: 25vw;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card.grid-size-4 {
    width: 21.25vw;
  }
}
.pricing-packaging__outer .pp-card.expanded {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.pricing-packaging__outer .pp-card.expanded .pp-card__details,
.pricing-packaging__outer .pp-card.expanded .pp-card__details--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pricing-packaging__outer .pp-card h4 strong {
  margin: 0 0 1.875vw 0;
}
.pricing-packaging__outer .pp-card p strong {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
.pricing-packaging__outer .pp-card--main {
  border-top: 0.5rem solid #dad1f5;
  padding: 3rem 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card--main {
    border-width: 3rem;
    padding: 3rem 2.5vw 1.5rem;
  }
}
.pricing-packaging__outer .pp-card--main.basic {
  border-color: transparent;
  border-width: 0;
  background-color: #f9f8fa;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card--main.basic {
    margin-top: 3rem;
  }
}
.pricing-packaging__outer .pp-card--main.basic .pp-card__banner {
  top: 0rem;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card--main.basic .pp-card__banner {
    color: #201d2b;
    top: 3rem;
  }
}
.pricing-packaging__outer .pp-card--main.standard {
  background-color: #EFEEF0;
}
.pricing-packaging__outer .pp-card--main.premium {
  background-color: #E5E4E6;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card--main.premium .pp-card__banner {
    color: #201d2b;
  }
}
.pricing-packaging__outer .pp-card--main.plus {
  background-color: #dad1f5;
}
.pricing-packaging__outer .pp-card--main.plus .pp-card__icon span {
  margin-left: 0.5rem !important;
}
.pricing-packaging__outer .pp-card__banner {
  background-color: #201d2b;
  font-size: 0.75rem;
  line-height: 2;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__banner {
    top: 3rem;
  }
}
.pricing-packaging__outer .pp-card__icon--wrap {
  margin: 0 auto;
}
.pricing-packaging__outer .pp-card__icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.875vw;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-packaging__outer .pp-card__icon span:nth-child(2) {
  margin-left: -1.375rem;
}
.pricing-packaging__outer .pp-card__icon span:nth-child(3) {
  margin-left: -1.375rem;
}
.pricing-packaging__outer .pp-card__header {
  margin-bottom: 0.5rem;
}
.pricing-packaging__outer .pp-card__header--price {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 640px) {
  .pricing-packaging__outer .pp-card__header--price {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__header--price {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .pricing-packaging__outer .pp-card__header--price {
    font-size: 1.875vw;
  }
}
.pricing-packaging__outer .pp-card__header--alt-price {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
}
.pricing-packaging__outer .pp-card__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__body {
    height: auto;
  }
}
.pricing-packaging__outer .pp-card__body p:last-child,
.pricing-packaging__outer .pp-card__body p:last-of-type {
  margin-bottom: auto;
}
.pricing-packaging__outer .pp-card__body ul {
  margin-bottom: 1.875vw;
}
.pricing-packaging__outer .pp-card__body .pp-card-button {
  width: 100%;
  height: 2.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__body .pp-card-button {
    margin-top: auto;
    padding: 0;
  }
}
.pricing-packaging__outer .pp-card__footer {
  display: none;
  background-color: #dad1f5;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__footer {
    display: block;
    height: 3rem;
  }
}
.pricing-packaging__outer .pp-card__footer.basic {
  background-color: #fff;
  display: none;
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__footer.basic {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__footer.standard p {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__footer.premium p {
    width: 42.5vw;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pricing-packaging__outer .pp-card__footer .total-package-price {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 640px) {
  .pricing-packaging__outer .pp-card__footer .total-package-price {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .pricing-packaging__outer .pp-card__footer .total-package-price {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .pricing-packaging__outer .pp-card__footer .total-package-price {
    font-size: 1.875vw;
  }
}
.pricing-packaging__outer .pp-card__footer .total-package-price-alt {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
}
.pricing-packaging .foot-notes {
  font-size: 0.75rem;
  padding: 0.5rem 7.5vw;
  text-align: right;
}
.pricing-packaging .foot-notes sup {
  font-size: 0.75em;
}

/* stylelint-disable */
.publications-block {
  width: 97.5vw;
  min-height: calc(2rem + 25vh);
  margin: 0 1.25vw;
}
@media only screen and (min-width: 640px) {
  .publications-block {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
.publications-block__outer.dim {
  opacity: 1;
}
@media only screen and (min-width: 640px) {
  .publications-block__outer.dim {
    opacity: 0.2;
  }
}
.publications-block__filters {
  position: relative;
  width: 100%;
  margin: 5.625vw auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 99;
}
@media only screen and (min-width: 960px) {
  .publications-block__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .filters--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.publications-block__filters .filters--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .filters--right {
    font-size: 1rem;
  }
}
.publications-block__filters .dropdown-wrap {
  position: relative;
  margin-bottom: 1px;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-wrap {
    margin-right: 2.5vw;
    margin-bottom: 0;
  }
}
.publications-block__filters .dropdown {
  background-color: #f9f8fa;
  cursor: pointer;
  height: 3rem;
  padding: 0 2.5vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown {
    background-color: #fff;
    height: 2rem;
    padding: 0;
    display: block;
  }
}
.publications-block__filters .dropdown .counter {
  display: none;
}
.publications-block__filters .dropdown i {
  margin-left: auto;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown i {
    margin-left: 0.5rem;
  }
}
.publications-block__filters .dropdown[aria-expanded=true] i::before {
  content: "\ec39";
}
.publications-block__filters .dropdown-box {
  background-color: #f9f8fa;
  width: 100%;
  min-width: 17rem;
  padding: 1rem 0;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-box {
    border: 0.0625rem solid #bcbbbf;
    background-color: #fff;
    width: auto;
    position: absolute;
    left: 0;
    top: 2rem;
  }
}
.publications-block__filters .dropdown-box ul {
  max-height: 25vh;
  overflow: auto;
  padding: 0 2.5vw;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-box ul {
    padding: 0 2rem;
  }
}
.publications-block__filters .dropdown-box ul::-webkit-scrollbar {
  width: 11px;
}
.publications-block__filters .dropdown-box ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #f9f8fa; /* should match background, can't be transparent */
  background-color: #a5a5a5;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-box ul::-webkit-scrollbar-thumb {
    border-color: #fff;
  }
}
.publications-block__filters .dropdown-box li {
  padding-left: 1.25rem;
  line-height: 2;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.publications-block__filters .dropdown-box li:before {
  content: "\ec8d";
  font-family: "Linearicons";
  font-size: 0.75rem;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.publications-block__filters .dropdown-box li.selected::before {
  content: "\ec99";
}
.publications-block__filters .dropdown-box .no-matches {
  margin: 0 2.5vw;
  display: none;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-box .no-matches {
    margin: 0 2rem;
  }
}
.publications-block__filters .dropdown-box .clear {
  display: block;
  margin: 1rem 2.5vw 0 2.5vw;
  color: #bcbbbf;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .dropdown-box .clear {
    margin: 1rem 2rem 0 2rem;
  }
}
.publications-block__filters .dropdown-box .clear.active {
  cursor: pointer;
  color: #000;
}
.publications-block__filters .dropdown-box .clear.active:hover {
  text-decoration: underline;
}
.publications-block__filters .search-field {
  width: calc(100% - 5vw);
  height: 2rem;
  margin: 0 2.5vw 1rem 2.5vw;
  padding: 0.3rem 0 0.3rem 0;
  border-width: 0 0 0.0625rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bcbbbf;
  background-color: transparent;
  font-size: 1rem;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .search-field {
    width: auto;
    margin: 0 2rem 1rem 2rem;
  }
}
.publications-block__filters .search-field::-webkit-input-placeholder {
  color: #bcbbbf;
}
.publications-block__filters .search-field::-moz-placeholder {
  color: #bcbbbf;
}
.publications-block__filters .search-field:-ms-input-placeholder {
  color: #bcbbbf;
}
.publications-block__filters .search-field::-ms-input-placeholder {
  color: #bcbbbf;
}
.publications-block__filters .search-field::placeholder {
  color: #bcbbbf;
}
.publications-block__filters #display {
  display: none;
}
.publications-block__filters .posts-page a {
  color: #000;
  position: relative;
  margin-left: 0.375rem;
  padding-left: 0.9375rem;
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .posts-page a {
    margin-left: 0.5rem;
    padding-left: 1.25rem;
  }
}
.publications-block__filters .posts-page a:hover {
  text-decoration: none;
}
.publications-block__filters .posts-page a::before {
  content: "";
  display: inline-block;
  width: calc(0.75rem - 2px);
  height: calc(0.75rem - 2px);
  border: 0.125rem solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  background: #fff;
  margin-right: 0.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 640px) {
  .publications-block__filters .posts-page a::before {
    width: calc(1rem - 2px);
    height: calc(1rem - 2px);
    border: calc(0.125rem + 1px) solid #fff;
  }
}
.publications-block__filters .posts-page a.selected::before {
  background: #000;
}
.publications-block__filters .quantity {
  height: 2rem;
  margin-left: auto;
}
.publications-block__pre {
  width: 100%;
  font-size: 0.75rem;
  margin-bottom: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.publications-block__pre .legend span {
  margin-left: 1.25vw;
}
.publications-block .publications-card {
  background-color: #f9f8fa;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.publications-block .publications-card:hover {
  text-decoration: none;
}
.publications-block .publications-card:hover h4 {
  text-decoration: underline;
}
.publications-block .publications-card:focus {
  outline: none;
}
.publications-block .publications-card h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.publications-block .publications-card--inner__left {
  background-color: #dad1f5;
  height: 3rem;
  padding: 0 2.5vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card--inner__left {
    height: auto;
    padding: 0 1.5625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.publications-block .publications-card--inner__left .pub-icon {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card--inner__left .pub-icon {
    margin-bottom: 0.625vw;
  }
}
.publications-block .publications-card--inner__left .pub-year {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.publications-block .publications-card--inner__right {
  padding: 1.5rem 2.5vw;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card--inner__right {
    padding: 1.875vw 7.5vw 1.875vw 2.5vw;
  }
}
.publications-block .publications-card__authors {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card__authors {
    margin-top: 0;
  }
}
.publications-block .publications-card__authors li {
  display: inline;
}
.publications-block .publications-card__authors li:after {
  content: ", ";
}
.publications-block .publications-card__authors li:last-child::after {
  content: "";
}
.publications-block .publications-card__book {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card__book {
    margin-top: 0;
  }
}
.publications-block .publications-card__keywords {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) {
  .publications-block .publications-card__keywords {
    margin-top: 0.625vw;
  }
}
.publications-block .publications-card__keywords li {
  display: inline;
}
.publications-block .publications-card__keywords li:after {
  content: ", ";
}
.publications-block .publications-card__keywords li:last-child::after {
  content: "";
}
.publications-block .no-result {
  min-height: 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publications-block .pagination {
  background-color: #fff;
  margin-top: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publications-block .pagination .page-numbers {
  border: 1px solid #dad1f5;
  border-left: none;
  min-width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .publications-block .pagination .page-numbers {
    border: 0.125rem solid #dad1f5;
    border-left: none;
    min-width: 3rem;
    height: 3rem;
  }
}
.publications-block .pagination .page-numbers:first-child {
  border-left: 1px solid #dad1f5;
}
@media only screen and (min-width: 640px) {
  .publications-block .pagination .page-numbers:first-child {
    border-left: 0.125rem solid #dad1f5;
  }
}
.publications-block .pagination .page-numbers.current {
  background-color: #dad1f5;
}

/* stylelint-disable */
.registration-block {
  position: relative;
}
.registration-block__background {
  background-color: #f9f8fa;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 97.5vw;
  height: 100%;
  margin: 0 1.25vw;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media only screen and (min-width: 960px) {
  .registration-block__background {
    background-position: bottom;
    height: 56.25vw;
    min-height: 50vh;
    position: relative;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.registration-block__top {
  height: 100%;
  margin: 0 1.25vw;
  padding: calc(2 * 11.25vw) 6.25vw 3rem;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .registration-block__top {
    padding-top: 5.625vw;
    position: absolute;
  }
}
@media only screen and (min-width: 0) {
  .registration-block__top h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .registration-block__top h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .registration-block__top h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .registration-block__top h1 {
    font-size: 5.625vw;
  }
}
.registration-block__top .registration-form {
  background-color: #f9f8fa;
  width: 100%;
  margin-top: 3.75vw;
  padding: 5.625vw 1.5rem;
  background: #F9F8FA;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
@media only screen and (min-width: 960px) {
  .registration-block__top .registration-form {
    width: 40vw;
    margin-left: 45vw;
    padding: 3.75vw 2.5vw;
    position: sticky;
  }
}
.registration-block__top .registration-form .form-heading {
  margin-bottom: 1.875vw;
}
.registration-block__top .registration-form .form-heading strong {
  margin: 0;
}
.registration-block__top .registration-form .gform_footer {
  margin-top: 2rem;
}
.registration-block__top .registration-form .gform_footer .button {
  width: 100%;
}
.registration-block__copy {
  background-color: #fff;
  width: 100vw;
  padding: 3rem 7.5vw 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .registration-block__copy {
    width: 47.5vw;
    padding: 5.625vw 0 0 7.5vw;
  }
}
.registration-block__copy p {
  font-size: 1rem;
}
.registration-block__copy p:first-of-type, .registration-block__copy p:first-child {
  margin-top: 1rem;
}
.registration-block__copy p:last-of-type, .registration-block__copy p:last-child {
  margin-bottom: 0;
}

/* stylelint-disable */
.resellers {
  position: relative;
  margin-top: 11.25vw;
  overflow: hidden;
}
.resellers__row {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7.5vw;
}
.resellers__title {
  max-width: 85vw;
  margin-left: 7.5vw;
}
@media only screen and (min-width: 960px) {
  .resellers__title {
    max-width: 55vw;
  }
}

.resellers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.resellers-list__elem {
  width: 85vw;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .resellers-list__elem {
    width: 40vw;
  }
}
@media only screen and (min-width: 960px) {
  .resellers-list__elem {
    width: 25vw;
  }
}
.resellers-list__elem p:last-child {
  margin: 0;
}

.resource-block {
  overflow: hidden;
}
.resource-block--small {
  padding-top: 3.75vw;
}
.resource-block--medium {
  padding-top: 5.625vw;
}
.resource-block--large {
  padding-top: 11.25vw;
}
.resource-block__header {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .resource-block__header {
    width: 70vw;
    margin: 0 15vw;
  }
}
.resource-block__header .button-arrow {
  margin-top: 2.5vw;
}
.resource-block__wrapper {
  width: 85vw;
  height: auto;
  margin: 3.75vw 7.5vw 0;
  padding: 1.875vw 0 5.625vw;
  position: relative;
}
.resource-block__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6.25vw;
  right: -6.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .resource-block__wrapper::after {
    left: 7.5vw;
    right: 7.5vw;
  }
}
.resource-block__wrapper .elem-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .resource-block__wrapper .elem-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.resource-block__wrapper .elem-content {
  margin-top: 11.25vw;
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  .resource-block__wrapper .elem-content {
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 960px) {
  .resource-block__wrapper .elem-content {
    width: 25vw;
    margin-right: 5vw;
    margin-top: 3.75vw;
  }
}
.resource-block__wrapper .elem-content:nth-child(3n) {
  margin-right: 0;
}
.resource-block__wrapper .elem-content__eyebrow {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.resource-block__wrapper .elem-content__image {
  width: 100%;
  height: 0;
  margin-bottom: 1rem;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.resource-block__wrapper .elem-content__image .sticker  {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1rem;
  height: 75%;
}
.resource-block__wrapper .elem-content__image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource-block__wrapper .elem-content .button-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.resource-block[data-loadmore=false] .elem-content__one:nth-child(n+4) {
  display: none;
}
.resource-block[data-loadmore=false] .elem-content__two:nth-child(n+7) {
  display: none;
}
.resource-block .load-more {
  background-color: #f9f8fa;
  width: 97.5vw;
  margin: 0.5rem 1.25vw 0;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .resource-block .load-more {
    width: 70vw;
    margin: 0.5rem 15vw 0;
  }
}

/* stylelint-disable */
.scrollable-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 640px) {
  .scrollable-section {
    display: block;
  }
}
.scrollable-section--bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--bg-wrap {
    position: absolute;
    top: 0;
    overflow: visible;
  }
}
.scrollable-section--bg {
  width: 100%;
  height: 56.625vw;
  margin-bottom: 11.25vw;
}
.scrollable-section--bg::before {
  content: "";
  display: block;
  background-color: #f9f8fa;
  position: absolute;
  top: 11.25vw;
  right: 7.5vw;
  bottom: 5.625vw;
  left: 7.5vw;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--bg {
    left: 52.5vw;
    width: 47.5vw;
    min-height: calc(50vw - 3.75vw - var(--top-margin));
    max-height: calc(100vh - var(--top-margin));
    margin-bottom: 0;
    top: var(--top-margin);
    position: sticky;
    z-index: 2;
    pointer-events: none;
  }
  .scrollable-section--bg::before {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section--bg {
    width: 100%;
    height: calc(100vh - 3.75vw - var(--top-margin));
    min-height: calc(50vw - 3.75vw - var(--top-margin));
    max-height: 100vw;
    z-index: 0;
  }
  .scrollable-section--bg::before {
    display: block;
    top: 9.375vw;
    right: 1.25vw;
    bottom: 0;
    left: 1.25vw;
  }
}
@media only screen and (min-width: 1280px) {
  .scrollable-section--bg::before {
    right: 15vw;
    left: 15vw;
  }
}
.scrollable-section--bg.has-bg {
  width: 87.5vw;
  height: 67.875vw;
  margin-left: 12.5vw;
  overflow: hidden;
}
.scrollable-section--bg.has-bg::before {
  top: calc(3.75vw + 11.25vw);
  left: 1.25vw;
}
.scrollable-section--bg.has-bg::after {
  content: "";
  background-color: #dad1f5;
  position: absolute;
  top: -11.25vw;
  right: 1.25vw;
  bottom: calc(11.25vw * 2);
  left: 7.5vw;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--bg.has-bg {
    width: 100%;
    margin-left: 0;
    height: 56.625vw;
    min-height: calc(50vw - 3.75vw - var(--top-margin));
    max-height: calc(100vh - var(--top-margin));
    top: var(--top-margin);
  }
  .scrollable-section--bg.has-bg::after {
    top: 0;
    left: 52.5vw;
    bottom: calc(5.625vw + 3.75vw);
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section--bg.has-bg {
    width: 100%;
    margin-left: 0;
    height: calc(100vh - 3.75vw - var(--top-margin));
    min-height: calc(50vw - 3.75vw - var(--top-margin));
    max-height: 100vw;
  }
  .scrollable-section--bg.has-bg::before {
    top: 9.375vw;
  }
  .scrollable-section--bg.has-bg::after {
    left: 52.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .scrollable-section--bg.has-bg::before {
    right: 15vw;
    left: 15vw;
  }
}
.scrollable-section--bg__content-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--bg__content-wrapper {
    width: 47.5vw;
    position: absolute;
    left: 52.5vw;
    top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section--bg__content-wrapper {
    width: 52.5vw;
    left: 47.5vw;
    height: calc(100% - 3.75vw);
  }
}
.scrollable-section--bg__content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  -o-object-fit: none;
     object-fit: none;
  z-index: 0;
  position: relative;
}
.scrollable-section--bg__content.has-bg {
  width: 100%;
  height: calc(100% - 11.25vw);
  position: relative;
  top: 11.25vw;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--bg__content {
    height: calc(100% - 7.5vw);
    width: 47.5vw;
    position: absolute !important;
    right: 0;
    top: 3.75vw;
  }
  .scrollable-section--bg__content.has-bg {
    width: 27.5vw;
    height: calc(100% - 3.75vw - 13.125vw);
    min-width: 42.5vw;
    max-width: 42.5vw;
    top: 13.125vw;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section--bg__content {
    width: calc(100vh - 3.75vw - 4.5rem);
    min-width: 100%;
    max-width: 100vw;
  }
  .scrollable-section--bg__content.has-bg {
    width: 42.5vw;
    min-width: 42.5vw;
    max-width: 42.5vw;
    height: 75%;
    top: auto;
    bottom: 0;
  }
}
.scrollable-section .video-wrapper {
  height: 68.38%;
  position: relative;
  overflow: hidden;
}
.scrollable-section .video-wrapper video {
  background-color: transparent !important;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scrollable-section .clip-circle {
  -webkit-clip-path: ellipse(53% 41% at 50% 41%);
          clip-path: ellipse(53% 41% at 50% 41%);
}
.scrollable-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 7.5vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content:before {
    content: "";
    background-color: #f9f8fa;
    position: absolute;
    top: 0;
    right: -6.25vw;
    bottom: 0;
    left: -6.25vw;
    z-index: -99;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section__content {
    margin: 0 7.5vw;
  }
  .scrollable-section__content:before {
    display: none;
  }
}
.scrollable-section__content .filler-height {
  display: none;
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content .filler-height {
    display: block;
    height: calc(100vh - 3.75vw - var(--top-margin) - 3.75vw - 5.625vw);
    min-height: calc(50vw - 3.75vw - var(--top-margin) - 3.75vw - 5.625vw);
    max-height: 35.625vw;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section__content .filler-height {
    max-height: calc(100vw - 3.75vw - 5.625vw);
  }
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content.has-bg:before {
    top: 9.375vw;
  }
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content.has-bg .filler-height {
    height: calc(100vh - 3.75vw - var(--top-margin) - 3.75vw - 5.625vw);
    min-height: calc(50vw - 3.75vw - var(--top-margin) - 3.75vw - 5.625vw);
    max-height: calc(56.25vw - 3.75vw - 5.625vw);
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section__content.has-bg .filler-height {
    max-height: calc(100vw - 3.75vw - 5.625vw);
  }
}
.scrollable-section__content h2 {
  line-height: 1;
}
.scrollable-section__content h2 strong {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) {
  .scrollable-section__content h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .scrollable-section__content h2 {
    font-size: 3.75vw;
  }
}
.scrollable-section__content--elem {
  width: 100%;
  margin-bottom: calc(3.75vw + 5.625vw);
  color: #000;
}
@media only screen and (min-width: 640px) {
  .scrollable-section__content--elem {
    width: 40vw;
  }
}
.scrollable-section__content a.scrollable-section__content--elem:hover {
  border-radius: 1rem;
  color: #000;
  text-decoration: none;
}
.scrollable-section__content a.scrollable-section__content--elem:hover .button-arrow {
  text-decoration: none;
  cursor: pointer;
  color: #4528ce;
  -webkit-transform: translate3d(1.5rem, 0, 0);
          transform: translate3d(1.5rem, 0, 0);
}
.scrollable-section__content a.scrollable-section__content--elem:hover .button-arrow .button-arrow__before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.scrollable-section__content a.scrollable-section__content--elem:hover .button-arrow .button-arrow__after {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}
.scrollable-section__content a.scrollable-section__content--elem:focus {
  outline: none;
  color: #000;
}
.scrollable-section__content--single {
  position: absolute;
  bottom: 0;
}

.scrollable-section--right {
  margin-top: 11.25vw;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--right {
    margin-top: 5.625vw;
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .scrollable-section--right {
    margin-top: 11.25vw;
  }
}
.scrollable-section--right .scrollable-section--bg {
  left: 0;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--right .scrollable-section--bg__content-wrapper {
    height: 100%;
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 640px) {
  .scrollable-section--right__content {
    padding-left: 45vw;
  }
}

.scrollable-section--left {
  margin-bottom: -11.25vw;
}
@media only screen and (min-width: 640px) {
  .scrollable-section--left {
    margin-top: 11.25vw;
    margin-bottom: 0;
  }
}

.scrollable-section__button {
  margin-top: 3.75vw;
}

/* stylelint-disable */
.section-intro-wide {
  overflow: hidden;
}
.section-intro-wide--none {
  margin-top: 0;
}
.section-intro-wide--small {
  margin-top: 3.75vw;
}
.section-intro-wide--medium {
  margin-top: 5.625vw;
}
.section-intro-wide--large {
  margin-top: 11.25vw;
}
.section-intro-wide__inner {
  position: relative;
  padding-bottom: 0.2rem;
}
.section-intro-wide__inner.show-top-divider::before {
  content: "";
  border-top: 0.25rem double;
  border-color: inherit;
  display: block;
  margin: 0 7.5vw calc(1.25vw + 0.5rem) 7.5vw;
  width: 10vw;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .section-intro-wide__inner.show-top-divider::before {
    border-top: 0.375rem double;
    border-color: inherit;
    height: 0.375rem;
  }
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner.show-top-divider::before {
    border-top: 0.5rem double;
    border-color: inherit;
    height: 0.5rem;
  }
}
.section-intro-wide__inner.bg-color {
  width: 97.5vw;
  margin: 0 1.25vw;
  padding: 11.25vw 6.25vw;
}
.section-intro-wide__inner.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner.has-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-intro-wide__inner .section-copy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-intro-wide__inner .section-copy.section-width__xsmall {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner .section-copy.section-width__xsmall {
    width: 25vw;
  }
}
.section-intro-wide__inner .section-copy.section-width__small {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner .section-copy.section-width__small {
    width: 40vw;
  }
}
.section-intro-wide__inner .section-copy.section-width__medium {
  width: 85vw;
  margin: 0 0 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner .section-copy.section-width__medium {
    width: 55vw;
  }
}
.section-intro-wide__inner .section-copy.section-width__large {
  width: 85vw;
  margin: 0 auto;
}
.section-intro-wide__inner .section-image {
  width: 85vw;
  margin: 5.625vw 7.5vw;
}
@media only screen and (min-width: 640px) {
  .section-intro-wide__inner .section-image {
    width: 50vw;
    margin: 5.625vw 25vw 0 25vw;
  }
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner .section-image {
    width: auto;
    margin: 0 7.5vw 0 5vw;
  }
}
.section-intro-wide__inner h1 {
  margin: 0;
}
@media only screen and (min-width: 0) {
  .section-intro-wide__inner h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .section-intro-wide__inner h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section-intro-wide__inner h1 {
    font-size: 5.625vw;
  }
}
.section-intro-wide__inner h2 strong {
  margin: 0;
}
.section-intro-wide__inner h3 {
  margin-bottom: 0.625vw;
}
.section-intro-wide__inner p {
  font-size: 1rem;
}
.section-intro-wide__inner p:first-of-type, .section-intro-wide__inner p:first-child {
  margin-top: 1.25vw;
}
.section-intro-wide__inner p:last-of-type, .section-intro-wide__inner p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .section-intro-wide__inner p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .section-intro-wide__inner p {
    font-size: 1.5rem;
  }
}
.section-intro-wide__inner a {
  margin-top: 3.75vw;
}
.section-intro-wide__inner a.blank {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-intro-wide__inner a.blank i {
  margin-left: 0.5rem;
}

/* stylelint-disable */
.section-intro {
  margin-top: 11.25vw;
  overflow: hidden;
}
.section-intro__cover--left {
  position: relative;
}
.section-intro__cover--left::after {
  content: "";
  width: 97.5vw;
  position: absolute;
  top: 5.625vw;
  left: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .section-intro__cover--left::after {
    width: 91.25vw;
  }
}
.section-intro__cover--right {
  position: relative;
}
.section-intro__cover--right::after {
  content: "";
  width: 97.5vw;
  position: absolute;
  top: 5.625vw;
  left: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .section-intro__cover--right::after {
    width: 91.25vw;
    left: 7.5vw;
  }
}
.section-intro__custom-bg {
  position: relative;
  padding-bottom: 5.625vw;
}
.section-intro__custom-bg::after {
  content: "";
  position: absolute;
  top: 0vw;
  left: 1.25vw;
  right: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .section-intro__custom-bg::after {
    left: 52.5vw;
    right: 7.5vw;
  }
}
.section-intro--none {
  margin-top: 0;
}
.section-intro--small {
  margin-top: 3.75vw;
}
.section-intro--medium {
  margin-top: 5.625vw;
}
.section-intro--large {
  margin-top: 11.25vw;
}
.section-intro__copy {
  width: 85vw;
  margin: 0 7.5vw;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .section-intro__copy {
    width: 70vw;
    margin: 0 15vw;
  }
}
.section-intro__copy--above {
  padding-bottom: 2.5vw;
}
.section-intro__copy--above p:last-of-type, .section-intro__copy--above p:last-child {
  margin-bottom: 1.25vw !important;
}
.section-intro__copy--below {
  margin-bottom: 5.625vw;
}
.section-intro__copy img {
  max-width: 4.5rem;
  max-height: 2.25rem;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .section-intro__copy img {
    max-width: 10vw;
    max-height: 5vw;
  }
}
.section-intro__copy .graphic-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 960px) {
  .section-intro__copy .graphic-right {
    right: -7.5vw;
  }
}
.section-intro__cta {
  margin: 0 7.5vw;
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .section-intro__cta {
    margin: 0 15vw;
  }
}
.section-intro__cta--bg {
  padding-bottom: 5.625vw;
}
.section-intro .section-image {
  position: relative;
}
.section-intro .section-image__simple--left {
  margin-bottom: 5.625vw;
}
.section-intro .section-image__simple--left::after {
  content: "";
  width: 91.25vw;
  position: absolute;
  top: 3.75vw;
  left: 1.25vw;
  bottom: -5.625vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .section-intro .section-image__simple--left::after {
    width: 83.75vw;
  }
}
.section-intro .section-image__simple--right {
  margin-bottom: 5.625vw;
}
.section-intro .section-image__simple--right::after {
  content: "";
  width: 91.25vw;
  position: absolute;
  top: 3.75vw;
  left: 7.5vw;
  bottom: -5.625vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .section-intro .section-image__simple--right::after {
    width: 83.75vw;
    left: 15vw;
  }
}
.section-intro .section-image__cover--left, .section-intro .section-image__cover--right {
  margin-bottom: 3.75vw;
}
.section-intro .section-image__wrap {
  position: relative;
  overflow: hidden;
  width: 87.5vw;
  margin-left: 12.5vw;
  margin-right: 0;
  height: 66vw;
}
@media only screen and (min-width: 640px) {
  .section-intro .section-image__wrap {
    max-height: 28rem;
  }
}
.section-intro .section-image__wrap--right {
  margin-right: 12.5vw;
  margin-left: 0;
}
.section-intro .section-image__sticker {
  position: absolute;
  top: 0;
  bottom: 11.25vw;
  left: 7.5vw;
  width: 5vw;
  pointer-events: none;
  z-index: 1;
}
.section-intro .section-image__sticker.right {
  left: 87.5vw;
}
.section-intro .section-image__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 0;
}
.section-intro .section-image video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
       -o-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media only screen and (min-width: 1280px) {
  .section-intro .section-image video {
    width: 100%;
    height: auto;
  }
}
.section-intro .section-image .button-play-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .section-intro .section-image .button-play-video {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
.section-intro .section-image .button-play-video .lnr {
  font-size: 1.5rem;
  margin-right: 1.25vw;
}
@media only screen and (min-width: 640px) {
  .section-intro .section-image .button-play-video .lnr {
    font-size: 3rem;
  }
}
.section-intro p {
  font-size: 1rem;
}
.section-intro p:last-of-type, .section-intro p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .section-intro p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .section-intro p {
    font-size: 1.5rem;
  }
}
.section-intro .intro__button {
  margin-top: 2.5vw;
}
.section-intro .link-list {
  margin-top: 2.5vw;
}
@media only screen and (min-width: 640px) {
  .section-intro .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-intro .link-list li {
  margin-right: 2.5vw;
}
.section-intro .visible {
  opacity: 1;
  bottom: 0;
}

/* stylelint-disable */
.single-section {
  overflow: hidden;
}
.single-section--small {
  padding-top: 3.75vw;
}
.single-section--medium {
  padding-top: 5.625vw;
}
.single-section--large {
  padding-top: 11.25vw;
}
.single-section__bg--small {
  padding-top: calc(3.75vw + 5vw);
}
.single-section__bg--medium {
  padding-top: calc(5.625vw + 5vw);
}
.single-section__bg--large {
  padding-top: calc(11.25vw + 5vw);
}
.single-section__bg--connective {
  margin-bottom: -22.5vw;
}

.single-section-post {
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-section-post--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.single-section-post__bg--center {
  padding-bottom: 5.625vw;
}
.single-section-post__bg--center--none {
  padding-top: 0;
}
.single-section-post__bg--center--small, .single-section-post__bg--center--medium, .single-section-post__bg--center--large {
  padding-top: 5.625vw;
}
.single-section-post__bg--center::after {
  content: "";
  position: absolute;
  top: 0vw;
  left: 15vw;
  right: 15vw;
  bottom: 0vw;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
.single-section-post__bg--connective {
  padding-bottom: 22.5vw;
}
.single-section-post__bg--connective::after {
  content: "";
  height: 37.5vw;
  position: absolute;
  left: 15vw;
  right: 15vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 640px) {
  .single-section-post__bg--connective::after {
    display: block;
  }
}
.single-section-post__image {
  width: 87.5vw;
  height: 66vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .single-section-post__image {
    width: 38.75vw;
    height: 38.75vw;
  }
}
.single-section-post__image--left {
  margin-left: 0;
  margin-right: 12.5vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__image--left {
    margin-left: 1.25vw;
    margin-right: 0;
  }
}
.single-section-post__image--right {
  margin-left: 12.5vw;
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .single-section-post__image--right {
    margin-left: 0;
    margin-right: 1.25vw;
  }
}
.single-section-post__image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-section-post .single-section-post__label-mob--left {
  position: absolute;
  top: 0;
  left: 87.5vw;
  width: 5vw;
  height: calc(66vw - 11.25vw);
  display: block;
}
@media only screen and (min-width: 640px) {
  .single-section-post .single-section-post__label-mob--left {
    display: none;
  }
}
.single-section-post .single-section-post__label-mob--right {
  position: absolute;
  top: 0;
  left: 7.5vw;
  width: 5vw;
  height: calc(66vw - 11.25vw);
  display: block;
}
@media only screen and (min-width: 640px) {
  .single-section-post .single-section-post__label-mob--right {
    display: none;
  }
}
.single-section-post__label {
  width: 5vw;
  height: auto;
  display: none;
}
@media only screen and (min-width: 640px) {
  .single-section-post__label {
    display: block;
  }
}
.single-section-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-bottom: 5.625vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content {
    position: relative;
  }
}
.single-section-post__content__bg--full::after {
  content: "";
  position: absolute;
  top: 3.75vw;
  right: 1.25vw;
  left: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content__bg--full--left::after {
    top: -5.625vw;
    left: -32.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .single-section-post__content__bg--full--left::after {
    left: -25vw;
  }
}
@media only screen and (min-width: 640px) {
  .single-section-post__content__bg--full--right::after {
    top: -5.625vw;
    right: -32.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .single-section-post__content__bg--full--right::after {
    right: -25vw;
  }
}
.single-section-post__content--left {
  padding-right: 7.5vw;
}
.single-section-post__content--right {
  padding-left: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content {
    width: 60vw;
  }
}
.single-section-post__content .copy {
  width: 85vw;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content .copy {
    width: 45vw;
  }
}
.single-section-post__content .copy--left {
  margin-left: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content .copy--left {
    margin-left: 2.5vw;
  }
}
@media only screen and (min-width: 640px) {
  .single-section-post__content .copy--right {
    margin-right: 2.5vw;
  }
}
.single-section-post__content .copy img {
  width: auto;
  height: 2.25rem;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content .copy img {
    height: 5vw;
    margin-top: -3.75vw;
  }
}
.single-section-post__content p {
  margin: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .single-section-post__content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .single-section-post__content p {
    font-size: 1.5rem;
  }
}
.single-section-post__button {
  margin-top: 3.75vw;
}
.single-section-post__button .button-arrow {
  padding: 0;
}

.slick-track-block {
  margin-top: 5.625vw;
  overflow: hidden;
}

.slick-track-slider {
  width: 100vw;
}
.slick-track-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider {
    width: 87.5vw;
    margin: 0 6.75vw;
  }
}
.slick-track-slider .slick-list {
  overflow: visible !important;
}
.slick-track-slider__element {
  position: relative;
  width: auto;
  height: 15vw;
  padding: 0 5vw;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider__element {
    height: 7.5vw;
    padding: 0 3.75vw;
  }
}
.slick-track-slider__element img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-track-slider .slick-dots {
  margin-top: 3.75vw;
  position: relative;
  bottom: 0;
}
.slick-track-slider .slick-dots button::before {
  font-size: 0.4375rem;
}
.slick-track-slider .slick-dots .slick-active button::before {
  color: #4528ce;
}
.slick-track-slider--two {
  width: 90vw;
  margin-left: 2.5vw;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider--two {
    width: 75vw;
    margin-left: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .slick-track-slider--two {
    width: 50vw;
  }
}
.slick-track-slider--two .slick-track-slider__element {
  position: relative;
  width: auto;
  height: 47.8125vw;
  padding: 0 0 0 5vw;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider--two .slick-track-slider__element {
    height: 39.375vw;
  }
}
@media only screen and (min-width: 960px) {
  .slick-track-slider--two .slick-track-slider__element {
    height: 25.3125vw;
  }
}
.slick-track-slider--two .slick-track-slider__element img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-track-slider--two .slick-track-slider__element .iframe-wrap {
  width: 85vw;
  height: 47.8125vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider--two .slick-track-slider__element .iframe-wrap {
    width: 70vw;
    height: 39.375vw;
  }
}
@media only screen and (min-width: 960px) {
  .slick-track-slider--two .slick-track-slider__element .iframe-wrap {
    width: 45vw;
    height: 25.3125vw;
  }
}
.slick-track-slider--two .slick-track-slider__element .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slick-track-slider--two .slick-dots {
  margin-left: 2.5vw;
}
@media only screen and (min-width: 960px) {
  .slick-track-slider--two .slick-dots {
    margin-left: 15vw;
  }
}
.slick-track-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-track-slider .slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-track-slider .slick-track .slick-slide > div {
  width: 100%;
}
.slick-track-slider .slick-track .slick-slide:focus, .slick-track-slider .slick-track .slick-slide:active {
  outline: none;
}
.slick-track-slider .slick-quote {
  width: 100%;
  height: 100%;
  padding: 0 1.25vw;
}
.slick-track-slider .slick-quote__wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  background-color: #f9f8fa;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider .slick-quote__wrapper {
    padding: 2.5vw;
  }
}
.slick-track-slider .slick-quote__wrapper svg {
  position: absolute;
  bottom: -0.125rem;
  right: -0.125rem;
}
.slick-track-slider .slick-quote__header {
  overflow: hidden;
  position: relative;
  height: 6rem;
}
.slick-track-slider .slick-quote__header img {
  width: 6rem;
  height: 6rem;
  margin-right: 1.25vw;
  float: left;
}
.slick-track-slider .slick-quote__header .meta-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.slick-track-slider .slick-quote__header .meta-info__name {
  font-weight: 600;
}
.slick-track-slider .slick-quote__header .meta-info__company {
  font-weight: 300;
}
.slick-track-slider .slick-quote__body {
  font-style: italic;
  margin-top: 1.875vw;
}
.slick-track-slider .slick-card {
  width: 100%;
  height: 100%;
  padding: 0 1.25vw;
}
.slick-track-slider .slick-card__wrapper {
  background-color: #f9f8fa;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6.25vw;
  position: relative;
  -webkit-transition: border-radius 0.6s ease;
  -o-transition: border-radius 0.6s ease;
  transition: border-radius 0.6s ease;
  cursor: pointer;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider .slick-card__wrapper {
    padding: 2.5vw 2.5vw 1.25vw;
  }
}
.slick-track-slider .slick-card__wrapper:focus {
  outline: none;
  color: #000;
}
.slick-track-slider .slick-card__wrapper:hover {
  border-radius: 1rem;
  color: #000;
  text-decoration: none;
}
.slick-track-slider .slick-card__image {
  width: 4.5rem;
  height: 2.25rem;
  margin-bottom: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .slick-track-slider .slick-card__image {
    width: 10vw;
    height: 5vw;
  }
}
.slick-track-slider .slick-card__image img {
  max-width: 100%;
  max-height: 100%;
}
.slick-track-slider .slick-card__text {
  line-height: 1.5;
  margin-bottom: 3.75vw;
}
.slick-track-slider .slick-card__button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.statements-block {
  overflow: hidden;
}
.statements-block__inner {
  width: 85vw;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .statements-block__inner {
    width: 70vw;
  }
}
.statements-block__element.none {
  margin-top: 0;
}
.statements-block__element.small {
  margin-top: 3.75vw;
}
.statements-block__element.medium {
  margin-top: 5.625vw;
}
.statements-block__element.large {
  margin-top: 11.25vw;
}
.statements-block__element h3 strong {
  margin: 0 0 1.875vw 0;
}
.statements-block__element p {
  border-left: 0.25rem solid;
  font-size: 1rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .statements-block__element p {
    border-left: 0.5rem solid;
    padding-left: 1.5rem;
  }
}
.statements-block__element p:last-of-type, .statements-block__element p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .statements-block__element p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .statements-block__element p {
    font-size: 1.5rem;
  }
}

/* stylelint-disable */
.stepped-cards {
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .stepped-cards {
    margin-top: 5.625vw;
  }
}
.stepped-cards .stepped-cards__outer {
  width: 97.2vw;
  margin: 0 1.25vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
.stepped-cards .stepped-cards__outer .stepped-card {
  width: 100%;
  margin-top: 5.625vw;
  padding: 4.5rem 0 0 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner {
  background-color: #f9f8fa;
  position: relative;
  padding: 4.5rem 6.25vw 5.625vw 5vw;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner {
    padding: 5.625vw 2.5vw 1.875vw;
  }
}
.stepped-cards .stepped-cards__outer .stepped-card__inner h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner h5 {
    font-size: 1.875vw;
  }
}
.stepped-cards .stepped-cards__outer .stepped-card__inner h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner p:last-child,
.stepped-cards .stepped-cards__outer .stepped-card__inner p:last-of-type {
  margin-bottom: 0;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-img {
  width: 9rem;
  height: 0;
  padding-top: 9rem;
  position: absolute;
  top: -4.5rem;
  right: 1.25vw;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner .card-img {
    width: 9rem;
    padding-top: 9rem;
    top: -4.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer .stepped-card__inner .card-img {
    width: 15vw;
    padding-top: 15vw;
    top: -7.5vw;
  }
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-img img {
  max-width: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-header {
  padding-bottom: 0.9375vw;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer {
  margin-top: 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons li {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons li a {
  color: #000;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons li a:hover {
  text-decoration: none;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons li i.lnr {
  font-size: 1.25rem;
}
.stepped-cards .stepped-cards__outer .stepped-card__inner .card-footer .social-medi-icons li i::before {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer.is-not-archive .stepped-card {
    width: 85vw;
    padding: 7.5vw 0 0 1.25vw;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer.is-not-archive .stepped-card {
    width: 40vw;
    margin-top: 0;
    margin-bottom: -7.5vw;
  }
  .stepped-cards .stepped-cards__outer.is-not-archive .stepped-card:nth-child(even) {
    margin-left: 45vw;
  }
  .stepped-cards .stepped-cards__outer.is-not-archive .stepped-card:last-child {
    margin-bottom: 0;
  }
}
.stepped-cards .stepped-cards__outer.is-not-archive .stepped-card::after {
  content: "";
  background-color: #dad1f5;
  width: 1.25vw;
  position: absolute;
  top: 4.5rem;
  left: 0;
  bottom: 5.625vw;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer.is-not-archive .stepped-card::after {
    top: 7.5vw;
    bottom: 1.875vw;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer.is-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card {
    width: 85vw;
    padding: 7.5vw 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card {
    width: 40vw;
    margin-top: 0;
  }
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card:nth-child(2) {
    margin-top: 22.5vw;
  }
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card:nth-child(odd):not(:nth-child(1)) {
    margin-top: calc(5.625vw - 22.5vw);
  }
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card:nth-child(even):not(:nth-child(2)) {
    margin-top: 5.625vw;
  }
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--outer {
  background-color: #f9f8fa;
  margin-top: 1px;
  padding: 1.5rem 2rem;
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  cursor: pointer;
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner .video-title {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 6.25vw 5.625vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner .video-title {
    padding: 0 2.5vw 3.75vw;
    font-size: 3.875vw;
  }
}
@media only screen and (min-width: 960px) {
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner .video-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner .video-title {
    font-size: 1.875vw;
  }
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner:hover .video-play-button-bg {
  fill: #f00;
}
.stepped-cards .stepped-cards__outer.is-archive .stepped-card__video--inner iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.testimonial-section {
  position: relative;
}
.testimonial-section__outer {
  overflow: hidden;
  margin: 11.25vw 1.25vw 0;
}
@media only screen and (min-width: 640px) {
  .testimonial-section__outer {
    margin: 11.25vw 7.5vw 0;
  }
}
.testimonial-section__inner {
  width: 100%;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .testimonial-section__inner {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial-section__inner {
    font-size: 1.5rem;
  }
}
.testimonial-section--no-bg {
  padding: 5.625vw 6.25vw 0;
}
@media only screen and (min-width: 640px) {
  .testimonial-section--no-bg {
    padding: 5.625vw 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .testimonial-section--no-bg {
    padding: 5.625vw 7.5vw 0;
  }
}
.testimonial-section--no-bg::after {
  content: "";
  border-bottom: 0.25rem double;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: calc(50% - 5vw);
  width: 10vw;
  height: 0.25rem;
}
@media only screen and (min-width: 640px) {
  .testimonial-section--no-bg::after {
    border-bottom-width: 0.375rem;
    height: 0.375rem;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial-section--no-bg::after {
    border-bottom-width: 0.5rem;
    height: 0.5rem;
  }
}
.testimonial-section--bg {
  margin-top: 0;
  padding: 5.625vw 6.25vw;
}
@media only screen and (min-width: 640px) {
  .testimonial-section--bg {
    padding: 5.625vw 7.5vw;
  }
}
.testimonial-section--bg::after {
  content: "";
  position: absolute;
  top: calc(-5.625vw - 5vw - 20px);
  left: 1.25vw;
  right: 1.25vw;
  bottom: 0;
  background-color: #f9f8fa;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .testimonial-section--bg::after {
    width: 85vw;
    left: 7.5vw;
  }
}
.testimonial-section .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.testimonial-section .quote__author {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.15;
}
.testimonial-section .quote__reference, .testimonial-section .quote__author--title {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.15;
}
.testimonial-section .quote .image-wrap__quote {
  width: 3rem;
  height: 3rem;
  margin: 1rem 0 0.5rem;
}
@media only screen and (min-width: 640px) {
  .testimonial-section .quote .image-wrap__quote {
    width: 7.5vw;
    height: 7.5vw;
    margin: 1.875vw 0 0.9375vw;
  }
}
.testimonial-section .quote .image-wrap__editorial {
  width: 4.5rem;
  height: 2.25rem;
  margin: 1.875vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .testimonial-section .quote .image-wrap__editorial {
    width: 10vw;
    height: 5vw;
  }
}
.testimonial-section .quote .image-wrap__editorial img {
  max-width: 100%;
  max-height: 100%;
}

.two-column-section {
  overflow: hidden;
}
.two-column-section--none {
  margin-top: 0;
}
.two-column-section--small {
  margin-top: 3.75vw;
}
.two-column-section--medium {
  margin-top: 5.625vw;
}
.two-column-section--large {
  margin-top: 11.25vw;
}
.two-column-section__inner {
  width: 85vw;
  margin: 0 7.5vw;
}
@media only screen and (min-width: 960px) {
  .two-column-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-section__inner {
    width: 70vw;
    margin: 0 15vw;
  }
}
.two-column-section__left-column, .two-column-section__right-column {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .two-column-section__left-column, .two-column-section__right-column {
    width: 40vw;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-section__left-column, .two-column-section__right-column {
    width: 32.5vw;
  }
}
.two-column-section__left-column p:last-of-type, .two-column-section__left-column p:last-child, .two-column-section__right-column p:last-of-type, .two-column-section__right-column p:last-child {
  margin: 0;
}
.two-column-section h3 {
  margin-bottom: 0.625vw;
}
@media only screen and (min-width: 640px) {
  .two-column-section h3 {
    margin-bottom: 0;
  }
}
.two-column-section ul {
  margin: 5vw 0;
  list-style: none;
}
@media only screen and (min-width: 640px) {
  .two-column-section ul {
    margin: 3.75vw 0;
  }
}
.two-column-section ul li {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  margin: 0 0 5vw;
  padding: 0;
  padding-left: calc(0.75rem + 1.25vw);
  font-weight: 600;
  list-style: none;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .two-column-section ul li {
    margin: 0 0 2.5vw;
    padding-left: calc(1rem + 1.25vw);
  }
}
.two-column-section ul li::before {
  font-family: "Linearicons", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  content: "\ec59";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .two-column-section ul li::before {
    font-size: 1rem;
  }
}
.two-column-section ul li:last-child {
  margin: 0;
}

.two-column-section[data-font-color="#dad1f5"] ul li::before {
  color: #4519ce;
}

.two-column-section[data-font-color="#f7d0d5"] ul li::before {
  color: #d6132d;
}

.two-column-section[data-font-color="#ffe7d3"] ul li::before {
  color: #ff8521;
}

.two-column-section[data-font-color="#fef8d1"] ul li::before {
  color: #fadc1a;
}

.two-column-section[data-font-color="#ccf6e7"] ul li::before {
  color: #00cf84;
}

.wide-bullets-section {
  overflow: hidden;
}
.wide-bullets-section__inner {
  background-color: #f9f8fa;
  width: 97.5vw;
  margin: 5.625vw 1.25vw 0;
  padding: 2rem 6.25vw;
}
@media only screen and (min-width: 640px) {
  .wide-bullets-section__inner {
    width: 85vw;
    margin: 5.625vw 7.5vw 0;
    padding: 2rem 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section__inner {
    padding: 3rem 2.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .wide-bullets-section__inner {
    width: 70vw;
    margin: 3.75vw 15vw 0;
  }
}
.wide-bullets-section p {
  font-size: 1rem;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .wide-bullets-section p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section p {
    font-size: 1.5rem;
  }
}
.wide-bullets-section ul {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wide-bullets-section ul li {
  font-family: "Signika", "Roboto", Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 3.75vw;
  padding: 0;
  font-weight: 600;
  list-style: none;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .wide-bullets-section ul li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section ul li {
    font-size: 1.25rem;
  }
}
.wide-bullets-section ul li .bullet {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  margin-top: 0.125rem;
  margin-right: 0.9375vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .wide-bullets-section ul li .bullet {
    margin-top: 0;
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section ul li .bullet {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section ul.grid-size--3 li {
    width: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .wide-bullets-section ul.grid-size--4 li {
    width: 37.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .wide-bullets-section ul.grid-size--4 li {
    width: 30vw;
  }
}

/* stylelint-disable */
.wide-section {
  margin-top: 11.25vw;
}
.wide-section--small {
  margin-top: 3.75vw;
}
.wide-section--medium {
  margin-top: 5.625vw;
}
.wide-section--large {
  margin-top: 11.25vw;
}
.wide-section--typewriter {
  overflow: hidden;
}
.wide-section--dark {
  background-color: #201d2b;
  color: #fff;
  padding: 11.25vw 0;
}
@media only screen and (min-width: 960px) {
  .wide-section--dark {
    padding: 5.625vw 0;
  }
}
.wide-section__row {
  width: 100vw;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .wide-section__row {
    width: 85vw;
    margin: 0 7.5vw;
  }
}
.wide-section__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .wide-section__content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wide-section__text {
  width: 85vw;
}
@media only screen and (min-width: 960px) {
  .wide-section__text {
    width: 40vw;
  }
}
.wide-section__text p:last-of-type, .wide-section__text p:last-child {
  margin: 0;
}
.wide-section__text.has-video {
  padding-top: 3.75vw;
  width: 85vw;
}
@media only screen and (min-width: 960px) {
  .wide-section__text.has-video {
    width: 40vw;
  }
}
.wide-section__text.video-column {
  position: relative;
  width: 85vw;
  height: 0;
  margin-bottom: 5.625vw;
  padding-top: 48vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 960px) {
  .wide-section__text.video-column {
    width: 40vw;
    margin-bottom: 3.75vw;
    padding-top: 22.5vw;
  }
}
.wide-section__text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wide-section__button {
  padding-top: 1.25vw;
}
.wide-section__button .button-chevron {
  padding-top: 0.75vw;
}
.wide-section__img {
  text-align: center;
  padding: 0 0.3125rem;
}
@media only screen and (min-width: 960px) {
  .wide-section__img {
    padding: 0;
  }
}
.wide-section__video {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 7.5vw;
  padding-top: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.85rem 1.5rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .wide-section__video {
    border-radius: 0.5rem;
    margin-left: 0;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__video {
    padding-top: 2rem;
  }
}
.wide-section__video::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 85vw;
  height: 0.75rem;
  background-color: #e9e8ea;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .wide-section__video::before {
    height: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__video::before {
    height: 2rem;
  }
}
.wide-section__video::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  width: 1px;
  height: 1px;
  background-color: #b4b4b8;
  -webkit-box-shadow: 0 0 0 0.125rem #b4b4b8, 0.5rem 0 0 0.125rem #b4b4b8, 1rem 0 0 0.125rem #b4b4b8;
          box-shadow: 0 0 0 0.125rem #b4b4b8, 0.5rem 0 0 0.125rem #b4b4b8, 1rem 0 0 0.125rem #b4b4b8;
}
@media only screen and (min-width: 640px) {
  .wide-section__video::after {
    left: 1rem;
    top: 0.8rem;
    -webkit-box-shadow: 0 0 0 0.25rem #b4b4b8, 1rem 0 0 0.25rem #b4b4b8, 2rem 0 0 0.25rem #b4b4b8;
            box-shadow: 0 0 0 0.25rem #b4b4b8, 1rem 0 0 0.25rem #b4b4b8, 2rem 0 0 0.25rem #b4b4b8;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__video::after {
    left: 1rem;
    top: 1rem;
    -webkit-box-shadow: 0 0 0 0.3125rem #b4b4b8, 1.25rem 0 0 0.3125rem #b4b4b8, 2.5rem 0 0 0.3125rem #b4b4b8;
            box-shadow: 0 0 0 0.3125rem #b4b4b8, 1.25rem 0 0 0.3125rem #b4b4b8, 2.5rem 0 0 0.3125rem #b4b4b8;
  }
}
.wide-section__video video {
  width: 85vw;
  height: 100%;
}
.wide-section__typewriter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 92.5vw;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 960px) {
  .wide-section__typewriter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wide-section__typewriter .typewriter__left {
  width: 85vw;
  margin-left: 7.5vw;
  margin-right: 5vw;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__left {
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__typewriter .typewriter__left {
    width: 40vw;
  }
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info {
  margin-top: 5vw;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info ul {
  list-style: none;
  margin: 0;
  color: #fff;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info ul li:first-child {
  font-style: italic;
  margin-bottom: 0;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info ul li span:first-child {
  margin-right: 3.25rem;
  font-size: 0.75rem;
  min-width: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info ul li span:last-child {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wide-section__typewriter .typewriter__left .typewriter-rows-info .specific {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  margin-top: 5vw;
}
.wide-section__typewriter .typewriter__right {
  width: 45vw;
  position: relative;
  margin-left: 7.5vw;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__right {
    margin-left: 0;
    margin-top: 0;
  }
}
.wide-section__typewriter .typewriter__right .windows-ide {
  width: 100vw;
  font-size: 0.5rem;
  line-height: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__right .windows-ide {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 960px) {
  .wide-section__typewriter .typewriter__right .windows-ide {
    width: 85vw;
  }
}
.wide-section__typewriter .typewriter__right .windows-ide .header-windows-ide {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem 0.25rem 0 0;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__right .windows-ide .header-windows-ide {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.wide-section__typewriter .typewriter__right .windows-ide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0.125rem;
}
.wide-section__typewriter .typewriter__right .windows-ide ul li {
  background: rgba(255, 255, 255, 0.2);
  width: 0.375rem;
  height: 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  margin: 0.25rem 0.125rem 0.125rem;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__right .windows-ide ul li {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.5rem 0.25rem 0.25rem;
  }
}
.wide-section__typewriter .typewriter__right .windows-ide .body-windows-ide {
  background: rgba(255, 255, 255, 0.1);
  min-height: 16.625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .wide-section__typewriter .typewriter__right .windows-ide .body-windows-ide {
    min-height: 33.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
  }
}
.wide-section__typewriter .typewriter__right .windows-ide .line-number {
  color: rgba(255, 255, 255, 0.25);
}
.wide-section__typewriter .typewriter__right .windows-ide .val {
  color: #8ea2ef;
}
.wide-section__typewriter .typewriter__right .windows-ide .red-text {
  color: #f0919e;
}
.wide-section__typewriter .typewriter__right .windows-ide .green-text {
  color: #00cf84;
}
.wide-section__progressbar {
  width: 100%;
  padding-top: 5.625vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}
.wide-section__progressbar .progressbar__row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wide-section__progressbar .progressbar__title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  max-width: 17.6470588235%;
  width: 100%;
}
.wide-section__progressbar .progressbar__line {
  min-height: 2rem;
  min-width: 79.4117647059%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wide-section__progressbar .progressbar__line .p-bar-col {
  position: relative;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.wide-section__progressbar .progressbar__line .p-bar-col-1 {
  width: 3.7037037037%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-2 {
  width: 7.4074074074%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-3 {
  width: 11.1111111111%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-4 {
  width: 14.8148148148%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-5 {
  width: 18.5185185185%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-6 {
  width: 22.2222222222%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-7 {
  width: 25.9259259259%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-8 {
  width: 29.6296296296%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-9 {
  width: 33.3333333333%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-10 {
  width: 37.037037037%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-11 {
  width: 40.7407407407%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-12 {
  width: 44.4444444444%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-13 {
  width: 48.1481481481%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-14 {
  width: 51.8518518519%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-15 {
  width: 55.5555555556%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-16 {
  width: 59.2592592593%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-17 {
  width: 62.962962963%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-18 {
  width: 66.6666666667%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-19 {
  width: 70.3703703704%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-20 {
  width: 74.0740740741%;
}
.wide-section__progressbar .progressbar__line .p-bar-col.col-pink {
  background: #f0919e;
}
.wide-section__progressbar .progressbar__line .p-bar-col.col-mer {
  background: #0ff;
}
.wide-section__progressbar .progressbar__line .p-bar-col.col-green {
  background: #00cf84;
}
.wide-section__progressbar .progressbar__line .p-bar-col.col-yellow {
  background: #faf29c;
}
.wide-section__progressbar .progressbar__line .p-bar-col.col-dark {
  background: #201d2b;
  z-index: 5;
}
.wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-text {
  color: #201d2b;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-before-text {
  color: #8ea2ef;
  font-size: 0.75rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1rem;
  min-height: 1rem;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(-2rem);
       -o-transform: translateX(-100%) translateY(-2rem);
          transform: translateX(-100%) translateY(-2rem);
}
.wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-before-text::before {
  content: "";
  background: #8ea2ef;
  height: 0.5rem;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform: translateY(1rem);
}
.wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-after-text {
  color: #8ea2ef;
  font-size: 0.75rem;
  font-style: italic;
  letter-spacing: 0;
  min-height: 1rem;
  line-height: 1rem;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%) translateY(-2rem);
       -o-transform: translateX(100%) translateY(-2rem);
          transform: translateX(100%) translateY(-2rem);
}
.wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-after-text::before {
  content: "";
  background: #8ea2ef;
  height: 0.5rem;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform: translateY(1rem);
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 9s linear;
  -o-transition: all 9s linear;
  transition: all 9s linear;
  z-index: 3;
  width: 100%;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim.col-pink {
  background-color: #f0919e;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim.col-mer {
  background-color: #0ff;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim.col-green {
  background-color: #00cf84;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim.col-yellow {
  background-color: #faf29c;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim::before {
  content: "";
  background: #201d2b;
  opacity: 1;
  position: absolute;
  top: -2rem;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rem;
}
.wide-section__progressbar .progressbar__line .p-bar-col-full-anim::after {
  content: "";
  background: #201d2b;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wide-section__progressbar.anim-progressbar-start .progressbar__line .p-bar-col-full-anim {
  width: 0;
}
.wide-section.hidden .wide-section__text {
  margin-bottom: 5.625vw;
}

@media print, screen and (min-width: 60em) {
  .wide-section__progressbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 40em) {
  .wide-section__progressbar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wide-section {
    width: 100%;
    overflow: hidden;
  }
  .wide-section__progressbar .progressbar__row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .wide-section__progressbar .progressbar__title {
    font-size: 0.5rem;
    line-height: 0.875rem;
    max-width: 17.6470588235%;
    width: 100%;
  }
  .wide-section__progressbar .progressbar__line {
    min-height: 1rem;
  }
  .wide-section__progressbar .progressbar__line .p-bar-col {
    height: 1rem;
  }
  .wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-text {
    color: #201d2b;
    font-size: 0.375rem;
    letter-spacing: 0;
    line-height: 0.75rem;
  }
  .wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-before-text {
    font-size: 0.375rem;
    line-height: 1rem;
    min-height: 1rem;
    -webkit-transform: translateX(-100%) translateY(-1rem);
         -o-transform: translateX(-100%) translateY(-1rem);
            transform: translateX(-100%) translateY(-1rem);
  }
  .wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-before-text::before {
    content: "";
    height: 0.25rem;
    width: 1px;
    -webkit-transform: translateY(0.75rem);
    -o-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
  }
  .wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-after-text {
    font-size: 0.375rem;
    font-style: italic;
    letter-spacing: 0;
    min-height: 1rem;
    line-height: 1rem;
    -webkit-transform: translateX(100%) translateY(-1rem);
         -o-transform: translateX(100%) translateY(-1rem);
            transform: translateX(100%) translateY(-1rem);
  }
  .wide-section__progressbar .progressbar__line .p-bar-col .p-bar-col-after-text::before {
    content: "";
    height: 0.25rem;
    width: 1px;
    -webkit-transform: translateY(0.75rem);
    -o-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
  }
}
@media only screen and (max-width: 640px) {
  .wide-section__progressbar {
    overflow: hidden;
    padding-left: 25px;
    width: 100%;
  }
  .wide-section__progressbar .progressbar__title {
    min-width: 90px;
  }
  .wide-section__progressbar .progressbar__line {
    min-width: 480px;
  }
}
.wide-section-hidden {
  visibility: hidden;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(vendor/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(vendor/slick.eot);
  src: url(vendor/slick.eot?#iefix) format("embedded-opentype"), url(vendor/slick.woff) format("woff"), url(vendor/slick.ttf) format("truetype"), url(vendor/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
