@charset "UTF-8";
@import url("https://use.typekit.net/zdz3dyo.css");
.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #474772;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #1c1c3b;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

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

embed, iframe, object {
  max-width: 100%;
  height: auto;
}

a {
  color: #6ddbf3;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover, a:active {
  outline-style: none;
  color: #13c1e7;
}

.basetext, ul li, ol li, q, cite, blockquote, p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.btn a span, .search-form .search-submit a span, button a span,
input[type=button] a span,
input[type=submit] a span {
  position: relative;
  z-index: 1;
}
.btn a:before, .search-form .search-submit a:before, button a:before,
input[type=button] a:before,
input[type=submit] a:before, .btn a:after, .search-form .search-submit a:after, button a:after,
input[type=button] a:after,
input[type=submit] a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.btn a:before, .search-form .search-submit a:before, button a:before,
input[type=button] a:before,
input[type=submit] a:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.btn a:after, .search-form .search-submit a:after, button a:after,
input[type=button] a:after,
input[type=submit] a:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
    font-size: 14px;
  }
}
.btn a:hover, .search-form .search-submit a:hover, button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover {
  color: #fff;
}
.btn a:hover:before, .search-form .search-submit a:hover:before, button a:hover:before,
input[type=button] a:hover:before,
input[type=submit] a:hover:before {
  opacity: 0;
}
.btn a:hover:after, .search-form .search-submit a:hover:after, button a:hover:after,
input[type=button] a:hover:after,
input[type=submit] a:hover:after {
  opacity: 1;
}

.sub-heading {
  color: #6ddbf3;
  font-size: 14px;
}

.hide-visibility {
  visibility: hidden;
}

.social-icons p {
  top: 2px;
  height: 16px;
}
.social-icons p svg {
  width: 100%;
  max-width: 20px;
  height: auto !important;
  max-height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social-icons p .social-icon {
  fill: #49C1E7;
}
.social-icons p .social-icon:hover {
  fill: #8315ff;
}
.social-icons p .facebook {
  fill: #fff;
}
.social-icons p .twitter {
  fill: #fff;
}
.social-icons p .linkedin {
  fill: #fff;
}
.social-icons p .instagram {
  fill: #fff;
}
.social-icons p .youtube {
  fill: #fff;
}
.social-icons p svg path {
  fill: inherit;
}
.social-icons p a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}
.social-icons p a:hover svg {
  fill: #8315ff;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.small-container {
  max-width: 695px;
  margin: 0 auto;
}

@media (max-width: 745px) {
  .small-container {
    padding: 0 1.25em;
  }
}
.container {
  max-width: 1410px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  .container {
    padding: 0 1.25em;
  }
}
.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  margin: 0 0 0.5em;
  color: #fff;
}
h1 span, h1 em, h2 span, h2 em, h3 span, h3 em, h4 span, h4 em, h5 span, h5 em, h6 span, h6 em, .heading span, .heading em {
  font-weight: 300;
  font-style: normal;
  color: #6ddbf3;
}

h1, .heading1 {
  font-size: 65px;
  line-height: 65px;
}

h2, .heading2 {
  font-size: 42px;
  line-height: 50px;
}

h3, .heading3 {
  font-size: 23px;
  line-height: 29px;
}

h4, .heading4 {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  h1, .heading1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2, .heading2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3, .heading3 {
    font-size: 22px;
    line-height: 29px;
  }

  h4, .heading4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  h1, .heading1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2, .heading2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3, .heading3 {
    font-size: 20px;
    line-height: 25px;
  }

  h4, .heading4 {
    font-size: 16px;
    line-height: 22px;
  }
}
p {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: #a4a4ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

.content ul li {
  font-size: 17px;
  color: #a4a4ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  .content ul li {
    font-size: 16px;
  }
}

/*
.intro{
	p{
		font-family: $altfont; font-weight: $altfontnormal; font-size: 28px; line-height: 40px;
	}
}
*/
strong, b {
  font-weight: 700;
}

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

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

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

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

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

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

::-moz-placeholder {
  color: #474772;
  opacity: 1;
}

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

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #474772;
}

.input, select, datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  color: #474772;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #b3b3b3;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  border-color: #999999;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #474772;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  z-index: 999;
}
.main-header .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .logo-holder {
  width: 265px;
  min-width: 265px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .main-header .logo-holder {
    width: 220px;
    min-width: 220px;
  }
}
.main-header nav {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2em;
  margin: 0 20px;
  -webkit-transition: flex-grow 0.25s ease-in-out 0.25s, background 0.25s ease-in-out 0.25s, -webkit-box-flex 0.25s ease-in-out 0.25s;
  transition: flex-grow 0.25s ease-in-out 0.25s, background 0.25s ease-in-out 0.25s, -webkit-box-flex 0.25s ease-in-out 0.25s;
  transition: flex-grow 0.25s ease-in-out 0.25s, background 0.25s ease-in-out 0.25s;
  transition: flex-grow 0.25s ease-in-out 0.25s, background 0.25s ease-in-out 0.25s, -webkit-box-flex 0.25s ease-in-out 0.25s, -ms-flex-positive 0.25s ease-in-out 0.25s;
}
@media (max-width: 1100px) {
  .main-header nav {
    width: 42px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
  }
}
.main-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 7px;
}
@media (max-width: 1100px) {
  .main-header nav ul {
    display: none;
  }
}
.main-header nav ul li {
  margin: 0;
  padding: 0;
  border-radius: 25em;
}
.main-header nav ul li a {
  position: relative;
  display: block;
  padding: 11px 20px;
  color: #b3b5b9;
  font-size: 15px;
}
.main-header nav ul li.current-menu-item a,
.main-header nav ul li.current_page_parent a {
  color: #fff;
}
.main-header nav ul li.expand-menu a {
  padding: 11px 30px 11px 20px;
}
.main-header nav ul li.expand-menu a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
  width: 10px;
  height: 5px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.main-header nav ul li.expand-menu.active a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-header nav .overlay {
  position: absolute;
  height: 58px;
  width: 100px;
  border-radius: 25em;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  -webkit-transition: left 0.25s ease, width 0.25s ease, opacity 0.25s ease;
  transition: left 0.25s ease, width 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
@media (max-width: 1100px) {
  .main-header nav .overlay {
    display: none;
  }
}
.main-header nav.expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #26265a;
  -webkit-transition: flex-grow 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-box-flex 0.25s ease-in-out;
  transition: flex-grow 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-box-flex 0.25s ease-in-out;
  transition: flex-grow 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: flex-grow 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-box-flex 0.25s ease-in-out, -ms-flex-positive 0.25s ease-in-out;
}
@media (max-width: 1100px) {
  .main-header nav.expand {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.main-header .buttons {
  padding: 6px 0;
  width: 273px;
}
@media (max-width: 1100px) {
  .main-header .buttons {
    display: none;
  }
}
.main-header .btns {
  margin: 0;
  text-wrap: nowrap;
}
.main-header .btns a.standard-btn {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  padding: 16px 25px;
  margin-right: 5px;
}
.main-header .btns a.standard-btn span {
  position: relative;
  z-index: 1;
}
.main-header .btns a.standard-btn:before, .main-header .btns a.standard-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.main-header .btns a.standard-btn:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.main-header .btns a.standard-btn:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .main-header .btns a.standard-btn {
    font-size: 14px;
  }
}
.main-header .btns a.standard-btn:hover {
  color: #fff;
}
.main-header .btns a.standard-btn:hover:before {
  opacity: 0;
}
.main-header .btns a.standard-btn:hover:after {
  opacity: 1;
}
.main-header .btns a.gradient-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 41px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
  padding: 11px 25px;
}
.main-header .btns a.gradient-btn::before, .main-header .btns a.gradient-btn::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-header .btns a.gradient-btn::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.main-header .btns a.gradient-btn::after {
  opacity: 0;
}
.main-header .btns a.gradient-btn:hover {
  color: #171731 !important;
}
.main-header .btns a.gradient-btn:hover::after {
  opacity: 1;
}
.main-header .btns a.gradient-btn > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header .menu-toggle {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 2.625rem;
  padding: 0;
  text-align: center;
  width: 2.625rem;
  z-index: 999999;
}
@media (min-width: 1081px) {
  .main-header .menu-toggle {
    display: none;
  }
}
.main-header .menu-toggle:hover, .main-header .menu-toggle:focus, .main-header .menu-toggle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.main-header .menu-toggle:after {
  display: none;
}
.main-header .menu-toggle .toggle-nav-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.main-header .menu-toggle .toggle-nav-icon {
  fill: white;
  display: inline-block;
  height: 1em;
  margin-top: 0.25rem;
  width: 1em;
}
.main-header .menu-toggle .bar {
  fill: #6ddbf3;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.main-header .menu-toggle .bar-2-5 {
  opacity: 0;
}
.main-header .menu-toggle.active .bar-1,
.main-header .menu-toggle.active .bar-3 {
  opacity: 0;
}
.main-header .menu-toggle.active .bar-2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-header .menu-toggle.active .bar-2-5 {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.parent-pageid-45 .main-header nav ul li.services a {
  color: #fff;
}

.page-id-43 .main-header nav ul li.aboutus a,
.parent-pageid-43 .main-header nav ul li.aboutus a {
  color: #fff;
}

.dropdown-content {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out, padding 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out, padding 0.25s ease-in-out;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .dropdown-content {
    display: none;
  }
}
.dropdown-content .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.dropdown-content .item-column {
  width: 25%;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .dropdown-content .item-column {
    width: 50%;
  }
}
.dropdown-content .item-column .image-content {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  z-index: 2;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 59, 0)), color-stop(33%, rgba(28, 28, 59, 0)), to(rgba(28, 28, 59, 0.9)));
  background: linear-gradient(180deg, rgba(28, 28, 59, 0) 0%, rgba(28, 28, 59, 0) 33%, rgba(28, 28, 59, 0.9) 100%);
}
@media (max-width: 1300px) {
  .dropdown-content .item-column .image-content {
    background: #1c1c3c !important;
  }
}
.dropdown-content .item-column .gradient-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #1c1c3b;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.dropdown-content .item-column a {
  position: relative;
  border-radius: 1em;
  display: block;
}
.dropdown-content .item-column a:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background: #af64ff;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
  border-radius: 1em;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.dropdown-content .item-column img {
  mix-blend-mode: multiply;
  aspect-ratio: 3/2.75;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .dropdown-content .item-column img {
    display: none;
  }
}
.dropdown-content .item-column p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
@media (max-width: 1300px) {
  .dropdown-content .item-column p {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
  }
}
.dropdown-content .item-column a:hover:after {
  opacity: 1;
}
.dropdown-content .item-column a:hover .gradient-overlay {
  opacity: 0.8;
}

