@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! 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: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  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;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "Canela-Regular";
  src: url("../fonts/Canela-Regular-Web.woff2") format("woff2"), url("../fonts/Canela-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ## Base
--------------------------------------------- */
#__bs_notify__ {
  display: none !important;
}

/*
#wpadminbar {
	top: initial;
	bottom: 0;
}
*/
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "basic-sans", sans-serif;
  color: #384152;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-3-4 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-3-4 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.wrap-3-4 {
  padding: 0 0 133.33% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: #086DFB;
  color: #FFF;
}

::selection {
  background: #086DFB;
  color: #FFF;
}

::-moz-selection {
  background: #086DFB;
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  width: 100%;
  position: absolute;
  top: 1.5rem;
  z-index: 1;
}
.breadcrumbs a {
  color: #384152;
  font-size: 1.2rem;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #086DFB;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.breadcrumbs__text > span {
  color: #086DFB;
  font-size: 1.6rem;
}
.breadcrumbs__text > span > span {
  margin: 0 0.1rem;
}
.breadcrumbs__text > span > span:first-child {
  margin-left: 0;
}
.breadcrumbs .breadcrumb_last {
  color: #384152;
  font-weight: 700;
  font-size: 1.2rem;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  padding-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 6.2rem;
  }
}

.wrap {
  max-width: 132rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__image-row {
  max-width: 177rem;
}
@media only screen and (min-width: 1023px) {
  .wrap__custom-header-image-wrap {
    max-width: 200rem;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
  }
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-block-wrap {
  max-width: 100rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}
.wrap__header-wrap {
  max-width: 180rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.post-content-row, .case-content-row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.post-content-row.post-content-row-smaller, .case-content-row.post-content-row-smaller {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .post-content-row.post-content-row-smaller, .case-content-row.post-content-row-smaller {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .post-content-row.post-content-row-smaller, .case-content-row.post-content-row-smaller {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .post-content-row, .case-content-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .post-content-row, .case-content-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.content-row-small {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .content-row-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.content-row, .content-row-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .content-row, .content-row-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row, .content-row-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.content-row-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .content-row-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

.align-items-center {
  align-items: center;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1440px) {
  .col-4-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #384152;
}
a:hover {
  text-decoration: none;
  color: #384152;
}
a.text-link {
  color: #384152;
}

li {
  font: 500 1.6rem/3.2rem "basic-sans", sans-serif;
  color: #384152;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  li {
    font: 500 1.5rem/3rem "basic-sans", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  li {
    font: 500 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}

p,
label,
address,
td,
th {
  font: 500 2rem/3.6rem "basic-sans", sans-serif;
  color: #384152;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  p,
  label,
  address,
  td,
  th {
    font: 500 1.5rem/3rem "basic-sans", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  p,
  label,
  address,
  td,
  th {
    font: 500 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}

.home-content-container p, .footer-nav p {
  font: 500 1.6rem/3.2rem "basic-sans", sans-serif;
  color: #384152;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  .home-content-container p, .footer-nav p {
    font: 500 1.5rem/3rem "basic-sans", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .home-content-container p, .footer-nav p {
    font: 500 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}

.top-title {
  font: 500 1.8rem/3.2rem "basic-sans", sans-serif !important;
  color: #086DFB !important;
}
@media only screen and (max-width: 1023px) {
  .top-title {
    font: 500 1.6rem/1.9rem "basic-sans", sans-serif !important;
  }
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #384152;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 3rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
  content: "";
  background-image: url("../img/custom-icons/twinq-check.svg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  ul li:before,
  ol li:before {
    top: 0.3rem;
  }
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 400 7.2rem/8rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 400 4.8rem/5.6rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1 {
    font: 400 3.6rem/4.4rem "Canela-Regular", sans-serif;
  }
}

h2, .h2 {
  font: 400 4.8rem/6rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 400 3.6rem/4rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h2, .h2 {
    font: 400 2.4rem/3.2rem "Canela-Regular", sans-serif;
  }
}

h3, .h3 {
  font: 400 4.8rem/6rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font: 400 3.6rem/4rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h3, .h3 {
    font: 400 2.4rem/3.2rem "Canela-Regular", sans-serif;
  }
}

h4, .h4 {
  font: 400 3.2rem/3.2rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 400 2.6rem/3rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h4, .h4 {
    font: 400 2rem/2.8rem "Canela-Regular", sans-serif;
  }
}

h5, .h5 {
  font: 400 3.2rem/3.2rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h5, .h5 {
    font: 400 2.6rem/3rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h5, .h5 {
    font: 400 2rem/2.8rem "Canela-Regular", sans-serif;
  }
}

h6, .h6 {
  font: 400 3.2rem/3.2rem "Canela-Regular", sans-serif;
  color: #081326;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h6, .h6 {
    font: 400 2.6rem/3rem "Canela-Regular", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h6, .h6 {
    font: 400 2rem/2.8rem "Canela-Regular", sans-serif;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 3rem;
}

.with-shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  font: 400 1.6rem/1.25 "basic-sans", sans-serif;
  color: #384152;
  margin: 0;
  border: 1px solid #384152;
  border-radius: 3rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #384152;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #384152;
  height: 1rem;
  width: 1rem;
  background: #384152;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #384152;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 2.4rem 0 0 0;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "basic-sans", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "basic-sans", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #384152;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  grid-gap: 2rem;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font: 400 1.8rem/2.2rem "basic-sans", sans-serif;
  color: #086DFB;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input {
  border-radius: 3rem;
  padding: 1.5rem 3rem;
  border-color: #BBBBBB;
  font: 400 1.6rem/2.1rem "basic-sans", sans-serif;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  padding: 0 0 0 3rem;
  font: 400 1.4rem/2.4rem "basic-sans", sans-serif;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_consent_label:before {
  width: 1.8rem;
  height: 1.8rem;
  border-color: #707070;
  border-radius: 0.5rem;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_consent_label:after {
  inset: 0.4rem 0 0 0.4rem;
  background: #086DFB;
}
.gform_wrapper .gform_footer {
  justify-content: flex-start;
}
.gform_wrapper .gform_footer .button {
  background-color: #086DFB;
  border-color: #086DFB;
}
.gform_wrapper .gform_footer .button:hover {
  color: #081326;
  background-color: #FFF;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: red;
}

.red-color {
  color: red !important;
}

.bg-green {
  background: #B9E99C;
}

.green-color {
  color: #B9E99C !important;
}

.bg-yellow {
  background: #FC0;
}

.yellow-color {
  color: #FC0 !important;
}

/* ## Buttons
--------------------------------------------- */
.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 1rem;
}
.buttons p {
  align-self: center;
  margin-bottom: 0;
}

.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.5rem 3rem;
  font: 600 1.6rem/2.1rem "basic-sans", sans-serif;
  border: 1px solid #384152;
  border-radius: 3rem;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border-color: #50B214;
  background-color: #50B214;
  color: #FFF;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  /*

  &.full-width {
  	width: 100%;
  }

  @include max-width-640 {
  	width: 100%;
  }

  */
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #FFF;
  color: #081326;
}
.button .arrow,
input[type=submit] .arrow,
button[type=submit] .arrow {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button .arrow.arrow-right,
input[type=submit] .arrow.arrow-right,
button[type=submit] .arrow.arrow-right {
  top: 2px;
}
.button .arrow.arrow-down,
input[type=submit] .arrow.arrow-down,
button[type=submit] .arrow.arrow-down {
  top: 3px;
}
.button .icon,
input[type=submit] .icon,
button[type=submit] .icon {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button .icon.icon-linkedin,
input[type=submit] .icon.icon-linkedin,
button[type=submit] .icon.icon-linkedin {
  top: 2px;
}
.button .icon.icon-arrow-left,
input[type=submit] .icon.icon-arrow-left,
button[type=submit] .icon.icon-arrow-left {
  top: 2px;
}
.button .icon.icon-map,
input[type=submit] .icon.icon-map,
button[type=submit] .icon.icon-map {
  top: 1px;
}
.button.blue,
input[type=submit].blue,
button[type=submit].blue {
  border-color: #086DFB;
  background-color: #086DFB;
  color: #FFF;
}
.button.blue .arrow, .button.blue .icon,
input[type=submit].blue .arrow,
input[type=submit].blue .icon,
button[type=submit].blue .arrow,
button[type=submit].blue .icon {
  fill: #FFF;
}
.button.blue:hover,
input[type=submit].blue:hover,
button[type=submit].blue:hover {
  border-color: #086DFB;
  background-color: #FFF;
  color: #081326;
}
.button.blue:hover .arrow, .button.blue:hover .icon,
input[type=submit].blue:hover .arrow,
input[type=submit].blue:hover .icon,
button[type=submit].blue:hover .arrow,
button[type=submit].blue:hover .icon {
  fill: #081326;
}
.button.green,
input[type=submit].green,
button[type=submit].green {
  border-color: #50B214;
  background-color: #50B214;
  color: #FFF;
}
.button.green .arrow, .button.green .icon,
input[type=submit].green .arrow,
input[type=submit].green .icon,
button[type=submit].green .arrow,
button[type=submit].green .icon {
  fill: #FFF;
}
.button.green:hover,
input[type=submit].green:hover,
button[type=submit].green:hover {
  background-color: #FFF;
  color: #081326;
}
.button.green:hover .arrow, .button.green:hover .icon,
input[type=submit].green:hover .arrow,
input[type=submit].green:hover .icon,
button[type=submit].green:hover .arrow,
button[type=submit].green:hover .icon {
  fill: #081326;
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  border-color: #086DFB;
  background-color: #FFF;
  color: #081326;
}
.button.white .arrow, .button.white .icon,
input[type=submit].white .arrow,
input[type=submit].white .icon,
button[type=submit].white .arrow,
button[type=submit].white .icon {
  fill: #081326;
}
.button.white:hover,
input[type=submit].white:hover,
button[type=submit].white:hover {
  border-color: #086DFB;
  background-color: #086DFB;
  color: #FFF;
}
.button.white:hover .arrow, .button.white:hover .icon,
input[type=submit].white:hover .arrow,
input[type=submit].white:hover .icon,
button[type=submit].white:hover .arrow,
button[type=submit].white:hover .icon {
  fill: #FFF;
}
.button.beige,
input[type=submit].beige,
button[type=submit].beige {
  border-color: #F7F3F0;
  background-color: #F7F3F0;
  color: #081326;
}
.button.beige .arrow, .button.beige .icon,
input[type=submit].beige .arrow,
input[type=submit].beige .icon,
button[type=submit].beige .arrow,
button[type=submit].beige .icon {
  fill: #081326;
}
.button.beige:hover,
input[type=submit].beige:hover,
button[type=submit].beige:hover {
  border-color: #051163;
  background-color: #051163;
  color: #FFF;
}
.button.beige:hover .arrow, .button.beige:hover .icon,
input[type=submit].beige:hover .arrow,
input[type=submit].beige:hover .icon,
button[type=submit].beige:hover .arrow,
button[type=submit].beige:hover .icon {
  fill: #FFF;
}
.button.dark-beige,
input[type=submit].dark-beige,
button[type=submit].dark-beige {
  border-color: #EBE3DC;
  background-color: #EBE3DC;
  color: #081326;
}
.button.dark-beige .arrow, .button.dark-beige .icon,
input[type=submit].dark-beige .arrow,
input[type=submit].dark-beige .icon,
button[type=submit].dark-beige .arrow,
button[type=submit].dark-beige .icon {
  fill: #081326;
}
.button.dark-beige:hover,
input[type=submit].dark-beige:hover,
button[type=submit].dark-beige:hover {
  border-color: #086DFB;
  background-color: #FFF;
  color: #081326;
}
.button.dark-beige:hover .arrow, .button.dark-beige:hover .icon,
input[type=submit].dark-beige:hover .arrow,
input[type=submit].dark-beige:hover .icon,
button[type=submit].dark-beige:hover .arrow,
button[type=submit].dark-beige:hover .icon {
  fill: #081326;
}
.button.dark-blue,
input[type=submit].dark-blue,
button[type=submit].dark-blue {
  border-color: #051163;
  background-color: #051163;
  color: #FFF;
}
.button.dark-blue .arrow, .button.dark-blue .icon,
input[type=submit].dark-blue .arrow,
input[type=submit].dark-blue .icon,
button[type=submit].dark-blue .arrow,
button[type=submit].dark-blue .icon {
  fill: #FFF;
}
.button.dark-blue:hover,
input[type=submit].dark-blue:hover,
button[type=submit].dark-blue:hover {
  border-color: #F7F3F0;
  background-color: #F7F3F0;
  color: #081326;
}
.button.dark-blue:hover .arrow, .button.dark-blue:hover .icon,
input[type=submit].dark-blue:hover .arrow,
input[type=submit].dark-blue:hover .icon,
button[type=submit].dark-blue:hover .arrow,
button[type=submit].dark-blue:hover .icon {
  fill: #081326;
}
.button .text,
input[type=submit] .text,
button[type=submit] .text {
  position: relative;
  top: 2px;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    font: 600 1.4rem/2.1rem "basic-sans", sans-serif;
  }
  .button .icon,
  input[type=submit] .icon,
  button[type=submit] .icon {
    padding-right: 1rem;
  }
  .button .arrow,
  input[type=submit] .arrow,
  button[type=submit] .arrow {
    padding-left: 1rem;
  }
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 7.2rem;
  width: 7.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #086DFB;
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 5rem;
    width: 5rem;
  }
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  fill: #fff;
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons .sm-icons-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font: 700 1.6rem/3.2rem "basic-sans", sans-serif;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.8rem;
  width: 4.1rem;
  height: 4.1rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.sm-icons li a {
  display: inherit;
}
.sm-icons li svg {
  width: 2.4rem;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.flex-content-container {
  display: flex;
  flex-direction: column;
}
.flex-content-container .landingspage-header {
  order: -2;
}
.flex-content-container .landingspage-nav {
  order: -1;
}

.landingspage-nav {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.landingspage-nav__inner {
  display: flex;
  background-color: #081326;
  border-radius: 6rem;
  padding: 1.4rem 6rem;
}
.landingspage-nav__inner p,
.landingspage-nav__inner ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .landingspage-nav__inner {
    flex-direction: column;
    width: calc(100% - 4rem);
    padding: 4rem 6rem;
  }
}
.landingspage-nav__title {
  font: 700 1.6rem/3.2rem "basic-sans", sans-serif;
  color: #FFF;
}
.landingspage-nav__body ul {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .landingspage-nav__body ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1280px) {
  .landingspage-nav__body ul li {
    padding: 0;
    line-height: 2;
  }
}
.landingspage-nav__body ul li:before {
  content: none;
}
.landingspage-nav__body ul li a {
  color: #FFF;
}

.summary_fancybox .summary_fancybox-image {
  max-width: 12rem;
  margin: 0 auto;
}
.summary_fancybox p {
  padding-top: 2rem;
}

.search-form-container {
  position: relative;
  flex-grow: 1;
}
.search-form-container .search-form {
  position: relative;
  padding-left: 3rem;
  width: 19rem;
  max-width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .search-form-container .search-form {
    width: auto;
  }
}
.search-form-container .search-form input {
  padding: 0 0 0.2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0;
  background: transparent;
  border: none;
  height: 100%;
  color: rgba(8, 109, 251, 0.3);
  border-bottom: 1px solid rgba(8, 109, 251, 0.3);
}
.search-form-container .search-form button {
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  height: 2.4rem;
  width: 2.4rem;
  border: none;
}

.pagination {
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 0.8rem;
}
.pagination .page-numbers {
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F7F3F0;
  line-height: 5.8rem;
}
.pagination .page-numbers.current {
  background-color: #086DFB;
  color: #FFF;
  font-weight: 700;
}
.pagination a.page-numbers {
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  text-decoration: underline;
}

#blog-categories {
  padding: 6rem 0;
}
@media only screen and (max-width: 1440px) {
  #blog-categories {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  #blog-categories {
    padding: 3rem 0;
  }
}
#blog-categories .buttons .button.dark-blue {
  pointer-events: none;
}

#case-categories .buttons .button.dark-blue, #partner-categories .buttons .button.dark-blue {
  pointer-events: none;
}

#scroll-to-top-button {
  display: none;
  width: 5.2rem;
  height: 5.2rem;
  position: fixed;
  right: 2.3rem;
  bottom: 2.3rem;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  #scroll-to-top-button {
    width: 3.6rem;
    height: 3.6rem;
    right: 0.9rem;
  }
}
#scroll-to-top-button .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #EBE3DC;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
#scroll-to-top-button:hover .inner {
  transform: scale(1.2);
}

#search-page .post-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
  margin-bottom: 4rem;
}

.io {
  position: relative;
}
.io-large {
  padding-right: 10%;
  padding-bottom: 10%;
}
.io-large.io-full:after {
  border-radius: 10%;
}
.io-large.io-top:after {
  border-top-right-radius: 10%;
}
.io-large.io-left:after {
  border-bottom-left-radius: 10%;
}
.io-large.io-right:after {
  border-bottom-right-radius: 10%;
}
.io-large:after {
  height: 93%;
  width: 93%;
  top: 7%;
  left: 7%;
}
.io-small {
  padding-right: 6%;
  padding-bottom: 6%;
}
.io-small.io-full:after {
  border-radius: 10%;
}
.io-small.io-top:after {
  border-top-right-radius: 10%;
}
.io-small.io-left:after {
  border-bottom-left-radius: 10%;
}
.io-small.io-right:after {
  border-bottom-right-radius: 10%;
}
.io-small:after {
  height: 93%;
  width: 93%;
  top: 7%;
  left: 7%;
}
.io-variant-1 {
  padding-left: 11%;
  padding-bottom: 12%;
}
.io-variant-1.io-full:after {
  border-radius: 6rem;
}
@media only screen and (max-width: 1023px) {
  .io-variant-1.io-full:after {
    border-radius: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .io-variant-1.io-full:after {
    border-radius: 4rem;
  }
}
.io-variant-1.io-top:after {
  border-top-right-radius: 6rem;
}
@media only screen and (max-width: 1023px) {
  .io-variant-1.io-top:after {
    border-top-right-radius: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .io-variant-1.io-top:after {
    border-top-right-radius: 4rem;
  }
}
.io-variant-1.io-left:after {
  border-bottom-left-radius: 6rem;
}
@media only screen and (max-width: 1023px) {
  .io-variant-1.io-left:after {
    border-bottom-left-radius: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .io-variant-1.io-left:after {
    border-bottom-left-radius: 4rem;
  }
}
.io-variant-1.io-right:after {
  border-bottom-right-radius: 6rem;
}
@media only screen and (max-width: 1023px) {
  .io-variant-1.io-right:after {
    border-bottom-right-radius: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .io-variant-1.io-right:after {
    border-bottom-right-radius: 4rem;
  }
}
.io-variant-1:after {
  height: 40%;
  width: 88%;
  bottom: 0;
  left: 0;
}
.io-variant-2 {
  padding-right: 11%;
  padding-bottom: 9%;
}
.io-variant-2.io-full:after {
  border-radius: 8rem;
}
.io-variant-2.io-top:after {
  border-top-right-radius: 8rem;
}
.io-variant-2.io-left:after {
  border-bottom-left-radius: 8rem;
}
.io-variant-2.io-right:after {
  border-bottom-right-radius: 8rem;
}
.io-variant-2:after {
  height: 84%;
  width: 86%;
  bottom: 0;
  right: 0;
}
.io-variant-2 figure,
.io-variant-2 .responsive-video-wrapper,
.io-variant-2 .responsive-iframe-wrapper {
  border-radius: 10rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .io-variant-2 figure,
  .io-variant-2 .responsive-video-wrapper,
  .io-variant-2 .responsive-iframe-wrapper {
    border-radius: 8rem;
  }
}
.io-blue:after {
  background-color: #086DFB;
}
.io-orange:after {
  background-color: #FF7F62;
}
.io-dark-blue:after {
  background-color: #051163;
}
.io-green:after {
  background-color: #B9E99C;
}
.io figure,
.io .responsive-video-wrapper,
.io .responsive-iframe-wrapper {
  z-index: 1;
}
.io:after {
  content: "";
  position: absolute;
  z-index: 0;
}

.flex-padding-top-0 {
  padding-top: 0;
}
.flex-padding-top-2 {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-2 {
    padding-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-2 {
    padding-top: 1rem;
  }
}
.flex-padding-top-5 {
  padding-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-5 {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-5 {
    padding-top: 3rem;
  }
}
.flex-padding-top-10 {
  padding-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-10 {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-10 {
    padding-top: 4rem;
  }
}
.flex-padding-top-15 {
  padding-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-15 {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-15 {
    padding-top: 6rem;
  }
}
.flex-padding-bottom-0 {
  padding-bottom: 0;
}
.flex-padding-bottom-2 {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
.flex-padding-bottom-5 {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-5 {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-5 {
    padding-bottom: 3rem;
  }
}
.flex-padding-bottom-10 {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-10 {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-10 {
    padding-bottom: 4rem;
  }
}
.flex-padding-bottom-15 {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-15 {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-15 {
    padding-bottom: 6rem;
  }
}

.flex-margin-top-0 {
  margin-top: 0;
}
.flex-margin-top-2 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-2 {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-2 {
    margin-top: 1rem;
  }
}
.flex-margin-top-5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-5 {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-5 {
    margin-top: 3rem;
  }
}
.flex-margin-top-10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-10 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-10 {
    margin-top: 4rem;
  }
}
.flex-margin-top-15 {
  margin-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-15 {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-15 {
    margin-top: 6rem;
  }
}
.flex-margin-bottom-0 {
  margin-bottom: 0;
}
.flex-margin-bottom-2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
.flex-margin-bottom-5 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-5 {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-5 {
    margin-bottom: 3rem;
  }
}
.flex-margin-bottom-10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-10 {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-10 {
    margin-bottom: 4rem;
  }
}
.flex-margin-bottom-15 {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-15 {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-15 {
    margin-bottom: 6rem;
  }
}

.menu-not-clickable {
  cursor: default;
}
.menu-not-clickable > a {
  cursor: inherit;
}

.add-image-modal-fancybox {
  transition: all 0.3s ease-out 0s;
}
.add-image-modal-fancybox:hover {
  transform: scale(1.12);
  cursor: pointer;
}

.flex-bg-color-white {
  background-color: #FFF;
}
.flex-bg-color-main-color {
  background-color: #F7F3F0;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
}

.site-logo {
  display: block;
  position: relative;
}
.site-logo img {
  height: 5.5rem;
  width: 14rem;
}
@media only screen and (max-width: 1023px) {
  .site-logo img {
    width: 12.1rem;
    height: 4.8rem;
  }
}

/* Top-bar
--------------------------------------------- */
.top-bar .menu {
  margin: 0;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  background: #FFF;
  padding: 2.3rem 0 2.2rem 0;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 0.7rem 0;
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .wrap .content-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 5rem;
}
.nav-bar .wrap .content-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 1440px) {
  .nav-bar .wrap .content-right .search-form-container {
    display: none;
  }
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  margin-right: 4rem;
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .nav-bar .wrap .content-right .toggle-search-bar-desktop {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap .content-right .toggle-search-bar-desktop {
    display: none;
  }
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop .search-icon {
  opacity: 1;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop .close-icon {
  opacity: 0;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop:hover svg {
  stroke: #051163;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
  stroke: #086DFB;
  fill: none;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop.active .search-icon {
  opacity: 0;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop.active .close-icon {
  opacity: 1;
}
.nav-bar .wrap .content-right .toggle-search-bar-desktop .mobile-search-text {
  display: none;
  font-size: 1.6rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: -1rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap .content-right .toggle-search-bar-desktop .mobile-search-text {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .nav-bar .wrap .content-right .toggle-search-bar-desktop .mobile-search-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.nav-bar .wrap .content-right .header-top-button p {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .nav-bar .wrap .content-right .header-top-button {
    display: none;
  }
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 3.5rem;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1440px) {
  .nav-bar .menu .menu-item {
    margin-right: 2.5rem;
  }
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 700 1.7rem/1 "basic-sans", sans-serif;
  color: #081326;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #081326;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #081326;
}
.nav-bar .menu .menu-item.menu-item-has-children .menu-item__toggle svg {
  position: relative;
  top: -0.1rem;
  stroke: #086DFB;
  margin-left: 0.6rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -2rem;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
  z-index: 1;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-right: 0;
  transition: background-color 0.15s ease-in-out;
  padding: 0;
  cursor: pointer;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 1.6rem;
  padding: 2rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #f1f1f1;
}
.nav-bar .menu .menu-item:hover > a {
  color: #000;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #081326;
}
.nav-bar .menu .menu-item:hover > a .menu-item__toggle svg {
  transform: rotate(180deg);
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

.header .header-inner .content-left .top-title {
  font: 400 1.8rem/2.2rem "basic-sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .header .header-inner .content-left .top-title {
    font: 400 1.6rem/1.9rem "basic-sans", sans-serif;
  }
}
.header .header-inner .content-left p {
  font: 400 2rem/3.6rem "basic-sans", sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .header .header-inner .content-left p {
    font: 400 1.6rem/3.2rem "basic-sans", sans-serif;
  }
}
.header .header-inner .content-left .buttons {
  grid-gap: 1rem;
}
.header .header-inner .content-left .buttons p {
  margin-bottom: 0;
}

.home-header {
  position: relative;
}
.home-header .header-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .home-header .header-image {
    position: relative;
    height: 17rem;
  }
}
.home-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .home-header .header-image .bg-image {
    position: relative;
  }
}
.home-header .header-image:after {
  content: "";
  position: absolute;
  width: 85%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 750px) {
  .home-header .header-image:after {
    content: none;
  }
}
.home-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 11rem 0;
}
@media only screen and (max-width: 750px) {
  .home-header .header-inner {
    padding: 2rem 0;
  }
}
.home-header .header-inner .content-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 3rem;
}
@media only screen and (max-width: 1280px) {
  .home-header .header-inner .content-left {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .home-header .header-inner .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-header .header-inner .content-left .content-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1rem 1.4rem;
  padding: 2.3rem 0 5.5rem 0;
}
@media only screen and (max-width: 750px) {
  .home-header .header-inner .content-left .content-middle {
    padding: 1rem 0 2rem 0;
  }
}
.home-header .header-inner .content-left .content-middle .button-text {
  font: 400 1.6rem/1.9rem "basic-sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .home-header .header-inner .content-left .content-middle .button-text {
    font: 400 1.4rem/1.7rem "basic-sans", sans-serif;
  }
}
.home-header .header-inner .content-left .content-bottom ul:last-child, .home-header .header-inner .content-left .content-bottom p:last-child {
  margin-bottom: 0;
}

.about-us-header {
  background-color: #F7F3F0;
  position: relative;
}
.about-us-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .about-us-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.about-us-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}
.team-detail-header {
  background-color: #F7F3F0;
  position: relative;
}
.team-detail-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .team-detail-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.team-detail-header .header-inner .content-left .content-top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .team-detail-header .header-inner .content-left .content-top {
    margin-bottom: 1rem;
  }
}
.landingspage-header {
  background-color: #F7F3F0;
  position: relative;
}
.landingspage-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .landingspage-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.landingspage-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}
.post-archive-header {
  background-color: #F7F3F0;
  position: relative;
}
.post-archive-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .post-archive-header .header-inner {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .post-archive-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.post-archive-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}
.post-archive-header .header-inner .content-right {
  padding-left: 6rem;
}
@media only screen and (max-width: 1023px) {
  .post-archive-header .header-inner .content-right {
    padding-left: 0;
  }
}
.contact-header {
  background-color: #F7F3F0;
  position: relative;
}
.contact-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .contact-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-header .header-inner .content-left .content-top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .contact-header .header-inner .content-left .content-top {
    margin-bottom: 1rem;
  }
}
.demo-request-header {
  background-color: #F7F3F0;
  position: relative;
}
.demo-request-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .demo-request-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.demo-request-header .header-inner .content-left .content-top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .demo-request-header .header-inner .content-left .content-top {
    margin-bottom: 1rem;
  }
}
.demo-request-header .header-inner .content-left .content-form p {
  margin: 0 0 3.2rem 0;
}
.demo-request-header .header-inner .content-left .content-form .gform_body .gform_fields .gfield .gfield_label {
  color: #081326;
}
.demo-request-header .header-inner .content-left .content-form .gform_footer .button {
  border-color: #50B214;
  background-color: #50B214;
}
.demo-request-header .header-inner .content-left .content-form .gform_footer .button:hover {
  border-color: #B9E99C;
  background-color: #B9E99C;
}

.case-archive-header {
  background-color: #F7F3F0;
  position: relative;
}
.case-archive-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .case-archive-header .header-inner {
    padding: 6rem 0;
  }
}
.case-archive-header .header-inner .content-left {
  max-width: 100%;
  width: 80rem;
}
.case-archive-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}

.post-detail-header {
  position: relative;
  min-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F7F3F0;
}
@media only screen and (max-width: 1440px) {
  .post-detail-header {
    min-height: 48rem;
  }
}
@media only screen and (max-width: 1023px) {
  .post-detail-header {
    min-height: 34rem;
  }
}
@media only screen and (max-width: 640px) {
  .post-detail-header {
    min-height: auto;
  }
}
.post-detail-header .header-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.post-detail-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .post-detail-header .header-image .bg-image {
    position: relative;
  }
}
.post-detail-header .header-image:after {
  content: "";
  position: absolute;
  width: 85%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1023px) {
  .post-detail-header .header-image:after {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 100%);
  }
}
.post-detail-header .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post-detail-header .wrap .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
}
@media only screen and (max-width: 640px) {
  .post-detail-header .wrap .header-inner {
    padding: 3rem 0 0 0;
  }
}
.post-detail-header .wrap .header-inner .content-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 6rem 0;
}
@media only screen and (max-width: 1280px) {
  .post-detail-header .wrap .header-inner .content-left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .post-detail-header .wrap .header-inner .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-detail-header .wrap .header-inner .content-left .category {
  display: inline-block;
  border-radius: 3rem;
  background-color: #051163;
  color: #FFF;
  padding: 0.5rem 3rem;
  font: 600 1.5rem/2rem "basic-sans", sans-serif;
}

.case-detail-header {
  position: relative;
  min-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F7F3F0;
}
@media only screen and (max-width: 1440px) {
  .case-detail-header {
    min-height: 48rem;
  }
}
@media only screen and (max-width: 1023px) {
  .case-detail-header {
    min-height: 34rem;
  }
}
@media only screen and (max-width: 640px) {
  .case-detail-header {
    min-height: auto;
  }
}
.case-detail-header .header-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.case-detail-header .header-image .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .case-detail-header .header-image .bg-image {
    position: relative;
  }
}
.case-detail-header .header-image:after {
  content: "";
  position: absolute;
  width: 85%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1023px) {
  .case-detail-header .header-image:after {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 100%);
  }
}
.case-detail-header .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case-detail-header .wrap .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
}
@media only screen and (max-width: 640px) {
  .case-detail-header .wrap .header-inner {
    padding: 3rem 0 0 0;
  }
}
.case-detail-header .wrap .header-inner .content-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 6rem 0;
}
@media only screen and (max-width: 1280px) {
  .case-detail-header .wrap .header-inner .content-left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .case-detail-header .wrap .header-inner .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.case-detail-header .wrap .header-inner .content-left .category {
  display: inline-block;
  border-radius: 3rem;
  background-color: #051163;
  color: #FFF;
  padding: 0.5rem 3rem;
  font: 600 1.5rem/2rem "basic-sans", sans-serif;
}
.case-detail-header .wrap .header-inner .content-top {
  margin-bottom: 4rem;
}
.case-detail-header .wrap .header-inner .content-top h1,
.case-detail-header .wrap .header-inner .content-top h2,
.case-detail-header .wrap .header-inner .content-top h3,
.case-detail-header .wrap .header-inner .content-top h4,
.case-detail-header .wrap .header-inner .content-top h5,
.case-detail-header .wrap .header-inner .content-top h6 {
  margin-bottom: 1rem;
}
.case-detail-header .wrap .header-inner .content-top p {
  font: 300 3.2rem/3.9rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .case-detail-header .wrap .header-inner .content-top p {
    font: 300 2.6rem/3.2rem "basic-sans", sans-serif;
  }
}

.vacancy-archive-header {
  background-color: #F7F3F0;
  position: relative;
}
.vacancy-archive-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .vacancy-archive-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.vacancy-archive-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}
.partner-archive-header {
  background-color: #F7F3F0;
  position: relative;
}
.partner-archive-header .header-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
  padding: 6.5rem 0;
}
@media only screen and (max-width: 750px) {
  .partner-archive-header .header-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.partner-archive-header .header-inner .content-left .content-top p {
  margin-bottom: 3rem;
}
/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Media
--------------------------------------------- */
/* Text
--------------------------------------------- */
.text.case-align {
  display: flex;
  flex-wrap: wrap;
}
.text.case-align .section__content {
  width: 92rem;
  max-width: 100%;
}
.text.case-align.align-content-left {
  justify-content: start;
}
.text.case-align.align-content-right {
  justify-content: end;
}
.text.full-width .section__content {
  width: 100%;
}

.quote.case-align {
  display: flex;
  flex-wrap: wrap;
}
.quote.case-align .the-quote {
  width: 92rem;
  max-width: 100%;
}
.quote.case-align.align-content-left {
  justify-content: start;
}
.quote.case-align.align-content-right {
  justify-content: end;
}
.quote .the-quote {
  font: 300 3.2rem/3.9rem "basic-sans", sans-serif;
  color: #FF7F62;
  padding: 0.2rem 0 0.2rem 1.9rem;
  border-left: 1px solid #FF7F62;
}
@media only screen and (max-width: 1023px) {
  .quote .the-quote {
    font: 300 2.6rem/3.2rem "basic-sans", sans-serif;
  }
}

.cta-block .cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 2rem 4rem;
}
@media only screen and (max-width: 1023px) {
  .cta-block .cta-container {
    justify-content: center;
  }
}
.cta-block .cta-container .image-left {
  width: 16rem;
  padding-bottom: 16rem;
  border-radius: 100%;
  overflow: hidden;
}
.cta-block .cta-container .cta-content {
  flex: 0 0 calc(100% - 20rem);
  max-width: calc(100% - 20rem);
}
@media only screen and (max-width: 1023px) {
  .cta-block .cta-container .cta-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.cta-block .cta-container .cta-content .title {
  margin-bottom: 1rem;
}
.cta-block .cta-container .cta-content .content p {
  color: #086DFB;
  font: 400 1.8rem/2.2rem "basic-sans", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .cta-block .cta-container .cta-content .content p {
    font: 400 1.4rem/2rem "basic-sans", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  .cta-block .cta-container .cta-content .buttons {
    justify-content: center;
  }
}

.text-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 1023px) {
  .text-two-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-two-columns .section__content p {
  font: 400 1.6rem/3.2rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .text-two-columns .section__content p {
    font: 400 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}

.image-row {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.image-row .image-container {
  display: grid;
  grid-gap: 0;
  max-height: 48rem;
  overflow: hidden;
}
.image-row .image-container.image-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.image-row .image-container.image-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-media-two-columns .content-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .text-media-two-columns .content-container {
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .text-media-two-columns .content-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-media-two-columns .content-container.column-reverse .content-right {
  order: -1;
}

.post-content-container .publish-info {
  margin-bottom: 4rem;
}

.post-content-container,
.case-content-container {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .post-content-container,
  .case-content-container {
    padding-bottom: 2rem;
  }
}
.post-content-container .publish-info,
.case-content-container .publish-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .post-content-container .publish-info,
  .case-content-container .publish-info {
    justify-content: center;
  }
}
.post-content-container .publish-info .color-blue,
.case-content-container .publish-info .color-blue {
  color: #086DFB;
}
.post-content-container .publish-info p,
.post-content-container .publish-info strong,
.case-content-container .publish-info p,
.case-content-container .publish-info strong {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.post-content-container .publish-info .author,
.case-content-container .publish-info .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-content-container .publish-info .author .image-left,
.case-content-container .publish-info .author .image-left {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
}
.post-content-container .publish-info .author .image-left.wrap-square,
.case-content-container .publish-info .author .image-left.wrap-square {
  padding-bottom: 6rem;
}
.post-content-container .publish-info .author .author-details,
.case-content-container .publish-info .author .author-details {
  padding-left: 1.7rem;
}
.post-content-container .publish-info .author .author-details.no-author,
.case-content-container .publish-info .author .author-details.no-author {
  padding-left: 0;
}
.post-content-container .publish-info .read-time,
.case-content-container .publish-info .read-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.6rem;
}
.post-content-container .publish-info .read-time .icon,
.case-content-container .publish-info .read-time .icon {
  margin-right: 0.2rem;
}
.post-content-container h1,
.post-content-container h2,
.post-content-container h3,
.post-content-container h4,
.post-content-container h5,
.post-content-container h6,
.case-content-container h1,
.case-content-container h2,
.case-content-container h3,
.case-content-container h4,
.case-content-container h5,
.case-content-container h6 {
  font: 400 3.6rem/4.8rem "Canela-Regular", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .post-content-container h1,
  .post-content-container h2,
  .post-content-container h3,
  .post-content-container h4,
  .post-content-container h5,
  .post-content-container h6,
  .case-content-container h1,
  .case-content-container h2,
  .case-content-container h3,
  .case-content-container h4,
  .case-content-container h5,
  .case-content-container h6 {
    font: 400 2.8rem/4rem "Canela-Regular", sans-serif;
  }
}
.post-content-container p,
.post-content-container li,
.case-content-container p,
.case-content-container li {
  font: 400 2rem/3.6rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .post-content-container p,
  .post-content-container li,
  .case-content-container p,
  .case-content-container li {
    font: 500 1.6rem/2.8rem "basic-sans", sans-serif;
  }
}
.post-content-container ul:last-child,
.post-content-container p:last-child,
.case-content-container ul:last-child,
.case-content-container p:last-child {
  margin-bottom: 0;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
.main-footer {
  background-color: #051163;
}

/* Footer-nav
--------------------------------------------- */
.footer-nav {
  padding: 8.5rem 0 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .footer-nav {
    padding: 3rem 0 1.5rem 0;
  }
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.footer-nav .site-logo {
  margin-bottom: 2.4rem;
}
.footer-nav p {
  color: #FFF;
  margin-bottom: 2rem;
}
.footer-nav a {
  color: #FFF;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav a.button {
  text-decoration: none !important;
}
.footer-nav__title {
  font: 600 2.4rem/3.2rem "basic-sans", sans-serif !important;
  margin-bottom: 4.1rem !important;
}
@media only screen and (max-width: 1023px) {
  .footer-nav__title {
    margin-bottom: 2rem !important;
  }
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
  line-height: 4rem;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav .textwidget img {
  max-width: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  padding: 3rem 0;
}
.footer-copyright .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  color: #086DFB;
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright a {
  color: #FFF;
  text-decoration: none;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 1rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 6.2rem 0 0 -100%;
  z-index: 550;
  visibility: hidden;
  background-color: #F7F3F0;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation .social-title {
  color: #FFF;
}
.mobile-navigation .search-form-container {
  padding-top: 1rem;
}
.mobile-navigation ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 0.5rem 0;
}
.mobile-navigation ul li a {
  text-decoration: none;
  color: #081326;
  font-weight: 700;
}
.mobile-navigation ul li .menu-item__toggle {
  position: relative;
  top: 0rem;
  left: 1rem;
  display: none;
}
.mobile-navigation ul li .menu-item__toggle svg {
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation ul li .sub-menu {
  margin: 0;
}
.mobile-navigation ul li .sub-menu li {
  border: 0;
  margin-left: 2rem;
}
.mobile-navigation ul.sm-icons li {
  border: none;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  flex: 1;
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 0;
  position: relative;
  border: initial;
  cursor: pointer;
  width: 2.2rem;
  justify-content: end;
}
.mobile-nav-toggle__button .strokes {
  display: block;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.4rem;
  width: 100%;
  margin: 0 0 0.45rem 0;
  border-radius: 1rem;
  padding: 0;
  background: #081326;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:first-child {
  width: 100%;
}
.mobile-nav-toggle__button .strokes span:nth-child(2) {
  width: 1.8rem;
}
.mobile-nav-toggle__button .strokes span:last-child {
  width: 2rem;
}
.mobile-nav-toggle__button .text {
  width: 3.2rem;
  display: block;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  color: #081326;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.8rem;
  width: 100%;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
  width: 100%;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

.usps {
  position: relative;
  overflow: hidden;
}
.usps .usps-title {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-title {
    display: block;
  }
}
.usps .usps-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2rem 1rem;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-container {
    grid-gap: 0;
    display: flex;
  }
}
@media only screen and (min-width: 1023px) {
  .usps .usps-container {
    transform: none !important;
  }
}
.usps .usps-container .single-usp {
  background-color: #F7F3F0;
  padding: 2rem;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-container .single-usp {
    width: 34rem;
    max-width: calc(100% - 6rem);
    cursor: grab;
  }
}
@media only screen and (max-width: 640px) {
  .usps .usps-container .single-usp {
    width: 28rem;
  }
}
.usps .usps-container .single-usp .icon-container {
  width: 10rem;
  height: 10rem;
  margin-bottom: 5.2rem;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.usps .usps-container .single-usp .icon-container.icon-1 {
  background-color: #FFD8CA;
}
.usps .usps-container .single-usp .icon-container.icon-1 .icon {
  padding: 1.1rem;
}
.usps .usps-container .single-usp .icon-container.icon-2 {
  background-color: #B9E99C;
}
.usps .usps-container .single-usp .icon-container.icon-2 .icon {
  padding: 1.8rem;
}
.usps .usps-container .single-usp .icon-container.icon-3 {
  background-color: #086DFB;
}
.usps .usps-container .single-usp .icon-container.icon-3 .icon {
  padding: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-container .single-usp .icon-container {
    margin-bottom: 2rem;
  }
}
.usps .usps-container .single-usp .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-container .single-usp .title {
    font: 600 2.4rem/2.8rem "basic-sans", sans-serif;
    margin-bottom: 0.7rem;
  }
}
.usps .usps-container .single-usp .top-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .usps .usps-container .single-usp .top-title {
    margin-bottom: 2rem;
  }
}
.usps .usps-container .single-usp .content p {
  margin-bottom: 0;
}

.numbers {
  overflow: hidden;
}
.numbers .numbers-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container {
    display: block;
  }
}
.numbers .numbers-container .content-left {
  align-self: center;
  padding-right: 9rem;
}
@media only screen and (max-width: 1023px) {
  .numbers .numbers-container .content-left {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container .content-left {
    display: none;
  }
}
.numbers .numbers-container .content-right {
  align-self: center;
  padding: 6.6rem 0;
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container .content-right {
    padding: 0;
  }
}
.numbers .numbers-container .content-right .numbers-title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container .content-right .numbers-title {
    font: 400 2.4rem/3.2rem "Canela-Regular", sans-serif;
    margin-bottom: 2rem;
  }
  .numbers .numbers-container .content-right .numbers-title br {
    display: none;
  }
}
.numbers .numbers-container .content-right .numbers-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.numbers .numbers-container .content-right .numbers-inner .single-number .number {
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container .content-right .numbers-inner .single-number .number {
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .numbers .numbers-container .content-right .numbers-inner .single-number .label {
    font: 500 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}
.numbers .numbers-container.image-right .content-left {
  order: 1;
  padding-right: 0;
  padding-left: 9rem;
}
@media only screen and (max-width: 1023px) {
  .numbers .numbers-container.image-right .content-left {
    padding-left: 4rem;
  }
}
.numbers .numbers-container.image-right .content-left .io figure {
  border-top-left-radius: 8rem;
}

.about-us .about-us-container {
  background-color: #051163;
  padding: 6rem 4rem;
  border-bottom-right-radius: 8rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .about-us .about-us-container {
    padding: 3rem 2rem 7rem 2rem;
  }
}
.about-us .about-us-container .content-left {
  flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 750px) {
  .about-us .about-us-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about-us .about-us-container .content-left .top-title {
  margin-bottom: 1rem;
}
.about-us .about-us-container .content-left .title {
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .about-us .about-us-container .content-left .title br {
    display: none;
  }
}
.about-us .about-us-container .content-right {
  padding-top: 4.2rem;
  flex: 0 0 55%;
  max-width: 55%;
}
@media only screen and (max-width: 1023px) {
  .about-us .about-us-container .content-right {
    padding-top: 2.9rem;
  }
}
@media only screen and (max-width: 750px) {
  .about-us .about-us-container .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.about-us .about-us-container .content-right p {
  color: #FFF;
}

.text-block .text-block-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 750px) {
  .text-block .text-block-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-block .text-block-container.image-left .content-left {
  order: 1;
}
.text-block .text-block-container .content-left {
  align-self: center;
}
@media only screen and (max-width: 750px) {
  .text-block .text-block-container .content-left {
    padding: 0;
  }
}
.text-block .text-block-container .content-left .top-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .text-block .text-block-container .content-left .top-title {
    margin-bottom: 0.4rem;
  }
}
.text-block .text-block-container .content-right {
  align-self: center;
}

.featured-cases .featured-cases-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.featured-cases .featured-cases-inner .case-url {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .featured-cases .featured-cases-inner .case-url {
    position: relative;
    order: 1;
    margin-top: 2rem;
  }
}
.featured-cases .featured-cases-inner .featured-cases-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 1280px) {
  .featured-cases .featured-cases-inner .featured-cases-container {
    grid-gap: 3rem 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .featured-cases .featured-cases-inner .featured-cases-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .featured-cases .featured-cases-inner .featured-cases-container .case-summary:last-child {
    display: none;
  }
}

.featured-customer-reviews {
  background-color: #F7F3F0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.featured-customer-reviews .featured-customer-reviews-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.featured-customer-reviews .featured-customer-reviews-inner .review-url {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .featured-customer-reviews .featured-customer-reviews-inner .review-url {
    position: relative;
    order: 1;
    margin-top: 2rem;
  }
}
.featured-customer-reviews .featured-customer-reviews-inner .title {
  margin-bottom: 4.1rem;
}
.featured-customer-reviews .featured-customer-reviews-inner .featured-customer-reviews-swiper {
  width: 100%;
  height: 100%;
}
.featured-customer-reviews .featured-customer-reviews-inner .featured-customer-reviews-container.desktop {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 1023px) {
  .featured-customer-reviews .featured-customer-reviews-inner .featured-customer-reviews-container.desktop {
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .featured-customer-reviews .featured-customer-reviews-inner .featured-customer-reviews-container.desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.featured-customer-reviews .featured-customer-reviews-inner .featured-customer-reviews-container.mobile .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  width: 28rem;
  max-width: calc(100% - 4rem);
}

.text-block-2 .text-block-2-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 750px) {
  .text-block-2 .text-block-2-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-block-2 .text-block-2-container .content-left p:last-child {
  margin-bottom: 0;
}
.text-block-2 .text-block-2-container .content-right {
  width: 41rem;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .text-block-2 .text-block-2-container .content-right {
    margin: 0 auto;
  }
}
.text-block-2 .text-block-2-container .content-right .content-inner {
  background-color: #051163;
  padding: 4.3rem 5.2rem;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .text-block-2 .text-block-2-container .content-right .content-inner {
    padding: 4.7rem 2.6rem;
  }
}
.text-block-2 .text-block-2-container .content-right .content-inner h1, .text-block-2 .text-block-2-container .content-right .content-inner h2, .text-block-2 .text-block-2-container .content-right .content-inner h3, .text-block-2 .text-block-2-container .content-right .content-inner h4, .text-block-2 .text-block-2-container .content-right .content-inner h5, .text-block-2 .text-block-2-container .content-right .content-inner h6 {
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .text-block-2 .text-block-2-container .content-right .content-inner h1, .text-block-2 .text-block-2-container .content-right .content-inner h2, .text-block-2 .text-block-2-container .content-right .content-inner h3, .text-block-2 .text-block-2-container .content-right .content-inner h4, .text-block-2 .text-block-2-container .content-right .content-inner h5, .text-block-2 .text-block-2-container .content-right .content-inner h6 {
    font: 600 2.4rem/3rem "basic-sans", sans-serif;
  }
}
.text-block-2 .text-block-2-container .content-right .content-inner li, .text-block-2 .text-block-2-container .content-right .content-inner p {
  color: #FFF;
}
.text-block-2 .text-block-2-container .content-right .content-inner p:last-child {
  margin-bottom: 0;
}

.featured-news {
  position: relative;
  overflow: hidden;
}
.featured-news .featured-news-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.featured-news .featured-news-inner .news-url {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .featured-news .featured-news-inner .news-url {
    position: relative;
    order: 1;
    margin-top: 2rem;
  }
}
.featured-news .featured-news-inner .featured-news-swiper {
  width: 100%;
  height: 100%;
}
.featured-news .featured-news-inner .featured-news-container.desktop {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem 1rem;
}
@media only screen and (max-width: 750px) {
  .featured-news .featured-news-inner .featured-news-container.desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.featured-news .featured-news-inner .featured-news-container.mobile .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  width: 28rem;
  max-width: calc(100% - 4rem);
}

.text-block-center h1, .text-block-center h2, .text-block-center h3, .text-block-center h4, .text-block-center h5, .text-block-center h6 {
  text-align: center;
  margin-bottom: 3rem;
}
.text-block-center p {
  text-align: center;
  font: 400 2rem/3.6rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .text-block-center p {
    font: 400 1.6rem/3.6rem "basic-sans", sans-serif;
  }
}

.text-block-video .text-block-video-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .text-block-video .text-block-video-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-block-video .text-block-video-container .content-left .responsive-video-wrapper {
  margin-bottom: 0;
}
.text-block-video .text-block-video-container .content-right .top-title {
  margin-bottom: 0;
}

.our-people {
  background-color: #F7F3F0;
}
.our-people .content-top {
  width: 90rem;
  max-width: 100%;
}
.our-people .content-top p {
  text-align: left;
}
.our-people .our-people-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 6rem 2rem;
}
@media only screen and (max-width: 1280px) {
  .our-people .our-people-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .our-people .our-people-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .our-people .our-people-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.text-block-large-image {
  position: relative;
}
.text-block-large-image .text-block-large-image-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
    padding-bottom: 4rem;
  }
}
.text-block-large-image .text-block-large-image-container .content-left .content-left-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 60rem;
  padding-right: 8rem;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container .content-left .content-left-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.text-block-large-image .text-block-large-image-container .content-left .content-left-inner .top-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container .content-left .content-left-inner .top-title {
    margin-bottom: 1rem;
  }
}
.text-block-large-image .text-block-large-image-container .content-left .content-left-inner .title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container .content-left .content-left-inner .title {
    margin-bottom: 2rem;
  }
}
.text-block-large-image .text-block-large-image-container .content-right .image-side {
  width: 50vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image .text-block-large-image-container .content-right .image-side {
    width: 100%;
  }
}
.text-block-large-image.image-left .content-left {
  order: 1;
}
.text-block-large-image.image-left .content-left .content-left-inner {
  padding-right: 0;
  padding-left: 8rem;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image.image-left .content-left .content-left-inner {
    padding-left: 0;
  }
}
.text-block-large-image.image-left .content-right .image-side {
  border-bottom-right-radius: 10rem;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image.image-left .content-right .image-side {
    border-bottom-right-radius: 10%;
  }
}
.text-block-large-image.image-right .content-right .image-side {
  border-top-left-radius: 10rem;
}
@media only screen and (max-width: 1023px) {
  .text-block-large-image.image-right .content-right .image-side {
    border-top-left-radius: 10%;
  }
}

.partners-small .title,
.partners-small .content p {
  text-align: center;
}
.partners-small .partners-container {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .partners-small .partners-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .partners-small .partners-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
  }
}
.partners-small .partners-container .partner-image {
  padding: 1rem;
  background-color: #FFF;
  height: 20rem;
  position: relative;
}
.partners-small .partners-container .partner-image a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.partners-small .partners-container .partner-image a:hover img {
  transform: scale(1);
}
.partners-small .partners-container .partner-image img {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1280px) {
  .partners-small .partners-container .partner-image img.empty-spot {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .partners-small .partners-container .partner-image img.empty-spot {
    display: none;
  }
}

.demo-request .demo-request-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .demo-request .demo-request-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.demo-request .demo-request-container .content-left {
  padding: 4rem 0;
}
@media only screen and (max-width: 750px) {
  .demo-request .demo-request-container .content-left {
    padding: 0;
  }
}
.demo-request .demo-request-container .content-left .title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  .demo-request .demo-request-container .content-left .title {
    margin-bottom: 3rem;
  }
}

.social-media-block {
  background-color: #086DFB;
  padding: 6rem 0;
}
.social-media-block .social-media-block-container .title {
  text-align: center;
  color: #FFF;
}
.social-media-block .social-media-block-container .content {
  text-align: center;
}
.social-media-block .social-media-block-container .content p {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 2rem;
}
.social-media-block .social-media-block-container .content .sm-icons {
  justify-content: center;
}
.social-media-block .social-media-block-container .content .sm-icons-title {
  display: none;
}

.extra-contact-block .extra-contact-block-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem 1rem;
}
@media only screen and (max-width: 750px) {
  .extra-contact-block .extra-contact-block-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .extra-contact-block .extra-contact-block-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem 1rem;
  }
}
.extra-contact-block .extra-contact-block-container .single-contact-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #F7F3F0;
  padding: 3rem;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .extra-contact-block .extra-contact-block-container .single-contact-block__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .extra-contact-block .extra-contact-block-container .single-contact-block__inner .title {
    font: 600 2rem/2.4rem "basic-sans", sans-serif;
  }
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner .title a {
  text-decoration: none;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner .title a:hover {
  text-decoration: underline;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p {
  position: relative;
  padding-left: 3rem;
  width: 100%;
  margin: 0;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p:before {
  content: "";
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  left: 0;
  top: 0.7rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  .extra-contact-block .extra-contact-block-container .single-contact-block__inner p:before {
    top: 0.4rem;
  }
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p.phone:before {
  background-image: url("../img/custom-icons/twinq-phone.svg");
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p.email:before {
  background-image: url("../img/custom-icons/twinq-email.svg");
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p.website:not(.website--has-icon) {
  padding-left: 0;
}
.extra-contact-block .extra-contact-block-container .single-contact-block__inner p.website.website--has-icon:before {
  background-image: var(--website-icon);
  background-size: contain;
  background-position: left center;
}

.meet-the-team {
  background-color: #F7F3F0;
  position: relative;
}
.meet-the-team .wrap > .title {
  margin-bottom: 6rem;
}
.meet-the-team .team-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 6rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .meet-the-team .team-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .meet-the-team .team-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .meet-the-team .team-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.meet-the-team > .wrap {
  display: flex;
  flex-wrap: wrap;
}
.meet-the-team .title {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .meet-the-team .title {
    width: 100%;
  }
}
.meet-the-team .button-right {
  position: absolute;
  top: 0;
  right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .meet-the-team .button-right {
    order: 1;
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 5rem;
  }
}

.text-block-smaller-image {
  position: relative;
  background-color: #F7F3F0;
}
.text-block-smaller-image .text-block-smaller-image-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .text-block-smaller-image .text-block-smaller-image-container {
    grid-gap: 3rem;
  }
}
.text-block-smaller-image .text-block-smaller-image-container .content-left {
  flex: 0 0 33.6rem;
  max-width: 33.6rem;
}
@media only screen and (max-width: 750px) {
  .text-block-smaller-image .text-block-smaller-image-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-block-smaller-image .text-block-smaller-image-container .content-left figure .image {
  border-radius: 100%;
  overflow: hidden;
}
.text-block-smaller-image .text-block-smaller-image-container .content-right {
  flex: 0 0 calc(100% - 33.6rem);
  max-width: calc(100% - 33.6rem);
  padding-left: 6rem;
}
@media only screen and (max-width: 1023px) {
  .text-block-smaller-image .text-block-smaller-image-container .content-right {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .text-block-smaller-image .text-block-smaller-image-container .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.text-block-smaller-image .text-block-smaller-image-container .content-right .title {
  font: 400 3.6rem/4.8rem "Canela-Regular", sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .text-block-smaller-image .text-block-smaller-image-container .content-right .title {
    font: 400 2.8rem/4rem "Canela-Regular", sans-serif;
  }
}

.image-row .images-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 4rem 2rem;
}
@media only screen and (max-width: 480px) {
  .image-row .images-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.text-block-background-color .text-block-background-color-container {
  background-color: #051163;
  padding: 6rem 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 4rem 6rem;
  align-items: center;
}
@media only screen and (max-width: 885px) {
  .text-block-background-color .text-block-background-color-container {
    justify-content: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .text-block-background-color .text-block-background-color-container {
    padding: 3rem;
  }
}
.text-block-background-color .text-block-background-color-container .content-left .top-title {
  margin-bottom: 1rem;
}
.text-block-background-color .text-block-background-color-container .content-left .title {
  color: #FFF;
}
.text-block-background-color .text-block-background-color-container .content-left .content p {
  color: #FFF;
  font: 400 1.6rem/3.2rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .text-block-background-color .text-block-background-color-container .content-left .content p {
    font: 400 1.4rem/2.8rem "basic-sans", sans-serif;
  }
}
.text-block-background-color .text-block-background-color-container .content-right {
  padding-left: 10rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1280px) {
  .text-block-background-color .text-block-background-color-container .content-right {
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .text-block-background-color .text-block-background-color-container .content-right {
    padding-left: 0;
  }
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
.post-summary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.post-summary__img a:hover img {
  transform: scale(1.15);
}
.post-summary__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-summary__category {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .post-summary__category {
    padding: 0.4rem 1rem;
  }
}
.post-summary__category p {
  position: relative;
  top: 2px;
  color: #051163;
  font: 700 1.4rem/1.9rem "basic-sans", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .post-summary__category p {
    font: 700 1rem/1.4rem "basic-sans", sans-serif;
    top: 0;
  }
}
.post-summary__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #F7F3F0;
  padding: 3rem;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .post-summary__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.post-summary__inner .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .post-summary__inner .title {
    font: 600 2rem/2.4rem "basic-sans", sans-serif;
  }
}
.post-summary__inner .title a {
  text-decoration: none;
}
.post-summary__inner .title a:hover {
  text-decoration: underline;
}
.post-summary__inner p:last-child {
  margin: auto 0 0 0;
}

#single-content .post-content-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #single-content .post-content-container {
    grid-gap: 3rem;
  }
}
#single-content .post-content-container.no-toc .content-left {
  display: none;
}
#single-content .post-content-container.no-toc .content-right {
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
#single-content .post-content-container .content-left {
  flex: 0 0 38rem;
  max-width: 38rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 1280px) {
  #single-content .post-content-container .content-left {
    flex: 0 0 32rem;
    max-width: 32rem;
  }
}
@media only screen and (max-width: 750px) {
  #single-content .post-content-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
}
#single-content .post-content-container .content-left .post-nav {
  background-color: #051163;
  padding: 3rem 2rem 5rem 6rem;
  border-radius: 6rem;
  position: sticky;
  top: 20rem;
}
@media only screen and (max-width: 1023px) {
  #single-content .post-content-container .content-left .post-nav {
    padding: 3rem;
    border-radius: 2rem;
  }
}
#single-content .post-content-container .content-left .post-nav .title {
  font: 400 3.2rem/4rem "Canela-Regular", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  #single-content .post-content-container .content-left .post-nav .title {
    font: 400 2.6rem/3.4rem "Canela-Regular", sans-serif;
  }
}
#single-content .post-content-container .content-left .post-nav .category-nav a {
  padding: 1rem 0;
  display: block;
  width: 100%;
  color: #FFF;
  text-decoration: underline;
  padding-left: 2.7rem;
  padding-right: 1.5rem;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
#single-content .post-content-container .content-left .post-nav .category-nav a:hover {
  text-decoration: none;
}
#single-content .post-content-container .content-left .post-nav .category-nav a.active {
  font-weight: 700;
  color: #086DFB;
}
#single-content .post-content-container .content-left .post-nav .category-nav a.active .icon {
  fill: #086DFB;
  transform: rotate(-180deg);
}
#single-content .post-content-container .content-left .post-nav .category-nav a .icon {
  position: absolute;
  left: 0;
  top: 1rem;
  fill: #FFF;
  transition: all 0.3s ease-out 0s;
}
#single-content .post-content-container .content-right {
  padding-left: 10rem;
  flex: 0 0 calc(100% - 38rem);
  max-width: calc(100% - 38rem);
}
@media only screen and (max-width: 1280px) {
  #single-content .post-content-container .content-right {
    padding-left: 6rem;
    flex: 0 0 calc(100% - 32rem);
    max-width: calc(100% - 32rem);
  }
}
@media only screen and (max-width: 750px) {
  #single-content .post-content-container .content-right {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#single-content .post-options {
  width: 100%;
  background-color: #051163;
  padding: 8rem 0;
}
@media only screen and (max-width: 1023px) {
  #single-content .post-options {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #single-content .post-options {
    padding: 4rem 0;
  }
}
#single-content .post-options .post-options-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 3rem 2.2rem;
}
#single-content .post-options .post-options-container p, #single-content .post-options .post-options-container ul {
  color: #FFF;
  margin-bottom: 0;
}
#single-content .post-options .post-options-container .title {
  font: 600 2rem/2.4rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  #single-content .post-options .post-options-container .title {
    font: 600 1.6rem/2rem "basic-sans", sans-serif;
  }
}
#single-content .post-options .post-options-container .sm-share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0.5rem 1rem;
  max-width: 100%;
}
#single-content .post-options .post-options-container .sm-share-buttons li {
  margin: 0;
}
#single-content .post-options .post-options-container .sm-share-buttons li a {
  height: 4rem;
  width: 4rem;
}
#single-content .post-options .post-options-container .sm-share-buttons li a svg {
  stroke: none;
  filter: none;
}
#single-content .post-options .post-options-container .sm-share-buttons li.facebook a {
  background-color: #FFF;
}
#single-content .post-options .post-options-container .sm-share-buttons li.facebook a svg {
  fill: #4267B2;
}
#single-content .post-options .post-options-container .sm-share-buttons li.twitter a {
  background-color: #081326;
}
#single-content .post-options .post-options-container .sm-share-buttons li.twitter a svg {
  fill: #FFF;
}
#single-content .post-options .post-options-container .sm-share-buttons li.linkedin a {
  background-color: #FFF;
}
#single-content .post-options .post-options-container .sm-share-buttons li.linkedin a svg {
  fill: #0A66C2;
}
#single-content .post-options .post-options-container .sm-share-buttons li.whatsapp a {
  background-color: #25D366;
}
#single-content .post-options .post-options-container .sm-share-buttons li.whatsapp a svg {
  fill: #FFF;
}
#single-content .post-options .post-options-container .sm-share-buttons li.email a {
  background-color: #92D6FF;
}
#single-content .post-options .post-options-container .sm-share-buttons li.email a svg {
  fill: #FFF;
}
#single-content #related-blogs {
  padding-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  #single-content #related-blogs {
    padding-top: 5rem;
  }
}
#single-content #related-blogs .wrap > .title {
  margin-bottom: 4rem;
  text-align: left;
}
#single-content #related-blogs #post-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem 1rem;
}
@media only screen and (max-width: 1023px) {
  #single-content #related-blogs #post-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #single-content #related-blogs #post-container .post-summary:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #single-content #related-blogs #post-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.no-vacancies {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-vacancies .vacancy-summary.vacancy-end {
  max-width: 60rem;
}

