/* ==========================================================================


Theme Name: Project
Theme URI: 
Author: Project
Description: Project WordPress theme.
Version: 1.0

   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Browser Fixes
   8. Responsive

   */
/* ==========================================================================
   0. Vendor
   ========================================================================== */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*@import "type";
@import "images";
@import "code";*/
.container {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "utilities";
@import "print";*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*==========================================================================
  1. Reset
  ========================================================================== */
/* ==========================================================================
   2. Base Styles
   ========================================================================== */
html {
  font-size: 10px;
}

body {
  font-size: 1.8rem;
  overflow-x: hidden;
  line-height: inherit;
}

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

figure {
  margin: 0;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
  color: #666;
}

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* Colours from Brand Manual:

#292929 - Rich Black - $grey
#4A3CC7 - Purple - $purple
$FF5D63 - Red - $red
#DFFA6E - Yellow - $yellow
#3860F0 - Blue - $blue
#BAF8D8 - Mint
#9C8AEB - Lilac
#FFFFFF - White

*/
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/**************************************************************
-> Usage: @include aspect-ratio(16, 9);
**************************************************************/
/**************************************************************
-> Usage: @include fluid-type(650px, 1600px, 16px, 32px);
**************************************************************/
/**************************************************************
-> Usage: width:get-vw(100px);
**************************************************************/
/* ==========================================================================
   5. Fonts
   ========================================================================== */
body {
  color: #292929;
  font-family: "TT Norms Pro", sans-serif;
  webkit-font-smoothing: antialiased;
}

.text--14 {
  font-size: 1.4rem;
}

p {
  line-height: 1.7142857143;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}

h3, .h3 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Lt.woff2") format("woff2"), url("../fonts/TTNormsPro-Lt.woff") format("woff"), url("../fonts/TTNormsPro-Lt.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Normal.woff2") format("woff2"), url("../fonts/TTNormsPro-Normal.woff") format("woff"), url("../fonts/TTNormsPro-Normal.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Md.woff2") format("woff2"), url("../fonts/TTNormsPro-Md.woff") format("woff"), url("../fonts/TTNormsPro-Md.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-DmBd.woff2") format("woff2"), url("../fonts/TTNormsPro-DmBd.woff") format("woff"), url("../fonts/TTNormsPro-DmBd.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Bd.woff2") format("woff2"), url("../fonts/TTNormsPro-Bd.woff") format("woff"), url("../fonts/TTNormsPro-Bd.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-XBd.woff2") format("woff2"), url("../fonts/TTNormsPro-XBd.woff") format("woff"), url("../fonts/TTNormsPro-XBd.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Blk.woff2") format("woff2"), url("../fonts/TTNormsPro-Blk.woff") format("woff"), url("../fonts/TTNormsPro-Blk.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro Exp";
  src: url("../fonts/TTNormsProExp-Blk.woff2") format("woff2"), url("../fonts/TTNormsProExp-Blk.woff") format("woff"), url("../fonts/TTNormsProExp-Blk.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro Exp ExtraBlack";
  src: url("../fonts/TTNormsProExp-Blk.woff2") format("woff2"), url("../fonts/TTNormsProExp-Blk.woff") format("woff"), url("../fonts/TTNormsProExp-Blk.ttf") format("ttf");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
.ratio-image {
  overflow: hidden;
  display: block;
  margin: 0;
  position: relative;
}
.ratio-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.ratio-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 1475px;
    padding: 0 20px;
  }
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  color: transparent;
}