nav.expand-services .dropdown-content.service-dropdown {
  opacity: 1;
  max-height: 600px;
  max-width: 830px;
  pointer-events: all;
  padding: 10px 30px 10px;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, max-height 0.25s ease-in-out 0.25s, padding 0.25s ease-in-out 0.25s, max-width 0.25s ease-in-out 0.2s;
  transition: opacity 0.25s ease-in-out 0.25s, max-height 0.25s ease-in-out 0.25s, padding 0.25s ease-in-out 0.25s, max-width 0.25s ease-in-out 0.2s;
}

nav.expand-aboutus .dropdown-content.aboutus-dropdown {
  opacity: 1;
  max-height: 600px;
  max-width: 830px;
  pointer-events: all;
  padding: 10px 30px 10px;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, max-height 0.25s ease-in-out 0.25s, padding 0.25s ease-in-out 0.25s, max-width 0.25s ease-in-out 0.2s;
  transition: opacity 0.25s ease-in-out 0.25s, max-height 0.25s ease-in-out 0.25s, padding 0.25s ease-in-out 0.25s, max-width 0.25s ease-in-out 0.2s;
}

.menu-active .main-header {
  position: fixed;
  background-color: #1c1c3b;
}

.slide-nav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 998;
  top: 0;
  right: -100%;
  background-color: #1c1c3b;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.slide-nav .container {
  position: relative;
  z-index: 4;
  height: 100%;
}
.slide-nav .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: 120px;
}
@media screen and (max-height: 800px) {
  .slide-nav .container .flex-holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.slide-nav .container .flex-holder .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-height: 800px) {
  .slide-nav .container .flex-holder .nav {
    padding-bottom: 10px;
  }
}
.slide-nav .container .flex-holder .nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.slide-nav .container .flex-holder .nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-nav .container .flex-holder .nav nav ul li {
  padding: 0;
  text-align: left;
  width: 100%;
  border-radius: 1em;
}
.slide-nav .container .flex-holder .nav nav ul li:first-of-type {
  border-top: none;
}
.slide-nav .container .flex-holder .nav nav ul li a {
  position: relative;
  color: #a4a4ca;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  padding: 20px 18px;
  display: inline-block;
  width: 100%;
}
.slide-nav .container .flex-holder .nav nav ul li a:hover {
  color: #fff;
}
.slide-nav .container .flex-holder .nav nav ul li ul {
  display: none;
}
.slide-nav .container .flex-holder .nav nav ul li ul li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  padding-left: 0;
  border: none;
}
.slide-nav .container .flex-holder .nav nav ul li ul li a {
  font-size: 17px;
  color: #6ddbf3;
  padding: 10px 18px;
}
.slide-nav .container .flex-holder .nav nav ul li ul li a:hover {
  color: #fff;
}
.slide-nav .container .flex-holder .nav nav ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 18px;
  width: 17px;
  height: 12px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slide-nav .container .flex-holder .nav nav ul li.sub-menu-active {
  background-color: #26265a;
  padding-bottom: 15px;
}
.slide-nav .container .flex-holder .nav nav ul li.sub-menu-active a:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slide-nav .container .flex-holder .nav nav ul li.current-menu-item a {
  color: #fff;
}
.slide-nav .container .flex-holder .nav nav ul li.current-menu-item ul li a {
  color: #6ddbf3;
}
.slide-nav .container .flex-holder .nav nav ul li.current-menu-item ul li a:hover {
  color: #fff;
}
.slide-nav .container .flex-holder .nav nav ul li.active ul {
  display: block;
}
.slide-nav .container .flex-holder p.btn, .slide-nav .container .flex-holder .search-form p.search-submit, .search-form .slide-nav .container .flex-holder p.search-submit {
  margin-top: 20px;
}
.slide-nav .container .flex-holder p.btn a, .slide-nav .container .flex-holder .search-form p.search-submit a, .search-form .slide-nav .container .flex-holder p.search-submit a {
  font-size: 19px;
  width: 100%;
  text-align: center;
  padding: 20px 33px;
}

.slide-nav.active {
  right: 0;
}