.vacancy-summary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vacancy-summary.vacancy-end .vacancy-summary__inner {
  background-color: #051163;
}
.vacancy-summary.vacancy-end .vacancy-summary__inner .title a {
  color: #FFF;
}
.vacancy-summary.vacancy-end .vacancy-summary__inner .content {
  margin-bottom: 3rem;
}
.vacancy-summary.vacancy-end .vacancy-summary__inner .content p {
  color: #FFF;
  font: 400 1.6rem/3.2rem "basic-sans", sans-serif;
}
.vacancy-summary__img a:hover img {
  transform: scale(1.15);
}
.vacancy-summary__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacancy-summary__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #F7F3F0;
  padding: 3rem;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .vacancy-summary__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.vacancy-summary__inner .content {
  width: 100%;
}
.vacancy-summary__inner .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 1023px) {
  .vacancy-summary__inner .title {
    font: 600 2rem/2.4rem "basic-sans", sans-serif;
  }
}
.vacancy-summary__inner .title a {
  text-decoration: none;
  color: #051163;
}
.vacancy-summary__inner .title a:hover {
  text-decoration: underline;
}
.vacancy-summary__inner .vacancy-properties {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.4rem 0;
  margin-bottom: 3rem;
}
.vacancy-summary__inner .vacancy-properties .property {
  position: relative;
  margin-bottom: 0;
  padding-left: 2.2rem;
  font: 400 1.6rem/2.6rem "basic-sans", sans-serif;
  color: #051163;
}
.vacancy-summary__inner .vacancy-properties .property:nth-child(odd) {
  flex: 0 0 40%;
  max-width: 40%;
}
.vacancy-summary__inner .vacancy-properties .property:nth-child(even) {
  flex: 0 0 60%;
  max-width: 60%;
}
.vacancy-summary__inner .vacancy-properties .property svg {
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.vacancy-summary__inner p:last-child {
  margin: auto 0 0 0;
}

.post-type-archive-vacancy #main {
  overflow-x: hidden;
}