@-webkit-keyframes linkHover {
  0% {
    width: 0;
  }
  40% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes linkHover {
  0% {
    width: 0;
  }
  40% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
html,
body {
  scroll-padding-top: 10rem; /* set to the height of your header */
}

body {
  background: #292929;
}

body:has(#main__top + .wysiwyg) {
  background: #fff;
}
body:has(#main__top + .wysiwyg) .masthead {
  background: #4A3CC7;
}

section {
  scroll-margin-top: 14rem;
}

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

button:focus,
input:focus {
  outline: 0;
}

a {
  color: #c36;
}
a:hover {
  color: #4A3CC7;
}

.container {
  padding-left: 8rem;
  padding-right: 8rem;
  border-top: 0;
  border-bottom: 0;
  max-width: 160rem;
}
@media (max-width: 1023px) {
  .container {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

iframe {
  border: 0;
}

.browser-update-message {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.browser-update-message a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main {
  min-height: 60vh;
  max-width: 100vw;
}
@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.icon {
  width: 3rem;
}

.image-zoom {
  overflow: hidden;
  display: block;
}

.image-zoom figure,
.image-zoom > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-zoom figure:hover,
.image-zoom > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303538;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #303538;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #303538;
}

:-moz-placeholder { /* Firefox 18- */
  color: #303538;
}

.main > p, .main > ul, .main > ol, .main > h1, .main > h2, .main > h3, .main > h4, .main > h5, .main > h6, .main > section.iframe {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
.main > h3 {
  margin-top: 8rem;
}
.main > ul li {
  list-style-type: disc;
}

a:focus {
  outline: none;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.breadcrumbs {
  padding-bottom: 3rem;
}

.row.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cen {
  text-align: center;
}

.text-style h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .text-style h3 {
    font-size: 1.8rem;
  }
}
.text-style ul li {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 2em;
}
.text-style ul li:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/tick.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

.bg-white {
  background: #fff;
  color: #292929;
}

.bg-green {
  background: #BAF8D8;
  color: #292929;
}

.bg-lemon, .bg-yellow {
  background: #DFFA6E;
  color: #292929;
}

.bg-lilac {
  background: #9C8AEB;
  color: #fff;
}

.bg-purple {
  background: #4A3CC7;
  color: #fff;
}

.bg-grey {
  background: #292929;
  color: #fff;
}

.bg-grey-mid {
  background: #343434;
}

.bg-grey-pale {
  background: rgb(241, 241, 241);
}

.purple-gradient {
  background-color: transparent;
  background-image: linear-gradient(248deg, #4A3CC7 0%, #B3A1FF 100%);
  color: #fff;
}

.lilac-gradient {
  background-color: transparent;
  background-image: linear-gradient(228deg, #573AD9 0%, #B09DFE 100%);
}

.blue-green-gradient {
  background-color: transparent;
  background-image: linear-gradient(228deg, #B4F1D9 0%, #3860F0 100%);
}

.red-purple-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#4A3CC7), to(#FF5D63));
  background: linear-gradient(270deg, #4A3CC7 0%, #FF5D63 100%);
  color: #fff;
}

.text-purple {
  color: #4A3CC7;
}

.card {
  position: relative;
}
.card:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0px;
  top: -8px;
  -webkit-transform: skewy(-63deg) translatex(-100%) translatey(1px);
          transform: skewy(-63deg) translatex(-100%) translatey(1px);
  background: #292929;
}
.card:after {
  content: "";
  position: Absolute;
  display: block;
  width: 100%;
  height: 14px;
  left: -4px;
  bottom: 0;
  -webkit-transform: translatey(100%) skewx(-27deg);
          transform: translatey(100%) skewx(-27deg);
  background: #292929;
}

.heading {
  font-size: 6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .heading {
    font-size: 4rem;
  }
}

.subheading {
  border-left: 2px solid #292929;
  border-color: inherit;
  font-size: 1.6rem;
  padding-left: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

strong.subheading {
  display: block;
  margin-bottom: 0.5em;
}

table {
  margin-bottom: 15px;
  width: 100%;
}
table tr:nth-child(odd) td {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table td {
  padding: 1.5rem;
  border: 1px solid #a3bbad;
  font-size: 12.6px;
}
table td:hover {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table a {
  color: #3860F0;
}

.btn, .facetwp-load-more, .btn-wysiwyg a {
  height: 4.8rem;
  line-height: 4.8rem;
  background: #4A3CC7;
  color: #fff;
  border-radius: 2.4rem;
  display: inline-block;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.btn:hover, .facetwp-load-more:hover, .btn-wysiwyg a:hover {
  background: #9C8AEB;
  color: #fff;
}
.btn svg, .facetwp-load-more svg, .btn-wysiwyg a svg {
  position: relative;
  margin-left: 2px;
  width: 2.4rem;
  height: 2.4rem;
}

.btn--grey {
  background: #292929;
}
.btn--grey:hover {
  background: #434343;
}

.btn--white {
  background: white;
  color: #292929;
}
.btn--white svg path {
  fill: currentColor;
}
.btn--white:hover {
  background: #292929;
}

.btn--border-white {
  background: transparent;
  border: 2px solid #fff;
}
.btn--border-white:hover {
  background: #4A3CC7;
  border-color: #4A3CC7;
}
.btn--border-white svg {
  display: none;
}
.red-purple-gradient .btn--border-white:hover {
  background: #FF5D63;
  border-color: #FF5D63;
}

.btn--trans {
  background: rgba(255, 255, 255, 0.1019607843);
}
.btn--trans:hover {
  background: #3860F0;
}

.btn--clear {
  background: transparent;
}
.btn--clear:hover {
  background: rgba(255, 255, 255, 0.1019607843);
}

.btn--clear--red {
  background: transparent;
  color: #FF5D63;
}
.btn--clear--red svg path {
  fill: #FF5D63;
}
.btn--clear--red:hover {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FF5D63;
}

.btn--clear--green {
  background: transparent;
  color: #BAF8D8;
}
.btn--clear--green svg path {
  fill: #BAF8D8;
}
.btn--clear--green:hover {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #BAF8D8;
}

.btn--lemon {
  background: #DFFA6E;
  color: #292929;
}
.btn--lemon svg path {
  fill: #292929;
}

.btn--red {
  background: #FF5D63;
}
.btn--red:hover {
  background: #f29595;
}

body .cky-btn-revisit-wrapper {
  background: #4A3CC7 !important;
  color: #fff;
  width: 54px;
  height: 54px;
  bottom: -11px;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit:before {
  content: "Cookies";
  color: #fff;
  font-size: 8px;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit img {
  opacity: 0;
  display: none;
}

.popup {
  max-width: 64rem;
  width: 100%;
}
.popup__heading {
  background: #DFFA6E;
  margin: -3.2rem;
  margin-bottom: 4.8rem;
  padding: 1.6rem 2.5rem;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popup__heading {
    font-size: 1.8rem;
  }
}

.fancybox-content {
  padding: 3.2rem;
}

.fancybox-close-small {
  background: #292929 url(../images/icon-close.svg) no-repeat center center;
  background-size: 24px auto;
  opacity: 1;
  height: 52px;
  width: 46px;
}
.fancybox-close-small svg {
  display: none;
}

.selectric {
  background: #f1f1f1;
  border: none;
  height: 4rem;
}
.selectric .label {
  font-size: 1.4rem;
  color: #b1b1b1;
}
.selectric .button {
  background: transparent;
}
.selectric .button:after {
  border-top: 6px solid #292929;
  width: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.footer-contact {
  padding: 6.5rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-contact__heading {
  position: relative;
  display: block;
  font-family: "TT Norms Pro Exp ExtraBlack", sans-serif;
  font-size: 128px;
  line-height: 0.84375;
  width: 3em;
  float: right;
  margin-right: 11rem;
  margin-top: 37.4rem;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer-contact__heading {
    margin-right: 5.7vw;
  }
}
@media (max-width: 1023px) {
  .footer-contact__heading {
    float: none;
    margin: 0 auto;
    font-size: 11rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .footer-contact__heading {
    font-size: 5.8rem;
  }
}
.footer-contact__heading img {
  position: Absolute;
  right: -122px;
  top: 0em;
  width: 415%;
  width: 1640px;
  max-width: 1000vw;
}
@media (max-width: 1023px) {
  .footer-contact__heading img {
    width: 1410px;
    right: -104px;
  }
}
@media (max-width: 767px) {
  .footer-contact__heading img {
    width: 746px;
    right: -54px;
  }
}
.footer-contact__heading span {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.footer-contact__form-header {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.footer-contact__form-header h2 {
  font-size: 4.8rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .footer-contact__form-header h2 {
    font-size: 3.2rem;
  }
}
.footer-contact__form-header strong {
  font-weight: 900;
}
.footer-contact__form-wrap {
  max-width: 50rem;
  padding: 4rem 3rem;
}
@media (max-width: 1023px) {
  .footer-contact__form-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-contact__form-wrap {
    padding: 2.4rem;
  }
}
.footer-contact__form-heading {
  font-size: 1.4rem;
}
.footer-contact__form-heading h2 {
  font-size: 4.8rem;
}
.footer-contact.blue-green-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#B4F1D9), to(#3860F0));
  background: linear-gradient(270deg, #B4F1D9 0%, #3860F0 100%);
}

.blog .footer-contact, .single .footer-contact {
  background: #4A3CC7;
}

.pagename-contact-us .footer-contact {
  display: none;
}

.masthead {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 21;
  background: transparent;
}
@media (max-width: 767px) {
  .masthead {
    background: #4A3CC7;
    top: 0;
  }
}
.masthead a {
  color: #fff;
}
.masthead__note {
  cursor: pointer;
  margin-top: 0;
  text-align: right;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  font-weight: 700;
  overflow: hidden;
  height: 48px;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .masthead__note {
    position: absolute;
    top: 6.7rem;
    left: 0;
    right: 0;
    padding: 1rem 0;
    height: auto;
  }
}
.masthead__note .container {
  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 (max-width: 767px) {
  .masthead__note .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.masthead__note__close {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .masthead__note__content {
    width: calc(100% - 50px);
    text-align: left;
  }
}
.masthead__note__content span {
  height: 1em;
  overflow: hidden;
  display: inline-block;
}
.masthead__note__content a {
  margin-left: 0.5rem;
  color: #FF5D63;
  text-decoration: underline;
}
.masthead__note__content a:hover {
  color: #f29595;
}
@media (max-width: 767px) {
  .masthead__note__content a {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 1.6rem;
  }
  .masthead__note__content a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    height: 5rem;
    width: 150%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#292929+0,292929+100&0+0,1+27 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(41, 41, 41, 0)), color-stop(27%, rgb(41, 41, 41)), to(rgb(41, 41, 41)));
    background: linear-gradient(to right, rgba(41, 41, 41, 0) 0%, rgb(41, 41, 41) 27%, rgb(41, 41, 41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.masthead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1099px) {
  .masthead__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .masthead__inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.masthead__logo {
  width: 10rem;
}
@media (max-width: 767px) {
  .masthead__logo {
    width: 5.5rem;
  }
}
.masthead__col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.masthead .btn, .masthead .facetwp-load-more {
  margin-left: 2.5rem;
}
@media (max-width: 1220px) {
  .masthead .btn, .masthead .facetwp-load-more {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .masthead .btn, .masthead .facetwp-load-more {
    display: none;
  }
}
.masthead .btn:hover, .masthead .facetwp-load-more:hover {
  background: #FF5D63;
}
.masthead .btn svg, .masthead .facetwp-load-more svg {
  margin-left: 5px;
  width: 15px;
}

.show-header .masthead {
  opacity: 1;
}
.show-header .masthead__note {
  margin-top: 0;
  position: relative;
  opacity: 1;
  max-height: 48px;
}

.note-closed .masthead {
  top: 0;
}
.note-closed .masthead__note {
  margin-top: -48px;
  -webkit-transition: none;
  transition: none;
}

.blog .masthead,
.single-post .masthead,
.single-career .masthead,
.page-id-19279 .masthead {
  background: #4A3CC7;
}

.page-id-18752 .masthead__note {
  display: none;
}
@media (max-width: 1023px) {
  .page-id-18752 .masthead__note {
    display: block;
  }
}

@media (min-width: 1024px) {
  .page-id-18752 .main {
    margin-top: 10px;
  }
}

.masthead__mastnav .masthead__logo {
  display: none;
}
.masthead__mastnav .btn--grey {
  display: none;
}
.masthead__mastnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.masthead__mastnav ul li {
  position: relative;
}
.masthead__mastnav ul li a {
  padding: 0 1.2rem;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (max-width: 1220px) {
  .masthead__mastnav ul li a {
    font-size: 13px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .masthead__mastnav ul li a {
    font-size: 2.2rem;
  }
}
.masthead__mastnav ul li a:hover {
  color: #BAF8D8;
}
.masthead__mastnav ul li.current-menu-item > a {
  color: #BAF8D8;
}
.masthead__mastnav .submenu-toggle {
  background: url(../images/caret-down.svg) no-repeat center center;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .masthead__mastnav .submenu-toggle {
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 0;
    float: right;
    margin-left: -0.5rem;
    margin-right: 1.2rem;
    margin-top: 0.3rem;
  }
}
.masthead__mastnav .sub-menu {
  position: Absolute;
  left: 0;
  top: 100%;
  margin-top: 1.5rem;
  background: #292929;
  display: block;
  width: auto;
  min-width: 15em;
  visibility: hidden;
}
.masthead__mastnav .sub-menu:before {
  content: "";
  position: absolute;
  height: 1.5rem;
  top: -1.5rem;
  width: 100%;
}
.masthead__mastnav .sub-menu li:last-of-type a:after {
  display: none;
}
.masthead__mastnav .sub-menu li.current-menu-item > a {
  color: rgb(185, 175, 236);
}
.masthead__mastnav .sub-menu li a {
  padding: 1.6rem;
  display: block;
}
.masthead__mastnav .sub-menu li a:after {
  content: "";
  border-top: 1px solid grey;
  width: 100%;
  display: block;
  position: relative;
  top: 1.6rem;
}
.masthead__mastnav li:hover ul.sub-menu {
  visibility: visible;
}

.single-post .masthead__mastnav ul li.menu-item-18880 > a {
  color: #BAF8D8;
}

@media (max-width: 1023px) {
  .masthead__mastnav {
    background: #4A3CC7;
    max-width: 50rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .masthead__mastnav {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .masthead__mastnav .masthead__logo {
    display: block;
    margin-bottom: 7rem;
  }
  .masthead__mastnav .btn--grey {
    display: inline-block;
    margin-top: 5rem;
  }
  .masthead__mastnav ul {
    display: block;
  }
  .masthead__mastnav ul li {
    border-bottom: 1px solid #9C8AEB;
  }
  .masthead__mastnav ul li:last-of-type {
    border: none;
  }
  .masthead__mastnav ul li a {
    font-size: 1.5rem;
    padding: 1.3rem 2rem;
    display: block;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .masthead__mastnav ul li a {
    font-size: 2rem;
    padding: 2.4rem 1.6rem;
    font-weight: 900;
  }
}
@media (max-width: 1023px) {
  .masthead__mastnav ul li.current-menu-item > a {
    color: rgb(185, 175, 236);
  }
  .masthead__mastnav ul li.submenu-expanded {
    background: #604AD4;
  }
  .masthead__mastnav .submenu-toggle {
    display: inline-block;
    float: right;
    width: 2rem;
    height: 2rem;
    background-color: #292929;
    width: 23px;
    height: 23px;
    background-size: 10px auto;
    margin-right: 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .masthead__mastnav .submenu-toggle {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .masthead__mastnav .submenu-expanded .submenu-toggle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .masthead__mastnav ul.sub-menu {
    position: Static;
    background: #604AD4;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 1.6rem;
    border-left: 3px solid #BAF8D8;
  }
  .masthead__mastnav ul.sub-menu li {
    border: none;
  }
  .masthead__mastnav ul.sub-menu li a {
    border: none;
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .masthead__mastnav ul.sub-menu li a {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .masthead__mastnav ul.sub-menu li a:after {
    display: none;
  }
  .masthead__mastnav .submenu-expanded ul.sub-menu {
    max-height: 900rem;
    margin-bottom: 2rem;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .masthead__mastnav .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.masthead__toggle {
  width: 32px;
  height: 32px;
  background: url(../images/mastnav-toggle.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 0;
  display: block;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 767px) {
  .masthead__toggle {
    top: 23px;
    right: 27px;
    height: 24px;
    width: 24px;
  }
}
.masthead__toggle.active {
  background: url(../images/mastnav-close.svg) no-repeat center center;
  position: fixed;
  top: 30px;
}
@media (min-width: 1024px) {
  .masthead__toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .masthead__mastnav {
    display: none;
  }
  .main-nav--open .masthead__mastnav {
    display: block;
    background: #4A3CC7;
    z-index: 11;
    position: fixed;
    top: 0rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .main-nav--open {
    position: fixed;
  }
  .main-nav--open:before {
    content: "";
    background: #292929;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.send-resume__title {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .send-resume__title {
    font-size: 2rem;
  }
}
.send-resume .gform_body {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .send-resume .gform_wrapper.gravity-theme #field_7_7 {
    grid-column: span 6;
  }
}
.send-resume .gform_wrapper.gravity-theme .gform__footer {
  margin-top: 2rem;
}

.masthead {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in;
  transition: padding 0.3s ease-in;
}
.masthead.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #4A3CC7;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.masthead.fixed-header .masthead__note {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}
.masthead.fixed-header .masthead__toggle {
  top: 30px;
}
@media (max-width: 767px) {
  .masthead.fixed-header .masthead__toggle {
    top: 23px;
  }
}
.masthead.fixed-header.scrolled-blue {
  background: #3860F0;
}
.masthead.fixed-header.scrolled-red {
  background: #FF5D63;
}

.slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
  background: url(../images/slick-prev.svg) no-repeat center center;
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  background-image: url(../images/slick-next.svg);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots li button {
  border: none;
  background: #292929;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #DFFA6E;
}

.mastfoot {
  border-top: 1rem solid #BAF8D8;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.mastfoot .container {
  padding: 0 8rem;
}
.mastfoot__logo {
  margin-bottom: 3.6rem;
  display: block;
}
.mastfoot__logo img {
  max-width: 35rem;
  width: 100%;
}
.mastfoot__row-1 {
  margin-bottom: 3rem;
}
.mastfoot__row-1 .row {
  margin: 0 -1.6rem;
}
.mastfoot__row-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .mastfoot__row-1__item {
    margin-bottom: 3.2rem;
  }
}
.mastfoot__panel {
  padding: 3.2rem 1.6rem;
  width: 100%;
}
.mastfoot__title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .mastfoot__title {
    font-size: 1.8rem;
  }
}
.mastfoot nav li {
  font-size: 1.5rem;
  clear: both;
  margin: 1.6rem 0;
  display: block;
}
.mastfoot nav li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #BAF8D8;
  font-size: 12px;
  font-weight: 900;
  width: 24px;
  height: 24px;
  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;
  margin-top: -4px;
  float: left;
  margin-right: 5px;
}
.mastfoot nav li a {
  color: #f1f1f1;
}
.mastfoot nav li a:hover {
  color: #BAF8D8;
}
.mastfoot nav li.current-menu-item a {
  color: #BAF8D8;
}
.mastfoot-social {
  padding: 1.6rem;
  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-bottom: 3.6rem;
}
.mastfoot-social-title {
  display: inline;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 1rem;
}
.mastfoot-social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mastfoot-social__items li {
  margin: 0 1.2rem;
}
.mastfoot-social__items .mastfoot-social__link {
  color: #9a9a9a;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}
.mastfoot-social__items .mastfoot-social__link:hover {
  color: #BAF8D8;
}
.mastfoot-social__items .mastfoot-social__link svg, .mastfoot-social__items .mastfoot-social__link i {
  width: 100%;
  height: auto;
  font-size: 2.8rem;
}
.mastfoot-social__items .mastfoot-social__link__text {
  font-size: 0;
  color: transparent;
}
.mastfoot__addresses {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.mastfoot__addresses h3 {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: 900;
}
.mastfoot__addresses p {
  line-height: 1.7142857143;
}
.mastfoot__row-4 {
  font-weight: 700;
}
.mastfoot__row-4 .mastfoot__panel {
  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 (max-width: 1199px) {
  .mastfoot__row-4 .mastfoot__panel {
    display: block;
  }
}
@media (max-width: 1199px) {
  .mastfoot__row-4 nav {
    margin-bottom: 3.2rem;
  }
}
.mastfoot__row-4 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .mastfoot__row-4 nav ul {
    display: block;
  }
}
.mastfoot__row-4 nav li {
  margin: 0;
}
@media (max-width: 1023px) {
  .mastfoot__row-4 nav li {
    margin: 0.5rem 0;
  }
}
.mastfoot__row-4 nav li:first-of-type:before {
  display: none;
}
.mastfoot__row-4 nav li:first-of-type a {
  padding-left: 0;
}
.mastfoot__row-4 nav li:before {
  content: "|";
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
  display: inline;
  width: auto;
  height: auto;
}
@media (max-width: 1023px) {
  .mastfoot__row-4 nav li:before {
    display: none;
  }
}
.mastfoot__row-4 nav li a {
  padding: 0 1.6rem;
}
@media (max-width: 1199px) {
  .mastfoot__row-4 nav li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .mastfoot__row-4 nav li a {
    padding: 0;
  }
}
.mastfoot__logos {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .mastfoot__logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mastfoot__logos img {
  max-height: 7.2rem;
  width: auto;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .mastfoot__logos img {
    margin-bottom: 2rem;
  }
}

.page-id-18629 .mastfoot {
  border-color: #DFFA6E;
}

.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  width: 100%;
  padding: 2rem 0 8rem 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: rgb(241, 241, 241);
}
.pagination .nav-links a, .pagination .nav-links span {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
  display: block;
  text-align: center;
  padding: 0 1rem;
  margin: 0 0.5rem;
  border-radius: 100%;
}
.pagination .nav-links a {
  position: relative;
}
.pagination .nav-links a:hover {
  color: black;
}
.pagination .nav-links .page-numbers {
  position: relative;
  background: #f4f4f4;
}
.pagination .nav-links .page-numbers.current {
  color: #fff;
}
.pagination .nav-links .dots {
  color: grey;
}
.pagination .nav-links .dots + .page-numbers {
  display: none;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev, .pagination .nav-links .current:before {
  padding: 0;
  display: block;
  text-align: left;
  background: transparent;
}
.pagination .nav-links a.prev.page-numbers {
  text-indent: -9999px;
  background: transparent;
}
.pagination .nav-links a.prev.page-numbers:before {
  opacity: 1;
  left: 0;
}
.pagination .nav-links .page-numbers:first-child:before {
  content: "Prev";
  position: Absolute;
  left: -4.5rem;
  top: 0;
  opacity: 0.5;
  text-indent: 0;
}
.pagination .nav-links .page-numbers + .current:before {
  display: none;
}
.pagination .nav-links span.page-numbers:last-child:after {
  content: "Next";
  background-size: auto 1.6rem;
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  left: 100%;
  margin-left: 0.5rem;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding-left: 30px;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
}
body .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme .gfield .validation_message.gfield_validation_message {
  display: none;
}
body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme textarea {
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem;
  border-radius: 0;
  border: none;
  background: rgb(241, 241, 241);
  font-size: 1.4rem;
  padding-left: 1.6rem;
}
body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: #b1b1b1;
}
body .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme textarea::placeholder {
  color: #b1b1b1;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 10rem;
}
body .gform_wrapper.gravity-theme input[type=file] {
  background: rgb(241, 241, 241);
}
body .gform_wrapper.gravity-theme .gfield_checkbox input, body .gform_wrapper.gravity-theme .gfield_checkbox label {
  display: inline;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label a {
  color: #3860F0;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme .ginput_container_checkbox {
  padding-bottom: 3rem;
}
body .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-bottom: 2rem;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input, body .gform_wrapper.gravity-theme .ginput_container_consent label {
  display: inline;
  font-size: 1.4rem;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input {
  opacity: 0;
  width: 0;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #f1f1f1;
  border-radius: 5px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 0px;
  color: #fff;
}
body .gform_wrapper.gravity-theme .ginput_container_consent label a {
  color: #4A3CC7;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:before {
  background: #4A3CC7 url(../images/icon-check.svg) no-repeat center center;
}
body .gform_wrapper.gravity-theme .gfield_radio {
  margin-top: 40px;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  position: relative;
  margin-bottom: 2rem;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  opacity: 0;
  width: 0;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.4rem;
  text-align: center;
  background: #f1f1f1;
  border-radius: 100%;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -4px;
  font-size: 27px;
  font-family: "eicons";
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:before {
  background: #4A3CC7;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 1;
}
body .gform_wrapper.gravity-theme .gfield_description {
  font-size: 12px;
}
body .gform_wrapper.gravity-theme .selected-image {
  position: relative;
  top: 35px;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
body .gform_wrapper.gravity-theme .selected-image strong {
  display: none;
}
body .gform_wrapper.gravity-theme .ginput_container_fileupload {
  max-width: 39rem;
}
body .gform_wrapper.gravity-theme .ginput_container_fileupload:before {
  content: "Upload a file";
  background: #f1f1f1 url(../images/icon-upload.svg) no-repeat 95% center;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: -4rem;
  display: block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
}
body .gform_wrapper.gravity-theme .ginput_container_fileupload input {
  background: transparent;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  border: none;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
body .gform_wrapper.gravity-theme .ginput_container_fileupload.file-changed:before {
  content: "";
}
body .gform_wrapper.gravity-theme .gform_footer {
  height: 4.8rem;
  line-height: 4.8rem;
  color: #fff;
  border: none;
  border-radius: 2.4rem;
  display: inline-block;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_footer:hover {
  color: #fff;
}
body .gform_wrapper.gravity-theme .gform_footer:hover:before {
  background: #9C8AEB;
}
body .gform_wrapper.gravity-theme .gform_footer:before {
  content: "";
  background: #4A3CC7;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .gform_wrapper.gravity-theme .gform_footer:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-send.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 2rem;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0 4.6rem 0 2.4rem;
  height: 4.8rem;
  line-height: 4.8rem;
}
body .gform_wrapper.gravity-theme div.validation_error,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .gfield_error .gfield_label,
body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gform_submission_error {
  color: crimson;
  border-color: crimson;
  border-radius: 0;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_required {
  float: left;
  width: 5px;
  height: 5px;
  background: #FF5D63;
  border-radius: 100%;
  text-indent: -9999px;
  margin-right: 4px;
  display: block;
}
body .gform_wrapper.gravity-theme .gfield_required .gfield_required {
  background: transparent;
  margin: 0;
  width: auto;
}

.gform_confirmation_message {
  text-align: center;
}

div.post-sidebar .gform_wrapper.gravity-theme .ginput_container_consent label:before {
  border: 1px solid #292929;
  width: 15px;
  height: 15px;
  top: 2px;
  margin-right: 2px;
}

.hubspot-form fieldset {
  margin-bottom: 0px !important;
  max-width: none !important;
}
.hubspot-form fieldset > div {
  margin-bottom: 16px !important;
}
.hubspot-form fieldset.form-columns-2 .field:not(:last-of-type) .input {
  margin-right: 16px !important;
}
@media (max-width: 767px) {
  .hubspot-form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
  .hubspot-form fieldset.form-columns-2 .hs-form-field .input {
    margin-right: 0 !important;
  }
}
.hubspot-form fieldset .hs-error-msgs li {
  padding: 0;
  margin: 0;
}
.hubspot-form fieldset .hs-error-msgs li::before {
  display: none;
}
.hubspot-form .hs-error-msg {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.hubspot-form .field {
  position: relative;
}
.hubspot-form .field .hs-form-required {
  float: left;
  width: 5px;
  height: 5px;
  background: #FF5D63;
  border-radius: 100%;
  text-indent: -9999px;
  margin-right: 4px;
  display: block;
}
.hubspot-form .field label, .hubspot-form .field.hs-fieldtype-booleancheckbox .hs-field-desc {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hubspot-form .field .input input[type=text],
.hubspot-form .field .input input[type=email],
.hubspot-form .field .input input[type=tel],
.hubspot-form .field .input textarea {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem;
  border-radius: 0;
  border: none;
  background: rgb(241, 241, 241);
  font-size: 1.4rem;
  padding-left: 1.6rem;
}
.hubspot-form .field .input input[type=text]::-webkit-input-placeholder, .hubspot-form .field .input input[type=email]::-webkit-input-placeholder, .hubspot-form .field .input input[type=tel]::-webkit-input-placeholder, .hubspot-form .field .input textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.hubspot-form .field .input input[type=text]::-moz-placeholder, .hubspot-form .field .input input[type=email]::-moz-placeholder, .hubspot-form .field .input input[type=tel]::-moz-placeholder, .hubspot-form .field .input textarea::-moz-placeholder {
  color: #b1b1b1;
}
.hubspot-form .field .input input[type=text]:-ms-input-placeholder, .hubspot-form .field .input input[type=email]:-ms-input-placeholder, .hubspot-form .field .input input[type=tel]:-ms-input-placeholder, .hubspot-form .field .input textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.hubspot-form .field .input input[type=text]::-ms-input-placeholder, .hubspot-form .field .input input[type=email]::-ms-input-placeholder, .hubspot-form .field .input input[type=tel]::-ms-input-placeholder, .hubspot-form .field .input textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
.hubspot-form .field .input input[type=text]::placeholder,
.hubspot-form .field .input input[type=email]::placeholder,
.hubspot-form .field .input input[type=tel]::placeholder,
.hubspot-form .field .input textarea::placeholder {
  color: #b1b1b1;
}
.hubspot-form .field .input input[type=text].error,
.hubspot-form .field .input input[type=email].error,
.hubspot-form .field .input input[type=tel].error,
.hubspot-form .field .input textarea.error {
  border: solid 1px #FF5D63;
}
.hubspot-form .field .input textarea {
  height: 10rem;
  width: 100% !important;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  display: block !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox::before {
  display: none !important;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox input {
  display: inline;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  margin-right: 4px;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox label {
  display: inline;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox label a {
  color: #4A3CC7;
  font-weight: 700;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-required {
  position: absolute;
  top: 0;
  right: 0;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  position: relative;
  padding-left: 3.2rem;
  display: block;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  opacity: 0;
  width: 0;
  position: absolute;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
  font-size: 1.4rem;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:before {
  position: absolute !important;
  left: 0;
  top: -1px !important;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #f1f1f1;
  border-radius: 5px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -4px;
  color: #fff;
}
.hubspot-form .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input:checked + span:before {
  background: #4A3CC7 url(../images/icon-check.svg) no-repeat center center;
}
.hubspot-form .field.hs-fieldtype-file .input:before {
  content: "Upload a file";
  background: #f1f1f1 url(../images/icon-upload.svg) no-repeat 95% center;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: -4rem;
  display: block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
}
.hubspot-form .field.hs-fieldtype-file .input input {
  background: transparent;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  border: none;
  opacity: 0;
}
.hubspot-form .field.hs-fieldtype-file.file-changed:before {
  content: "";
}
.hubspot-form .hs_submit input[type=submit] {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0 4.6rem 0 2.4rem;
  height: 4.8rem;
  line-height: 4.8rem;
}
.hubspot-form .hs_submit .actions {
  height: 4.8rem;
  line-height: 4.8rem;
  color: #fff;
  border: none;
  border-radius: 2.4rem;
  display: inline-block;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.hubspot-form .hs_submit .actions:hover {
  color: #fff;
}
.hubspot-form .hs_submit .actions:hover:before {
  background: #8670e7 !important;
}
.hubspot-form .hs_submit .actions:before {
  content: "";
  background: #4A3CC7;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hubspot-form .hs_submit .actions:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-send.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 2rem;
}
.hubspot-form .hs_error_rollup {
  display: none;
}

.hubspot-form.hubspot-form--light .field .input input[type=text],
.hubspot-form.hubspot-form--light .field .input input[type=email],
.hubspot-form.hubspot-form--light .field .input input[type=tel],
.hubspot-form.hubspot-form--light .field .input textarea {
  background: #FFF;
}
.hubspot-form.hubspot-form--light .field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:before {
  background: #FFF;
}
.hubspot-form.hubspot-form--light .selectric {
  background: #FFF;
}

.share-buttons h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
.share-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-buttons li {
  width: 3rem;
  margin-right: 2.2rem;
  font-size: 0;
  color: transparent;
  display: block;
}
.share-buttons a {
  width: 3rem;
  height: 3rem;
  display: block;
  color: white;
  background: #8D8D8D;
  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;
  font-size: 1.6rem;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
}
.share-buttons a.share-article {
  border-radius: 50px;
  background: #4A3CC7;
}
.share-buttons a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.7037L4.66667 12L12 1" stroke="%234A3CC7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.share-buttons a:hover {
  background: #292929;
}
.share-buttons a:active, .share-buttons a.copied {
  border-radius: 50px;
  background: #FFF;
}
.share-buttons a:active::after, .share-buttons a.copied::after {
  opacity: 1;
}
.share-buttons a:active svg, .share-buttons a.copied svg {
  opacity: 0;
}
.share-buttons a span {
  font-size: 0;
}

.ss-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  z-index: 19;
}

.ss-popup {
  position: fixed;
  z-index: 20;
  bottom: auto;
  top: calc(50% + 46px);
  left: 50%;
  width: 540px;
  color: #FFF;
  max-width: calc(100% - 60px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.ss-popup.disabled {
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  opacity: 0;
  visibility: hidden;
}
.ss-popup.disabled::before {
  opacity: 0;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.ss-popup::before, .ss-popup__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.ss-popup::before {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  content: "";
  z-index: -2;
  background: #292929;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
          clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.ss-popup__bg {
  z-index: -1;
  background: #4A3CC7;
  -webkit-box-shadow: 0 0 1px #292929;
          box-shadow: 0 0 1px #292929;
  width: 100%;
  height: 100%;
}
.ss-popup__inner {
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 6.6rem 6.6rem 5rem 6.6rem;
}
@media (max-width: 767px) {
  .ss-popup__inner {
    padding: 3rem 3rem 2rem 3rem;
  }
}
.ss-popup__pretitle {
  font-size: 3.5rem;
  color: #DFFA6E;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .ss-popup__pretitle {
    font-size: 2.6rem;
  }
}
.ss-popup__title {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .ss-popup__title {
    font-size: 3.8rem;
  }
}
.ss-popup__content {
  font-size: 1.8rem;
  line-height: 1.1;
}
.ss-popup__content p {
  line-height: 1.2;
}
.ss-popup__content ul {
  padding: 0;
  margin-top: 30px;
}
.ss-popup__content ul li {
  position: relative;
  padding-left: 78px;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 48px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ss-popup__content ul li {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .ss-popup__content ul li {
    padding-left: 58px;
    min-height: 35px;
  }
}
.ss-popup__content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="24" fill="white"/><path d="M14.4 25.1259L20.2667 33.6L32 16" stroke="%23292929" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .ss-popup__content ul li::before {
    width: 35px;
    height: 35px;
  }
}
.ss-popup__close {
  border: none;
  background: transparent;
  cursor: pointer;
  background: url(../images/icon-close.svg) no-repeat center center;
  background-size: 24px auto;
  opacity: 1;
  height: 52px;
  width: 46px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.ss-popup__close:hover {
  opacity: 0.6;
}
.ss-popup__close:active {
  opacity: 0.85;
}
.ss-popup .button-wrap {
  margin-top: 30px;
  text-align: center;
}

.accordion__inner {
  padding: 3.2rem;
}
.accordion__item {
  background: rgb(241, 241, 241);
  margin-bottom: 1rem;
}
.accordion__item.accordion-expanded {
  background: #BAF8D8;
}
.accordion__item.accordion-expanded .accordion__item__title svg {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.accordion__item__title {
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  position: relative;
}
.accordion__item__title h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 767px) {
  .accordion__item__title h3 {
    font-size: 1.8rem;
  }
}
.accordion__item__title svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 2.4rem;
  width: 2.4rem;
  height: auto;
}
.accordion__item__content {
  padding: 0 2.4rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  max-width: 83.4rem;
}
.accordion-expanded .accordion__item__content {
  padding: 1rem 2.4rem 0.6rem 2.4rem;
  max-height: 1000rem;
  overflow: visible;
}
.accordion__item__content a {
  color: #3860F0;
  font-weight: 700;
}
.accordion__item__content a:hover {
  text-decoration: underline;
}
.accordion__item__content ul li {
  padding-left: 4rem;
  line-height: 1.7142857143;
  margin-bottom: 1em;
  position: relative;
}
.accordion__item__content ul li:before {
  content: "";
  background: #9C8AEB;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: 0.5em;
  position: absolute;
  left: 2rem;
}

.calculator {
  padding: 10rem 0;
}
.calculator .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.calculator .hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .calculator .container {
    padding: 0;
  }
}
.calculator__intro {
  font-size: 1.6rem;
}
.calculator__intro p {
  line-height: 1.5;
}
.calculator-content {
  visibility: hidden;
  padding: 16px 32px 32px;
}
.calculator-content__sidebar {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calculator-content__sidebar .calculator-items {
  padding: 0;
  list-style: none;
  height: 186px;
  overflow-y: scroll;
  padding-right: 24px;
}
.calculator-content__sidebar .calculator-items li {
  gap: 8px;
  color: white;
  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;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
}
.calculator-content__sidebar .calculator-items li button {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calculator-content__sidebar .calculator-items li button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.calculator-content__sidebar .calculator-items li button.minus {
  margin-left: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTMuNzUgMTAuODc1SDEzLjEyNUg2LjI1SDUuNjI1VjkuNjI1SDYuMjVIMTMuMTI1SDEzLjc1VjEwLjg3NVoiIGZpbGw9IiMyOTI5MjkiLz4KPC9zdmc+Cg==);
}
.calculator-content__sidebar .calculator-items li button.plus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjRjFGMUYxIi8+DTxwYXRoIGQ9Ik0xMC4zMTI1IDYuODEyNVY5LjYyNUgxMy4xMjVIMTMuNzVWMTAuODc1SDEzLjEyNUgxMC4zMTI1VjEzLjY4NzVWMTQuMzEyNUg5LjA2MjVWMTMuNjg3NVYxMC44NzVINi4yNUg1LjYyNVY5LjYyNUg2LjI1SDkuMDYyNVY2LjgxMjVWNi4xODc1SDEwLjMxMjVWNi44MTI1WiIgZmlsbD0iIzI5MjkyOSIvPg08L3N2Zz4=);
}
.calculator-content__sidebar .total {
  font-family: "TT Norms Pro Exp";
  padding: 1rem 2rem 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.calculator-content__sidebar .total-credits-container {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: solid 6px #9C8AEB;
  margin-top: auto;
  margin-bottom: 0;
  padding: 24px;
  text-align: center;
  font-family: "TT Norms Pro";
  font-size: 16px;
}
.calculator-content__sidebar .total-credits-container .credit-number {
  font-family: "TT Norms Pro";
  font-size: 32px;
  font-weight: 900;
}
.calculator-headings {
  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;
  font-family: "TT Norms Pro Exp";
  padding: 1rem 2rem 3px 0;
  padding-right: 48px;
}
.calculator-headings div {
  color: #fff;
  font-size: 10px;
}
.calculator__overlay-wrapper {
  inset: 0;
  position: absolute;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
  z-index: 20;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  margin-left: 32px;
}
@media (max-width: 1023px) {
  .calculator__overlay-wrapper {
    display: none;
  }
}
.calculator__overlay-wrapper:before {
  content: "";
  width: 50%;
  height: 2px;
  display: block;
  background-color: #DCDCDC;
  position: absolute;
  right: 50%;
  top: calc(50% - 1px);
}
.calculator__overlay-wrapper:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 39px;
  left: 14px;
  height: calc(100% - 76px);
  background-color: #DCDCDC;
}
.calculator__overlay {
  z-index: 99;
  position: relative;
}
.calculator__overlay-column {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f1f1f1;
}
.calculator__overlay > div {
  padding: 0px 0px 0px 20px;
  background-color: #F1F1F1;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #DCDCDC;
  font-family: "TT Norms Pro", Sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 21px;
  max-width: 26ch;
}
.calculator.active .calculator-content {
  visibility: visible;
  position: relative;
  z-index: 99;
}
.calculator.active .calculator__overlay-wrapper {
  visibility: hidden;
  pointer-events: none;
}
.calculator.active .calculator-content {
  background: #4A3CC7;
}
.calculator__inner {
  padding: 3.2rem 1.6rem;
  position: relative;
}
.calculator__inner > row {
  row-gap: 45px;
}
.calculator__inner .calculator__left-col {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .calculator__inner .calculator__left-col {
    max-width: 30%;
  }
}
@media (max-width: 1023px) {
  .calculator__inner .calculator__left-col {
    padding-right: 3rem;
  }
}
.calculator .category-list {
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .calculator .category-list {
    display: none;
  }
}
.calculator .category-list li {
  position: relative;
}
.calculator .category-list li .category__inner {
  background: #fff;
  padding: 2.4rem 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  .calculator .category-list li .category__inner {
    font-size: 1.8rem;
  }
}
.calculator .category-list li .category__inner:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNMjMuMTI1IDE1LjdDMjMuMTI1IDEyLjgwOTMgMjEuNTYyNSAxMC4xNTMxIDE5LjA2MjUgOC42Njg3QzE2LjUyMzQgNy4yMjMzOSAxMy40Mzc1IDcuMjIzMzkgMTAuOTM3NSA4LjY2ODdDOC4zOTg0NCAxMC4xNTMxIDYuODc1IDEyLjgwOTMgNi44NzUgMTUuN0M2Ljg3NSAxOC42Mjk2IDguMzk4NDQgMjEuMjg1OSAxMC45Mzc1IDIyLjc3MDNDMTMuNDM3NSAyNC4yMTU2IDE2LjUyMzQgMjQuMjE1NiAxOS4wNjI1IDIyLjc3MDNDMjEuNTYyNSAyMS4yODU5IDIzLjEyNSAxOC42Mjk2IDIzLjEyNSAxNS43Wk01IDE1LjdDNSAxMi4xNDUzIDYuODc1IDguODY0MDEgMTAgNy4wNjcxNEMxMy4wODU5IDUuMjcwMjYgMTYuODc1IDUuMjcwMjYgMjAgNy4wNjcxNEMyMy4wODU5IDguODY0MDEgMjUgMTIuMTQ1MyAyNSAxNS43QzI1IDE5LjI5MzcgMjMuMDg1OSAyMi41NzUgMjAgMjQuMzcxOEMxNi44NzUgMjYuMTY4NyAxMy4wODU5IDI2LjE2ODcgMTAgMjQuMzcxOEM2Ljg3NSAyMi41NzUgNSAxOS4yOTM3IDUgMTUuN1pNMTUgMTEuOTVDMTYuMzI4MSAxMS45NSAxNy41MzkxIDEyLjY5MjEgMTguMjQyMiAxMy44MjVDMTguOTA2MiAxNC45OTY4IDE4LjkwNjIgMTYuNDQyMSAxOC4yNDIyIDE3LjU3NUMxNy41MzkxIDE4Ljc0NjggMTYuMzI4MSAxOS40NSAxNSAxOS40NUMxMy42MzI4IDE5LjQ1IDEyLjQyMTkgMTguNzQ2OCAxMS43MTg4IDE3LjU3NUMxMS4wNTQ3IDE2LjQ0MjEgMTEuMDU0NyAxNC45OTY4IDExLjcxODggMTMuODI1QzEyLjQyMTkgMTIuNjkyMSAxMy42MzI4IDExLjk1IDE1IDExLjk1WiIgZmlsbD0iIzI5MjkyOSIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  position: absolute;
  right: 16px;
}
.calculator .category-list li.active {
  color: #fff;
}
.calculator .category-list li.active .category__inner {
  background: #4A3CC7;
}
.calculator .category-list li.active .category__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI1LjVDOS40NTMxMiAyNS41IDUgMjEuMDQ2OSA1IDE1LjVDNSA5Ljk5MjE5IDkuNDUzMTIgNS41IDE1IDUuNUMyMC41MDc4IDUuNSAyNSA5Ljk5MjE5IDI1IDE1LjVDMjUgMjEuMDQ2OSAyMC41MDc4IDI1LjUgMTUgMjUuNVpNMTUgMTkuMjVDMTcuMDcwMyAxOS4yNSAxOC43NSAxNy41NzAzIDE4Ljc1IDE1LjVDMTguNzUgMTMuNDI5NyAxNy4wNzAzIDExLjc1IDE1IDExLjc1QzEyLjkyOTcgMTEuNzUgMTEuMjUgMTMuNDI5NyAxMS4yNSAxNS41QzExLjI1IDE3LjU3MDMgMTIuOTI5NyAxOS4yNSAxNSAxOS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.calculator .category-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: calc(50% - 0px);
  right: -20px;
  background-color: #DCDCDC;
}
.calculator .category-list li:after {
  content: "";
  position: absolute;
  right: -48px;
  height: 2px;
  width: 32px;
  top: 55%;
  background-color: #DCDCDC;
}
.calculator .service-list {
  background: #4A3CC7;
  gap: 8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.calculator .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
  padding: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  .calculator .service-list li {
    padding: 0 5px;
  }
}
.calculator .service-list .service__header {
  width: 3.2rem;
  height: 3.2rem;
  background: #F1F1F1 url(../images/flower.svg) no-repeat center center;
}
@media (max-width: 1023px) {
  .calculator .service-list .service__header {
    background-color: #fff;
  }
}
.calculator .service-list .service__content {
  width: calc(100% - 11.2rem);
}
.calculator .service-list .service__content h3 {
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.calculator .service-list .service__content a {
  color: #292929;
  font-weight: 700;
  text-decoration: underline;
}
.calculator .service-list .service__content p {
  font-size: 12px;
  margin-bottom: 0;
}
.calculator .service-list .service__footer {
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator .service-list .service__footer .service__credits {
  width: 3.2rem;
  height: 3.2rem;
  background: rgb(241, 241, 241);
  line-height: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.calculator .service-list .service__footer .btn, .calculator .service-list .service__footer .facetwp-load-more {
  border: none;
  padding: 0;
  background: #DFFA6E;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  color: #292929;
  border-radius: 0;
  font-weight: 300;
  font-size: 26px;
}
@media (max-width: 1023px) {
  .calculator .service-list .service__footer .btn, .calculator .service-list .service__footer .facetwp-load-more {
    font-size: 36px;
  }
}
.calculator .tooltip {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41OSIgZD0iTTYuNjEyODkgMTMuNzk5OUM0LjI0MTAyIDEzLjc5OTkgMi4wNzUzOSAxMi41NjI0IDAuODg5NDUzIDEwLjQ5OTlDLTAuMjk2NDg0IDguNDYzMTQgLTAuMjk2NDg0IDUuOTYyMzUgMC44ODk0NTMgMy44OTk4NUMyLjA3NTM5IDEuODYzMTMgNC4yNDEwMiAwLjU5OTg1NCA2LjYxMjg5IDAuNTk5ODU0QzguOTU4OTkgMC41OTk4NTQgMTEuMTI0NiAxLjg2MzEzIDEyLjMxMDUgMy44OTk4NUMxMy40OTY1IDUuOTYyMzUgMTMuNDk2NSA4LjQ2MzE0IDEyLjMxMDUgMTAuNDk5OUMxMS4xMjQ2IDEyLjU2MjQgOC45NTg5OSAxMy43OTk5IDYuNjEyODkgMTMuNzk5OVpNNC45NjI4OSA5LjI2MjM1VjEwLjQ5OTlIOC4yNjI4OVY5LjI2MjM1SDcuNDM3ODlWNi4zNzQ4NUg0Ljk2Mjg5VjcuNjEyMzVINi4yMDAzOVY5LjI2MjM1SDQuOTYyODlaTTcuNDM3ODkgNS41NDk4NVYzLjg5OTg1SDUuNzg3ODlWNS41NDk4NUg3LjQzNzg5WiIgZmlsbD0iIzRGMzZDRiIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: 10;
}
.calculator .tippy-box {
  background-color: #4A3CC7;
}
.calculator .tippy-arrow {
  color: #4A3CC7;
}
.calculator .calculator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 32px;
}
@media (min-width: 1200px) {
  .calculator .calculator-content {
    max-height: 387px;
  }
}
.calculator .calculator-content__inner {
  width: 70%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calculator.active .calculator-content {
  visibility: visible;
  position: relative;
  z-index: 99;
}
.calculator.active .calculator__overlay-wrapper {
  visibility: hidden;
  pointer-events: none;
}
.calculator.active .calculator-content {
  background: #4A3CC7;
}
.calculator.active .category-list li {
  cursor: pointer;
}
.calculator.active .category-list li:before, .calculator.active .category-list li:after {
  content: unset;
}
.calculator.active .category-list li.active:before {
  content: unset;
}
.calculator.active .category-list li.active:after {
  content: "";
  width: 50%;
  background: #4A3CC7;
  height: 100%;
  right: -50%;
  top: 0;
  left: unset;
}
.calculator .package-wrapper {
  padding: 32px 22px;
  margin: 0 15px;
  margin-top: 20px;
}
.calculator .package-wrapper .package-title {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "TT Norms Pro Exp ExtraBlack", sans-serif;
  margin-bottom: 1.2rem;
}
.calculator .package-wrapper .col {
  padding: 0 8px;
}
.calculator .credit-package {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 3px;
  padding: 3.2rem;
  border: 3px solid;
  -o-border-image: linear-gradient(to right, transparent, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, transparent) 1;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "TT Norms Pro Exp ExtraBlack", sans-serif;
}
.calculator .credit-package.active {
  border-color: transparent;
  -o-border-image: linear-gradient(to right, #B3A1FF, #4A3CC7) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B3A1FF), to(#4A3CC7)) 1;
     border-image: linear-gradient(to right, #B3A1FF, #4A3CC7) 1;
  background-color: #DFFA6E;
}
.calculator .credit-package.active::before {
  content: "Best fit";
  position: absolute;
  width: 150px;
  background-color: #4A3CC7;
  color: white;
  text-align: center;
  font-family: "TT Norms Pro";
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
  height: auto;
  padding: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.calculator .credit-package div {
  font-size: 13px;
}
.calculator .credit-package a {
  text-transform: none;
  font-size: 14px;
  font-family: "TT Norms Pro";
  color: #FF5D63;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calculator .credit-package a:hover {
  opacity: 0.5;
}
.calculator .credit-package a span {
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.calculator .credit-package a.btn, .calculator .credit-package a.facetwp-load-more {
  color: #fff;
}
.calculator .credit-package a.btn:hover, .calculator .credit-package a.facetwp-load-more:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .calculator .service-calculator__accordion {
    display: none;
  }
}
.calculator .service-calculator__accordion .service-calculator__item {
  padding-top: 0;
  position: relative;
}
.calculator .service-calculator__accordion .service-calculator__item:After {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
}
.calculator .service-calculator__accordion .service-calculator__item .service-calculator__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: block !important;
}
.calculator .service-calculator__accordion .service-calculator__item--active {
  background: #4A3CC7;
  padding: 1.6rem;
  padding-top: 0;
}
.calculator .service-calculator__accordion .service-calculator__item--active:After {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 16px;
  right: 16px;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-calculator__title {
  background: #4A3CC7;
  color: #fff;
  font-weight: 900;
  padding-left: 0;
  padding-bottom: 30px;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-calculator__content {
  display: block !important;
  max-height: 90rem;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__header {
  background-position: 3px 3px;
  background-size: 20px auto;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__content h3 {
  margin-bottom: 0;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__content a {
  display: none;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__footer {
  width: calc(100% - 40px);
  margin-left: 32px;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__credits {
  width: auto;
  height: auto;
  line-height: 1.6;
  background: transparent;
  font-size: 10px;
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__credits:before {
  content: "Credit cost:";
}
.calculator .service-calculator__accordion .service-calculator__item--active .service-list li .service__actions {
  margin-top: -30px;
}
.calculator .service-calculator__accordion .service-calculator__title {
  cursor: pointer;
  padding: 2rem 1.6rem;
  font-size: 2rem;
  font-weight: 900;
  background: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calculator .service-calculator__accordion .service-calculator__title {
    font-size: 1.8rem;
  }
}

#popupBanner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  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-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  z-index: 100;
}
#popupBanner .credit-package {
  margin-top: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 3px;
  padding: 24px;
  border: 3px solid;
  -o-border-image: linear-gradient(to right, transparent, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, transparent) 1;
}
#popupBanner .credit-package.active {
  border-color: transparent;
  -o-border-image: linear-gradient(to right, #B3A1FF, #4A3CC7) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B3A1FF), to(#4A3CC7)) 1;
     border-image: linear-gradient(to right, #B3A1FF, #4A3CC7) 1;
  background-color: #DFFA6E;
}
#popupBanner .credit-package.active::before {
  content: "Best fit";
  position: absolute;
  width: 150px;
  background-color: #4A3CC7;
  color: white;
  text-align: center;
  font-family: "TT Norms Pro";
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
  height: auto;
  padding: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#popupBanner .credit-package div {
  font-size: 13px;
}
#popupBanner .credit-package a {
  text-transform: none;
  font-size: 14px;
  font-family: "TT Norms Pro";
}
#popupBanner .credit-package a span {
  font-family: "TT Norms Pro";
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
}
#popupBanner .package-target {
  text-align: center;
  border: 3px solid #4A3CC7;
  padding: 3rem;
  margin-top: 4rem;
  text-transform: uppercase;
}
#popupBanner .package-target__subtitle {
  background: #4A3CC7;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  width: 14.8rem;
  height: 3rem;
  position: relative;
  top: -4rem;
}
#popupBanner .package-target .package-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
#popupBanner .plus, #popupBanner .minus {
  display: none;
}
#popupBanner .total {
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}
#popupBanner .credit-cost {
  display: inline-block;
}
#popupBanner .quantity {
  display: none;
}
#popupBanner li {
  gap: 8px;
  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;
  padding: 12px 0;
  font-family: TTNormsPro, Sans-Serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
#popupBanner .credit-number {
  color: #4A3CC7;
  font-weight: 700;
}
#popupBanner h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
}
#popupBanner .calculator-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 16px;
}
#popupBanner .calculator-items-wrapper .items-header {
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
  line-height: 24px;
}
#popupBanner .calculator-items-dialog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 32px;
}
#popupBanner .calculator-items-dialog__content .left-wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#popupBanner .calculator-items-dialog__content .form {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#popupBanner.active {
  opacity: 1;
  pointer-events: all;
}
#popupBanner.active dialog {
  display: block;
}

.calculator-banner {
  display: none;
  height: 100px;
  background: #292929;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .calculator-banner {
    display: none;
  }
}
.calculator-banner.active {
  display: block;
}
@media (min-width: 1024px) {
  .calculator-banner.active {
    display: none;
  }
}
.calculator-banner__inner {
  background: #DFFA6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator-banner__title {
  font-size: 1.4rem;
  font-weight: 900;
}
.calculator-banner__show-items {
  font-size: 1.4rem;
  color: #292929;
  text-decoration: underline;
}

.service__dialog {
  padding: 3.2rem;
  border: none;
  max-width: 70rem;
}
.service__dialog__header {
  background: #DFFA6E;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  padding: 0.8rem 3.2rem;
  position: relative;
  min-height: 4.8rem;
  margin: -3.2rem -3.2rem 3.2rem -3.2rem;
}
@media (max-width: 767px) {
  .service__dialog__header {
    font-size: 1.8rem;
  }
}
.service__dialog__header h4 {
  margin: 0;
  margin-top: 1rem;
}
.service__dialog__header button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4.8rem;
  border: none;
  text-indent: -9999px;
  background: #292929;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MCA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiIGZpbGw9IiMyOTI5MjkiLz4KPHBhdGggZD0iTTMxLjE4NzUgMjEuMzI4MUwyNy4wMTU2IDI1LjVMMzEuMTg3NSAyOS43MTg4TDMyLjI2NTYgMzAuNzVMMzAuMTU2MiAzMi45MDYyTDI5LjA3ODEgMzEuODI4MUwyNC45MDYyIDI3LjY1NjJMMjAuNjg3NSAzMS44MjgxTDE5LjY1NjIgMzIuOTA2MkwxNy41IDMwLjc1TDE4LjU3ODEgMjkuNzE4OEwyMi43NSAyNS41TDE4LjU3ODEgMjEuMzI4MUwxNy41IDIwLjI1TDE5LjY1NjIgMTguMTQwNkwyMC42ODc1IDE5LjIxODhMMjQuOTA2MiAyMy4zOTA2TDI5LjA3ODEgMTkuMjE4OEwzMC4xNTYyIDE4LjE0MDZMMzIuMjY1NiAyMC4yNUwzMS4xODc1IDIxLjMyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-position: center center;
}

@media (max-width: 1023px) {
  .calculator .calculator-content {
    display: none;
  }
}

@media (max-width: 1023px) {
  .calculator .package-wrapper {
    display: none;
  }
}

.case-studies {
  padding: 10rem 0;
}
@media (max-width: 1023px) {
  .case-studies {
    padding: 6.4rem 0 2rem 0;
  }
}
.case-studies .heading {
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .case-studies__item {
    margin-bottom: 4rem;
  }
}
.case-studies__item__image {
  border: 10px solid #FF5D63;
}
.case-studies__item__inner {
  position: relative;
}
.case-studies__item__content {
  padding: 1.6rem;
  margin: 0 auto;
  margin-top: -5rem;
  width: calc(100% - 6rem);
  z-index: 1;
  position: relative;
}
.case-studies__item__title {
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .case-studies__item__title {
    font-size: 1.8rem;
  }
}
.case-studies__item__title br {
  display: none;
}
.case-studies__item__read {
  color: #DFFA6E;
  font-size: 1.4rem;
  font-weight: 700;
}
.case-studies__item__read:hover {
  color: #DFFA6E;
  opacity: 0.7;
}
.case-studies__item__read svg path {
  fill: #DFFA6E;
}

.cta-two-columns {
  padding: 12.8rem 0;
}
@media (max-width: 767px) {
  .cta-two-columns {
    padding: 6.4rem 0 2rem 0;
  }
}
.cta-two-columns__heading {
  text-transform: uppercase;
}
.cta-two-columns__subheading {
  margin-bottom: 6rem;
  font-size: 4rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cta-two-columns__subheading {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .cta-two-columns__subheading {
    margin-bottom: 5rem;
  }
}
.cta-two-columns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  .cta-two-columns__item {
    margin-bottom: 4.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.cta-two-columns__item__title {
  font-size: 5rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cta-two-columns__item__title {
    font-size: 3.8rem;
  }
}
.cta-two-columns__item__text {
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cta-two-columns__item__text {
    font-size: 1.8rem;
  }
}
.cta-two-columns__item__text h4 {
  font-size: 2.6rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cta-two-columns__item__text h4 {
    font-size: 2rem;
  }
}
.cta-two-columns__item:nth-of-type(2) .card {
  background: #BAF8D8;
}
.cta-two-columns .card {
  color: #292929;
  background: #DFFA6E;
  width: 100%;
  padding: 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .cta-two-columns .card {
    padding: 2.4rem;
  }
}
.cta-two-columns .card:before {
  width: 1.3rem;
  top: -1.4rem;
}
.cta-two-columns .card:after {
  height: 2.4rem;
  left: -0.7rem;
}
.cta-two-columns .card:hover {
  background: #fff !important;
}
.cta-two-columns .card.bg-lilac {
  background: #9C8AEB;
  color: #292929;
}
.cta-two-columns.bg-purple-gradient {
  background-color: transparent;
  background-image: linear-gradient(196deg, #573AD9 21%, #B09DFE 81%);
  color: #fff;
}

.page-id-18646 .cta-two-columns .cta-two-columns__heading {
  text-transform: none;
}

.tabs-slider + .cta-two-columns:before {
  width: 100%;
  height: 10rem;
  background: #fff;
  display: block;
  margin-bottom: 13.2rem;
}
@media (max-width: 1023px) {
  .tabs-slider + .cta-two-columns:before {
    margin-bottom: 10rem;
  }
}
@media (max-width: 1023px) {
  .tabs-slider + .cta-two-columns:before {
    margin-bottom: 6.6rem;
  }
}

.contact-page-hero {
  background: #292929;
  overflow: hidden;
}
.contact-page-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  right: 0;
  bottom: 0;
  background: url(../images/Section-bg-new-pattern-6.png) no-repeat top right;
  z-index: 0;
}
.contact-page-hero__slant {
  background-color: transparent;
  background-image: linear-gradient(222deg, #573AD9 22%, #B09DFE 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
  position: absolute;
  top: 0rem;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .contact-page-hero__slant {
    width: 60%;
  }
}
@media (max-width: 1099px) {
  .contact-page-hero__slant {
    width: 77%;
  }
}
@media (max-width: 1023px) {
  .contact-page-hero__slant {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-page-hero__slant {
    display: block;
    width: 130%;
    top: 6.7rem;
  }
}
.contact-page-hero .hero__image {
  height: 66.6rem;
}
.contact-page-hero__content {
  position: relative;
  padding-top: 24rem;
  z-index: 2;
}
.contact-page-hero__content__inner {
  max-width: 46rem;
  position: relative;
  left: 4rem;
}
@media (max-width: 1023px) {
  .contact-page-hero__content__inner {
    max-width: 100%;
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-page-hero__content__inner {
    left: 0;
  }
}
.contact-page-hero__text {
  font-size: 1.4rem;
}
.contact-page-hero__text a {
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
}

.contact-page-content {
  padding-top: 6.4rem;
}
.contact-page-content__card {
  margin-bottom: 3.5rem;
  padding: 3.2rem;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .contact-page-content__card {
    margin-bottom: 6.2rem;
  }
}
.contact-page-content__card:hover {
  background: #DDFAE9;
}
.contact-page-content__card:before {
  width: 1.3rem;
  top: -1.3rem;
}
.contact-page-content__card:after {
  height: 2.6rem;
  left: -0.7rem;
}
.contact-page-content__card__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-page-content__card__title {
    font-size: 1.8rem;
  }
}
.contact-page-content .gform_wrapper.gravity-theme {
  position: relative;
  background: rgb(241, 241, 241);
  padding: 4rem 3.2rem;
  z-index: 1;
  margin-top: -22rem;
}
@media (max-width: 1023px) {
  .contact-page-content .gform_wrapper.gravity-theme {
    margin-top: 0;
  }
}
.contact-page-content .gform_wrapper.gravity-theme input[type=text], .contact-page-content .gform_wrapper.gravity-theme input[type=email], .contact-page-content .gform_wrapper.gravity-theme input[type=tel], .contact-page-content .gform_wrapper.gravity-theme textarea {
  background: #fff;
}
.contact-page-content .gform_wrapper.gravity-theme .selectric {
  background: #fff;
}
.contact-page-content .hubspot-form {
  position: relative;
  background: rgb(241, 241, 241);
  padding: 4rem 3.2rem;
  z-index: 1;
  margin-top: -22rem;
}
@media (max-width: 1023px) {
  .contact-page-content .hubspot-form {
    margin-top: 0;
  }
}

.heading-and-text {
  padding: 9.6rem 0;
}
@media (max-width: 767px) {
  .heading-and-text {
    padding: 4.8rem 0;
  }
}
.heading-and-text__text {
  font-size: 2rem;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .heading-and-text__text {
    font-size: 1.8rem;
  }
}
.heading-and-text .btn, .heading-and-text .facetwp-load-more {
  background: #292929;
}
.heading-and-text .btn:hover, .heading-and-text .facetwp-load-more:hover {
  background: #545454;
}

.home .heading-and-text:has(+ .text-and-image--layout-3) {
  padding-bottom: 1px;
}
.home .heading-and-text:has(+ .text-and-image--layout-3) .heading-and-text__text {
  font-size: 1.6rem;
}

.home .text-and-image--layout-3 + .heading-and-text {
  padding-top: 1px;
  margin-top: -6rem;
}

.hero {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero .subheading {
  margin-bottom: 2rem;
}
.hero__heading {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.0666666667;
}
@media (max-width: 767px) {
  .hero__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hero__heading {
    max-width: 11em;
  }
  .hero__heading br {
    display: none;
  }
}
.hero__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.hero__text p {
  line-height: 1.7142857143;
}
.hero__text p:first-child {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero__text p:first-child {
    font-size: 1.8rem;
  }
}
.hero__text p .text--14 {
  line-height: 1.5714285714;
  display: block;
}
.hero__text ul {
  margin-top: 4rem;
  margin-bottom: 3.5rem;
}
.hero__text ul li {
  margin-bottom: 2.3rem;
}
.hero__text ul li:before {
  background: url(../images/tick-grey-pale.svg) no-repeat center center;
}
.hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: Absolute;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 57.2%;
}
@media (max-width: 1919px) {
  .hero__image {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1023px) {
  .hero__image {
    display: none;
  }
}
.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.hero__content {
  padding-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero__content {
    padding-top: 14rem;
    padding-bottom: 6.4rem;
  }
}
.hero__content__inner {
  max-width: 55rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .hero__content__inner {
    margin-left: 0.5rem;
  }
}
.hero__content .btn, .hero__content .facetwp-load-more {
  margin-right: 3.5rem;
}
@media (max-width: 767px) {
  .hero__content .btn, .hero__content .facetwp-load-more {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

.hero--layout-1 .hero__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .hero--layout-1 .hero__image {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  .hero--layout-1 .hero__image {
    width: calc(100% - 380px) !important;
  }
}
@media (max-width: 1023px) {
  .hero--layout-1 .hero__content {
    padding-top: 16rem;
    padding-bottom: 11rem;
  }
}
@media (max-width: 1450px) {
  .hero--layout-1 .hero__content__inner {
    margin-left: 0;
  }
}
.hero--layout-1 .hero__text {
  max-width: 44rem;
}

@media (min-width: 1920px) {
  .page-id-18684 .hero .hero__image {
    width: 43%;
  }
}
@media (max-width: 1023px) {
  .page-id-18684 .hero .hero__image {
    display: block;
    width: calc(100% - 316px);
  }
}
.page-id-18684 .hero .hero__text {
  max-width: 46rem;
}

@media (min-width: 1920px) {
  .page-id-18686 .hero .hero__image {
    width: 44%;
  }
}
.page-id-18686 .hero .hero__text {
  max-width: 41rem;
}

@media (max-width: 767px) {
  .hero.blue-green-gradient {
    background-image: linear-gradient(220deg, #B4F1D9 -22%, #3860F0 55%) !important;
  }
}

.page-id-18795 .hero .hero__content__inner {
  margin-left: 0;
}

.hero--layout-2 .hero__content {
  padding: 11.5rem 0;
}
.hero--layout-2 .hero__content__inner {
  margin-left: 0;
  max-width: 65rem;
}
.hero--layout-2 .hero__text {
  font-size: 2rem;
  max-width: 21em;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero--layout-2 .hero__text {
    font-size: 1.8rem;
  }
}
.hero--layout-2 .hero__text p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero--layout-2 .hero__text p {
    font-size: 1.8rem;
  }
}
.hero--layout-2 .hero__image {
  width: 51.2%;
  width: 97.4rem;
}
@media (max-width: 1919px) {
  .hero--layout-2 .hero__image {
    width: 97.4rem;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1299px) {
  .hero--layout-2 .hero__image {
    right: -18%;
  }
}
@media (max-width: 1099px) {
  .hero--layout-2 .hero__image {
    right: -30%;
  }
}
@media (max-width: 1023px) {
  .hero--layout-2 .hero__image {
    display: block;
    opacity: 0.2;
  }
}

#main__top + .hero--layout-2 .hero__content {
  padding-top: 22.8rem;
}
@media (max-width: 1023px) {
  #main__top + .hero--layout-2 .hero__content {
    padding-top: 16rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #main__top + .hero--layout-2 .hero__content .btn, #main__top + .hero--layout-2 .hero__content .facetwp-load-more {
    width: auto;
  }
}
#main__top + .hero--layout-2 .hero__text {
  max-width: 30em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #main__top + .hero--layout-2 .hero__text {
    font-size: 2rem;
  }
}
#main__top + .hero--layout-2 .hero__text p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #main__top + .hero--layout-2 .hero__text p {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  #main__top + .hero--layout-2 .hero__image {
    display: none;
  }
}

.hero--layout-3 {
  position: relative;
  min-height: 60.5rem;
}
.hero--layout-3 .hero__slant {
  -webkit-clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8169ea+0,5335d7+100 */
  background: linear-gradient(45deg, rgb(129, 105, 234) 0%, rgb(83, 53, 215) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: calc(100% - 78rem);
}
.hero--layout-3 .hero__content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.hero--layout-3 .hero__content__inner {
  margin-left: 0;
}
.hero--layout-3 .hero__text {
  font-size: 1.4rem;
}
.hero--layout-3 .hero__text p {
  font-size: 1.4rem;
  font-weight: 400;
}
.hero--layout-3 .hero__text h2 {
  color: #BAF8D8;
  margin-top: 5rem;
  font-weight: 900;
  line-height: 1.5;
}
.hero--layout-3 .hero__image img {
  width: 1100px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: bottom left;
     object-position: bottom left;
  top: auto;
  left: 105px;
  max-width: 200vw;
  bottom: -324px;
}

@media (max-width: 1023px) {
  .page-id-18752 #main__top + .hero--layout-2 {
    min-height: 371px;
    min-height: 445px;
  }
}
@media (max-width: 1023px) {
  .page-id-18752 #main__top + .hero--layout-2 .hero__image {
    display: block;
    opacity: 1;
    width: 70.4rem;
  }
}
@media (max-width: 767px) {
  .page-id-18752 #main__top + .hero--layout-2 .hero__content {
    padding-top: 25rem;
  }
}

.hero-centre {
  position: relative;
}
.hero-centre__image {
  position: relative;
  height: 61.3rem;
}
.hero-centre__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.9270833333%;
}
.hero-centre__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-centre__heading {
  font-size: 9.5rem;
}
@media (max-width: 767px) {
  .hero-centre__heading {
    font-size: 6.4rem;
  }
}
.hero-centre__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.hero-centre__content h1 {
  font-size: 6rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .hero-centre__content h1 {
    font-size: 4rem;
  }
}
.hero-centre__text a {
  text-decoration: underline;
  font-weight: 700;
}
.hero-centre.bg-lilac {
  color: #fff;
}
.hero-centre.bg-diagonal-lilac-grey {
  background: #292929;
  overflow: hidden;
  color: #fff;
  min-height: 68rem;
}
.hero-centre.bg-diagonal-lilac-grey .hero-centre__image {
  display: none;
}
.hero-centre.bg-diagonal-lilac-grey .hero-centre__text {
  margin-bottom: 5rem;
}
.hero-centre.bg-diagonal-lilac-grey .hero-centre__text p {
  font-size: 1.4rem;
}
.hero-centre.bg-diagonal-lilac-grey .hero-centre__text a {
  color: #fff;
}
@media (max-width: 767px) {
  .hero-centre.bg-diagonal-lilac-grey .hero-centre__text br {
    display: none;
  }
}
.hero-centre.bg-diagonal-lilac-grey .hero-centre__slant {
  background-color: transparent;
  background-image: linear-gradient(225deg, #4A3CC7 0%, #8B74EE 58%);
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 52%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero-centre.bg-diagonal-lilac-grey .hero-centre__slant {
    display: none;
  }
}

.page-id-19279 .hero-centre {
  background-color: transparent;
  background-image: linear-gradient(225deg, #4A3CC7 0%, #8B74EE 32%);
}
.page-id-19279 .hero-centre .hero-centre__heading {
  opacity: 0;
  padding-bottom: 19rem;
}
.page-id-19279 .hero-centre .hero-centre__text {
  margin-bottom: 10px;
}
.page-id-19279 .hero-centre .hero-centre__text a {
  text-decoration: underline;
}
.page-id-19279 .hero-centre:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/Vector-58.svg) no-repeat center right;
  background-size: cover;
}
.page-id-19279 .hero-centre .hero-centre__image {
  background: url(../images/thankyou.svg) no-repeat center -125%;
}

.page-id-18752 .hero-centre .hero-centre__heading {
  font-size: 9.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-id-18752 .hero-centre .hero-centre__heading {
    font-size: 6.4rem;
  }
}

.page-id-19078 .hero-centre .hero-centre__text {
  font-size: 2rem;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-id-19078 .hero-centre .hero-centre__text {
    font-size: 1.8rem;
  }
}

.home-hero {
  color: #fff;
  padding-bottom: 7.5rem;
  position: relative;
  background: #fff;
}
@media (max-width: 1099px) {
  .home-hero {
    padding-bottom: 30rem;
  }
}
@media (max-width: 1023px) {
  .home-hero {
    padding-bottom: 0;
  }
}
.home-hero * {
  position: relative;
}
@media (max-width: 600px) {
  .home-hero .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.home-hero__top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .home-hero__top-buttons {
    margin-bottom: 0rem;
  }
}
@media (max-width: 340px) {
  .home-hero__top-buttons {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-hero__top-buttons .btn, .home-hero__top-buttons .facetwp-load-more {
    font-size: 11px;
  }
}
.home-hero__top-buttons .btn svg, .home-hero__top-buttons .facetwp-load-more svg {
  display: none;
}
.home-hero__top-buttons .btn:first-of-type, .home-hero__top-buttons .facetwp-load-more:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 340px) {
  .home-hero__top-buttons .btn:first-of-type, .home-hero__top-buttons .facetwp-load-more:first-of-type {
    border-radius: 2.4rem;
  }
}
.home-hero__top-buttons .btn:last-of-type, .home-hero__top-buttons .facetwp-load-more:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 340px) {
  .home-hero__top-buttons .btn:last-of-type, .home-hero__top-buttons .facetwp-load-more:last-of-type {
    border-radius: 2.4rem;
  }
}
.home-hero__content {
  overflow: hidden;
  padding: 16rem 0 12.8rem;
}
@media (max-width: 1023px) {
  .home-hero__content {
    padding-bottom: 18rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content {
    padding-top: 10rem;
  }
}
.home-hero__content .container {
  position: relative;
}
@media (max-width: 1023px) {
  .home-hero__content .container {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .home-hero__content .container {
    padding-left: 1.6rem;
  }
}
.home-hero__content__inner {
  padding-left: 8rem;
}
@media (max-width: 1620px) {
  .home-hero__content__inner {
    padding-left: 0;
  }
}
.home-hero__heading {
  font-family: "TT Norms Pro Exp ExtraBlack", sans-serif;
  font-size: 9.4rem;
  line-height: 8.5rem;
  display: inline-block;
  position: relative;
  margin-bottom: 3.6rem;
  text-transform: uppercase;
  color: #f1f1f1;
  width: 1360px;
}
@media screen and (max-width: 1430px) {
  .home-hero__heading {
    max-width: 900px;
    font-size: 6rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__heading {
    width: 716px;
    max-width: 716px;
    font-size: 5.2rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 767px) {
  .home-hero__heading {
    max-width: 350px;
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.home-hero__heading__image img {
  max-width: 1000vw;
  position: absolute;
  top: 0.05em;
  right: 0;
  width: 1667px;
  z-index: 0;
}
@media (max-width: 1430px) {
  .home-hero__heading__image img {
    width: 1063px;
  }
}
@media (max-width: 1023px) {
  .home-hero__heading__image img {
    width: 922px;
  }
}
@media (max-width: 767px) {
  .home-hero__heading__image img {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-hero__heading__image--mobile {
    display: none;
  }
}
.home-hero__heading__image--mobile img {
  max-width: 1000vw;
  height: auto;
  position: absolute;
  top: -1.1em;
  left: -1.6rem;
  right: 0;
  width: calc(100% + 2.3rem);
  z-index: 0;
}
.home-hero__inline-relative {
  display: inline-block;
  position: relative;
}
.home-hero__heading__image, .home-hero__heading__image--mobile {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.home-hero h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .home-hero h1 {
    font-size: 2rem;
  }
}
.home-hero__text {
  max-width: 59rem;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .home-hero__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1099px) {
  .home-hero__text {
    font-size: 1.6rem;
    max-width: 350px;
  }
}
.home-hero__text p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home-hero__text br {
    display: none;
  }
}
.home-hero .btn, .home-hero .facetwp-load-more {
  margin-bottom: 2.4rem;
  z-index: 2;
}
.home-hero__usps {
  position: Absolute;
  right: 0;
  left: 0;
  bottom: 1rem;
}
@media (max-width: 1290px) {
  .home-hero__usps {
    bottom: -50px;
  }
}
@media (max-width: 1099px) {
  .home-hero__usps {
    position: static;
    margin-top: -14rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__usps {
    margin-top: -10rem;
  }
}
.home-hero__usps-wrap {
  width: 100%;
  max-width: 82rem;
  float: right;
  margin-right: 0rem;
}
@media (max-width: 1099px) {
  .home-hero__usps-wrap {
    margin-right: -2.5rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__usps-wrap {
    max-width: 1000%;
    width: auto;
    float: none;
    margin-left: -2.5rem;
  }
}
.home-hero__usps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .home-hero__usps__item {
    margin-bottom: 2rem;
  }
}
.home-hero__usps__item__inner {
  padding-top: 3.2rem;
  padding-right: 2.4rem;
  padding-bottom: 1.2rem;
  padding-left: 2.4rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .home-hero__usps__item__inner {
    padding: 1.6rem;
  }
}
@media (max-width: 767px) {
  .home-hero__usps__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-hero__usps__item__inner:before, .home-hero__usps__item__inner:after {
  background: #DBDBDB;
}
.home-hero__usps__item__icon {
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .home-hero__usps__item__icon {
    float: left;
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.home-hero__usps__item h3 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .home-hero__usps__item h3 {
    font-size: 2.4rem;
  }
}
.home-hero .red-purple-gradient {
  background-color: transparent;
  background-image: linear-gradient(288deg, #4A3CC7 15%, #FF5D63 100%);
}

.page-id-18626 .home-hero .home-hero__heading {
  width: 8.6em;
}
@media (max-width: 1023px) {
  .page-id-18626 .home-hero .home-hero__heading {
    font-size: 83px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .page-id-18626 .home-hero .home-hero__heading {
    max-width: 6.3em;
    font-size: 5.8rem;
    line-height: 5.4rem;
  }
}
@media (min-width: 1400px) {
  .page-id-18626 .home-hero .home-hero__content {
    padding-bottom: 10rem;
  }
}
.page-id-18626 .home-hero .home-hero__heading__image img {
  width: 1066px;
  top: 2px;
  right: 0px;
}
@media (max-width: 1430px) {
  .page-id-18626 .home-hero .home-hero__heading__image img {
    width: 682px;
  }
}
@media (max-width: 1023px) {
  .page-id-18626 .home-hero .home-hero__heading__image img {
    width: 940px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .page-id-18626 .home-hero .home-hero__heading__image img {
    display: none;
  }
}
.page-id-18626 .home-hero .home-hero__heading__image--mobile img {
  width: 710px;
  top: 4px;
  left: auto;
}
.page-id-18626 .home-hero .home-hero__text {
  max-width: 48rem;
}

.page-id-18629 .home-hero .home-hero__heading {
  line-height: 8.1rem;
}
@media (max-width: 1430px) {
  .page-id-18629 .home-hero .home-hero__heading {
    line-height: 5.25rem;
  }
}
@media (max-width: 1023px) {
  .page-id-18629 .home-hero .home-hero__heading {
    line-height: 4.6rem;
  }
}
@media (max-width: 767px) {
  .page-id-18629 .home-hero .home-hero__heading {
    max-width: 5.5em;
    font-size: 5.8rem;
  }
}
.page-id-18629 .home-hero .home-hero__heading__image img {
  width: 1031px;
  top: 2px;
  right: 29px;
}
@media (max-width: 1430px) {
  .page-id-18629 .home-hero .home-hero__heading__image img {
    width: 664px;
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .page-id-18629 .home-hero .home-hero__heading__image img {
    width: 566px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .page-id-18629 .home-hero .home-hero__heading__image img {
    display: none;
  }
}
.page-id-18629 .home-hero .home-hero__heading__image--mobile img {
  width: 730px;
  right: 3px;
  top: 4px;
}
.page-id-18629 .home-hero .card {
  background: #DFFA6E;
}

/* Banner reveal animation */
.home-hero__content__inner.reveal .home-hero__heading__image img,
.home-hero__content__inner.reveal .home-hero__heading__image--mobile img {
  -webkit-transform: translateY(40px) translateX(-40px);
          transform: translateY(40px) translateX(-40px);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.home-hero__content__inner.reveal.revealed .home-hero__heading__image img,
.home-hero__content__inner.reveal.revealed .home-hero__heading__image--mobile img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.home .home-hero {
  background: rgb(241, 241, 241);
}

.page-id-18629 .home-hero {
  background: rgb(241, 241, 241);
}

.how-it-works {
  padding: 9.6rem 0;
  padding: 6.8rem 0 9.6rem 0;
}
@media (max-width: 767px) {
  .how-it-works {
    padding: 4.8rem 0;
  }
}
.how-it-works__intro {
  max-width: 32em;
  margin: 0 auto 10rem auto;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .how-it-works__intro {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1023px) {
  .how-it-works .row {
    display: block;
  }
}
.how-it-works__item {
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .how-it-works__item {
    width: 44rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .how-it-works__item {
    width: 95%;
  }
}
.how-it-works__item:last-of-type .how-it-works__item__arrow {
  display: none;
}
.how-it-works__item__card {
  padding: 1.8rem 1.2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 767px) {
  .how-it-works__item__card {
    font-size: 2rem;
  }
}
@media (max-width: 1439px) {
  .how-it-works__item__card {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .how-it-works__item__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 2.4rem;
  }
}
.how-it-works__item__icon {
  font-size: 3rem;
  color: #000;
  margin-right: 1rem;
}
@media (max-width: 1439px) {
  .how-it-works__item__icon {
    margin: 1rem auto 2rem auto;
    display: block;
    width: 5rem;
  }
}
@media (max-width: 1023px) {
  .how-it-works__item__icon {
    margin: 0 1rem 0 0;
    width: auto;
    display: inline;
  }
}
.how-it-works__item__text {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 1023px) {
  .how-it-works__item__text {
    margin-bottom: 3rem;
  }
}
.how-it-works__item__arrow {
  position: Absolute;
  right: 0rem;
  top: 3rem;
}
@media (max-width: 1439px) {
  .how-it-works__item__arrow {
    top: 5rem;
  }
}
@media (max-width: 1023px) {
  .how-it-works__item__arrow {
    width: 100%;
    position: static;
  }
}
@media (max-width: 1023px) {
  .how-it-works__item__arrow svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 auto;
    display: block;
  }
}
.how-it-works .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .how-it-works.bg-lilac {
    background: #3860F0 !important;
  }
}

.page-id-18682 .how-it-works__intro {
  max-width: 35em;
}

.icon-boxes {
  padding: 9.6rem 0;
}
@media (max-width: 767px) {
  .icon-boxes {
    padding-bottom: 0rem;
  }
}
.icon-boxes .container {
  max-width: 139rem;
}
@media (min-width: 1024px) {
  .icon-boxes .container {
    padding: 0 11.2rem;
  }
}
.icon-boxes__subheading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .icon-boxes__subheading {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .icon-boxes__subheading {
    font-size: 1.6rem;
  }
}
.icon-boxes__intro {
  font-size: 2rem;
  max-width: 43em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .icon-boxes__intro {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .icon-boxes__intro {
    font-size: 1.4rem;
  }
}
.icon-boxes .row {
  margin-top: 11.5rem;
}
.icon-boxes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media (max-width: 1023px) {
  .icon-boxes__item {
    padding: 0 2.7rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .icon-boxes__item {
    margin-bottom: 6.4rem;
  }
}
.icon-boxes__item__inner {
  position: relative;
  padding: 2.4rem 2.4rem 1rem 2.4rem;
  padding-top: 11rem;
  width: 100%;
}
@media (max-width: 767px) {
  .icon-boxes__item__inner {
    padding-top: 7.6rem;
  }
}
.icon-boxes__item__circle {
  background: #292929;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  color: #DFFA6E;
  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;
  font-size: 6rem;
  top: -6rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .icon-boxes__item__circle {
    width: 8rem;
    height: 8rem;
    font-size: 4rem;
    top: -4rem;
  }
}
.icon-boxes__item__title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
.icon-boxes__item p {
  line-height: 1.7142857143;
}
.icon-boxes__item hr {
  width: 2rem;
  background: #000;
  height: 1px;
  border: none;
}

.tabs-slider + .icon-boxes {
  padding-top: 29.6rem;
  margin-top: -20rem;
}

.icon-list {
  padding: 9.6rem 0;
}
@media (max-width: 767px) {
  .icon-list {
    padding: 6.8rem 0;
  }
}
.icon-list__heading {
  margin-bottom: 5rem;
}
.icon-list__subheading {
  margin-bottom: 8rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .icon-list__subheading {
    font-size: 1.8rem;
  }
}
.icon-list .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-list__item {
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  margin-bottom: 9.8rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .icon-list__item {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .icon-list__item {
    margin-left: 0;
  }
}
.icon-list__item a {
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
}
.icon-list__item__circle {
  background: #DFFA6E;
  width: 11rem;
  height: 11rem;
  border-radius: 100%;
  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;
  font-size: 6.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .icon-list__item__circle {
    font-size: 4rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.icon-list__item__content {
  padding-left: 2.4rem;
  max-width: 26rem;
  width: 100%;
}
@media (max-width: 767px) {
  .icon-list__item__content {
    max-width: 100%;
  }
}
.icon-list__item h4 {
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .icon-list__item h4 {
    font-size: 1.8rem;
  }
}
.icon-list__item p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.1428571429;
}
.icon-list .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-carousel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .image-carousel {
    padding-bottom: 3rem;
  }
}
.image-carousel .container {
  padding: 0 4.7rem;
}
@media (max-width: 767px) {
  .image-carousel .container {
    padding: 0;
  }
}
.image-carousel__item__image {
  position: relative;
  border: 1rem #BAF8D8 solid;
}
.image-carousel__item__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.image-carousel__item__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-carousel .slick-arrow {
  width: 3rem;
  height: 3rem;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-carousel .slick-prev {
  left: 2rem;
}
.image-carousel .slick-next {
  right: 2rem;
}
.image-carousel .slick-dots {
  position: static;
  margin-top: 5rem;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.6rem;
}
@media (max-width: 575px) {
  .image-carousel .slick-dots {
    width: 25rem;
    width: 100%;
    bottom: auto;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-carousel .slick-dots li button {
  background: rgb(241, 241, 241);
}
.image-carousel .slick-dots li.slick-active button {
  background: #4A3CC7;
}

.sticky-content + .image-carousel {
  padding-top: 0;
}

.job-list {
  padding-top: 10rem;
  padding-bottom: 9.4rem;
}
@media (max-width: 1023px) {
  .job-list {
    padding: 6.4rem 0;
  }
}
.job-list .heading {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .job-list .heading {
    margin-bottom: 1em;
  }
}
.job-list__item {
  max-width: 100rem;
  margin: 0 auto 2.8rem auto;
  padding: 2.4rem;
}
.job-list__item__dept {
  background: #F49764;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}
.job-list__item__title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .job-list__item__title {
    font-size: 1.8rem;
  }
}
.job-list__item__meta {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .job-list__item__meta {
    display: block;
  }
}
.job-list__item__meta span {
  margin-right: 2rem;
}
@media (max-width: 479px) {
  .job-list__item__meta span {
    display: block;
    margin-bottom: 5px;
  }
}
.job-list__item__meta i {
  color: #8d8d8d;
  margin-right: 1rem;
  font-size: 2rem;
}
.job-list__item__right-col {
  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;
}
@media (max-width: 767px) {
  .job-list__item__right-col {
    margin-top: 3rem;
  }
}

.logos {
  padding-top: 9.6rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .logos {
    padding-top: 1.8rem;
  }
}
.logos__slider {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.logos .slick-list {
  padding: 0 !important;
}
.logos .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.logos__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15rem;
  border-bottom: 4.5px solid transparent;
}
.logos__item img {
  max-width: 15rem;
  max-height: 15rem;
  width: auto;
  height: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 767px) {
  .logos__item img {
    max-height: 8rem;
    max-width: 8rem;
  }
}
.logos .slick-current {
  border-color: #4A3CC7;
}
.logos .slick-current img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media (max-width: 767px) {
  .logos .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100% auto;
  }
}
.logos .slick-prev {
  left: -5rem;
}
@media (max-width: 767px) {
  .logos .slick-prev {
    left: -0.5rem;
  }
}
.logos .slick-next {
  right: -5rem;
}
@media (max-width: 767px) {
  .logos .slick-next {
    right: -0.5rem;
  }
}

.home-hero + .logos {
  background: #F1F1F1;
}
body:has(.scrolled-red) .logos .slick-prev {
  background-image: url(../images/slick-prev-red.svg);
}
body:has(.scrolled-red) .logos .slick-next {
  background-image: url(../images/slick-next-red.svg);
}
body:has(.scrolled-red) .logos__item.slick-current {
  border-color: #FF5D63;
}

.numbers-line {
  padding-top: 10rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 1023px) {
  .numbers-line {
    padding: 6.4rem 0;
  }
}
@media (max-width: 767px) {
  .numbers-line .container {
    padding-left: 4.6rem;
  }
}
.numbers-line__intro {
  font-size: 1.6rem;
}
.numbers-line .row {
  position: relative;
}
@media (max-width: 1023px) {
  .numbers-line .row {
    display: block;
  }
}
.numbers-line .row:before {
  content: "";
  border-top: 2px dashed #292929;
  position: Absolute;
  left: 10%;
  right: 10%;
  top: 3.9rem;
}
@media (max-width: 1023px) {
  .numbers-line .row:before {
    right: auto;
    left: 3.7rem;
    bottom: 10%;
    border-top: none;
    border-right: 2px dashed #292929;
  }
}
.numbers-line__item {
  font-size: 1.4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .numbers-line__item {
    width: 100%;
    max-width: 100%;
    padding-left: 10.5rem;
    margin-bottom: 3rem;
    text-align: left;
    min-height: 7.8rem;
  }
}
.numbers-line__item:nth-of-type(-n+9) .numbers-line__item__number:before {
  content: "0";
}
.numbers-line__item__number {
  background: #BAF8D8;
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 100%;
  border: 2px solid #292929;
  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-weight: 900;
  margin: 0 auto 3.4rem auto;
  color: #000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .numbers-line__item__number {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .numbers-line__item__number {
    position: absolute;
    left: 0;
  }
}
.numbers-line__item__title {
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .numbers-line__item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .numbers-line__item__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.numbers-line__item__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.numbers-line .button-wrap {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-18646 .numbers-line {
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#4A3CC7), to(#FF5D63));
  background-image: linear-gradient(270deg, #4A3CC7 0%, #FF5D63 100%);
  color: #fff;
}

.page-id-18752 .numbers-line .btn, .page-id-18752 .numbers-line .facetwp-load-more {
  position: relative;
}
.page-id-18752 .numbers-line .btn svg, .page-id-18752 .numbers-line .facetwp-load-more svg {
  display: none;
}
.page-id-18752 .numbers-line .btn:after, .page-id-18752 .numbers-line .facetwp-load-more:after {
  content: "";
  width: 2rem;
  height: 4.8rem;
  background: url(../images/icon-plus.svg) no-repeat center center;
  display: block;
  float: right;
  margin-left: 1rem;
}

.offices {
  background: #fff url(../images/Section-bg-new-pattern-6.png) no-repeat right bottom;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 10rem;
}
.offices__heading {
  color: #fff;
}
@media (max-width: 767px) {
  .offices .row {
    margin: 0 -1.8rem;
  }
}
.offices .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .offices .container {
    max-width: 74.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.offices__item {
  padding: 2.4rem;
}
@media (max-width: 1099px) {
  .offices__item {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  .offices__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 1.8rem;
  }
}
@media (max-width: 767px) {
  .offices__item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.offices__item__inner {
  position: relative;
}
.offices__item__bg {
  background: #292929;
  left: 0rem;
  position: absolute;
  top: 0%;
  width: 100%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  min-height: 1391px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.offices__item__bg-base {
  background: #292929;
  right: 0rem;
  position: absolute;
  top: 100%;
  width: 50%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  min-height: 1391px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media (max-width: 1099px) {
  .offices__item__bg-base {
    width: 65%;
  }
}
.offices__item__image {
  z-index: 1;
  position: relative;
}
.offices__item__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 123.4567901235%;
}
.offices__item__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1099px) {
  .offices__item__image {
    position: relative;
  }
  .offices__item__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 154.3209876543%;
  }
  .offices__item__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .offices__item__image {
    position: relative;
    height: 40rem;
  }
  .offices__item__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 61.7283950617%;
  }
  .offices__item__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.offices__item__image img {
  z-index: 1;
}
.offices__item__content {
  background: #292929;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 3.2rem;
  z-index: 1;
  width: 26rem;
  width: calc(100% - 6.4rem);
}
.offices__item__content h3 {
  font-size: 1.8rem;
  font-weight: 900;
}
.offices__item__map {
  color: #FF5D63;
  font-size: 1.4rem;
}
.offices__item__map:hover {
  color: #f29595;
}
.offices__item__map:hover svg path {
  fill: #f29595;
}
.pagename-contact-us .offices {
  padding-top: 13rem;
}
@media (max-width: 1023px) {
  .pagename-contact-us .offices {
    padding-top: 4.8rem;
  }
}
.pagename-contact-us .offices__heading {
  color: #292929;
}
.pdfs .subheading {
  color: #4A3CC7;
  text-transform: none;
  font-weight: 400;
  border-left: 3px solid #4A3CC7;
  line-height: 1.4em;
}
.pdfs__inner {
  padding: 3rem;
}
.pdfs__item {
  max-width: 97.5rem;
  margin-bottom: 4rem;
}
.pdfs__item__inner {
  padding: 1.6rem;
}
.pdfs__item__inner a {
  background: #ddfae9;
  color: #292929;
}
.pdfs__item__inner a:hover {
  background: #BAF8D8;
}
.pdfs__item__inner svg {
  height: 35px;
  width: auto;
  margin-bottom: 2rem;
}
.pdfs__item__inner h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .pdfs__item__inner h3 {
    font-size: 1.8rem;
  }
}
.pdfs__item__inner p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

#main__top + .pdfs {
  margin-top: 15rem;
  padding-top: 2.4rem;
}

.pdfs:has(+ .pdfs) .pdfs__inner {
  padding-bottom: 1px;
}

.pdfs + .pdfs .heading {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pdfs + .pdfs .heading {
    font-size: 2rem;
  }
}

.personal-form {
  background: #fff;
  padding-top: 10rem;
}
.personal-form .gform_wrapper.gravity-theme {
  max-width: 84rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.personal-form .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 2rem;
}
.personal-form .hubspot-form {
  max-width: 84rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

body:has(.personal-form) {
  background: #fff;
}
body:has(.personal-form) .masthead, body:has(.personal-form) .masthead__note, body:has(.personal-form) .mastfoot, body:has(.personal-form) .footer-contact {
  display: none;
}

.resource-list {
  padding: 9.6rem 0;
}
.resource-list__subheading {
  margin-bottom: 9.8rem;
  font-size: 1.6rem;
}
.resource-list__item {
  margin-bottom: 6.5rem;
}
.resource-list__item__image {
  border: 1rem solid #DFFA6E;
  position: relative;
}
.resource-list__item__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9461077844%;
}
.resource-list__item__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resource-list__item__col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .resource-list__item__col-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .resource-list__item__col-right {
    padding-left: 3rem;
    margin-top: 2rem;
  }
}
.resource-list__item__title {
  font-size: 4rem;
  font-weight: 900;
  color: #292929;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .resource-list__item__title {
    font-size: 3.2rem;
  }
}
.resource-list__item__excerpt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 3rem;
}
.resource-list__item__read {
  color: #FF5D63;
  font-size: 1.4rem;
  font-weight: 700;
}
.resource-list__item__read svg path {
  fill: #FF5D63;
}
.resource-list .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social {
  background: rgb(241, 241, 241) url(../images/Section-bg-new-pattern-2.png) no-repeat right bottom;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .social {
    padding: 4.8rem 0;
  }
}
@media (max-width: 767px) {
  .social .container {
    width: calc(100% - 6.2rem);
  }
}
.social .heading {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .social .heading {
    margin-bottom: 3rem;
  }
}
.social__items {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2rem;
}
@media (max-width: 767px) {
  .social__item {
    margin-bottom: 5rem;
  }
}
.social__item:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.social__item__link {
  display: block;
  text-align: center;
}
.social__item__link i {
  display: block;
  font-size: 100px;
  margin: 0 auto 3.2rem auto;
}
@media (max-width: 1023px) {
  .social__item__link i {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .social__item__link i {
    font-size: 60px;
  }
}
.social__item__link__text {
  display: block;
  text-transform: uppercase;
  color: #292929;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .social__item__link__text {
    font-size: 1.8rem;
  }
}
.social .fa-square-x-twitter {
  color: #808080;
}
.social .fa-linkedin {
  color: #27398B;
}

.sticky-content {
  background: #fff url(../images/Section-bg-new-pattern-6.png) no-repeat right center;
  background-size: cover;
}
.sticky-content .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sticky-content .sticky {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 0;
  -webkit-transition: margin 0.3s ease-in;
  transition: margin 0.3s ease-in;
}
.sticky-content .sticky.is_stuck {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .sticky-content__col-left .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1440px) {
  .sticky-content .heading {
    max-width: 9em;
  }
}
.sticky-content__text {
  font-size: 1.4rem;
}
.sticky-content__text ul li:before {
  background: url(../images/tick-red.svg) no-repeat center center;
}
.sticky-content__benefits {
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 3.2rem 3.2rem 1px 3.2rem;
}
@media (max-width: 767px) {
  .sticky-content__benefits {
    margin-top: 0;
  }
}
.sticky-content__benefits .subheading {
  color: #4A3CC7;
  text-transform: none;
  font-weight: 400;
}
.sticky-content__benefits .heading {
  margin-bottom: 7rem;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .benefits__item {
    display: block;
    text-align: center;
    margin-bottom: 5rem;
  }
}
.benefits__item__icon {
  background: #BAF8D8;
  width: 8rem;
  height: 8rem;
  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;
  margin-right: 1.5rem;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .benefits__item__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.benefits__item__title {
  font-weight: 900;
  font-size: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .benefits__item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .benefits__item__title {
    margin-top: 2rem;
    margin-bottom: 0.5em;
  }
}

.tabs {
  background: #fff url(../images/Section-bg-new-pattern-2.png) no-repeat right center;
  padding: 12.8rem 0;
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  .tabs {
    padding: 6rem 0;
  }
}
.tabs__intro {
  font-size: 1.6rem;
  max-width: 32em;
  margin: 0 auto 5rem auto;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .tabs__nav {
    display: none;
  }
}
.tabs__nav__item {
  width: 100%;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .tabs__nav__item {
    font-size: 1.8rem;
  }
}
.tabs__nav__item.active {
  background: #4A3CC7;
  color: #fff;
}
.tabs__content .tabs__key {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .tabs__content .tabs__key {
    padding-top: 3rem;
  }
}
.tabs__content .tabs__key span {
  margin-right: 17px;
  display: inline-block;
  margin-bottom: 1rem;
}
.tabs__content .tabs__key svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.tabs__content__item {
  font-size: 1.4rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.tabs__content__item.active {
  padding: 3rem;
  opacity: 1;
  max-height: 90rem;
  overflow: visible;
}
.tabs__content__item__col-left {
  width: 36rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36rem;
          flex: 0 0 36rem;
  max-width: 36rem;
}
@media (max-width: 1023px) {
  .tabs__content__item__col-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .tabs__content__item__trigger {
    display: none;
  }
}
.tabs__content__item h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tabs__content__item h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1399px) {
  .tabs__content__item h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .tabs__content__item h2 {
    font-size: 4rem;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .tabs__content__item h2 {
    font-size: 3.2rem;
  }
}
.tabs__content__item p {
  line-height: 1.7142857143;
}
.tabs__content__item__col-right {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: calc(100% - 36rem);
  -webkit-box-flex: calc(100% - 36rem);
      -ms-flex: calc(100% - 36rem);
          flex: calc(100% - 36rem);
}
@media (max-width: 1023px) {
  .tabs__content__item__col-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.tabs__content__item img {
  border-radius: 3rem;
  width: 100%;
}
.tabs .text-style ul {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.tabs .text-style ul li {
  background: #BAF8D8;
  padding: 1.2rem 1.2rem 1.2rem 6rem;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.7142857143;
}
.tabs .text-style ul li:before {
  background: url(../images/tick-grey-pale.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 1rem;
}

@media (max-width: 767px) {
  .tabs__content__item {
    padding-top: 0;
    opacity: 1;
    max-height: 900rem;
    overflow: visible;
    border-bottom: 1px solid #ddd;
  }
  .tabs__content__item.active {
    padding-top: 0;
    border-bottom: none;
  }
  .tabs__content__item.active .tabs__content__item__main {
    opacity: 1;
    max-height: 900rem;
    overflow: visible;
  }
  .tabs__content__item.active .tabs__content__item__trigger {
    background: #4A3CC7;
    color: #fff;
  }
  .tabs__content__item__main {
    opacity: 0;
    max-height: 0rem;
    overflow: hidden;
  }
  .tabs__content__item__trigger {
    padding: 2rem;
    margin: 0 -3rem;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tabs__content__item__trigger {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tabs__content__item__col-right {
    margin-bottom: 2rem;
  }
}
.tabs-slider {
  padding-top: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs-slider {
    padding-top: 4.8rem;
  }
}
.tabs-slider__inner {
  background: #fff;
  z-index: 1;
  position: relative;
}
.tabs-slider__heading {
  margin-bottom: 10rem;
}
.tabs-slider .tabs-slider__item {
  opacity: 0;
  position: Absolute;
}
.tabs-slider .tabs-slider__item.active {
  opacity: 1;
  position: Static;
}
.tabs-slider__top-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-slider__top-tabs__item {
  width: 100%;
  text-align: center;
  padding: 1.6rem;
  padding-top: 2rem;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ddd;
}
.tabs-slider__top-tabs__item.active, .tabs-slider__top-tabs__item:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.tabs-slider__top-tabs__item h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabs-slider__top-tabs__item h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tabs-slider__top-tabs__item h3 {
    font-size: 1.4rem;
  }
}
.tabs-slider__main {
  position: relative;
  padding: 6.4rem 3rem 15rem 6.4rem;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .tabs-slider__main {
    padding-bottom: 11rem;
  }
}
@media (max-width: 1023px) {
  .tabs-slider__main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14rem;
  }
}
.tabs-slider__main .card {
  border: 10px solid #DFFA6E;
  max-width: 58rem;
}
@media (max-width: 1023px) {
  .tabs-slider__main .card {
    left: 6.4rem;
    max-width: calc(100% - 6.4rem);
  }
}
@media (max-width: 767px) {
  .tabs-slider__main .card {
    left: 1.4rem;
    max-width: calc(100% - 1.4rem);
  }
}
.tabs-slider__main .card:before {
  width: 6.4rem;
  top: -6.4rem;
  left: -10px;
  height: auto;
  bottom: 0;
}
.tabs-slider__main .card:After {
  width: auto;
  height: 15rem;
  left: -5rem;
  right: 28px;
  bottom: -10px;
}
.tabs-slider__item__caption {
  background: #292929;
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem 3.2rem;
}
.tabs-slider__item__col-right {
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .tabs-slider__item__col-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    margin-bottom: 5rem;
  }
}
.tabs-slider__side-tab {
  background: rgb(241, 241, 241);
  padding: 3.2rem 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 2rem;
  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 (max-width: 767px) {
  .tabs-slider__side-tab {
    font-size: 1.8rem;
  }
}
@media (max-width: 1399px) {
  .tabs-slider__side-tab {
    font-size: 1.8rem;
    padding: 2.4rem 1.2rem;
  }
}
@media (max-width: 1099px) {
  .tabs-slider__side-tab {
    font-size: 1.6rem;
    padding: 1.4rem 1.2rem;
  }
}
@media (max-width: 767px) {
  .tabs-slider__side-tab {
    background: #fff;
    font-size: 1.3rem;
  }
}
.tabs-slider__side-tab:hover {
  background: #DFFA6E;
}
.tabs-slider__side-tab.active {
  background: #DFFA6E;
}
.tabs-slider__side-tab.active .tabs-slider__side-tab__icon {
  background: #292929;
  border: none;
}
.tabs-slider__side-tab.active .tabs-slider__side-tab__icon:before {
  background: #DFFA6E;
}
.tabs-slider__side-tab__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: relative;
  border: 2px solid grey;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3rem;
}
.tabs-slider__side-tab__icon:before {
  content: "";
  background: grey;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
}
.tabs-slider .tabs-slider__item__slider {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background: #292929;
  margin: 0;
  padding: 0;
}
.tabs-slider .tabs-slider__item__slider.active {
  opacity: 1;
  max-height: 90rem;
  overflow: visible;
}
.tabs-slider .tabs-slider__item__slider__caption {
  background: #292929;
  padding: 2rem 3.2rem;
  color: #fff;
  font-size: 1.4rem;
}
.tabs-slider .tabs-slider__item__slider .slick-dots {
  margin-top: 0rem;
  position: Absolute;
  top: calc(100% + 5rem);
  left: 0;
  width: 100%;
  z-index: 1;
}
.tabs-slider .tabs-slider__item__slider .slick-dots li button {
  background: rgb(241, 241, 241);
}
.tabs-slider .tabs-slider__item__slider .slick-dots li.slick-active button {
  background: #DFFA6E;
}
.tabs-slider .items1 .slick-dots {
  display: none !important;
}
.tabs-slider .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  position: Absolute;
  bottom: 4rem;
  right: 3.2rem;
}
@media (max-width: 1023px) {
  .tabs-slider .button-wrap {
    width: 100%;
    left: 3.2rem;
    bottom: 2rem;
  }
}
.tabs-slider .button-wrap .btn, .tabs-slider .button-wrap .facetwp-load-more {
  background: #292929;
}
.tabs-slider .button-wrap .btn:hover, .tabs-slider .button-wrap .facetwp-load-more:hover {
  background: #545454;
}
@media (max-width: 1023px) {
  .tabs-slider .button-wrap .btn, .tabs-slider .button-wrap .facetwp-load-more {
    background: rgb(241, 241, 241);
    color: #292929;
  }
  .tabs-slider .button-wrap .btn svg path, .tabs-slider .button-wrap .facetwp-load-more svg path {
    fill: #292929;
  }
}
.tabs-slider.accent--purple {
  background: #fff url(../images/Section-bg-new-pattern-2.png) no-repeat right center;
  background-size: contain;
}
.tabs-slider.accent--purple .heading {
  margin-bottom: 5rem;
}
.tabs-slider.accent--purple .tabs-slider__top-tabs__item:not(.active) {
  background: #F1F1F1;
}
.tabs-slider.accent--purple .tabs-slider__top-tabs__item:not(.active):hover {
  background: #000;
  color: #fff;
}
.tabs-slider.accent--purple .tabs-slider__main {
  background: #F1F1F1;
  padding-bottom: 9.8rem;
  margin-bottom: 9.4rem;
}
.tabs-slider.accent--purple .tabs-slider__side-tab {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.tabs-slider.accent--purple .tabs-slider__side-tab.active,
.tabs-slider.accent--purple .tabs-slider__side-tab:hover {
  background: #4A3CC7;
  color: #fff;
  border-color: #4A3CC7;
}
.tabs-slider.accent--purple .tabs-slider__item__slider {
  border-color: #4A3CC7;
}
.tabs-slider.accent--purple .tabs-slider__item__slider .slick-dots li.slick-active button {
  background: #4A3CC7;
}
.tabs-slider.accent--purple .tabs-slider__side-tab .tabs-slider__side-tab__icon {
  display: none;
}
.tabs-slider.accent--purple .tabs-slider__side-tab.active .tabs-slider__side-tab__icon:before {
  background: #4A3CC7;
}
.tabs-slider.accent--purple .card {
  border-color: #4A3CC7;
}
.tabs-slider.accent--purple .card:before, .tabs-slider.accent--purple .card:after {
  display: none;
}

.team-grid {
  overflow: hidden;
  padding: 9.6rem 0;
}
@media (max-width: 767px) {
  .team-grid {
    padding: 6.4rem 0;
  }
}
.team-grid__intro {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}
@media (max-width: 1099px) {
  .team-grid-wrap {
    margin: 0 auto;
  }
}
.team-grid .row {
  margin: 0 -1.5rem;
}
.team-grid .row.parent-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .team-grid .row.parent-row > .col {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1400px) {
  .team-grid .row.parent-row > .col.col-3-wrapper {
    width: 78%;
    max-width: 78%;
  }
}
@media screen and (max-width: 1200px) {
  .team-grid .row.parent-row > .col.col-4-wrapper {
    max-width: 640px;
  }
}
.team-grid__item {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
@media (max-width: 1099px) {
  .team-grid__item {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .team-grid__item {
    max-width: 100%;
  }
}
.team-grid__item__inner {
  padding: 1.2rem;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.team-grid__item__bg {
  background: #292929;
  left: 1.5rem;
  position: absolute;
  top: 0%;
  width: 100%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  min-height: 2400px;
  z-index: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.team-grid__item__bg-base {
  background: #292929;
  right: 1.5rem;
  position: absolute;
  top: 100%;
  width: 50%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  min-height: 1391px;
  z-index: 1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.team-grid__item__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
}
.team-grid__item__image:before {
  display: none;
}
.team-grid__item__name {
  position: relative;
  z-index: 1;
  padding: 2rem 1rem;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .team-grid__item__name {
    font-size: 2rem;
  }
}
.team-grid__item__job-title {
  position: relative;
  z-index: 1;
  padding: 1rem;
  margin: 0;
  font-size: 12px;
  background: #E9FBF0;
}

.team-grid:has(+ .offices) {
  overflow: visible;
  padding-bottom: 0;
}

.team-grid + .offices .offices__item__bg,
.team-grid + .offices .offices__item__bg-base {
  display: none;
}

.offices + section {
  position: relative;
  z-index: 1;
}

.icon-list + .team-grid {
  padding-top: 0;
}

.page-id-18629 .team-grid {
  background: rgb(241, 241, 241);
}
.page-id-18629 .team-grid .team-grid__item__inner {
  background: #DFFA6E;
}

.text-and-circle {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  position: relative;
}
.text-and-circle__left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-and-circle__image-wrap {
  background-color: transparent;
  background-image: linear-gradient(140.17deg, #573AD9 0%, #B09DFE 100%);
  border-radius: 100%;
  width: 46rem;
  height: 46rem;
  position: relative;
}
.text-and-circle__image {
  position: relative;
  border-radius: 100%;
  width: 39.5rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.text-and-circle__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.text-and-circle__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-and-circle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.text-and-circle--layout-1 .container {
  max-width: 114rem;
}
@media (max-width: 1180px) {
  .text-and-circle--layout-1 .text-and-circle__image-wrap {
    width: 39vw;
    height: 39vw;
  }
}
@media (max-width: 1023px) {
  .text-and-circle--layout-1 .text-and-circle__image-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-and-circle--layout-1 .text-and-circle__image-wrap {
    display: block;
    width: 95vw;
    height: 95vw;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1180px) {
  .text-and-circle--layout-1 .text-and-circle__image {
    width: 33.4vw;
  }
}
@media (max-width: 767px) {
  .text-and-circle--layout-1 .text-and-circle__image {
    width: calc(100% - 6rem);
  }
}

.text-and-circle--layout-2 {
  background: #292929;
  color: #fff;
  overflow: hidden;
}
.text-and-circle--layout-2 .text-and-circle__slant {
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  right: -60%;
  background-color: transparent;
  background-image: linear-gradient(287deg, #4A3CC7 36%, #B3A1FF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vw;
  width: 100%;
  background-transition: 0.3s;
  position: absolute;
  top: 0;
  transform-origin-x: right;
  transform-origin-y: bottom;
}
@media (max-width: 1023px) {
  .text-and-circle--layout-2 .text-and-circle__slant {
    width: 136%;
  }
}
@media (max-width: 767px) {
  .text-and-circle--layout-2 .text-and-circle__slant {
    -webkit-transform: rotate(325deg);
            transform: rotate(325deg);
    right: auto;
    left: -117%;
    top: auto;
    bottom: -93%;
  }
}
.text-and-circle--layout-2 .text-and-circle__left-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.text-and-circle--layout-2 .text-and-circle__image-wrap {
  background: #FF5D63;
  border: 1.6rem solid #FF5D63;
  width: 51.8rem;
  height: 51.8rem;
}
@media (max-width: 1599px) {
  .text-and-circle--layout-2 .text-and-circle__image-wrap {
    width: 32.3vw;
    height: 32.3vw;
  }
}
@media (max-width: 1023px) {
  .text-and-circle--layout-2 .text-and-circle__image-wrap {
    display: none;
  }
}
.text-and-circle--layout-2 .text-and-circle__image {
  width: 100%;
}
.text-and-circle--layout-2 .heading {
  margin-bottom: 0.6em;
}
.text-and-circle--layout-2 .text-and-circle__text {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .text-and-circle--layout-2 .text-and-circle__text {
    font-size: 1.8rem;
  }
}
.text-and-circle--layout-2 .text-and-circle__text p {
  line-height: 1.2;
}

.text-and-image--layout-1 {
  position: relative;
  overflow: hidden;
  padding: 9.6rem 0;
  background: #fff url(../images/Section-bg-new-pattern-2.png) no-repeat right top;
  background-size: contain;
}
@media (max-width: 767px) {
  .text-and-image--layout-1 {
    padding: 4.8rem 0;
    background-size: cover;
  }
}
.text-and-image--layout-1__slant {
  width: 100vw;
  left: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130vw;
  background-transition: 0.3s;
  position: absolute;
  top: -13%;
  z-index: 0;
  transform-origin-x: center;
  transform-origin-y: center;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  background: #292929;
}
@media (max-width: 1500px) {
  .text-and-image--layout-1__slant {
    left: 40%;
  }
}
@media (max-width: 1250px) {
  .text-and-image--layout-1__slant {
    left: 55%;
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-1__slant {
    display: none;
  }
}
@media (min-width: 1024px) {
  .text-and-image--layout-1 .container {
    padding: 0 11.2rem;
    max-width: 166rem;
  }
}
@media (max-width: 1399px) {
  .text-and-image--layout-1 .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1099px) {
  .text-and-image--layout-1 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-1__col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 4rem;
  }
}
.text-and-image--layout-1__content {
  max-width: 49.5rem;
}
@media (max-width: 767px) {
  .text-and-image--layout-1__content {
    max-width: 100%;
  }
}
.text-and-image--layout-1__text {
  max-width: 43rem;
  font-size: 1.4rem;
  margin-bottom: 2.8em;
}
@media (max-width: 767px) {
  .text-and-image--layout-1__text {
    max-width: 100%;
  }
}
.text-and-image--layout-1__text p {
  line-height: 1.7142857143;
}
.text-and-image--layout-1__text p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.text-and-image--layout-1__text p:nth-of-type(2) {
  font-weight: 700;
  margin-bottom: 2.5em;
}
.text-and-image--layout-1__link {
  width: 28rem;
  display: block;
  background: #4A3CC7;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text-and-image--layout-1__link {
    width: 100%;
  }
}
.text-and-image--layout-1__link:hover {
  color: #fff;
  background: #9C8AEB;
}
.text-and-image--layout-1__link__text {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 400;
  opacity: 0.7;
}
.text-and-image--layout-1__link svg {
  margin-top: -5px;
  margin-left: 5px;
}
.text-and-image--layout-1__link:nth-of-type(2) {
  background: rgb(241, 241, 241);
  color: #292929;
}
.text-and-image--layout-1__link:nth-of-type(2) svg path {
  fill: #292929;
}
.text-and-image--layout-1 .button-wrap {
  margin-bottom: 2.4rem;
}
.text-and-image--layout-1__image {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .text-and-image--layout-1__image {
    margin-top: 0;
  }
}
.text-and-image--layout-1__image img {
  width: 63.3rem;
  max-width: 100vw;
  position: Absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1250px) {
  .text-and-image--layout-1__image img {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-1__image img {
    position: Static;
    width: 100%;
  }
}
.text-and-image--layout-1--usps {
  display: none;
}
.text-and-image--layout-1.red-purple-gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#F85B68), to(#5836D3));
  background-image: linear-gradient(90deg, #F85B68 0%, #5836D3 100%);
}

#main__top + .text-and-image--layout-1 {
  padding-top: 15rem;
  padding-bottom: 13.7rem;
}
@media (max-width: 1023px) {
  #main__top + .text-and-image--layout-1 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  #main__top + .text-and-image--layout-1 {
    padding-bottom: 6rem;
  }
}
#main__top + .text-and-image--layout-1 .container {
  max-width: 166rem;
}
@media (max-width: 1440px) {
  #main__top + .text-and-image--layout-1 .container {
    max-width: 142rem;
  }
}
#main__top + .text-and-image--layout-1 .subheading {
  font-weight: 500;
}
@media (max-width: 767px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__col-left {
    margin-top: 0;
  }
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__text {
  max-width: 50rem;
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__text p:first-of-type {
  font-size: 1.4rem;
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
  margin-top: 40px;
  margin-bottom: -30px;
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__text li {
  width: 50%;
  padding-right: 20px;
  line-height: 1.7142857143;
}
@media (max-width: 1023px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__text li {
    width: 100%;
  }
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__text li:before {
  top: 0;
  -webkit-transform: none;
          transform: none;
  background-image: url(../images/tick-grey-pale.svg);
}
@media (max-width: 767px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__col-right {
    display: none;
  }
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__slant {
  display: block;
}
@media (max-width: 1023px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__slant {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
    width: 60vw;
    left: 58%;
  }
}
@media (max-width: 767px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__slant {
    display: none;
  }
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__image {
  margin-top: 0;
}
@media (max-width: 767px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__image {
    display: none;
  }
}
#main__top + .text-and-image--layout-1 .text-and-image--layout-1__image img {
  max-width: 57.2rem;
}
@media (max-width: 1099px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__image img {
    max-width: 50rem;
  }
}
@media (max-width: 1023px) {
  #main__top + .text-and-image--layout-1 .text-and-image--layout-1__image img {
    max-width: 50rem;
  }
}
@media (max-width: 575px) {
  #main__top + .text-and-image--layout-1 .btn, #main__top + .text-and-image--layout-1 .facetwp-load-more {
    display: block;
    text-align: center;
  }
}

.text-and-image--layout-2 {
  background: rgb(241, 241, 241);
  padding: 12.6rem 0;
}
@media (max-width: 1023px) {
  .text-and-image--layout-2 {
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .text-and-image--layout-2 .container {
    padding: 0 3rem;
    max-width: 100rem;
  }
}
.text-and-image--layout-2__slant {
  display: none;
}
.text-and-image--layout-2__col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .text-and-image--layout-2__col-left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-2__col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}
.text-and-image--layout-2 .heading {
  margin-bottom: 0.6em;
}
.text-and-image--layout-2__text {
  margin-bottom: 3rem;
}
.text-and-image--layout-2__text p {
  font-size: 1.4rem;
}
.text-and-image--layout-2__image {
  background: #fff;
  margin: 0;
  border: 10px solid #BAF8D8;
}
.text-and-image--layout-2__image img {
  max-width: 100%;
  position: static;
  display: block;
}
.text-and-image--layout-2__caption {
  background: #292929;
  padding: 1.6rem 4rem;
  color: #fff;
  font-size: 1.4rem;
}

.text-and-image--layout-3 {
  padding: 11.8rem 0;
  background: #fff url(../images/Section-bg-new-pattern-2.png) no-repeat right center;
  background-size: contain;
}
.text-and-image--layout-3__slant {
  display: none;
}
.text-and-image--layout-3__image {
  border: 10px solid #DFFA6E;
  margin-top: 0;
}
.text-and-image--layout-3__image img {
  position: static;
  width: 100%;
}
.text-and-image--layout-3__col-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-and-image--layout-3__content {
  max-width: 100vw;
}
.text-and-image--layout-3__content p {
  font-size: 1.4rem;
}
.text-and-image--layout-3 .heading {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .text-and-image--layout-3 .heading {
    font-size: 3.2rem;
  }
}
.text-and-image--layout-3 .subheading {
  border: none;
  color: rgba(41, 41, 41, 0.3);
  font-size: 1.6rem;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
}
.text-and-image--layout-3 .btn--clear--red {
  padding-left: 0;
}

.home .text-and-image--layout-3 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 6.4rem;
}

.text-and-image--layout-4 {
  background: #fff url(../images/Section-bg-new-pattern-2.png) no-repeat right center;
  background-size: cover;
  padding-top: 12.8rem;
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  .text-and-image--layout-4 {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .text-and-image--layout-4 .container {
    padding: 0 3rem;
    max-width: 116rem;
  }
}
.text-and-image--layout-4__slant {
  display: none;
}
@media (min-width: 1100px) {
  .text-and-image--layout-4__col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 66.6rem;
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-4__col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 50%;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-4__col-right {
    max-width: 100%;
    padding-bottom: 100px;
  }
}
.text-and-image--layout-4__col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1100px) {
  .text-and-image--layout-4__col-left {
    max-width: calc(100% - 66.6rem);
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-4__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-4__col-left {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 2rem;
  }
}
.text-and-image--layout-4__content {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .text-and-image--layout-4__content {
    margin-top: 0;
  }
}
.text-and-image--layout-4__text {
  max-width: 39rem;
}
.text-and-image--layout-4__text p {
  font-size: 1.4rem;
}
.text-and-image--layout-4__text blockquote p {
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 0.8888888889;
  margin-bottom: 2rem;
}
.text-and-image--layout-4__text blockquote + p {
  color: #3860F0;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .text-and-image--layout-4__text blockquote + p {
    font-size: 1.8rem;
  }
}
.text-and-image--layout-4__image {
  background: #fff;
  margin: 0;
  border: 10px solid #3860F0;
  position: relative;
}
.text-and-image--layout-4__image img {
  max-width: 100%;
  position: static;
  display: block;
}
.text-and-image--layout-4__caption {
  background: #292929;
  padding: 1.6rem 4rem;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: calc(100% - 3rem);
  left: 3rem;
  right: 3rem;
  padding: 1.6rem;
}
.text-and-image--layout-4__caption .btn, .text-and-image--layout-4__caption .facetwp-load-more {
  padding: 0;
  border-radius: 0;
  height: auto;
  line-height: 1em;
  display: block;
}
.text-and-image--layout-4__caption .btn:hover, .text-and-image--layout-4__caption .facetwp-load-more:hover {
  background: transparent;
}
.text-and-image--layout-4__caption h3 {
  font-weight: 900;
}

.text-and-image--layout-5 {
  position: relative;
  overflow: hidden;
  padding: 9.6rem 0;
  padding-top: 15.6rem;
}
@media (max-width: 767px) {
  .text-and-image--layout-5 {
    padding: 4.8rem 0;
  }
}
.text-and-image--layout-5__slant {
  width: 100vw;
  left: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130vw;
  background-transition: 0.3s;
  position: absolute;
  top: -13%;
  z-index: 0;
  transform-origin-x: center;
  transform-origin-y: center;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  background: #292929;
}
@media (max-width: 1500px) {
  .text-and-image--layout-5__slant {
    left: 40%;
  }
}
@media (max-width: 1250px) {
  .text-and-image--layout-5__slant {
    left: 55%;
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-5__slant {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-5__col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 4rem;
  }
}
.text-and-image--layout-5__content {
  max-width: 49.5rem;
}
@media (max-width: 767px) {
  .text-and-image--layout-5__content {
    max-width: 100%;
  }
}
.text-and-image--layout-5__text {
  max-width: 43rem;
  font-size: 1.4rem;
  margin-bottom: 2.8em;
}
@media (max-width: 767px) {
  .text-and-image--layout-5__text {
    max-width: 100%;
  }
}
.text-and-image--layout-5__text p {
  line-height: 1.7142857143;
}
.text-and-image--layout-5__text p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.text-and-image--layout-5__text p:nth-of-type(2) {
  font-weight: 700;
  margin-bottom: 2.5em;
}
.text-and-image--layout-5__link {
  width: 28rem;
  display: block;
  background: #4A3CC7;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text-and-image--layout-5__link {
    width: 100%;
  }
}
.text-and-image--layout-5__link:hover {
  color: #fff;
  background: #9C8AEB;
}
.text-and-image--layout-5__link__text {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 400;
  opacity: 0.7;
}
.text-and-image--layout-5__link svg {
  margin-top: -5px;
  margin-left: 5px;
}
.text-and-image--layout-5__link:nth-of-type(2) {
  background: rgb(241, 241, 241);
  color: #292929;
}
.text-and-image--layout-5__link:nth-of-type(2) svg path {
  fill: #292929;
}
.text-and-image--layout-5 .button-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .text-and-image--layout-5__col-right {
    display: none;
  }
}
.text-and-image--layout-5__image {
  margin-top: 5rem;
  position: relative;
  max-width: 55rem;
  float: right;
}
@media (max-width: 767px) {
  .text-and-image--layout-5__image {
    margin-top: 0;
  }
}
.text-and-image--layout-5__image img {
  width: 63.3rem;
  max-width: 100vw;
  position: Absolute;
  right: 0;
  top: 0;
  width: 100%;
  position: static;
}
@media (max-width: 1250px) {
  .text-and-image--layout-5__image img {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-5__image img {
    position: Static;
    width: 100%;
  }
}
.text-and-image--layout-5__usps {
  display: block;
}
.text-and-image--layout-5__usps__item {
  width: 35rem;
  position: Absolute;
}
.text-and-image--layout-5__usps__item:first-of-type {
  right: 0;
  top: -4rem;
}
.text-and-image--layout-5__usps__item:nth-of-type(2) {
  top: 50%;
}
.text-and-image--layout-5__usps__item:nth-of-type(3) {
  bottom: -5rem;
  right: -3rem;
  width: 38rem;
}
.text-and-image--layout-5__usps__item__inner {
  background: #DFFA6E;
  padding: 3.2rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.text-and-image--layout-6 {
  position: relative;
  overflow: hidden;
  padding: 9.6rem 0;
  background: #292929;
}
@media (max-width: 767px) {
  .text-and-image--layout-6 {
    padding: 4.8rem 0;
  }
}
.text-and-image--layout-6__slant {
  width: 100vw;
  left: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130vw;
  background-transition: 0.3s;
  position: absolute;
  top: -13%;
  z-index: 0;
  transform-origin-x: center;
  transform-origin-y: center;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  background: #fff;
}
@media (max-width: 1500px) {
  .text-and-image--layout-6__slant {
    left: 40%;
  }
}
@media (max-width: 1250px) {
  .text-and-image--layout-6__slant {
    left: 55%;
  }
}
@media (max-width: 1023px) {
  .text-and-image--layout-6__slant {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-6 .text-and-image__col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 4rem;
  }
}
.text-and-image--layout-6__content {
  max-width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .text-and-image--layout-6__content {
    max-width: 100%;
  }
}
.text-and-image--layout-6__text {
  max-width: 43rem;
  font-size: 1.4rem;
  margin-bottom: 2.8em;
}
@media (max-width: 767px) {
  .text-and-image--layout-6__text {
    max-width: 100%;
  }
}
.text-and-image--layout-6__text p {
  line-height: 1.7142857143;
}
.text-and-image--layout-6__text p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.text-and-image--layout-6__text p:nth-of-type(2) {
  font-weight: 700;
  margin-bottom: 2.5em;
}
.text-and-image--layout-6__link {
  width: 28rem;
  display: block;
  background: #4A3CC7;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text-and-image--layout-6__link {
    width: 100%;
  }
}
.text-and-image--layout-6__link:hover {
  color: #fff;
  background: #9C8AEB;
}
.text-and-image--layout-6__link__text {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 400;
  opacity: 0.7;
}
.text-and-image--layout-6__link svg {
  margin-top: -5px;
  margin-left: 5px;
}
.text-and-image--layout-6__link:nth-of-type(2) {
  background: rgb(241, 241, 241);
  color: #292929;
}
.text-and-image--layout-6__link:nth-of-type(2) svg path {
  fill: #292929;
}
.text-and-image--layout-6 .button-wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .text-and-image--layout-6__col-right {
    display: none;
  }
}
.text-and-image--layout-6__image {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .text-and-image--layout-6__image {
    margin-top: 0;
  }
}
.text-and-image--layout-6__image img {
  width: 63.3rem;
  max-width: 100vw;
  position: Absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1250px) {
  .text-and-image--layout-6__image img {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .text-and-image--layout-6__image img {
    position: Static;
    width: 100%;
  }
}
.text-and-image--layout-6__usps {
  display: none;
}

.timeline {
  padding: 10rem 0 21rem 0;
  background: #292929 url(../images/Section-Timeline.png) no-repeat right top;
  background-size: contain;
}
@media (max-width: 767px) {
  .timeline {
    padding: 5rem 0;
  }
}
.timeline .heading {
  margin-bottom: 10rem;
}
.timeline .slick-slider {
  padding-bottom: 0;
  border-bottom: 1px solid #BAF8D8;
}
.timeline .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.timeline__item {
  border-left: 1px solid #BAF8D8;
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .timeline__item {
    padding-bottom: 2rem;
  }
}
.timeline__item:before {
  content: "";
  position: Absolute;
  top: 0;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #BAF8D8;
  border-radius: 100%;
}
.timeline__item__date {
  margin-top: 0.2em;
  color: #BAF8D8;
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.8em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .timeline__item__date {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .timeline__item__date {
    font-size: 2.8rem;
  }
}
.timeline__item__text {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .timeline__item__text {
    font-size: 1.6rem;
  }
}
.timeline__item__images img {
  max-height: 40px;
  width: auto;
}

.wysiwyg {
  font-size: 1.4rem;
  padding-top: 3.2rem;
}
.wysiwyg .subheading {
  color: #4A3CC7;
  text-transform: none;
  font-weight: 600;
  border-left: 3px solid #4A3CC7;
  line-height: 1.4em;
}
.wysiwyg__inner {
  padding: 3.2rem;
}
@media (max-width: 767px) {
  .wysiwyg__inner {
    padding: 1.6rem;
  }
}
.wysiwyg__inner__wrap {
  max-width: 97.6rem;
}
.wysiwyg h1 {
  font-size: 6rem;
  margin-bottom: 0.6em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 4rem;
  }
}
.wysiwyg h2 {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 3.2rem;
  }
}
.wysiwyg h2 a {
  font-weight: 700;
  color: #292929;
}
.wysiwyg h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 1.8rem;
  }
}
.wysiwyg p + h2 {
  margin-top: 1em;
}
.wysiwyg a {
  color: #3860F0;
  font-weight: 700;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg ul li {
  padding-left: 4rem;
  line-height: 1.7142857143;
  margin-bottom: 0.8em;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  background: #9C8AEB;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: 0.5em;
  position: absolute;
  left: 20px;
}
.wysiwyg ol li {
  line-height: 1.7142857143;
  margin-bottom: 1em;
  margin-bottom: 3px;
}
.wysiwyg ol li:has(> ol) {
  list-style-type: none;
}
.wysiwyg .button-wrap {
  margin-top: 6.4rem;
  padding-bottom: 9.4rem;
}
.wysiwyg a.btn, .wysiwyg a.facetwp-load-more {
  color: #fff;
}
.wysiwyg a.btn:hover, .wysiwyg a.facetwp-load-more:hover {
  text-decoration: none;
}

#main__top + .wysiwyg {
  margin-top: 9rem;
  padding-top: 3rem;
}

.page-id-19230 .wysiwyg {
  background: #fff;
}

.mce-cta {
  background: #BAF8D8;
  padding: 5.4rem 4.8rem;
  margin: 3rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mce-cta {
    padding: 3rem 2.5rem;
  }
}
.mce-cta h2,
.mce-cta p {
  margin-left: auto;
  margin-right: auto;
}
.mce-cta h2 {
  margin-top: 0 !important;
  max-width: 800px;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .mce-cta h2 {
    font-size: 3rem;
  }
}
.mce-cta p {
  max-width: 580px;
  font-size: 1.6rem;
}
.mce-cta p:last-child {
  margin-bottom: 0;
}
.mce-cta .btn, .mce-cta .facetwp-load-more {
  margin-top: 2.5rem;
}
.mce-cta .btn span, .mce-cta .facetwp-load-more span {
  vertical-align: middle;
}
.mce-cta .btn::after, .mce-cta .facetwp-load-more::after {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTYuNDc2NiAxMS4zNzg5TDEyLjEwMTYgMTUuNzUzOUMxMS43NzM0IDE2LjEwOTQgMTEuMTk5MiAxNi4xMDk0IDEwLjg3MTEgMTUuNzUzOUMxMC41MTU2IDE1LjQyNTggMTAuNTE1NiAxNC44NTE2IDEwLjg3MTEgMTQuNTIzNEwxMy43NDIyIDExLjYyNUg1LjM3NUM0Ljg4MjgxIDExLjYyNSA0LjUgMTEuMjQyMiA0LjUgMTAuNzVDNC41IDEwLjI4NTIgNC44ODI4MSA5Ljg3NSA1LjM3NSA5Ljg3NUgxMy43NDIyTDEwLjg3MTEgNy4wMDM5MUMxMC41MTU2IDYuNjc1NzggMTAuNTE1NiA2LjEwMTU2IDEwLjg3MTEgNS43NzM0NEMxMS4xOTkyIDUuNDE3OTcgMTEuNzczNCA1LjQxNzk3IDEyLjEwMTYgNS43NzM0NEwxNi40NzY2IDEwLjE0ODRDMTYuODMyIDEwLjQ3NjYgMTYuODMyIDExLjA1MDggMTYuNDc2NiAxMS4zNzg5WiIgZmlsbD0id2hpdGUiPjwvcGF0aD48L3N2Zz4=");
  background-position: center center;
  margin-left: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.mce-cta .btn.btn--grey:hover, .mce-cta .btn--grey.facetwp-load-more:hover {
  background: #FF5D63;
}

.wysiwyg-styled {
  font-size: 1.4rem;
  padding-top: 3.2rem;
  padding-bottom: 10rem;
}
.wysiwyg-styled__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFF;
  padding: 3rem 0;
  margin: 0;
}
.wysiwyg-styled__intro {
  font-size: 2.5rem;
  color: #4A3CC7;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media (max-width: 767px) {
  .wysiwyg-styled__intro {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg-styled__content > :not(.wp-caption):not(img):not(.mce-cta) {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .wysiwyg-styled__content > :not(.wp-caption):not(img):not(.mce-cta) {
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .wysiwyg-styled__content > :not(.wp-caption):not(img):not(.mce-cta) {
    padding-right: 100px;
  }
}
.wysiwyg-styled .active-nav-sidebar h3 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
.wysiwyg-styled .active-nav-sidebar .nav-items li {
  margin-bottom: 16px;
}
.wysiwyg-styled .active-nav-sidebar .nav-items a {
  color: #4A3CC7;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .wysiwyg-styled .active-nav-sidebar .nav-items a.active {
    font-weight: 700;
  }
}
.wysiwyg-styled .active-nav-sidebar .nav-items a:hover {
  text-decoration: underline;
}

#main__top + .wysiwyg {
  margin-top: 9rem;
  padding-top: 3rem;
}

.newsletter {
  padding: 12rem 0;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsletter {
    padding: 9.6rem 0;
  }
}
.newsletter__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(28%);
          transform: translateX(28%);
}
@media (max-width: 1023px) {
  .newsletter__background {
    display: none;
  }
}
@media (max-width: 1399px) {
  .newsletter__background {
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
  }
}
.newsletter__background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsletter__content {
  position: relative;
  padding-left: 50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .newsletter__content {
    padding-left: 0;
  }
}
.newsletter__title {
  font-size: 6rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .newsletter__title {
    font-size: 4rem;
  }
}
.newsletter__text {
  font-size: 1.4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .newsletter__text {
    font-size: 1.6rem;
  }
}
.newsletter__form {
  margin-top: 50px;
}
.newsletter__form .hubspot-form label,
.newsletter__form .hubspot-form .hs-form-required {
  display: none;
}
.newsletter__form .hubspot-form .hs-fieldtype-booleancheckbox legend {
  display: none !important;
}
.newsletter .ginput_container input[type=text],
.newsletter .ginput_container input[type=email] {
  width: 100% !important;
}
.newsletter .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-top: 15px;
}
.newsletter .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required {
  display: none;
}
.newsletter .gform_wrapper.gravity-theme .ginput_container_consent a {
  color: #FFF;
  text-decoration: underline;
}
.newsletter .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  padding-left: 4rem;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .newsletter .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter .gform_footer {
    width: 100%;
  }
}
.newsletter .gform_validation_errors ol {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.error404 .hero-centre {
  background-color: #8B74EE;
  background-image: linear-gradient(225deg, #4A3CC7 0%, #8B74EE 32%);
}
.error404 .hero-centre .error404-svg {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 41.5%;
}
.error404 .hero-centre .hero-centre__content {
  bottom: 0;
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 32rem;
}
.error404 .hero-centre .hero-centre__heading {
  opacity: 0;
  padding-bottom: 19rem;
}
.error404 .hero-centre .hero-centre__text {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error404 .hero-centre .hero-centre__text {
    font-size: 1.8rem;
  }
}
.error404 .hero-centre .hero-centre__image {
  height: 85rem;
  background: url(../images/Vector-58.svg) no-repeat right center;
  background-size: cover;
}
.error404 .hero-centre .btn, .error404 .hero-centre .facetwp-load-more {
  text-decoration: none;
}

.blog {
  background: rgb(241, 241, 241);
}

.resources-header {
  padding-top: 19rem;
}
@media (max-width: 767px) {
  .resources-header {
    padding-top: 15rem;
  }
}
@media (max-width: 1023px) {
  .resources-header .container {
    padding: 0 2rem;
    padding: 0 1.6rem;
  }
}
.resources-header .resources-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .resources-header .resources-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.resources-header h1 {
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .resources-header h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .resources-header h1 {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
}
.resources-header .resources-search {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .resources-header .resources-search {
    width: calc(31.7% + 1rem);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .resources-header .resources-search {
    width: calc(50% - 0.3rem);
  }
}
@media (min-width: 1400px) {
  .resources-header .resources-search {
    width: calc(32.1% + 1rem);
  }
}
.resources-header .resources-search .facetwp-facet {
  margin: 0;
}
.resources-header .resources-filter {
  width: 100%;
}
@media (min-width: 1024px) {
  .resources-header .resources-filter {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.resources-header .facetwp-type-search {
  position: relative;
  background: #f1f1f1;
}
.resources-header .facetwp-type-search .facetwp-input-wrap {
  display: block;
  position: relative;
}
.resources-header .facetwp-type-search .facetwp-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.resources-header .facetwp-type-search .facetwp-icon:hover {
  opacity: 0.8;
}
.resources-header .facetwp-type-search .facetwp-search-wrap {
  height: 5rem;
  line-height: 5rem;
  display: block;
  position: relative;
}
.resources-header .facetwp-type-search .facetwp-search-wrap:hover .clear-search {
  opacity: 1;
}
.resources-header .facetwp-type-search .clear-search {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1rem;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url(../images/icon-close--blue.svg) no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
}
.resources-header .facetwp-type-search .facetwp-search {
  width: 100%;
  background: transparent;
  border: none;
  padding-right: 55px;
  padding-left: 2rem;
  text-align: left;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.4rem;
}
.resources-header .facetwp-type-search .facetwp-search::-webkit-input-placeholder {
  color: #9b9c9c;
}
.resources-header .facetwp-type-search .facetwp-search::-moz-placeholder {
  color: #9b9c9c;
}
.resources-header .facetwp-type-search .facetwp-search:-ms-input-placeholder {
  color: #9b9c9c;
}
.resources-header .facetwp-type-search .facetwp-search::-ms-input-placeholder {
  color: #9b9c9c;
}
.resources-header .facetwp-type-search .facetwp-search::placeholder {
  color: #9b9c9c;
}
.resources-header .facetwp-type-search .facetwp-btn {
  position: absolute;
  left: 0;
  width: 4.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resources-header .facetwp-type-search .facetwp-btn:before {
  background: url(../images/icon-search-small.svg) no-repeat center center;
  background-size: 12px auto;
  height: 5rem;
}

.resources-filter .facetwp-type-checkboxes, .resources-filter .facetwp-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem -0.7rem;
  width: calc(100% + 1.5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .resources-filter .facetwp-type-checkboxes, .resources-filter .facetwp-type-radio {
    width: calc(100% + 1rem);
  }
}
.resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
  height: 6.2rem;
  background: #f1f1f1;
  margin: 0 0.5rem 1rem 0.5rem;
  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;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 800;
  width: calc(16.6% - 1rem);
  /* &:nth-of-type(6) {
     @media (max-width:1199px) {
       width:calc(50% - 1rem);
     }
   }
   &:nth-of-type(7) {
     @media (max-width:1399px) {
         width:calc(100% - 1rem);
     }
     @media (max-width:1199px) {
       width:calc(50% - 1rem);
     }
   } */
}
@media (max-width: 1400px) {
  .resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
    width: calc(25% - 1rem);
  }
}
@media (max-width: 1199px) {
  .resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
    width: calc(33.3% - 1rem);
  }
}
@media (max-width: 1023px) {
  .resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
    padding: 1.2rem 2.4rem;
    height: 5.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
    width: calc(50% - 1rem);
    padding: 1.2rem;
    height: 4.3rem;
  }
}
@media (max-width: 575px) {
  .resources-filter .facetwp-checkbox, .resources-filter .facetwp-radio {
    width: calc(100% - 1rem);
  }
}
.resources-filter .facetwp-checkbox:hover, .resources-filter .facetwp-radio:hover {
  background: #EDEBFA;
}
.resources-filter .facetwp-checkbox.checked, .resources-filter .facetwp-radio.checked {
  background: #FF5D63;
  color: #fff;
}
.resources-filter .facetwp-counter {
  display: none;
}
.resources-filter [data-value=uncategorised], .resources-filter [data-value=upcoming-conferences] {
  display: none;
}

.posts-grid {
  margin: 0 -1.4rem;
}
.posts-grid__item {
  padding: 0 1.4rem;
  margin-bottom: 2.8rem;
}
.posts-grid__item a {
  color: #fff;
}
.posts-grid__item__inner {
  position: relative;
}
.posts-grid__item__inner:hover .posts-grid__content {
  background: #DFFA6E;
  color: #292929;
}
.posts-grid__item__inner:hover .posts-grid__arrow {
  background-image: url(../images/arrow-post-grey.svg);
}
.posts-grid__cat {
  background: #DFFA6E;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 1.4rem 2.8rem 1.2rem;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #292929;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .posts-grid__cat {
    font-size: 1.4rem;
    padding: 1.1rem 1.8rem 0.9rem;
  }
}
.posts-grid__image {
  background: #FF5D63;
  position: relative;
}
.posts-grid__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.3043478261%;
}
.posts-grid__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.posts-grid__content {
  background: #292929;
  color: #fff;
  padding: 1.6rem 3.2rem;
  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;
}
.posts-grid__title {
  font-size: 2.4rem;
  font-weight: 900;
  width: calc(100% - 4rem);
  margin: 0;
  line-height: 1.375;
  max-height: 2.9em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .posts-grid__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .posts-grid__title {
    font-size: 1.8rem;
  }
}
.posts-grid__excerpt {
  display: none;
}
.posts-grid__arrow {
  background: url(../images/arrow-post.svg) no-repeat center center;
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
  margin: 0;
}

.blog .posts-grid__item.post-grid__item--extra {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .blog .posts-grid__item.post-grid__item--extra {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.blog .posts-grid__item.post-grid__item--extra .posts-grid__image {
  position: relative;
}
.blog .posts-grid__item.post-grid__item--extra .posts-grid__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.170212766%;
}
.blog .posts-grid__item.post-grid__item--extra .posts-grid__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog .posts-grid__item.post-grid__item--featured {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__item__inner:hover .posts-grid__arrow {
  color: #292929;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__item__inner:hover .posts-grid__arrow:After {
  background-image: url(../images/arrow-btn-grey.svg);
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__item__inner .posts-grid__excerpt p {
  font-size: 1.8rem;
  line-height: 1.55;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__image {
  width: 66.66%;
  position: relative;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2432138979%;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .blog .posts-grid__item.post-grid__item--featured .posts-grid__image {
    width: 100%;
  }
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__content {
  width: 33.33%;
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .blog .posts-grid__item.post-grid__item--featured .posts-grid__content {
    width: 100%;
  }
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__excerpt {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .blog .posts-grid__item.post-grid__item--featured .posts-grid__excerpt p {
    line-height: 1.5;
  }
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__title {
  width: 100%;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 3rem;
  height: auto;
  overflow: visible;
}
@media (max-width: 767px) {
  .blog .posts-grid__item.post-grid__item--featured .posts-grid__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .blog .posts-grid__item.post-grid__item--featured .posts-grid__title {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__arrow {
  text-indent: 0;
  color: #FF5D63;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.blog .posts-grid__item.post-grid__item--featured .posts-grid__arrow:after {
  content: "";
  background: url(../images/arrow-btn-red.svg) no-repeat center center;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.facetwp-facet-load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.facetwp-load-more {
  border: none;
  background: #FF5D63;
  position: relative;
  padding-right: 4rem;
}
.facetwp-load-more:after {
  content: "";
  background: url(../images/chevron-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
}
.facetwp-load-more:hover {
  background: #FF5D63;
  opacity: 0.6;
}

.post-sidebar .gform_wrapper.gravity-theme input[type=text], .post-sidebar .gform_wrapper.gravity-theme input[type=email], .post-sidebar .gform_wrapper.gravity-theme textarea {
  background: #fff;
}
.post-sidebar .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-bottom: 2rem;
}
.post-sidebar .gform_wrapper.gravity-theme .ginput_container_consent label {
  display: inline;
  font-size: 1.4rem;
}
.post-sidebar .gform_wrapper.gravity-theme .gform_footer {
  background: #FF5D63;
}

.related-posts {
  padding-top: 9.6rem;
  padding-bottom: 12.8rem;
}
.related-posts .row {
  margin: 0 -1.4rem;
}
.related-posts .button-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-career {
  background: rgb(241, 241, 241);
}

.single-career-main {
  margin-top: 13rem;
  padding: 3.2rem;
}
.single-career-main .subheading {
  color: #4A3CC7;
  text-transform: none;
  font-weight: 500;
}

.career-content {
  font-size: 1.4rem;
  max-width: calc(100% - 47.8rem);
}
@media (max-width: 1023px) {
  .career-content {
    width: 100%;
    max-width: 100%;
    padding-right: 3rem;
  }
}
.career-content .text-style h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .career-content .text-style h3 {
    font-size: 1.8rem;
  }
}
.career-content .text-style ul li {
  padding-left: 3rem;
  line-height: 1.7142857143;
  margin-bottom: 1em;
}
.career-content .text-style ul li:before {
  background: #4A3CC7;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: 0.3em;
}
.career-content .text-style .career-content__requirements ul {
  margin-bottom: 30px;
}
.career-content .text-style .career-content__requirements ul li:before {
  background: url(../images/tick-simple-purple.svg) no-repeat left center;
  width: 20px;
  height: 20px;
}
.career-content__benefits {
  margin-top: 7rem;
}
.career-content__benefits h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .career-content__benefits h3 {
    font-size: 1.8rem;
  }
}

.career-sidebar {
  width: 47.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 47.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8rem;
          flex: 0 0 47.8rem;
}
@media (max-width: 1023px) {
  .career-sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .career-sidebar {
    display: none;
  }
}
.career-sidebar__inner {
  padding: 3rem;
}
.career-sidebar__inner.is_stuck {
  margin-top: 13rem;
}
.career-sidebar__inner h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .career-sidebar__inner h3 {
    font-size: 1.8rem;
  }
}
.career-sidebar__inner h3 svg {
  margin-right: 0.5rem;
}
.career-sidebar__value {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  display: block;
}
.career-sidebar__value:last-of-type {
  margin-bottom: 1em;
}
.career-sidebar__value--comp {
  font-size: 1.8rem;
}
.career-sidebar p {
  font-size: 1.4rem;
  color: rgba(41, 41, 41, 0.42);
}
.career-sidebar__message {
  margin-bottom: 5rem;
}
.career-sidebar .btn, .career-sidebar .facetwp-load-more {
  width: 100%;
  text-align: center;
}

.application {
  margin-top: 6rem;
  margin-bottom: 10rem;
  padding: 3.2rem;
}
.application .subheading {
  color: #4A3CC7;
  text-transform: none;
  font-weight: 500;
}
.application .heading {
  border-bottom: 1px solid rgb(241, 241, 241);
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
}
.application__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 3rem 0;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .application__meta {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 1099px) {
  .application__meta__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .application__meta__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.application__meta h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .application__meta h3 {
    font-size: 1.8rem;
  }
}
.application__meta h3 svg {
  margin-right: 0.5rem;
}
.application form {
  max-width: 80rem;
}
.application .gform_wrapper.gravity-theme .gfield_required {
  background: #4A3CC7;
}
.application .gform_wrapper.gravity-theme .gform_footer {
  margin-bottom: 7rem;
}
.application .gform_wrapper.gravity-theme .gform_footer:hover:before {
  background: #f29595;
}
.application .gform_wrapper.gravity-theme .gform_footer:before {
  background: #FF5D63;
}

.single-post {
  background: rgb(241, 241, 241);
}
.single-post main.main {
  overflow: initial;
}

.post-header {
  margin-top: 18rem;
  padding: 3.2rem;
  background: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .post-header {
    margin-top: 15rem;
  }
}
.post-header__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .post-header__meta {
    display: block;
  }
}
.post-header__date {
  color: #FF5D63;
  text-transform: none;
}
.post-header__time {
  font-weight: 400;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .post-header__col-right {
    display: block;
  }
}
.post-header__cat {
  background: #DFFA6E;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
  margin: 0;
  display: none;
  line-height: 1;
}
@media (max-width: 1023px) {
  .post-header__cat {
    position: static;
    clear: both;
    margin-top: 2rem;
    -webkit-transform: none;
            transform: none;
    margin-left: 0rem;
  }
}
.post-header__cat:first-of-type {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .post-header__tags {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 1rem;
  }
}
.post-header__tags a {
  color: #292929;
}
.post-header__tag {
  font-size: 1.5rem;
  font-weight: 900;
  margin-left: 10px;
}

.single-post-main {
  padding: 3.2rem;
  margin-bottom: 10rem;
}
.single-post-main > .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post-content, .wysiwyg__inner__wrap {
  padding-right: 0;
  font-size: 1.6rem;
  line-height: 1.7142857143;
  width: calc(100% - 47.8rem);
  max-width: calc(100% - 47.8rem);
}
@media (max-width: 1023px) {
  .post-content, .wysiwyg__inner__wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 3rem;
  }
}
.post-content__image {
  position: relative;
  margin-bottom: 5rem;
}
.post-content__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.1965811966%;
}
.post-content__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-content p, .wysiwyg__inner__wrap p {
  line-height: 1.6;
}
.post-content .text-style, .wysiwyg__inner__wrap .text-style {
  font-size: 1.8rem;
  font-weight: 400;
}
.post-content .text-style a:not(.btn):not(.facetwp-load-more), .wysiwyg__inner__wrap .text-style a:not(.btn):not(.facetwp-load-more) {
  color: #4A3CC7;
}
.post-content .text-style h1, .wysiwyg__inner__wrap .text-style h1,
.post-content .text-style h2,
.wysiwyg__inner__wrap .text-style h2,
.post-content .text-style h3,
.wysiwyg__inner__wrap .text-style h3,
.post-content .text-style h4,
.wysiwyg__inner__wrap .text-style h4,
.post-content .text-style h5,
.wysiwyg__inner__wrap .text-style h5 {
  margin-top: 1em;
  line-height: 1.1;
  color: #292929;
  margin-bottom: 0.4em;
}
.post-content .text-style h2, .wysiwyg__inner__wrap .text-style h2 {
  font-size: 5rem;
  color: #4A3CC7;
  font-weight: 900;
}
@media (max-width: 767px) {
  .post-content .text-style h2, .wysiwyg__inner__wrap .text-style h2 {
    font-size: 3.8rem;
  }
}
.post-content .text-style h3, .wysiwyg__inner__wrap .text-style h3 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .post-content .text-style h3, .wysiwyg__inner__wrap .text-style h3 {
    font-size: 2.6rem;
  }
}
.post-content .text-style h4, .wysiwyg__inner__wrap .text-style h4 {
  font-size: 2.8rem;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .post-content .text-style h4, .wysiwyg__inner__wrap .text-style h4 {
    font-size: 2.2rem;
  }
}
.post-content .text-style h5, .wysiwyg__inner__wrap .text-style h5 {
  font-size: 2.4rem;
  margin-top: 1.35em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .post-content .text-style h5, .wysiwyg__inner__wrap .text-style h5 {
    font-size: 2rem;
  }
}
.post-content .text-style h6, .wysiwyg__inner__wrap .text-style h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .post-content .text-style h6, .wysiwyg__inner__wrap .text-style h6 {
    font-size: 1.8rem;
  }
}
.post-content .text-style ul, .wysiwyg__inner__wrap .text-style ul {
  padding-left: 2.4rem;
  margin: 1em 0;
}
.post-content .text-style ul li, .wysiwyg__inner__wrap .text-style ul li {
  padding: 0 0 0 0.2rem;
  list-style: initial;
  margin-bottom: 2px;
}
.post-content .text-style ul li strong, .wysiwyg__inner__wrap .text-style ul li strong {
  font-weight: 500;
}
.post-content .text-style ul li ::marker, .wysiwyg__inner__wrap .text-style ul li ::marker {
  font-size: 0.9em;
}
.post-content .text-style ul li::before, .wysiwyg__inner__wrap .text-style ul li::before {
  display: none;
}
.post-content .text-style .wp-block-image, .wysiwyg__inner__wrap .text-style .wp-block-image {
  margin: 40px 0;
}
.post-content .text-style .wp-caption, .wysiwyg__inner__wrap .text-style .wp-caption {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  max-width: 100%;
}
.post-content .text-style .wp-caption .wp-caption-text, .wysiwyg__inner__wrap .text-style .wp-caption .wp-caption-text {
  margin: 0.8em 0 0 0;
}
.post-content .text-style .wp-caption.aligncenter, .wysiwyg__inner__wrap .text-style .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .post-content .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image), .wysiwyg__inner__wrap .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image) {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .post-content .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image), .wysiwyg__inner__wrap .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image) {
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .post-content .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image), .wysiwyg__inner__wrap .text-style > :not(.wp-caption):not(img):not(.mce-cta):not(.wp-block-table):not(.wp-block-image) {
    padding-right: 60px;
  }
}
.post-content__form {
  background: rgb(241, 241, 241);
  padding: 2rem;
  margin-top: 10rem;
}
.post-content__form h2.post-content__form__title {
  font-size: 3.2rem;
  margin-top: 0;
  text-transform: none;
}
.post-content__form .gform_wrapper.gravity-theme {
  max-width: 63rem;
}
.post-content__form .gform_wrapper.gravity-theme input[type=text],
.post-content__form .gform_wrapper.gravity-theme input[type=email] {
  background: #fff;
}
.post-content__form .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 2rem;
}
.post-content__form .gform_wrapper.gravity-theme .gform_footer:before {
  background: #FF5D63;
}
.post-content__form .gform_wrapper.gravity-theme .gform_footer:after {
  background: url(../images/icon-download.svg) no-repeat center center;
}
.post-content__form .hubspot-form {
  max-width: 63rem;
}
.post-content__form .hubspot-form .hs_submit {
  margin-top: 2rem;
}
.post-content__form .hubspot-form .hs_submit .actions:before {
  background: #FF5D63;
}
.post-content__form .hubspot-form .hs_submit .actions:after {
  background: url(../images/icon-download.svg) no-repeat center center;
}
.post-content__footer {
  margin-top: 6rem;
  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;
}
@media (max-width: 767px) {
  .post-content__footer {
    display: block;
  }
}
.post-content__super {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
.post-content__super img {
  border-radius: 100%;
  width: 4.8rem;
  height: auto;
  margin-right: 18px;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
}
.post-content__tags {
  font-weight: 900;
}
@media (max-width: 767px) {
  .post-content__tags {
    display: block;
  }
}
.post-content__tags a {
  color: #292929;
  margin-left: 2rem;
}
.post-content__tags span {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .post-content__tags span {
    margin-left: 0;
    margin-right: 2rem;
  }
}
.post-content .share-article, .wysiwyg__inner__wrap .share-article {
  cursor: pointer;
}
.post-content .share-article.active, .wysiwyg__inner__wrap .share-article.active {
  background: #BAF8D8;
  color: #292929;
}

.post-sidebar {
  width: 47.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 47.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8rem;
          flex: 0 0 47.8rem;
  position: sticky;
  top: 112px;
}
@media (max-width: 1023px) {
  .post-sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    position: static;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.post-sidebar__inner {
  padding: 3rem;
}
.post-sidebar__inner h3 {
  text-transform: uppercase;
  font-weight: 900;
}
.post-sidebar__inner form {
  margin-top: 2rem;
}
.post-sidebar__inner > div:not(:last-child) {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .post-sidebar-related.post-sidebar-related--related {
    display: none;
  }
}
.post-sidebar-related__heading {
  font-weight: 900;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.post-sidebar-related__item {
  margin-bottom: 2rem;
}
.post-sidebar-related__item a {
  color: #292929;
}
.post-sidebar-related__item a:hover .post-sidebar-related__read-more i {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.post-sidebar-related__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-sidebar-related__image {
  width: 8rem;
  position: relative;
  border-radius: 1px;
  margin-right: 2rem;
}
.post-sidebar-related__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.post-sidebar-related__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-sidebar-related__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-sidebar-related__title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
}
.post-sidebar-related__read-more {
  color: #4A3CC7;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.post-sidebar-related__read-more i {
  display: inline-block;
  font-style: normal;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.post-sidebar-related__read-more svg path {
  fill: #3860F0;
}

/*==========================================================================
  7. Browser Fixes
  ========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
/* Safari 10.1+ (alternate method) */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.chrome, .edge, .safari {
  -webkit-font-smoothing: antialiased;
}

/* ie9 */
/* ie8  */
/* ie7 */
/*# sourceMappingURL=style.css.map */