.main-footer {
  position: relative;
  background-color: #171731;
  padding: 60px 0 35px;
  overflow: hidden;
}
.main-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 85%;
  width: 690px;
  background-image: url(../images/footer-scribble.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer .container .footer-top .logo-holder {
  width: 200px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .logo-holder {
    margin: 0 auto 30px;
  }
}
.main-footer .container .footer-top .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .main-footer .container .footer-top .flex-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col {
    text-align: center;
  }
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(1) {
  width: 33.33%;
}
@media screen and (max-width: 1200px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(2), .main-footer .container .footer-top .flex-holder .col:nth-of-type(3) {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(2), .main-footer .container .footer-top .flex-holder .col:nth-of-type(3) {
    width: 33.33%;
  }
}
@media screen and (max-width: 950px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(2), .main-footer .container .footer-top .flex-holder .col:nth-of-type(3) {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(2), .main-footer .container .footer-top .flex-holder .col:nth-of-type(3) {
    display: none;
  }
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 26.33%;
}
@media screen and (max-width: 1200px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(4) {
    width: 33.33%;
  }
}
@media screen and (max-width: 950px) {
  .main-footer .container .footer-top .flex-holder .col:nth-of-type(4) {
    width: 100%;
    max-width: 400px;
  }
}
.main-footer .container .footer-top .flex-holder .col .sub-heading {
  display: inline-block;
  margin-bottom: 10px;
}
.main-footer .container .footer-top .flex-holder .col p {
  color: #fff;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 25px;
}
.main-footer .container .footer-top .flex-holder .col p em {
  color: #6ddbf3;
  font-style: normal;
  padding: 0 8px;
}
.main-footer .container .footer-top .flex-holder .col a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.main-footer .container .footer-top .flex-holder .col a:hover {
  color: #6ddbf3;
}
.main-footer .container .footer-top .flex-holder .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .container .footer-top .flex-holder .col ul li {
  margin: 0;
  padding: 0;
}
.main-footer .container .footer-top .flex-holder .col ul li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a {
  margin-left: 0;
  margin-right: 5px;
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a svg {
  fill: #6ddbf3;
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a:hover svg {
  fill: #3a3a92;
}
.main-footer .container .footer-top .flex-holder .col .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.main-footer .container .footer-top .flex-holder .col .logos .logos-holder {
  padding-right: 10px;
}
.main-footer .container .footer-bottom {
  border-top: 1px solid #474771;
  margin: 35px 0 0;
  padding-top: 40px;
}
.main-footer .container .footer-bottom .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer .container .footer-bottom .legal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom .legal-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.main-footer .container .footer-bottom .legal-menu p {
  line-height: 28px;
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom .legal-menu p {
    line-height: 26px;
  }
}
.main-footer .container .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-footer .container .footer-bottom ul li {
  position: relative;
  padding: 0 25px 0 0;
  margin: 0;
}
.main-footer .container .footer-bottom ul li:after {
  content: "·";
  position: absolute;
  right: 10px;
  top: 0;
  color: #6ddbf3;
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom ul li:after {
    right: 5px;
  }
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom ul li {
    padding-right: 14px;
  }
  .main-footer .container .footer-bottom ul li:last-of-type {
    padding-right: 0;
  }
  .main-footer .container .footer-bottom ul li:last-of-type:after {
    display: none;
  }
}
.main-footer .container .footer-bottom ul li a {
  text-wrap: nowrap;
}
.main-footer .container .footer-bottom p {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: -1px 0 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-bottom p {
    text-wrap: balance;
  }
}
@media screen and (max-width: 610px) {
  .main-footer .container .footer-bottom p {
    text-align: center;
  }
}
.main-footer .container .footer-bottom p em {
  color: #6ddbf3;
  font-style: normal;
  padding: 0 8px;
}
@media screen and (max-width: 650px) {
  .main-footer .container .footer-bottom p em {
    display: none;
  }
}
.main-footer .container .footer-bottom a {
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.main-footer .container .footer-bottom a:hover {
  color: #6ddbf3;
}

.menu-dropdown-cover {
  display: block;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}

@media screen and (min-width: 1150px) {
  body.dropdown-active .menu-dropdown-cover {
    pointer-events: all;
    background-color: rgba(16, 16, 37, 0.7);
  }
}
/******************************************************************************
********************* LATEST NEWS
******************************************************************************/
.latestnews,
.news-articles {
  padding: 60px 0 60px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .latestnews,
.news-articles {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .latestnews .container,
.news-articles .container {
    padding: 0;
  }
}
.latestnews .intro-holder,
.news-articles .intro-holder {
  text-align: center;
  margin-bottom: 50px;
}
.latestnews .intro-holder h2,
.news-articles .intro-holder h2 {
  color: #474772;
}
.latestnews .intro-holder p,
.news-articles .intro-holder p {
  color: #474772;
  font-size: 17px;
}
.latestnews .articleSwiper,
.news-articles .articleSwiper {
  padding: 4px;
}
@media (max-width: 1024px) {
  .latestnews .articleSwiper,
.news-articles .articleSwiper {
    padding: 4px 1.25em;
  }
}
.latestnews .articleSwiper .swiper-slide,
.news-articles .articleSwiper .swiper-slide {
  height: auto;
}
.latestnews .tile-holder,
.news-articles .tile-holder {
  position: relative;
  border-radius: 1em;
  height: 100%;
}
.latestnews .tile-holder:before,
.news-articles .tile-holder:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #1c1c3b;
  border-radius: 1em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.latestnews .tile-holder:after,
.news-articles .tile-holder:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  background: #af64ff;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
  border-radius: 1em;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.latestnews .tile-holder a,
.news-articles .tile-holder a {
  height: 100%;
  display: block;
}
.latestnews .tile-holder .tile,
.news-articles .tile-holder .tile {
  height: 100%;
}
.latestnews .tile-holder:hover:before,
.news-articles .tile-holder:hover:before {
  opacity: 0.8;
}
.latestnews .tile-holder:hover:after,
.news-articles .tile-holder:hover:after {
  opacity: 0.8;
}
.latestnews .img-holder,
.news-articles .img-holder {
  position: relative;
  height: 100%;
  border-radius: 1em;
  overflow: hidden;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 59, 0)), color-stop(33%, rgba(28, 28, 59, 0)), to(rgba(28, 28, 59, 0.9)));
  background: linear-gradient(180deg, rgba(28, 28, 59, 0) 0%, rgba(28, 28, 59, 0) 33%, rgba(28, 28, 59, 0.9) 100%);
}
.latestnews .img-holder img,
.news-articles .img-holder img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 18/23;
}
.latestnews .content-holder,
.news-articles .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 28px;
}
.latestnews .content-holder h3,
.news-articles .content-holder h3 {
  position: relative;
  color: #fff;
  margin: 0 0 5px;
  font-weight: 500;
}
.latestnews .content-holder p.cat-date,
.news-articles .content-holder p.cat-date {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.latestnews .content-holder p.cat-date span,
.news-articles .content-holder p.cat-date span {
  color: #6ddbf3;
  margin: 0 7px;
}
.latestnews .content-holder p.excerpt,
.news-articles .content-holder p.excerpt {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 5px;
  text-wrap: balance;
  color: #fff;
}
.latestnews .content-holder .sliding-content,
.news-articles .content-holder .sliding-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease, padding 0.25s ease;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.latestnews .content-holder p.find-out,
.news-articles .content-holder p.find-out {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  color: #6ddbf3;
  margin: 0;
}
.latestnews .content-holder p.find-out:after,
.news-articles .content-holder p.find-out:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -15px;
  width: 10px;
  height: 5px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}
.latestnews .tile-holder:hover .content-holder h3:before,
.news-articles .tile-holder:hover .content-holder h3:before {
  opacity: 0;
}
.latestnews .tile-holder:hover .content-holder h3:after,
.news-articles .tile-holder:hover .content-holder h3:after {
  opacity: 1;
}
.latestnews .tile-holder:hover .content-holder .sliding-content,
.news-articles .tile-holder:hover .content-holder .sliding-content {
  max-height: 500px;
  -webkit-transition: max-height 1s ease, padding 1s ease;
  transition: max-height 1s ease, padding 1s ease;
}

.news-articles {
  padding: 0;
  margin: 60px 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .news-articles .container {
    padding: 0 1.25em;
  }
}
.news-articles .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
}
.news-articles .tile-holder {
  width: calc(33.33% - 25px);
  margin-left: 25px;
  margin-bottom: 25px;
  height: auto;
}
@media (max-width: 980px) {
  .news-articles .tile-holder {
    width: calc(50% - 25px);
  }
}
@media (max-width: 680px) {
  .news-articles .tile-holder {
    width: 100%;
  }
}
.news-articles a {
  display: block;
  background: white;
  border-radius: 1.1em;
}
.news-articles .tile-holder:hover a {
  background: transparent;
}

/******************************************************************************
********************* NEWS CATEGORY LINKS
******************************************************************************/
.categories-list {
  margin: 75px 0 50px;
  position: relative;
  /*
  &:after{
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	height: 100%;
  	width: 30px;
  	z-index: 1;
  	pointer-events: none;
  	background: linear-gradient(270deg, rgba(28, 28, 59, 1), rgba(28, 28, 59, 0));
  }
  */
}
@media screen and (max-width: 768px) {
  .categories-list {
    margin: 30px 0 15px;
  }
}
.categories-list .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.categories-list .flex-holder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 6px;
  width: 100%;
  border-radius: 25em;
  display: block;
  overflow: auto;
  position: relative;
  height: 45px;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.categories-list .flex-holder ul::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder ul {
    height: 34px;
    width: 100%;
  }
}
.categories-list .flex-holder ul li {
  display: inline-block;
  margin-right: 0px;
  padding: 0;
  font-size: 15px;
  color: #474772;
  font-weight: 400;
  line-height: 1;
  height: 45px;
}
.categories-list .flex-holder ul li:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .categories-list .flex-holder ul li {
    font-size: 12px;
    margin-right: 8px;
  }
}
.categories-list .flex-holder ul li a {
  display: block;
  font-size: 15px;
  margin-bottom: 0;
  color: #a4a4ca;
  padding: 15px 18px;
  border-radius: 25em;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.categories-list .flex-holder ul li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.categories-list .flex-holder ul li a.active {
  color: #fff;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
}
.categories-list .catsSwiper {
  position: relative;
  height: 57px;
  width: auto;
  padding: 0;
  background-color: #26265a;
  border-radius: 25em;
}
@media screen and (max-width: 768px) {
  .categories-list .catsSwiper {
    width: 100%;
    padding-right: 30px;
  }
}
.categories-list .catsSwiper ul.swiper-wrapper {
  white-space: nowrap;
  overflow: initial;
}
.categories-list .catsSwiper ul.swiper-wrapper li {
  width: auto;
}

/******************************************************************************
********************* PAGINATION
******************************************************************************/
.pagination {
  margin: -40px 0 75px;
}
.pagination .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .container .flex-holder .pageination-right {
  background-color: #26265a;
  padding: 6px;
  border-radius: 25em;
}
.pagination .container .flex-holder .pageination-right span.page-numbers.current {
  display: inline-block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 17px;
  border-radius: 25em;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
}
.pagination .container .flex-holder .pageination-right a.page-numbers {
  display: inline-block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #a4a4ca;
  padding: 12px 17px;
  border-radius: 25em;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination .container .flex-holder .pageination-right a.page-numbers:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.pagination .container .flex-holder .pageination-right a.next,
.pagination .container .flex-holder .pageination-right a.prev {
  color: #6ddbf3;
}

/******************************************************************************
********************* SINGLE POSTS
******************************************************************************/
.single-post .standard-content {
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .single-post .standard-content {
    margin: 40px 0;
  }
}
.single-post .standard-content .container {
  max-width: 920px;
}
.single-post .standard-content .bg-scribble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-post .standard-content .bg-scribble {
    left: -50%;
    width: 200%;
  }
}
.single-post .standard-content .bg-scribble img {
  width: 100%;
}
.single-post .standard-content p.date {
  margin: 0;
}
.single-post .standard-content h2, .single-post .standard-content h3, .single-post .standard-content h4, .single-post .standard-content h5 {
  margin: 1.25em 0 0.5em;
}
.single-post .standard-content h2 {
  font-size: 23px;
  line-height: 29px;
}
.single-post .standard-content h3 {
  font-size: 18px;
  line-height: 28px;
}
.single-post .standard-content h4 {
  font-size: 17px;
  line-height: 1.7;
}
.single-post .standard-content ul {
  padding-bottom: 0;
}
.single-post .standard-content figure {
  margin: 0;
}
.single-post .standard-content img {
  width: 100% !important;
  margin: 20px 0 40px;
  border-radius: 1em;
}
.single-post .latestnews {
  padding: 0;
  margin: 60px 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .single-post .latestnews {
    margin: 40px 0;
  }
}
.single-post .latestnews .small-container {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------
------------------------------------------------ STANDARD STYLING ---------------------------------------------
-------------------------------------------------------------------------------------------------------------*/
/******************************************************************************
********************* HERO  
******************************************************************************/
.hero {
  position: relative;
  background-color: #fff;
}
.hero .bg-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 53, 0.6);
  overflow: hidden;
}
.hero .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.hero .bg-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.hero .container {
  position: relative;
}
.hero .flex-holder {
  padding: 265px 0;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero .flex-holder {
    padding: 170px 0 120px;
  }
}
.hero h1, .hero p {
  color: #fff;
  text-wrap: balance;
}
.hero h1 {
  margin-bottom: 20px;
}
.hero p {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .hero p {
    font-size: 18px;
    max-width: 75%;
    margin: 0 auto 1em;
    line-height: 1.4;
  }
}
.hero p.date span {
  display: inline-block;
  color: #6ddbf3;
  margin: 0 5px;
}
.hero p.date a {
  color: #fff;
}
.hero span.down-arrow {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 20px;
  height: 11px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: splash-scroll 2s ease-in-out infinite;
          animation: splash-scroll 2s ease-in-out infinite;
}
.hero p.btn, .hero .search-form p.search-submit, .search-form .hero p.search-submit {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .hero p.btn, .hero .search-form p.search-submit, .search-form .hero p.search-submit {
    margin: 25px auto 0;
  }
}
.hero p.btn a, .hero .search-form p.search-submit a, .search-form .hero p.search-submit a {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.hero p.btn a span, .hero .search-form p.search-submit a span, .search-form .hero p.search-submit a span {
  position: relative;
  z-index: 1;
}
.hero p.btn a:before, .hero .search-form p.search-submit a:before, .search-form .hero p.search-submit a:before, .hero p.btn a:after, .hero .search-form p.search-submit a:after, .search-form .hero p.search-submit a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.hero p.btn a:before, .hero .search-form p.search-submit a:before, .search-form .hero p.search-submit a:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.hero p.btn a:after, .hero .search-form p.search-submit a:after, .search-form .hero p.search-submit a:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hero p.btn a, .hero .search-form p.search-submit a, .search-form .hero p.search-submit a {
    font-size: 14px;
  }
}
.hero p.btn a:hover, .hero .search-form p.search-submit a:hover, .search-form .hero p.search-submit a:hover {
  color: #fff;
}
.hero p.btn a:hover:before, .hero .search-form p.search-submit a:hover:before, .search-form .hero p.search-submit a:hover:before {
  opacity: 0;
}
.hero p.btn a:hover:after, .hero .search-form p.search-submit a:hover:after, .search-form .hero p.search-submit a:hover:after {
  opacity: 1;
}