.vacancy-archive .title {
  margin-bottom: 4rem;
}

.faq-header {
  position: relative;
  background-color: #F7F3F0;
}

.archive-faq {
  position: relative;
  background-color: #F7F3F0;
}
.archive-faq .faq-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container {
    grid-gap: 4rem;
  }
}
.archive-faq .faq-container .content-left {
  flex: 0 0 32rem;
  max-width: 32rem;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.archive-faq .faq-container .content-left .faq-nav {
  background-color: #051163;
  padding: 3rem 2rem 5rem 6rem;
  border-radius: 6rem;
  position: sticky;
  top: 20rem;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-left .faq-nav {
    padding: 3rem;
    border-radius: 2rem;
  }
}
.archive-faq .faq-container .content-left .faq-nav .title {
  font: 400 3.2rem/4rem "Canela-Regular", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-left .faq-nav .title {
    font: 400 2.6rem/3.4rem "Canela-Regular", sans-serif;
  }
}
.archive-faq .faq-container .content-left .faq-nav .category-nav a {
  padding: 1rem 0;
  display: block;
  width: 100%;
  color: #FFF;
  text-decoration: underline;
  padding-left: 2.7rem;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.archive-faq .faq-container .content-left .faq-nav .category-nav a:hover {
  text-decoration: none;
}
.archive-faq .faq-container .content-left .faq-nav .category-nav a.active {
  font-weight: 700;
  color: #086DFB;
}
.archive-faq .faq-container .content-left .faq-nav .category-nav a.active .icon {
  fill: #086DFB;
  transform: rotate(-180deg);
}
.archive-faq .faq-container .content-left .faq-nav .category-nav a .icon {
  position: absolute;
  left: 0;
  top: 1rem;
  fill: #FFF;
  transition: all 0.3s ease-out 0s;
}
.archive-faq .faq-container .content-right {
  flex: 0 0 calc(100% - 32rem);
  max-width: calc(100% - 32rem);
  padding-left: 8.6rem;
}
@media only screen and (max-width: 1280px) {
  .archive-faq .faq-container .content-right {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.archive-faq .faq-container .content-right .top-title {
  margin-bottom: 0;
}
.archive-faq .faq-container .content-right .title {
  width: 61rem;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .title {
    width: auto;
  }
}
.archive-faq .faq-container .content-right .faq-content .category-title {
  padding-top: 6rem;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .faq-content .category-title {
    padding-top: 4rem;
    font: 600 2.2rem/2.8rem "basic-sans", sans-serif;
  }
}
.archive-faq .faq-container .content-right .faq-content .single-faq {
  padding: 2rem 0;
  border-bottom: 1px solid #384152;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .faq-content .single-faq {
    padding: 1.5rem 0;
  }
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner {
  position: relative;
  cursor: pointer;
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .toggle-icon.icon-open {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .toggle-icon {
    top: -0.8rem;
  }
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .question {
  font: 400 2rem/3.6rem "basic-sans", sans-serif;
  margin-bottom: 0;
  padding-right: 3rem;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .question {
    font: 400 1.6rem/3rem "basic-sans", sans-serif;
  }
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .answer {
  display: none;
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .answer p {
  font: 400 1.6rem/2.6rem "basic-sans", sans-serif;
  margin-bottom: 0;
  padding-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .answer p {
    font: 400 1.4rem/2.2rem "basic-sans", sans-serif;
  }
}
.archive-faq .faq-container .content-right .faq-content .single-faq .single-faq-inner .answer.on-load-active {
  display: block;
}
.archive-faq .faq-container .content-right .faq-content .single-faq.active .toggle-icon.icon-open {
  opacity: 0;
}
.archive-faq .faq-container .content-right .faq-content .single-faq.active .toggle-icon.icon-close {
  opacity: 1;
}

.case-summary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.case-summary__img a:hover img {
  transform: scale(1.15);
}
.case-summary__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-summary__category {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .case-summary__category {
    padding: 0.4rem 1rem;
  }
}
.case-summary__category p {
  position: relative;
  top: 2px;
  color: #086DFB;
  font: 700 1.4rem/1.9rem "basic-sans", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .case-summary__category p {
    font: 700 1rem/1.4rem "basic-sans", sans-serif;
    top: 0;
  }
}
.case-summary__inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  background-color: #F7F3F0;
  padding: 2.2rem 3rem 3rem 3rem;
}
@media only screen and (max-width: 1023px) {
  .case-summary__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.case-summary__inner .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .case-summary__inner .title {
    font: 600 2rem/2.4rem "basic-sans", sans-serif;
  }
}
.case-summary__inner .title a {
  text-decoration: none;
}
.case-summary__inner .title a:hover {
  text-decoration: underline;
}
.case-summary__inner p:last-child {
  margin: auto 0 0 0;
}

.related-cases {
  position: relative;
  overflow: hidden;
}
.related-cases .related-cases-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.related-cases .related-cases-inner .title {
  margin-bottom: 4rem;
}
.related-cases .related-cases-inner .cases-url {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .related-cases .related-cases-inner .cases-url {
    position: relative;
    order: 1;
    margin-top: 2rem;
  }
}
.related-cases .related-cases-inner .case-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 6rem;
}
@media only screen and (max-width: 750px) {
  .related-cases .related-cases-inner .case-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.team-summary-new-colleague__inner {
  height: 100%;
}
.team-summary-new-colleague .bg-color {
  background-color: #086DFB;
  top: 6%;
  height: 94%;
  border-bottom-right-radius: 10%;
  position: relative;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
@media only screen and (max-width: 1280px) {
  .team-summary-new-colleague .bg-color {
    padding: 2.5rem 1.5rem;
    align-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .team-summary-new-colleague .bg-color {
    padding: 4.5rem 1.5rem;
  }
}
.team-summary-new-colleague .bg-color p {
  color: #FFF;
  font: 600 2.8rem/3.6rem "basic-sans", sans-serif;
}
.team-summary-new-colleague .bg-color p:first-child {
  font: 400 1.8rem/2.2rem "basic-sans", sans-serif;
  margin-bottom: 1.5rem;
}
.team-summary-new-colleague .bg-color .buttons {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1280px) {
  .team-summary-new-colleague .bg-color .buttons {
    margin-bottom: 0;
  }
}
.team-summary-new-colleague .bg-color .buttons .button:hover {
  border-color: #FF7F62;
  background-color: #FF7F62;
}
@media only screen and (max-width: 1280px) {
  .team-summary-new-colleague .bg-color .buttons .button {
    padding: 1.6rem;
  }
}

.team-summary .io a:hover img {
  transform: scale(1.2);
}
.team-summary .io a img {
  transition: all 0.3s ease-out 0s;
}
.team-summary__inner {
  padding-top: 2rem;
  padding-left: 2.1rem;
}
.team-summary__inner .title {
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 0.4rem;
}
.team-summary__inner .title a {
  color: #081326;
  text-decoration: none;
}
.team-summary__inner .title a:hover {
  text-decoration: underline;
}
.team-summary__category .top-title {
  margin-bottom: 0;
}

.team-detail-content .title {
  margin-bottom: 4rem;
}
.team-detail-content .team-detail-content-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0 6rem;
}
@media only screen and (max-width: 750px) {
  .team-detail-content .team-detail-content-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#team-categories {
  margin-bottom: 6rem;
}
#team-categories .select-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 1.1rem;
}
@media only screen and (max-width: 640px) {
  #team-categories .select-wrap {
    flex-direction: column;
  }
}
#team-categories .select-wrap label {
  margin-bottom: 0;
  color: #086DFB;
  font: 400 1.8rem/2.2rem "basic-sans", sans-serif;
}
@media only screen and (max-width: 640px) {
  #team-categories .select-wrap label {
    width: 100%;
  }
}
#team-categories .select-wrap #select-category {
  min-width: 30rem;
  flex: 0;
  border-color: #BBBBBB;
  padding: 1.5rem 5rem 1.5rem 3rem;
}
@media only screen and (max-width: 640px) {
  #team-categories .select-wrap #select-category {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}

html.js .our-people-container.team-grid-shuffle,
html.js .team-archive-content .team-container.team-grid-shuffle {
  opacity: 0;
  pointer-events: none;
}
html.js .our-people-container.team-grid-shuffle.team-grid-ready,
html.js .team-archive-content .team-container.team-grid-shuffle.team-grid-ready {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.team-archive-content, .related-team {
  background-color: #F7F3F0;
  position: relative;
}
.team-archive-content .wrap > .title, .related-team .wrap > .title {
  margin-bottom: 6rem;
}
.team-archive-content .team-container, .related-team .team-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 6rem 2rem;
}
@media only screen and (max-width: 1280px) {
  .team-archive-content .team-container, .related-team .team-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .team-archive-content .team-container, .related-team .team-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .team-archive-content .team-container, .related-team .team-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.related-team > .wrap {
  display: flex;
  flex-wrap: wrap;
}
.related-team .title {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .related-team .title {
    width: 100%;
  }
}
.related-team .button-right {
  position: absolute;
  top: 0;
  right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .related-team .button-right {
    order: 1;
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 5rem;
  }
}

.customer-review-summary {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  padding: 3rem;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary {
    padding: 2rem;
  }
}
.customer-review-summary .customer-review-summary-inner {
  display: flex;
  flex-wrap: wrap;
}
.customer-review-summary .customer-review-summary-inner .content-left {
  flex: 0 0 10rem;
  max-width: 10rem;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.customer-review-summary .customer-review-summary-inner .content-right {
  flex: 0 0 calc(100% - 10rem);
  max-width: calc(100% - 10rem);
  padding-left: 3rem;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.customer-review-summary .customer-review-summary-inner .content-under {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 13rem;
  position: relative;
}
.customer-review-summary .customer-review-summary-inner .content-under .content-under-image {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-under .content-under-image {
    display: block;
    flex: 0 0 5.7rem;
    max-width: 5.7rem;
  }
}
.customer-review-summary .customer-review-summary-inner .content-under .top-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-under .top-title {
    padding-left: 7.1rem;
    max-width: calc(100% - 7.1rem);
  }
}
.customer-review-summary .customer-review-summary-inner .content-under .name {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-under .name {
    padding-left: 7.1rem;
    max-width: calc(100% - 7.1rem);
  }
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary .customer-review-summary-inner .content-under {
    padding-left: 0;
  }
}
.customer-review-summary__img {
  width: 10rem;
  height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .customer-review-summary__img {
    width: 5.7rem;
    height: 5.7rem;
    display: none;
  }
}
.customer-review-summary__excerpt p {
  font: 400 1.8rem/3.2rem "basic-sans", sans-serif;
}
.customer-review-summary__excerpt-short {
  font: 400 1.8rem/3.2rem "basic-sans", sans-serif;
}
.customer-review-summary__excerpt-short .read-more {
  font: 700 1.4rem/2.8rem "basic-sans", sans-serif;
  color: #086DFB;
  text-decoration: underline;
  cursor: pointer;
}
.customer-review-summary__excerpt-short .read-more:hover {
  text-decoration: none;
}

.customer-review-header {
  position: relative;
  background-color: #F7F3F0;
}

.archive-customer-review {
  position: relative;
  background-color: #F7F3F0;
}
.archive-customer-review h1.title {
  margin-bottom: 4rem;
}
.archive-customer-review .customer-review-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 6rem;
}
@media only screen and (max-width: 1280px) {
  .archive-customer-review .customer-review-container {
    grid-gap: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .archive-customer-review .customer-review-container {
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .archive-customer-review .customer-review-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.breadcrumbs-404 {
  position: relative;
}

#page-404 .full-404-container {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #page-404 .full-404-container {
    margin-top: 4rem;
  }
}
#page-404 .top-text, #page-404 .middle-text, #page-404 .bottom-text, #page-404 .container-404 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#page-404 .top-text {
  width: 90rem;
  margin-bottom: 4rem;
}
#page-404 .top-text h1, #page-404 .top-text h2, #page-404 .top-text h3, #page-404 .top-text h4, #page-404 .top-text h5, #page-404 .top-text h6, #page-404 .top-text p {
  font: 400 4rem/4.8rem "Canela-Regular", sans-serif;
}
@media only screen and (max-width: 750px) {
  #page-404 .top-text h1, #page-404 .top-text h2, #page-404 .top-text h3, #page-404 .top-text h4, #page-404 .top-text h5, #page-404 .top-text h6, #page-404 .top-text p {
    font: 400 3rem/3.6rem "Canela-Regular", sans-serif;
  }
}
#page-404 .middle-text {
  width: 70rem;
}
#page-404 .middle-text h1, #page-404 .middle-text h2, #page-404 .middle-text h3, #page-404 .middle-text h4, #page-404 .middle-text h5, #page-404 .middle-text h6, #page-404 .middle-text p {
  font: 400 2.8rem/3.6rem "Canela-Regular", sans-serif;
}
@media only screen and (max-width: 750px) {
  #page-404 .middle-text h1, #page-404 .middle-text h2, #page-404 .middle-text h3, #page-404 .middle-text h4, #page-404 .middle-text h5, #page-404 .middle-text h6, #page-404 .middle-text p {
    font: 400 2.2rem/2.8rem "Canela-Regular", sans-serif;
  }
}
#page-404 .bottom-text {
  width: 80rem;
}
#page-404 .bottom-text h1, #page-404 .bottom-text h2, #page-404 .bottom-text h3, #page-404 .bottom-text h4, #page-404 .bottom-text h5, #page-404 .bottom-text h6, #page-404 .bottom-text p {
  font: 400 2.8rem/3.6rem "Canela-Regular", sans-serif;
}
@media only screen and (max-width: 750px) {
  #page-404 .bottom-text h1, #page-404 .bottom-text h2, #page-404 .bottom-text h3, #page-404 .bottom-text h4, #page-404 .bottom-text h5, #page-404 .bottom-text h6, #page-404 .bottom-text p {
    font: 400 2.2rem/2.8rem "Canela-Regular", sans-serif;
  }
}
#page-404 .container-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60rem;
  margin-bottom: 3rem;
}
#page-404 .container-404 .content-left {
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #page-404 .container-404 .content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
#page-404 .container-404 .content-left .title {
  font: 400 11rem/12rem "Canela-Regular", sans-serif;
}
@media only screen and (max-width: 750px) {
  #page-404 .container-404 .content-left .title {
    font: 400 8rem/9rem "Canela-Regular", sans-serif;
  }
}
#page-404 .container-404 .content-left p {
  text-transform: uppercase;
  font-weight: 700;
}
#page-404 .container-404 .content-right {
  flex: 0 0 55%;
  max-width: 55%;
}
@media only screen and (max-width: 750px) {
  #page-404 .container-404 .content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#page-404 .url-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 2rem;
}
#page-404 .url-container p {
  margin-bottom: 0;
}