.hero.inner-hero .flex-holder {
  padding: 265px 0 115px;
}
@media screen and (max-width: 768px) {
  .hero.inner-hero .flex-holder {
    padding: 170px 0 50px;
  }
}
.hero.inner-hero h1 {
  font-size: 52px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .hero.inner-hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 400px) {
  .hero.inner-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@-webkit-keyframes splash-scroll {
  0% {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
  25% {
    -webkit-transform: translateY(0.15em);
    transform: translateY(0.15em);
  }
  50% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
  75% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}

@keyframes splash-scroll {
  0% {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
  25% {
    -webkit-transform: translateY(0.15em);
    transform: translateY(0.15em);
  }
  50% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
  75% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
  100% {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}
/******************************************************************************
********************* THREE TAB LINKS 
******************************************************************************/
.three-tab-links,
.three-tab-info {
  background-color: #1c1c3b;
}
.three-tab-links .container,
.three-tab-info .container {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .three-tab-links .container,
.three-tab-info .container {
    margin-top: -110px;
  }
}
@media screen and (max-width: 830px) {
  .three-tab-links .container,
.three-tab-info .container {
    margin-top: -30px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .three-tab-links .container,
.three-tab-info .container {
    margin-top: 0px;
    padding-top: 40px;
  }
}
.three-tab-links .flex-holder,
.three-tab-info .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
}
@media screen and (max-width: 1150px) {
  .three-tab-links .flex-holder,
.three-tab-info .flex-holder {
    margin-left: -15px;
  }
}
.three-tab-links .tab-link,
.three-tab-info .tab-link {
  width: 33.33%;
  padding-left: 30px;
}
@media screen and (max-width: 1150px) {
  .three-tab-links .tab-link,
.three-tab-info .tab-link {
    padding-left: 15px;
  }
}
@media screen and (max-width: 760px) {
  .three-tab-links .tab-link,
.three-tab-info .tab-link {
    width: 100%;
    margin-bottom: 15px;
  }
  .three-tab-links .tab-link:last-of-type,
.three-tab-info .tab-link:last-of-type {
    margin-bottom: 0;
  }
}
.three-tab-links .tab-link:nth-of-type(1) .content,
.three-tab-info .tab-link:nth-of-type(1) .content {
  background-color: #af64ff;
}
.three-tab-links .tab-link:nth-of-type(2) .content,
.three-tab-info .tab-link:nth-of-type(2) .content {
  background-color: #8b29fc;
}
.three-tab-links .tab-link:nth-of-type(3) .content,
.three-tab-info .tab-link:nth-of-type(3) .content {
  background-color: #7d0bff;
}
.three-tab-links .content,
.three-tab-info .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 25px;
  border-radius: 1em;
  padding-left: 82px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 1150px) {
  .three-tab-links .content,
.three-tab-info .content {
    padding: 20px;
    padding-left: 77px;
  }
}
@media screen and (max-width: 1000px) {
  .three-tab-links .content,
.three-tab-info .content {
    padding: 70px 20px 20px;
  }
}
@media screen and (max-width: 760px) {
  .three-tab-links .content,
.three-tab-info .content {
    text-align: center;
  }
}
.three-tab-links .content:before,
.three-tab-info .content:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  left: 25px;
  background-image: url(../images/logo-icon-blue.svg);
}
@media screen and (max-width: 1150px) {
  .three-tab-links .content:before,
.three-tab-info .content:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 760px) {
  .three-tab-links .content:before,
.three-tab-info .content:before {
    left: calc(50% - 15px);
  }
}
.three-tab-links .content h3,
.three-tab-info .content h3 {
  color: #fff;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}
.three-tab-links .content p.heading,
.three-tab-info .content p.heading {
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1150px) {
  .three-tab-links .content p.heading,
.three-tab-info .content p.heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .three-tab-links .content p.heading,
.three-tab-info .content p.heading {
    font-size: 18px;
  }
}
.three-tab-links .content p.info,
.three-tab-info .content p.info {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
  margin: 0.5em 0 0;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .three-tab-links .content p.info,
.three-tab-info .content p.info {
    max-width: 75%;
    margin: 10px auto 0;
  }
}
.three-tab-links .content p.link,
.three-tab-info .content p.link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.7;
  margin: 5px 0 0;
  color: #6ddbf3;
  text-wrap: balance;
}
@media screen and (max-width: 760px) {
  .three-tab-links .content p.link,
.three-tab-info .content p.link {
    margin: 5px auto 0;
  }
}
.three-tab-links .content p.link:after,
.three-tab-info .content p.link:after {
  content: "";
  position: relative;
  top: 10px;
  width: 10px;
  height: 5px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 3px;
}
.three-tab-links a:hover .content,
.three-tab-info a:hover .content {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.three-tab-links .container {
  margin-top: -70px;
}
@media screen and (max-width: 1000px) {
  .three-tab-links .container {
    margin-top: -110px;
  }
}
@media screen and (max-width: 830px) {
  .three-tab-links .container {
    margin-top: -30px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .three-tab-links .container {
    margin-top: -80px;
    padding-top: 0px;
  }
}

.three-tab-info {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .three-tab-info {
    margin: 40px 0;
  }
}
.three-tab-info .container {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .three-tab-info .container {
    padding-top: 0;
    margin-top: 40px;
  }
}

/******************************************************************************
********************* CENTERED CONTENT  
******************************************************************************/
.centeredcontent {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .centeredcontent {
    margin: 40px 0;
  }
}
.centeredcontent .container {
  max-width: 1170px;
}
.centeredcontent .content {
  text-align: center;
}
.centeredcontent .content p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .centeredcontent .content p {
    font-size: 16px;
  }
}
.centeredcontent .image-holder {
  margin-top: 50px;
}
.centeredcontent .image-holder img {
  border-radius: 1em;
  width: 100%;
}

.centeredcontent.moremargin {
  margin: 120px 0 60px;
}

.centeredcontent.bgscribble {
  position: relative;
  overflow: hidden;
}
.centeredcontent.bgscribble .bg-scribble {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .centeredcontent.bgscribble .bg-scribble {
    width: 200%;
  }
}
.centeredcontent.bgscribble .bg-scribble img {
  width: 100%;
}
.centeredcontent.bgscribble .small-container,
.centeredcontent.bgscribble .container {
  position: relative;
  z-index: 2;
}

/******************************************************************************
********************* CENTRED CONTENT LIGHT
******************************************************************************/
.centeredcontent.centeredcontentlight {
  position: relative;
  margin: 0;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .centeredcontent.centeredcontentlight {
    padding: 50px 0;
  }
}
.centeredcontent.centeredcontentlight .background-image {
  position: absolute;
  inset: 0;
  background: #af64ff;
  background: -webkit-gradient(linear, left top, right top, from(#af64ff), to(#7d0bff));
  background: linear-gradient(90deg, #af64ff 0%, #7d0bff 100%);
  z-index: 0;
}
.centeredcontent.centeredcontentlight .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.centeredcontent.centeredcontentlight .small-container {
  position: relative;
}
.centeredcontent.centeredcontentlight .content h2 em {
  color: #e4cefd;
}
.centeredcontent.centeredcontentlight .content p {
  color: #fff;
}
.centeredcontent.centeredcontentlight .content p.btn, .centeredcontent.centeredcontentlight .content .search-form p.search-submit, .search-form .centeredcontent.centeredcontentlight .content p.search-submit {
  margin-bottom: 0;
}

/******************************************************************************
********************* SERVICES SLIDER  
******************************************************************************/
.servicesslider {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .servicesslider {
    margin: 40px 0;
  }
}
.servicesslider .intro {
  text-align: center;
  margin-bottom: 50px;
}
.servicesslider .intro h2 {
  color: #fff;
}
.servicesslider .intro p {
  color: #a4a4ca;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .servicesslider .intro p {
    font-size: 16px;
  }
}
.servicesslider .servicesSwiper {
  padding: 4px 0;
}
.servicesslider .servicesSwiper .link-holder {
  position: relative;
  border-radius: 1em;
}
.servicesslider .servicesSwiper .link-holder:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #1c1c3b;
  border-radius: 1em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.servicesslider .servicesSwiper .link-holder:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  background: #af64ff;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
  border-radius: 1em;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.servicesslider .servicesSwiper .link-holder:hover:before {
  opacity: 0.8;
}
.servicesslider .servicesSwiper .link-holder:hover:after {
  opacity: 0.8;
}
.servicesslider .servicesSwiper .image-holder {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 59, 0)), color-stop(33%, rgba(28, 28, 59, 0)), to(rgba(28, 28, 59, 0.9)));
  background: linear-gradient(180deg, rgba(28, 28, 59, 0) 0%, rgba(28, 28, 59, 0) 33%, rgba(28, 28, 59, 0.9) 100%);
}
.servicesslider .servicesSwiper .image-holder img {
  mix-blend-mode: multiply;
}
.servicesslider .servicesSwiper .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 15px 55px;
}
.servicesslider .servicesSwiper .content-holder h3 {
  position: relative;
  color: #fff;
  margin: 0 0 5px;
  font-weight: 500;
}
.servicesslider .servicesSwiper .content-holder h3:before, .servicesslider .servicesSwiper .content-holder h3:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .servicesslider .servicesSwiper .content-holder h3:before, .servicesslider .servicesSwiper .content-holder h3:after {
    width: 15px;
    height: 15px;
  }
}
.servicesslider .servicesSwiper .content-holder h3:before {
  opacity: 1;
  background: #63c0d5;
  background: linear-gradient(45deg, #63c0d5 0%, #15afe1 100%);
}
.servicesslider .servicesSwiper .content-holder h3:after {
  opacity: 0;
  background: #a55cfb;
  background: linear-gradient(45deg, #a55cfb 0%, #7823e5 100%);
}
.servicesslider .servicesSwiper .content-holder p.snippet {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 5px;
  text-wrap: balance;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .servicesslider .servicesSwiper .content-holder p.snippet {
    font-size: 14px;
    line-height: 20px;
  }
}
.servicesslider .servicesSwiper .content-holder .sliding-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease, padding 0.25s ease;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.servicesslider .servicesSwiper .content-holder p.more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  color: #6ddbf3;
  font-weight: 500;
  margin: 0;
  height: 25px;
}
.servicesslider .servicesSwiper .content-holder p.more:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -15px;
  width: 10px;
  height: 5px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}
.servicesslider .servicesSwiper .link-holder:hover .content-holder h3:before {
  opacity: 0;
}
.servicesslider .servicesSwiper .link-holder:hover .content-holder h3:after {
  opacity: 1;
}
.servicesslider .servicesSwiper .link-holder:hover .content-holder .sliding-content {
  max-height: 500px;
  -webkit-transition: max-height 1s ease, padding 1s ease;
  transition: max-height 1s ease, padding 1s ease;
}
.servicesslider .servicesSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #3a3a92;
}
.servicesslider .servicesSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.servicesslider.removetop {
  padding-top: 0;
}

/******************************************************************************
********************* TESTIMONIALS SLIDER
******************************************************************************/
.testimonialsslider {
  position: relative;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .testimonialsslider {
    padding: 40px 0;
  }
}
.testimonialsslider .background-img {
  position: absolute;
  inset: 0;
  background-color: #1c1c3b;
  z-index: -1;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .testimonialsslider .background-img {
    height: 50%;
    margin-top: -70px;
  }
}
.testimonialsslider .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  opacity: 0.15;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.testimonialsslider .background-img .overlay-top {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1c3b), to(rgba(28, 28, 59, 0)));
  background: linear-gradient(180deg, #1c1c3b 0%, rgba(28, 28, 59, 0) 100%);
}
.testimonialsslider .background-img .overlay-top.remove {
  display: none;
}
.testimonialsslider .background-img .overlay-bottom {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1c3b), to(rgba(28, 28, 59, 0)));
  background: linear-gradient(0deg, #1c1c3b 0%, rgba(28, 28, 59, 0) 100%);
}
.testimonialsslider .content {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .testimonialsslider .content {
    margin-bottom: 40px;
  }
}
.testimonialsslider .content h2 {
  color: #fff;
}
.testimonialsslider .testimSwiper .swiper-slide {
  height: auto;
}
.testimonialsslider .testimSwiper .swiper-slide:nth-of-type(3n+1) .testimonial {
  background-image: url(../images/test-scribble-1-blue.png);
}
.testimonialsslider .testimSwiper .swiper-slide:nth-of-type(3n+2) .testimonial {
  background-image: url(../images/test-scribble-2-blue.png);
}
.testimonialsslider .testimSwiper .swiper-slide:nth-of-type(3n+3) .testimonial {
  background-image: url(../images/test-scribble-3-blue.png);
}
.testimonialsslider .testimSwiper .testimonial {
  position: relative;
  border-radius: 1em;
  height: 100%;
  background-color: #26265a;
  padding: 45px;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .testimonialsslider .testimSwiper .testimonial {
    padding: 30px 25px;
    text-align: center;
  }
}
.testimonialsslider .testimSwiper p.heading {
  margin-top: 0;
  color: #6ddbf3;
}
.testimonialsslider .testimSwiper blockquote {
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.testimonialsslider .testimSwiper cite {
  font-style: normal;
}
.testimonialsslider .testimSwiper p.name {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #6ddbf3;
  padding-left: 37px;
}
@media screen and (max-width: 768px) {
  .testimonialsslider .testimSwiper p.name {
    display: table;
    margin: 0 auto;
  }
}
.testimonialsslider .testimSwiper p.name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  background-image: url(../images/testimonials-icon.webp);
  background-position: center;
  background-size: contain;
  background-position: no-repeat;
}
.testimonialsslider .testimSwiper p.name span {
  font-weight: 400;
}
.testimonialsslider .testimSwiper .text p {
  font-size: 15px;
  color: #fff;
}
.testimonialsslider .testimSwiper .swiper-slide-active:nth-of-type(3n+1) .testimonial {
  background-image: url(../images/test-scribble-1-purple.png);
}
.testimonialsslider .testimSwiper .swiper-slide-active:nth-of-type(3n+2) .testimonial {
  background-image: url(../images/test-scribble-2-purple.png);
}
.testimonialsslider .testimSwiper .swiper-slide-active:nth-of-type(3n+3) .testimonial {
  background-image: url(../images/test-scribble-3-purple.png);
}
.testimonialsslider .testimSwiper .swiper-slide-active .testimonial {
  background-color: #8b29fc;
}
.testimonialsslider .testimSwiper .swiper-slide-active p.heading {
  color: #fff;
  font-weight: 500;
}

.testimonialsslider.add-padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .testimonialsslider.add-padding-top {
    padding: 40px 0;
  }
}
.testimonialsslider.add-padding-top .background-img {
  margin-top: 0;
}

/******************************************************************************
********************* COMPANY LOGOS
******************************************************************************/
.companylogosslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  height: 215px;
  background-color: #1c1c3b;
  --animationspeed: 55s;
  --animationdelay: calc(var(--animationspeed) / 2);
}
@media screen and (max-width: 768px) {
  .companylogosslider {
    padding: 0 0 40px;
    height: 105px;
  }
}
.companylogosslider .brand-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 60px;
  height: 95px;
  -webkit-animation-name: slidelogo;
          animation-name: slidelogo;
  -webkit-animation-duration: var(--animationspeed);
          animation-duration: var(--animationspeed);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .companylogosslider .brand-slide {
    height: 60px;
    top: 0;
  }
}
.companylogosslider .brand-slide .logo-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  padding: 0 20px 0 20px;
  width: auto;
  height: 95px;
  background-color: #1c1c3b;
}
@media screen and (max-width: 768px) {
  .companylogosslider .brand-slide .logo-div {
    height: 60px;
  }
}
.companylogosslider .brand-slide .logo-div img {
  height: 95px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: soft-light;
  -webkit-transition: mix-blend-mode 0.2s ease-in-out;
  transition: mix-blend-mode 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .companylogosslider .brand-slide .logo-div img {
    height: 60px;
  }
}
.companylogosslider .brand-slide .logo-div:hover img {
  mix-blend-mode: hard-light;
}
.companylogosslider .brand-slide.delay {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-name: slidelogo2;
          animation-name: slidelogo2;
}