.partner-summary {
  background-color: #F7F3F0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.partner-summary__img {
  background-color: #FFF;
  margin: 3rem;
}
.partner-summary__img a:hover img {
  transform: scale(1.15);
}
.partner-summary__img img {
  padding: 2rem;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-summary__category {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  pointer-events: none;
}
.partner-summary__category p {
  position: relative;
  top: 2px;
  color: #051163;
  font: 700 1.4rem/1.9rem "basic-sans", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .partner-summary__category p {
    top: 0;
  }
}
.partner-summary__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #F7F3F0;
  padding: 3rem;
  padding-top: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .partner-summary__inner {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
    padding-top: 0;
  }
}
.partner-summary__inner .title {
  width: 100%;
  font: 600 2.8rem/3.2rem "basic-sans", sans-serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .partner-summary__inner .title {
    font: 600 2rem/2.4rem "basic-sans", sans-serif;
  }
}
.partner-summary__inner .title a {
  text-decoration: none;
}
.partner-summary__inner .title a:hover {
  text-decoration: underline;
}
.partner-summary__inner p:last-child {
  margin: auto 0 0 0;
}

.partners {
  background-color: #FFF;
}
.partners #partner-categories {
  width: 20rem;
  margin-bottom: 2rem;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
  margin: 0 0 2.4rem 0;
  border-radius: 3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-left: 0.4rem solid #384152;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 3.2rem;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: #384152;
  color: #FFF;
  font: 700 1.2rem/1 "basic-sans", sans-serif;
  padding: 1rem;
}

/* Single
--------------------------------------------- */
#woocommerce-content div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 8rem;
  justify-content: space-between;
}
#woocommerce-content div.product .summary {
  width: calc(50% - 4rem);
}

#single-product-gallery {
  width: calc(50% - 4rem);
}

/* Cart
--------------------------------------------- */
.cart-button .amount {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #384152;
  color: #FFF;
  font: 400 1.2rem/1 "Canela-Regular", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 40rem);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #384152;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 12rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #384152;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: #384152;
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

/* Checkout
--------------------------------------------- */
.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #384152;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 2.4rem;
  background: #ffe7e7;
  border-radius: 0 3rem 0 0;
  border-color: red;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: red;
}
ul.woocommerce-error li:before {
  background: red;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

#checkout-order-wrap {
  width: 48rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "basic-sans", sans-serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "basic-sans", sans-serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  font: 400 1.8rem/1.25 "Canela-Regular", sans-serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #384152;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/*# sourceMappingURL=style.css.map*/