@-webkit-keyframes slidelogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slidelogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slidelogo2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slidelogo2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/******************************************************************************
********************* COMPANY LOGOS STATIC
******************************************************************************/
.companylogosstatic .flex-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .companylogosstatic .flex-holder {
    padding: 40px 0;
  }
}
.companylogosstatic .flex-holder .logo-div {
  margin: 0 30px;
}
.companylogosstatic .flex-holder img {
  height: 95px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: soft-light;
  -webkit-transition: mix-blend-mode 0.2s ease-in-out;
  transition: mix-blend-mode 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .companylogosstatic .flex-holder img {
    height: 60px;
  }
}
.companylogosstatic .flex-holder .logo-div:hover img {
  mix-blend-mode: hard-light;
}

/******************************************************************************
********************* STANDARD CONTENT  
******************************************************************************/
.standard-content {
  margin: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .standard-content {
    margin: 40px 0;
  }
}
.standard-content ul li, .standard-content ol li {
  font-size: 17px;
  color: #a4a4ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  .standard-content ul li, .standard-content ol li {
    font-size: 16px;
  }
}
.standard-content p em strong {
  color: #fff;
  font-style: normal;
}
.standard-content a {
  position: relative;
  font-weight: 500;
  color: #6ddbf3;
  text-underline-offset: 0.24em;
  -webkit-text-decoration: solid underline rgba(0, 31, 82, 0.1) 2px;
          text-decoration: solid underline rgba(0, 31, 82, 0.1) 2px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(0, 31, 82, 0.1);
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
}
.standard-content a:hover {
  -webkit-text-decoration: solid underline #6ddbf3 2px;
          text-decoration: solid underline #6ddbf3 2px;
  -webkit-text-decoration-color: #6ddbf3;
}
.standard-content p.btn a, .standard-content .search-form p.search-submit a, .search-form .standard-content p.search-submit a {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.standard-content p.btn a span, .standard-content .search-form p.search-submit a span, .search-form .standard-content p.search-submit a span {
  position: relative;
  z-index: 1;
}
.standard-content p.btn a:before, .standard-content .search-form p.search-submit a:before, .search-form .standard-content p.search-submit a:before, .standard-content p.btn a:after, .standard-content .search-form p.search-submit a:after, .search-form .standard-content p.search-submit a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.standard-content p.btn a:before, .standard-content .search-form p.search-submit a:before, .search-form .standard-content p.search-submit a:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.standard-content p.btn a:after, .standard-content .search-form p.search-submit a:after, .search-form .standard-content p.search-submit a:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .standard-content p.btn a, .standard-content .search-form p.search-submit a, .search-form .standard-content p.search-submit a {
    font-size: 14px;
  }
}
.standard-content p.btn a:hover, .standard-content .search-form p.search-submit a:hover, .search-form .standard-content p.search-submit a:hover {
  color: #fff;
}
.standard-content p.btn a:hover:before, .standard-content .search-form p.search-submit a:hover:before, .search-form .standard-content p.search-submit a:hover:before {
  opacity: 0;
}
.standard-content p.btn a:hover:after, .standard-content .search-form p.search-submit a:hover:after, .search-form .standard-content p.search-submit a:hover:after {
  opacity: 1;
}

/******************************************************************************
********************* ALTERNATING CONTENT
******************************************************************************/
.alternatingcontent {
  position: relative;
}
.alternatingcontent .bg-scribble {
  position: absolute;
  top: calc(50% - 740px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .alternatingcontent .bg-scribble {
    display: none;
  }
}
.alternatingcontent .bg-scribble img {
  width: 100%;
}
.alternatingcontent .content-image {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .alternatingcontent .content-image {
    margin: 40px 0;
  }
}
.alternatingcontent .content-image .flex-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .alternatingcontent .content-image .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alternatingcontent .content-image:nth-of-type(odd) .flex-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .alternatingcontent .content-image:nth-of-type(odd) .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alternatingcontent .content-image .content-left {
  width: calc(50% - 57px);
}
@media screen and (max-width: 1350px) {
  .alternatingcontent .content-image .content-left {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 950px) {
  .alternatingcontent .content-image .content-left {
    width: 100%;
  }
}
.alternatingcontent .content-image .content-left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.alternatingcontent .content-image .content-left h3, .alternatingcontent .content-image .content-left h4 {
  margin: 1em 0;
}
.alternatingcontent .content-image .content-left p {
  margin-top: 0;
}
.alternatingcontent .content-image .content-left p.btn, .alternatingcontent .content-image .content-left .search-form p.search-submit, .search-form .alternatingcontent .content-image .content-left p.search-submit {
  margin: 1em 0 0;
}
.alternatingcontent .content-image .content-left ul li::marker {
  color: #fff;
}
.alternatingcontent .content-image .content-right {
  width: calc(50% - 57px);
}
@media screen and (max-width: 1350px) {
  .alternatingcontent .content-image .content-right {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 950px) {
  .alternatingcontent .content-image .content-right {
    width: 100%;
    margin-top: 30px;
  }
}
.alternatingcontent .content-image .content-right img {
  width: 100%;
  border-radius: 1em;
}

.alternatingcontent.darkbg {
  background-color: #fff;
  padding: 1px 0;
}
.alternatingcontent.darkbg h2, .alternatingcontent.darkbg h3, .alternatingcontent.darkbg h4 {
  color: #474772;
}
.alternatingcontent.darkbg p, .alternatingcontent.darkbg ul li {
  color: #474772;
}

.alternatingcontent.swapsides .content-image .flex-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .alternatingcontent.swapsides .content-image .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alternatingcontent.swapsides .content-image:nth-of-type(odd) .flex-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 950px) {
  .alternatingcontent.swapsides .content-image:nth-of-type(odd) .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/******************************************************************************
********************* CTA BLOCK
******************************************************************************/
.ctablock {
  margin: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ctablock {
    margin: 40px 0;
  }
}
.ctablock .container {
  max-width: 930px;
}
.ctablock .content {
  position: relative;
  text-align: center;
  padding: 50px 1.25em 70px;
  background-color: #26265a;
  border-radius: 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .ctablock .content {
    padding: 40px 1.25em;
  }
}
.ctablock .content:before, .ctablock .content:after {
  content: "";
  position: absolute;
  top: calc(50% - 105px);
  width: 600px;
  height: 210px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .ctablock .content:before, .ctablock .content:after {
    top: calc(50% - 70px);
    width: 430px;
    height: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .ctablock .content:before, .ctablock .content:after {
    display: none;
  }
}
.ctablock .content:before {
  left: -560px;
  background-image: url(../images/cta-left.webp);
}
@media screen and (max-width: 1440px) {
  .ctablock .content:before {
    left: -370px;
  }
}
.ctablock .content:after {
  right: -560px;
  background-image: url(../images/cta-right.webp);
}
@media screen and (max-width: 1440px) {
  .ctablock .content:after {
    right: -370px;
  }
}
.ctablock h2 {
  color: #fff;
}
.ctablock p {
  color: #fff;
  margin: 1em auto;
  max-width: 700px;
  text-wrap: balance;
}
.ctablock .btns {
  margin: 1.5em auto 0;
  text-align: center;
}
.ctablock .btns a.standard-btn {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  padding: 16px 25px;
  margin-right: 5px;
}
.ctablock .btns a.standard-btn span {
  position: relative;
  z-index: 1;
}
.ctablock .btns a.standard-btn:before, .ctablock .btns a.standard-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ctablock .btns a.standard-btn:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.ctablock .btns a.standard-btn:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .ctablock .btns a.standard-btn {
    font-size: 14px;
  }
}
.ctablock .btns a.standard-btn:hover {
  color: #fff;
}
.ctablock .btns a.standard-btn:hover:before {
  opacity: 0;
}
.ctablock .btns a.standard-btn:hover:after {
  opacity: 1;
}
.ctablock .btns a.gradient-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 41px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
  padding: 11px 25px;
}
.ctablock .btns a.gradient-btn::before, .ctablock .btns a.gradient-btn::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ctablock .btns a.gradient-btn::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ctablock .btns a.gradient-btn::after {
  opacity: 0;
}
.ctablock .btns a.gradient-btn:hover {
  color: #171731 !important;
}
.ctablock .btns a.gradient-btn:hover::after {
  opacity: 1;
}
.ctablock .btns a.gradient-btn > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ctablock .btns a.gradient-btn:before, .ctablock .btns a.gradient-btn:after {
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .ctablock .btns a {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/******************************************************************************
********************* MEET THE TEAM
******************************************************************************/
.meettheteam {
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .meettheteam {
    margin: 40px 0;
  }
}
.meettheteam .bg-scribble {
  position: absolute;
  top: calc(50% - 580px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .meettheteam .bg-scribble {
    display: none;
  }
}
.meettheteam .bg-scribble img {
  width: 100%;
}
.meettheteam .small-container {
  position: relative;
  z-index: 1;
}
.meettheteam .container {
  position: relative;
  max-width: 1170px;
  z-index: 1;
}
.meettheteam .intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .meettheteam .intro {
    margin-bottom: 40px;
  }
}
.meettheteam .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -25px;
}
.meettheteam .member {
  position: relative;
  width: 33.33%;
  padding-left: 25px;
  margin-bottom: 25px;
}
.meettheteam .member:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .meettheteam .member {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .meettheteam .member {
    width: 100%;
  }
}
.meettheteam .member a {
  display: block;
  background: #fff;
  border-radius: 1.1em;
}
.meettheteam .member-holder {
  position: relative;
  border-radius: 1em;
}
.meettheteam .member-holder:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #1c1c3b;
  border-radius: 1em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.meettheteam .member-holder:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  background: #af64ff;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
  border-radius: 1em;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.meettheteam .member-holder:hover:before {
  opacity: 0.8;
}
.meettheteam .member-holder:hover:after {
  opacity: 0.8;
}
.meettheteam .image-holder {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  background: #1c1c3b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 59, 0)), color-stop(33%, rgba(28, 28, 59, 0)), to(rgba(28, 28, 59, 0.9)));
  background: linear-gradient(180deg, rgba(28, 28, 59, 0) 0%, rgba(28, 28, 59, 0) 33%, rgba(28, 28, 59, 0.9) 100%);
}
.meettheteam .image-holder img {
  mix-blend-mode: multiply;
}
.meettheteam .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 15px 55px;
}
.meettheteam .content-holder h3 {
  position: relative;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.meettheteam .content-holder h3:before, .meettheteam .content-holder h3:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .meettheteam .content-holder h3:before, .meettheteam .content-holder h3:after {
    width: 15px;
    height: 15px;
  }
}
.meettheteam .content-holder h3:before {
  opacity: 1;
  background: #63c0d5;
  background: linear-gradient(45deg, #63c0d5 0%, #15afe1 100%);
}
.meettheteam .content-holder h3:after {
  opacity: 0;
  background: #a55cfb;
  background: linear-gradient(45deg, #a55cfb 0%, #7823e5 100%);
}
.meettheteam .content-holder p.role {
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .meettheteam .content-holder p.role {
    font-size: 17px;
    line-height: 27px;
  }
}
.meettheteam .content-holder .snippet p {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 5px;
  text-wrap: balance;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .meettheteam .content-holder .snippet p {
    font-size: 14px;
    line-height: 20px;
  }
}
.meettheteam .content-holder .sliding-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease, padding 0.25s ease;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.meettheteam .content-holder p.more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  color: #6ddbf3;
  font-weight: 500;
  margin: 0;
}
.meettheteam .content-holder p.more:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -15px;
  width: 10px;
  height: 5px;
  background-image: url(../images/arrows/menu-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}
.meettheteam .member a:hover {
  background: #1c1c3b;
}
.meettheteam .member a:hover .content-holder h3:before {
  opacity: 0;
}
.meettheteam .member a:hover .content-holder h3:after {
  opacity: 1;
}
.meettheteam .member a:hover .content-holder .sliding-content {
  max-height: 500px;
  -webkit-transition: max-height 1s ease, padding 1s ease;
  transition: max-height 1s ease, padding 1s ease;
}

.fancybox-is-open .fancybox-bg {
  background-color: #11112d;
  opacity: 0.6;
}

.member-modal {
  display: none;
  position: relative;
  border-radius: 1em;
  padding: 40px !important;
  max-width: 930px !important;
}
@media screen and (max-width: 768px) {
  .member-modal {
    padding: 60px 1.25em 40px !important;
  }
}
.member-modal button.fancybox-close-small {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 25px;
  height: 25px;
  padding: 0;
  background: #63c0d5;
  background: linear-gradient(45deg, #63c0d5 0%, #15afe1 100%);
  border-radius: 100%;
}
.member-modal button.fancybox-close-small svg path {
  fill: #fff;
}
.member-modal .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .member-modal .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member-modal .content-left {
  width: calc(50% - 15px);
}
@media screen and (max-width: 850px) {
  .member-modal .content-left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.member-modal .content-right {
  width: calc(50% - 15px);
}
@media screen and (max-width: 850px) {
  .member-modal .content-right {
    width: 100%;
  }
}
.member-modal img {
  width: 100%;
  border-radius: 1em;
}
.member-modal h3, .member-modal p {
  color: #474772;
}
.member-modal h3 {
  margin: 0;
  font-weight: 500;
}
.member-modal p.role {
  font-size: 23px;
  margin: 0 0 5px;
  font-weight: 400;
}
.member-modal .content p {
  font-size: 15px;
}
.member-modal .content p:last-of-type {
  margin-bottom: 0;
}

/******************************************************************************
*********************  CONTACT FORM 
******************************************************************************/
.contactform {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .contactform {
    margin: 40px 0;
  }
}
.contactform .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contactform .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactform .content-left {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 35px;
  border-radius: 1em;
  background-color: #26265a;
  width: 525px;
}
@media screen and (max-width: 768px) {
  .contactform .content-left {
    margin-bottom: 40px;
  }
}
.contactform .content-left:before {
  content: "";
  position: absolute;
  top: -60px;
  right: 180px;
  width: 880px;
  height: 294px;
  background-image: url(../images/cta-left.webp);
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .contactform .content-left:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .contactform .content-left {
    width: calc(50% - 20px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contactform .content-left {
    width: 100%;
  }
}
.contactform .content-left h2 {
  margin: 0;
}
.contactform .content-left h3 {
  font-weight: 500;
  margin: 1em 0 0.25em;
}
.contactform .content-left p {
  color: #a4a4ca;
  margin-top: 0;
}
.contactform .content-left a {
  color: #a4a4ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.contactform .content-left .social-icons p {
  height: 23px;
  margin: 1.5em 0 0;
}
.contactform .content-left .social-icons p a svg {
  fill: #6ddbf3;
}
.contactform .content-left .social-icons p a:hover svg {
  fill: #fff;
}
.contactform .content-right {
  width: calc(100% - 645px);
}
@media screen and (max-width: 1200px) {
  .contactform .content-right {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .contactform .content-right {
    width: 100%;
  }
}

/******************************************************************************
********************* GOOGLE MAP
******************************************************************************/
.googlemap {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .googlemap {
    margin: 40px 0;
  }
}
.googlemap .intro {
  text-align: center;
  margin-bottom: 60px;
}
.googlemap .container {
  max-width: 1170px;
}
.googlemap #gmap {
  border-radius: 1em;
}

/******************************************************************************
*********************   EMBED
******************************************************************************/
.embed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.embed iframe {
  min-height: 110vh;
}

/******************************************************************************
*********************   PARTNERS
******************************************************************************/
.partners {
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .partners {
    margin: 40px 0;
  }
}
.partners .bg-scribble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .partners .bg-scribble {
    display: none;
  }
}
.partners .bg-scribble img {
  width: 100%;
}
.partners .partner {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .partners .partner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.partners .partner:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 445px;
  bottom: 0;
  left: calc(50% - 222px);
  height: 1px;
  background: #474771;
}
@media screen and (max-width: 490px) {
  .partners .partner:after {
    max-width: 320px;
    left: calc(50% - 160px);
  }
}
.partners .partner:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.partners .partner:last-of-type:after {
  display: none;
}
.partners .partner img {
  height: 88px;
  max-width: 120px;
}
.partners .partner h2 {
  color: #6ddbf3;
  margin: 0.5em 0 0;
  font-weight: 300;
}
.partners .partner p.btn, .partners .partner .search-form p.search-submit, .search-form .partners .partner p.search-submit {
  margin: 1.25em 0 0;
}

/******************************************************************************
********************* QUIZ QUESTIONS
******************************************************************************/
.quizquestions {
  position: relative;
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .quizquestions {
    padding: 40px 0;
  }
}
.quizquestions .small-container {
  position: relative;
}
.quizquestions .background-image {
  position: absolute;
  inset: 0;
  background: #af64ff;
  background: -webkit-gradient(linear, left top, right top, from(#af64ff), to(#7d0bff));
  background: linear-gradient(90deg, #af64ff 0%, #7d0bff 100%);
  z-index: 0;
}
.quizquestions .background-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #fff;
  z-index: 1;
}
.quizquestions .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.quizquestions .content {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .quizquestions .content {
    margin-bottom: 40px;
  }
}
.quizquestions .content h2 {
  color: #fff;
}
.quizquestions .content h2 em {
  color: #e4cefd;
}
.quizquestions .content p {
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .quizquestions .content p {
    font-size: 16px;
  }
}
.quizquestions .section .questions {
  margin-bottom: 0;
}
.quizquestions .section button {
  display: none;
}

.quizquestions.style1 .container {
  max-width: 1170px;
}
.quizquestions.style1 .section .questions {
  background-color: #1c1c3b;
}

/******************************************************************************
********************* QUESTIONS FORM
******************************************************************************/
.questionsform {
  margin: 0px 0 60px;
}
@media screen and (max-width: 768px) {
  .questionsform {
    margin: 0 0 40px;
  }
}
.questionsform .container {
  max-width: 1170px;
}

.questionsform.style2 {
  position: relative;
}
.questionsform.style2 .progress-bar {
  width: 100%;
  height: 11px;
  background-color: #26265a;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .questionsform.style2 .progress-bar {
    margin-bottom: 40px;
  }
}
.questionsform.style2 .progress-bar .progress {
  height: 100%;
  width: 0%;
  border-radius: 0 25em 25em 0;
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

form#quoteForm {
  position: relative;
  text-align: center;
  z-index: 1;
}

.section {
  display: none;
}
.section .questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 32px;
  padding: 45px 1.25em 70px;
  border-radius: 1em;
  background-color: #26265a;
}
@media screen and (max-width: 768px) {
  .section .questions {
    padding: 40px 1.25em;
  }
}
@media screen and (max-width: 500px) {
  .section .questions {
    margin-bottom: 20px;
  }
}
.section .questions h2 {
  font-size: 32px;
  width: 100%;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .section .questions h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
}
.section .questions label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 25px 14px 17px;
  margin: 0 25px;
  min-width: 190px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1040px) {
  .section .questions label {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .questions label {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 510px) {
  .section .questions label {
    width: 100%;
  }
}
.section .questions label::before, .section .questions label::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section .questions label::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section .questions label::after {
  opacity: 0;
}
.section .questions label:hover {
  color: #171731 !important;
}
.section .questions label:hover::after {
  opacity: 1;
}
.section .questions label > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.section .questions label input {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 15px 0 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.section .questions label input:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #26265a;
  border-radius: 100%;
  border: 2px solid #6ddbf3;
}
.section .questions label input:checked:before {
  background-color: #fff;
  border: 2px solid #fff;
}
.section .questions label input:checked:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  top: 11px;
  left: 9px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.section .questions label.selected {
  color: #171731 !important;
}
.section .questions label.selected::after {
  opacity: 1;
}
.section .questions .question-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section .questions .question-links .link {
  width: 33%;
}
@media screen and (max-width: 740px) {
  .section .questions .question-links .link {
    width: 100%;
  }
}
.section .questions .question-links .link img {
  max-height: 225px;
}
@media screen and (max-width: 950px) {
  .section .questions .question-links .link img {
    max-height: 150px;
  }
}
@media screen and (max-width: 740px) {
  .section .questions .question-links .link img {
    display: none;
  }
}
.section .questions .question-links .link p.btn, .section .questions .question-links .link .search-form p.search-submit, .search-form .section .questions .question-links .link p.search-submit {
  margin: 30px 0 0;
}
@media screen and (max-width: 740px) {
  .section .questions .question-links .link p.btn, .section .questions .question-links .link .search-form p.search-submit, .search-form .section .questions .question-links .link p.search-submit {
    margin: 0 0 10px;
    width: 100%;
  }
}
.section .questions .question-links .link a.gradient-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 41px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section .questions .question-links .link a.gradient-btn::before, .section .questions .question-links .link a.gradient-btn::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section .questions .question-links .link a.gradient-btn::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section .questions .question-links .link a.gradient-btn::after {
  opacity: 0;
}
.section .questions .question-links .link a.gradient-btn:hover {
  color: #171731 !important;
}
.section .questions .question-links .link a.gradient-btn:hover::after {
  opacity: 1;
}
.section .questions .question-links .link a.gradient-btn > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 740px) {
  .section .questions .question-links .link a.gradient-btn {
    width: 100%;
  }
}
.section .questions .question-links .link a.gradient-btn:before, .section .questions .question-links .link a.gradient-btn:after {
  z-index: 0;
}
.section button {
  background: transparent;
  border: transparent;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 41px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 5px;
}
.section button::before, .section button::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section button::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section button::after {
  opacity: 0;
}
.section button:hover {
  color: #171731 !important;
}
.section button:hover::after {
  opacity: 1;
}
.section button > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section button:before, .section button:after {
  background: linear-gradient(45deg, #af64ff 0%, #7d0bff 100%);
}
.section button:hover {
  color: #fff !important;
}
@media screen and (max-width: 500px) {
  .section button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section button:last-of-type {
    margin-bottom: 0;
  }
}
.section button:disabled,
.section button[disabled] {
  cursor: default;
  opacity: 0.25;
}

.section.active {
  display: block;
}

.questionsform #result .container {
  max-width: 1410px;
}
.questionsform #result .intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .questionsform #result .intro {
    margin-bottom: 40px;
  }
}
.questionsform #result h3 {
  margin: 15px 0 1em;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .questionsform #result h3 {
    font-size: 32px;
  }
}
.questionsform #result p.calc {
  font-size: 23px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .questionsform #result p.calc {
    font-size: 19px;
    line-height: 23px;
  }
}
.questionsform #result p.point {
  position: relative;
  margin: 0 0 15px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .questionsform #result p.point {
    margin: 0 0 5px;
  }
}
.questionsform #result p.point:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/tick.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.questionsform #result .btns {
  margin: 2.5em auto 0;
}
.questionsform #result .btns a.standard-btn {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  padding: 16px 25px;
  margin-right: 5px;
}
.questionsform #result .btns a.standard-btn span {
  position: relative;
  z-index: 1;
}
.questionsform #result .btns a.standard-btn:before, .questionsform #result .btns a.standard-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.questionsform #result .btns a.standard-btn:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
.questionsform #result .btns a.standard-btn:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .questionsform #result .btns a.standard-btn {
    font-size: 14px;
  }
}
.questionsform #result .btns a.standard-btn:hover {
  color: #fff;
}
.questionsform #result .btns a.standard-btn:hover:before {
  opacity: 0;
}
.questionsform #result .btns a.standard-btn:hover:after {
  opacity: 1;
}
.questionsform #result .btns a.gradient-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 41px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
  padding: 11px 25px;
}
.questionsform #result .btns a.gradient-btn::before, .questionsform #result .btns a.gradient-btn::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  content: "";
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(to right, #6fdef7 0%, #05c3ff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.questionsform #result .btns a.gradient-btn::before {
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.questionsform #result .btns a.gradient-btn::after {
  opacity: 0;
}
.questionsform #result .btns a.gradient-btn:hover {
  color: #171731 !important;
}
.questionsform #result .btns a.gradient-btn:hover::after {
  opacity: 1;
}
.questionsform #result .btns a.gradient-btn > span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.questionsform #result .btns a.gradient-btn:before, .questionsform #result .btns a.gradient-btn:after {
  z-index: 0;
}
.questionsform #result .btns a {
  min-width: 185px;
  text-align: center;
}
.questionsform #result .btns a span {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .questionsform #result .btns a {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.questionsform.style2.show-result .progress-bar .progress {
  width: 100% !important;
  border-radius: 0;
}

/******************************************************************************
*********************   
******************************************************************************/
/******************************************************************************
********************* CONTACT FORM
******************************************************************************/
form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
form .form-row label {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  width: calc(50% - 8px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 1200px) {
  form .form-row label {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form .form-row label {
    font-size: 16px;
  }
}
form .form-row label input,
form .form-row label textarea {
  color: #fff;
  font-weight: 400;
  border-radius: 1em;
  padding: 21px 15px;
  font-size: 16px;
  margin: 8px 0 20px;
  background-color: #26265a;
  border: none;
}
@media screen and (max-width: 768px) {
  form .form-row label input,
form .form-row label textarea {
    margin: 8px 0 10px;
  }
}
form .form-row label textarea {
  resize: vertical;
  height: 150px;
}
form .full-row label {
  width: 100%;
}
form .button-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  form .button-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
form .button-holder button {
  position: relative;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #171731;
  font-size: 15px;
  line-height: 1;
  border-radius: 25em;
  font-weight: 500;
  display: inline-block;
  padding: 16px 33px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #171731;
  background-color: transparent;
  border: none;
  padding: 1rem 1.7rem;
}
form .button-holder button span {
  position: relative;
  z-index: 1;
}
form .button-holder button:before, form .button-holder button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
form .button-holder button:before {
  background: #6fdef7;
  background: -webkit-gradient(linear, left top, right top, from(#6fdef7), to(#05c3ff));
  background: linear-gradient(90deg, #6fdef7 0%, #05c3ff 100%);
  opacity: 1;
}
form .button-holder button:after {
  background: #3a3a92;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  form .button-holder button {
    font-size: 14px;
  }
}
form .button-holder button:hover {
  color: #fff;
}
form .button-holder button:hover:before {
  opacity: 0;
}
form .button-holder button:hover:after {
  opacity: 1;
}
form .button-holder button:before, form .button-holder button:after {
  z-index: 0;
}
form .button-holder .wpcf7-spinner {
  position: relative;
  right: 0;
  top: calc(50% - 12px);
}
form input[type=submit] {
  height: 0px;
  width: 0px;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}
.wpcf7-not-valid-tip {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  color: #6ddbf3 !important;
  padding: 5px 10px 0px !important;
  width: 100%;
  font-size: 15px !important;
  line-height: 12px;
  margin: -20px 0 10px !important;
  text-transform: none !important;
}
@media screen and (max-width: 950px) {
  .wpcf7-not-valid-tip {
    padding: 15px 10px 0px !important;
  }
}
.wpcf7-not-valid-tip:before {
  content: "↑" !important;
  top: -4px;
  position: relative;
  font: 15px/33px dashicons !important;
  margin-right: 5px !important;
}

.wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px !important;
  border-radius: 1em;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------
------------------------------------------------ MODULES STYLING ----------------------------------------------
-------------------------------------------------------------------------------------------------------------*/
/******************************************************************************
********************* CONTENT AND IMAGE
******************************************************************************/
.contentandimage .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentandimage .container .flex-holder .content-left {
  width: calc(50% - 20px);
}
.contentandimage .container .flex-holder .content-right {
  width: calc(50% - 20px);
}

/******************************************************************************
*********************  THREE COLUMNS  
******************************************************************************/
.three-columns .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -40px;
}
.three-columns .container .flex-holder .column {
  width: 33.33%;
  padding-right: 40px;
}
.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

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

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

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

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "";
}

.wpcf7-validation-errors:before {
  content: "";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}