/*!
Theme Name: Trifork Academy
Author: Duckwise ApS
Author URI: https://duckwise.dk/
Version: 1.0.0 */
/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

h1, h2, h3, h4 {
  font-weight: 600;
}

/*

  These media queries can be referenced like so:

  @media screen and (min-width: 768px)  {
  }

  @media screen and (min-width: 960px) {
  }

  @media screen and (min-width: 1400px) {
  }

*/
.main-hero-extension .image-container, .tc .richtext--large,
.tc .richtext {
  margin-left: auto;
  margin-right: auto;
}

.job-position, .overlay-20:after, .main-hero__media:after, .overlay-10:after {
  border-radius: 12px;
}

.image-container img {
  border-radius: 12px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.section-header .content, .section-header {
  position: relative;
}

.section-header .next-section-color {
  position: absolute;
}

.tc {
  text-align: center;
}
.hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", -apple-system, sans-serif;
  color: #2C3A42;
}

.cursive, .single-quote .single-quote__text {
  font-family: "Caveat", cursive;
}

html {
  background: #F4F5F6;
  background: #FFF;
}

video:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
}

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

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }
}
.section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
}

.wrap {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.wrap .wrap {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 800px) {
  .wrap {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    box-sizing: border-box;
  }
}
.container {
  width: 100%;
  max-width: 1584px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-bottom: 56px;
  position: relative;
  z-index: 10;
}
.section h2 {
  margin-bottom: 32px;
}

.row {
  display: flex;
}

.col {
  padding-left: 16px;
  padding-right: 16px;
}

.col-media {
  position: relative;
}
.col-media img {
  vertical-align: bottom;
}
.col-media .image,
.col-media .secondary-image {
  overflow: hidden;
  height: 100%;
}
.col-media .secondary-image {
  width: 50%;
  margin-top: -80px;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .indented {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    padding-left: 72px;
    padding-right: 72px;
  }

  .col-media .secondary-image {
    margin-top: -48px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1680px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.grid--3col .col, .grid--2col .col {
  width: 100%;
}
.grid .col {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .grid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grid--3col .col, .grid--2col .col {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--3col .col {
    width: 33.3333333333%;
  }
}
.site-footer a {
  font-weight: 400;
}

.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs label, .width_tmp_select, .select-wrapper, a {
  font-weight: 500;
}

.hubspot-form .hs-button, .hubspot-form label, .site-footer .site-footer__contact .title, .case-thumbnail .case__title, .richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6, .label,
.label--small,
.main-title,
.section-title, .h1,
.h2,
.h3,
.h4,
.h5,
h2.wp-block-heading,
.h6,
h3.wp-block-heading,
.h7,
.h8, strong {
  font-weight: 600;
}

.case-thumbnail .label,
.site-footer .site-footer__contact .title,
.main-hero .content,
.site-footer .site-footer__contact p,
.site-footer .site-footer__contact a,
.job-position__role h3,
.width_tmp_select,
.select-wrapper {
  line-height: 1.4em;
}

.case-thumbnail .label {
  font-size: 0.875rem;
}

.site-footer .site-footer__contact .title {
  font-size: 1rem;
  line-height: 1.6em;
}

.main-hero .content, .site-footer .site-footer__contact p,
.site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
  font-size: 1rem;
  line-height: 1.6em;
}

.light-text {
  color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .site-footer .site-footer__contact .title {
    font-size: 1.125rem;
  }

  .main-hero .content, .site-footer .site-footer__contact p,
.site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-hero .content, .site-footer .site-footer__contact p,
.site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
    font-size: 1.5rem;
  }
}
.h1 {
  font-size: 100px;
  line-height: 115%;
}

.h2 {
  font-size: 80px;
  line-height: 115%;
}

.h3 {
  font-size: 64px;
  line-height: 115%;
}

.h4, .richtext h1 {
  font-size: 48px;
  line-height: 115%;
}

.h5, h2.wp-block-heading, .richtext h2 {
  font-size: 32px;
  line-height: 120%;
}

.h6, h3.wp-block-heading {
  font-size: 24px;
  line-height: 130%;
}

.h7 {
  font-size: 20px;
  line-height: 130%;
}

.h8 {
  font-size: 16px;
  line-height: 130%;
}

@media screen and (min-width: 576px) {
  .h1-sm {
    font-size: 100px;
    line-height: 115%;
  }

  .h2-sm {
    font-size: 80px;
    line-height: 115%;
  }

  .h3-sm {
    font-size: 64px;
    line-height: 115%;
  }

  .h4-sm {
    font-size: 48px;
    line-height: 115%;
  }

  .h5-sm {
    font-size: 32px;
    line-height: 120%;
  }

  .h6-sm {
    font-size: 24px;
    line-height: 130%;
  }

  .h7-sm {
    font-size: 20px;
    line-height: 130%;
  }

  .h8-sm {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .h1-ns {
    font-size: 100px;
    line-height: 115%;
  }

  .h2-ns {
    font-size: 80px;
    line-height: 115%;
  }

  .h3-ns {
    font-size: 64px;
    line-height: 115%;
  }

  .h4-ns {
    font-size: 48px;
    line-height: 115%;
  }

  .h5-ns {
    font-size: 32px;
    line-height: 120%;
  }

  .h6-ns {
    font-size: 24px;
    line-height: 130%;
  }

  .h7-ns {
    font-size: 20px;
    line-height: 130%;
  }

  .h8-ns {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 960px) {
  .h1-md {
    font-size: 100px;
    line-height: 115%;
  }

  .h2-md {
    font-size: 80px;
    line-height: 115%;
  }

  .h3-md {
    font-size: 64px;
    line-height: 115%;
  }

  .h4-md {
    font-size: 48px;
    line-height: 115%;
  }

  .h5-md {
    font-size: 32px;
    line-height: 120%;
  }

  .h6-md {
    font-size: 24px;
    line-height: 130%;
  }

  .h7-md {
    font-size: 20px;
    line-height: 130%;
  }

  .h8-md {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .h1-lg {
    font-size: 100px;
    line-height: 115%;
  }

  .h2-lg {
    font-size: 80px;
    line-height: 115%;
  }

  .h3-lg, .richtext h1 {
    font-size: 64px;
    line-height: 115%;
  }

  .h4-lg, .richtext h2 {
    font-size: 48px;
    line-height: 115%;
  }

  .h5-lg, .richtext h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .h6-lg, .richtext h4 {
    font-size: 24px;
    line-height: 130%;
  }

  .h7-lg, .richtext h5 {
    font-size: 20px;
    line-height: 130%;
  }

  .h8-lg, .richtext h6 {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1900px) {
  .h1-xl {
    font-size: 100px;
    line-height: 115%;
  }

  .h2-xl {
    font-size: 80px;
    line-height: 115%;
  }

  .h3-xl {
    font-size: 64px;
    line-height: 115%;
  }

  .h4-xl {
    font-size: 48px;
    line-height: 115%;
  }

  .h5-xl {
    font-size: 32px;
    line-height: 120%;
  }

  .h6-xl {
    font-size: 24px;
    line-height: 130%;
  }

  .h7-xl {
    font-size: 20px;
    line-height: 130%;
  }

  .h8-xl {
    font-size: 16px;
    line-height: 130%;
  }
}
.label,
.label--small {
  color: #FF6600;
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.main-title {
  font-size: 3rem;
  line-height: 1em;
}
.main-title em {
  font-weight: inherit;
  font-style: inherit;
}

.section-title br {
  display: none;
}

.card-title {
  font-size: 2.2rem;
  line-height: 1.08em;
}

@media screen and (min-width: 768px) {
  .main-title {
    font-size: 4.5rem;
    line-height: 1em;
  }

  .section-title br {
    display: block;
  }

  .card-title {
    font-size: 2.5rem;
    line-height: 1.08em;
  }
}
@media screen and (min-width: 960px) {
  .main-title {
    font-size: 5rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1400px) {
  .main-title {
    font-size: 6.25rem;
    line-height: 1em;
  }

  .label {
    font-size: 1rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1900px) {
  .main-title {
    font-size: 7.5rem;
    line-height: 1em;
  }
}
.label + .main-title,
.label + .section-title,
.label + .card-title {
  margin-top: 8px;
}

.main-title + .content,
.main-title + .richtext,
.section-title + .richtext {
  margin-top: 2em;
}

@media screen and (min-width: 960px) {
  .label + .main-title,
.label + .section-title,
.label + .card-title {
    margin-top: 16px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.clear {
  clear: both;
}

.richtext h1 b, .richtext h1 strong, .richtext h2 b, .richtext h2 strong, .richtext h3 b, .richtext h3 strong, .richtext h4 b, .richtext h4 strong, .richtext h5 b, .richtext h5 strong, .richtext h6 b, .richtext h6 strong {
  font-weight: inherit;
}
.richtext h1 {
  margin-bottom: 32px;
}
.richtext h2 {
  margin-bottom: 24px;
}
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
.richtext ul {
  margin-top: 24px;
}
.richtext p + h1, .richtext p + h2 {
  margin-top: 80px;
}
.richtext p + h3, .richtext p + h4, .richtext p + h5, .richtext p + h6 {
  margin-top: 32px;
}
.richtext a {
  color: #FF6600;
}

.richtext p, .richtext li {
  color: rgba(44, 58, 55, 0.8);
  line-height: 1.6em;
}
.richtext h1 + p,
.richtext h2 + p {
  margin-top: 32px;
}
.richtext h3 + p {
  margin-top: 8px;
}
.richtext p + p {
  margin-top: 1.3em;
}
.richtext p + h3 {
  margin-top: 32px;
}
.richtext p.large {
  font-size: 1.2em;
  line-height: 165%;
}
.richtext ul {
  margin-bottom: 24px;
}
.richtext ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 50px;
}
.richtext ul li:before {
  content: "";
  background-color: #FF6600;
  width: 26px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.richtext--large {
  font-size: 1rem;
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  .richtext {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
  .richtext p.large {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 960px) {
  .richtext--large {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1900px) {
  .richtext--large {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.site-footer .richtext p, .site-footer .richtext li {
  color: #F2D2BB;
}

body .site-header a.investor-button.button,
.button--text,
.button {
  white-space: nowrap;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15em;
  border: none;
  color: #FFFFFF;
  background-color: transparent;
}

body .site-header a.investor-button.button,
.button {
  height: 48px;
  padding: 0px;
  padding-left: 32px;
  padding-right: 24px;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #FF6600;
  color: #FF6600;
  background-color: transparent;
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
body .site-header a.investor-button.button .icon-color,
.button .icon-color {
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
body .site-header a.investor-button.button svg.arrow,
.button svg.arrow {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
body .site-header a.investor-button.button span,
.button span {
  margin-right: 16px;
}
body .site-header a.investor-button.button:hover,
.button:hover {
  background-color: #FF6600;
}
body .site-header a.investor-button.button:active,
.button:active {
  border: 3px solid #FF9200;
  background-color: #FF9200;
}
body .site-header a.investor-button.button:hover, body .site-header a.investor-button.button:active,
.button:hover,
.button:active {
  color: #FFFFFF;
}
body .site-header a.investor-button.button:hover .icon-color, body .site-header a.investor-button.button:active .icon-color,
.button:hover .icon-color,
.button:active .icon-color {
  fill: #FFFFFF;
}
body .site-header a.investor-button.button:hover svg.arrow, body .site-header a.investor-button.button:active svg.arrow,
.button:hover svg.arrow,
.button:active svg.arrow {
  transform: translateZ(0) translate(4px);
  -webkit-transform: translateZ(0) translate(4px);
}

body .site-header a.investor-button.button,
.button,
.button span {
  display: inline-flex;
  align-items: center;
}

.button--secondary {
  color: inherit;
  background-color: transparent;
}

.button--disabled {
  pointer-events: none;
  background-color: rgba(44, 58, 55, 0.15);
}

p + .button,
.richtext + .button {
  margin-top: 32px;
}

.select-wrapper {
  border: none;
  padding: 0;
  display: inline-block;
  margin-right: 16px;
}
.select-wrapper span {
  margin-right: 4px;
}
.select-wrapper select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #FF6600;
  outline: none;
  -webkit-appearance: none;
}
.select-wrapper .resizing-select {
  width: 50px;
}

.width_tmp_select {
  display: none;
  -webkit-appearance: none;
}

.video-container {
  position: relative;
  max-width: 100%;
}
.video-container video {
  width: 100%;
  vertical-align: bottom;
}
.video-container .video-controls__play {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: none;
  box-shadow: 0 13px 26px -11px #FF6600;
  background-color: #FFFFFF;
  background-image: url("nextgen-img/icons/icon_video_play.svg");
  background-repeat: no-repeat;
  background-position: 51% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.image-container img {
  width: 100%;
}

.image-contained {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.image-contained .ratio {
  width: 100%;
  z-index: 0;
}
.image-contained .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.overlay-20, .main-hero__media, .overlay-10 {
  position: relative;
}
.overlay-20:after, .main-hero__media:after, .overlay-10:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-20 img, .main-hero__media img, .overlay-10 img {
  vertical-align: bottom;
}

.overlay-10:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-20:after, .main-hero__media:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.job-position {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px;
}
.job-position.hidden {
  display: none;
}
.job-position:hover {
  background-color: rgba(44, 58, 55, 0.05);
}
.job-position + .job-position {
  border-top: 1px solid rgba(44, 58, 55, 0.05);
}
.job-position .label--small {
  margin-bottom: 4px;
  display: none;
}
.job-position__role, .job-position__type, .job-position__location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-position__role {
  width: 100%;
  padding-right: 16px;
}
.job-position__role h3 {
  margin-bottom: 8px;
}
.job-position__type, .job-position__location {
  width: auto;
  color: rgba(44, 58, 55, 0.6);
  padding-bottom: 4px;
}
.job-position__type {
  padding-right: 24px;
}

@media screen and (min-width: 960px) {
  .job-position {
    justify-content: space-between;
  }
  .job-position .label--small {
    display: block;
  }
  .job-position__role {
    width: 60%;
  }
  .job-position__role h3 {
    margin-bottom: 0;
  }
  .job-position__type, .job-position__location {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .job-position__role h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1900px) {
  .job-position__role h3 {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
.case-thumbnail .case__details {
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.case-thumbnail .case__title {
  font-size: 1.5rem;
}
.case-thumbnail .label {
  color: rgba(44, 58, 55, 0.4);
  margin-bottom: 8px;
  font-size: 0.75rem;
}
.case-thumbnail .image-contained {
  transition: all 200ms ease;
}
.case-thumbnail a:hover .image-contained {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 33px 20px -20px rgba(0, 0, 0, 0.15);
}

.post-password-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  background-color: white;
  margin-bottom: 56px;
  margin-top: 56px;
}
.post-password-form p + p {
  margin-top: 32px;
}
.post-password-form input {
  display: block;
  height: 44px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px;
  width: 100%;
  margin-top: 8px;
}
.post-password-form input[type=submit] {
  background-color: #425663;
  color: white;
}

body {
  transition: margin-top 200ms linear !important;
}
body.openSubMenu {
  margin-top: 48px;
}

.noscroll {
  overflow: hidden;
}

.case-site-main {
  padding-bottom: 32px;
}

#main {
  padding-left: 320px;
  box-sizing: border-box;
}

.site-header {
  box-sizing: border-box;
  position: absolute;
  width: 320px;
  left: 0px;
  top: 0px;
  z-index: 1000;
  padding-bottom: 128px;
  min-height: 100vh;
}
.site-header::after {
  content: "desktop";
  display: none;
}
.site-header.stuck {
  position: absolute;
  top: auto;
  bottom: auto;
}
.site-header.stuck-footer {
  position: absolute;
  top: auto;
  bottom: auto;
}
.site-header.fixed-top {
  position: fixed;
  top: 0px;
  bottom: auto;
}
.site-header.fixed-bottom {
  position: fixed;
  bottom: 0px;
  top: auto;
}
.site-header .col {
  padding: 0px;
}
.site-header .logo-col {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header .logo {
  margin-left: 32px;
  margin-right: 32px;
}
.site-header .investor-badge {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  padding: 4px 12px 4px 36px;
  border-radius: 4px 0px 0px 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg) translateY(-12px);
  background-color: #FF6600;
  transform-origin: 100% 0px;
}
.site-header .menu {
  margin-top: 64px;
}
.site-header .menu-item {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2C3A42;
  margin-top: 6px;
  padding-left: 30px;
}
.site-header .menu-item a {
  height: 32px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 6px;
  position: relative;
}
.site-header .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -32px;
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("./img/menu-item-dropdown-icon.svg");
}
.site-header .menu-item.current-menu-ancestor::before, .site-header .menu-item.current_page_item::before, .site-header .menu-item.current-menu-item::before, .site-header .menu-item.current-menu-parent::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 2px;
  height: 24px;
  border-radius: 2px;
  background-color: #FF6600;
}
.site-header .sub-menu .menu-item {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: rgba(44, 58, 66, 0.8);
  padding-left: 18px;
}
.site-header .sub-menu .menu-item.current-menu-ancestor::before, .site-header .sub-menu .menu-item.current_page_item::before, .site-header .sub-menu .menu-item.current-menu-item::before, .site-header .sub-menu .menu-item.current-menu-parent::before {
  content: "";
  left: 0px;
}
.site-header .investor-menu-button {
  display: none;
  margin-top: 32px;
}
.site-header .big-button-wrap {
  position: absolute;
  bottom: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}
.site-header .big-button-wrap.fixed {
  position: fixed;
}
.site-header.stuck-footer .big-button-wrap {
  position: absolute;
}

.site-mobile-menu {
  border: none;
  background-color: transparent;
  display: none;
  margin-left: 24px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 24px;
  top: 24px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.site-mobile-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #2C3A42;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-mobile-menu span:nth-child(1) {
  left: 2px;
  top: 9px;
  transform-origin: left center;
}
.site-mobile-menu span:nth-child(2) {
  left: 2px;
  top: 17px;
  transform-origin: left center;
}
.site-mobile-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
}
.site-mobile-menu.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

@media screen and (max-width: 800px) {
  #main {
    padding-left: 0px;
  }

  .site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    padding-bottom: 0px;
    min-height: auto;
    transform: translateZ(1px);
  }
  .site-header::after {
    content: "mobile";
    display: none;
  }
  .site-header .investor-badge {
    display: none;
  }
  .site-header .logo-col {
    position: relative;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
  }
  .site-header .menu-col {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 0px;
    overflow: hidden;
    background-color: #FFF;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
  }
  .site-header .menu-col::-webkit-scrollbar {
    display: none;
    width: 0;
    /* Remove scrollbar space */
  }
  .site-header .menu-col::-webkit-scrollbar-thumb {
    display: none;
  }
  .site-header .menu {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-top: 0px;
    padding-left: 76px;
    padding-top: 90px;
    padding-bottom: 120px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  .site-header .menu > .menu-item:first-child() {
    border-top: none;
  }
  .site-header .menu-item {
    padding-left: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 130%;
    border-top: 1px solid rgba(44, 58, 66, 0.15);
  }
  .site-header .menu-item a {
    height: 53px;
    padding-top: 19px;
  }
  .site-header .menu-item.current-menu-ancestor::before, .site-header .menu-item.current_page_item::before, .site-header .menu-item.current-menu-item::before, .site-header .menu-item.current-menu-parent::before {
    content: "";
    display: block;
    position: absolute;
    left: -51px;
    top: 27px;
    width: 27px;
    height: 2px;
    border-radius: 2px;
    background-color: #FF6600;
  }
  .site-header .menu-item.menu-item-has-children > a::after {
    top: 12px;
  }
  .site-header .sub-menu .menu-item {
    font-size: 16px;
    line-height: 130%;
    padding-left: 0px;
    margin-left: 24px;
  }
  .site-header .sub-menu .menu-item.current-menu-ancestor::before, .site-header .sub-menu .menu-item.current_page_item::before, .site-header .sub-menu .menu-item.current-menu-item::before, .site-header .sub-menu .menu-item.current-menu-parent::before {
    content: "";
    left: -12px;
    top: 27px;
    height: 4px;
    width: 4px;
    transform: rotate(0deg);
  }
  .site-header .big-button-wrap {
    display: none;
  }
  .site-header .investor-menu-button {
    display: block;
    display: none;
  }

  .site-header.site-header--trans .logo-col {
    background-color: transparent;
  }

  .site-mobile-menu {
    display: block;
  }

  .site-header.open .logo-col {
    background-color: #FFF;
  }
  .site-header.open .menu-col {
    height: 100vh;
    overflow-y: scroll;
  }
}
.site-footer {
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: #2C3A42;
  color: #F2D2BB;
}
.site-footer .site-logo {
  height: 18px;
  margin-bottom: 48px;
}
.site-footer .site-footer__title {
  margin-bottom: 96px;
}
.site-footer .site-footer__contact {
  max-width: 310px;
}
.site-footer .site-footer__contact .group {
  margin-bottom: 64px;
}
.site-footer .site-footer__contact p,
.site-footer .site-footer__contact a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 165%;
}
.site-footer .site-footer__contact a {
  line-height: 1em;
  border-bottom: 1px solid #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer .site-footer__contact .title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #F2D2BB;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.site-footer .menu {
  column-count: 3;
  column-width: 195px;
  column-gap: 32px;
  max-width: 650px;
}
.site-footer a:hover {
  opacity: 0.7;
}
.site-footer .site-footer__menu {
  margin-top: 96px;
}
.site-footer .site-footer__menu li {
  font-size: 18px;
  line-height: 165%;
}
.site-footer .site-footer__menu a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .soc-buttons {
  width: 310px;
  margin-top: 64px;
}
.site-footer .soc-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin: 0px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.site-footer .soc-button:first-child {
  margin-left: 0px;
}
.site-footer .soc-button:last-child {
  margin-right: 0px;
}
.site-footer .soc-button.facebook {
  background-image: url("./img/fb-f-icon.svg");
}
.site-footer .soc-button.linkedin {
  background-image: url("./img/linkedin-f-icon.svg");
}
.site-footer .soc-button.youtube {
  background-image: url("./img/youtube-f-icon.svg");
}
.site-footer .soc-button.twitter {
  background-image: url("./img/twitter-f-icon.svg");
}
.site-footer .soc-button.instagram {
  background-image: url("./img/instagram-f-icon.svg");
}

@media screen and (min-width: 960px) {
  .site-footer {
    padding-top: 96px;
    padding-bottom: 80px;
  }
  .site-footer .footer-sides {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-footer .footer-sides.bottom {
    align-items: flex-end;
  }
  .site-footer .site-logo {
    margin-bottom: 80px;
  }
  .site-footer .site-footer__title {
    margin-bottom: 24px;
    margin-bottom: 104px;
  }
  .site-footer .item {
    margin-bottom: 0;
  }
  .site-footer .site-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .site-footer .site-footer__menu {
    padding-bottom: 8px;
  }
}
.site-logo {
  height: 12px;
}

@media screen and (min-width: 960px) {
  .site-logo {
    height: 12px;
  }
}
.not-found {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.not-found h2 {
  margin-bottom: 40px;
}

body #CookiebotWidget-buttons button,
body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  white-space: nowrap;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15em;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
  border-radius: 26px;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  border-radius: 26px;
  background-color: #FF6600;
  border-color: #FF6600;
  color: #FFF;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-radius: 26px;
  border-color: #FF6600;
  color: #FF6600;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
  color: #141414;
}
body #CookiebotWidget-btn-change,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
body #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-radius: 26px;
  border-color: #FF6600;
  background-color: #FF6600;
  color: #FFF;
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #FF6600;
  color: #FF6600;
}
body #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
body .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #FF6600;
}
body #CybotCookiebotDialog form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
body .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #D6D6D6;
}
body #CookiebotWidget .CookiebotWidget-consent-details button,
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #FF6600;
}
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #FF6600;
}
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #FF6600;
}
body #CookiebotWidget :focus-visible, body #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: 2px solid #FF6600;
}

body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, body #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #FF6600;
}

.main-hero {
  color: #FFFFFF;
  position: relative;
}
.main-hero .content {
  color: #2C3A42;
}
.main-hero .content .button {
  margin-top: 32px;
}
.main-hero .container {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: -170px;
  position: relative;
  z-index: 10;
}
.main-hero .label {
  color: #FFFFFF;
}
.main-hero__media {
  height: 45vh;
}
.main-hero__media:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main-hero .video-container {
  height: 100%;
}
.main-hero .video-container video {
  height: 100%;
  object-fit: cover;
}

.main-hero-extension {
  padding-top: 32px;
  padding-bottom: 56px;
}
.main-hero-extension .image-container {
  margin-top: 48px;
  max-width: 960px;
}
.main-hero-extension .button--text {
  margin-top: 56px;
}

@media screen and (min-width: 960px) {
  .main-hero {
    min-height: 95vh;
  }
  .main-hero__media {
    width: 50vw;
    left: 0;
    top: 40px;
    height: calc(100% - 70px - 40px - 50px);
    position: absolute;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .main-hero__media:after {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
  }
  .main-hero .content {
    padding-left: 28%;
  }
  .main-hero .container {
    min-height: calc(95vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 61%;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 0;
    margin-left: 39%;
    margin-top: 0;
    z-index: 10;
    position: relative;
  }

  .button {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .main-hero {
    min-height: 90vh;
  }
  .main-hero__media {
    top: 40px;
    height: calc(100% - 100px - 40px);
  }
  .main-hero .container {
    min-height: calc(90vh - 70px);
    justify-content: flex-end;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) and (orientation: portrait) {
  .main-hero {
    min-height: 50vh;
  }
  .main-hero .container {
    padding-top: 160px;
    min-height: calc(50vh - 70px);
  }
}
.full-gradient-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.full-gradient-background canvas {
  opacity: 0.45;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

.page-hero {
  padding-top: 115px;
}
.page-hero .container {
  padding: 0px;
}
.page-hero .description-text {
  margin-top: 32px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: rgba(44, 58, 66, 0.8);
  max-width: 620px;
}
.page-hero .hero-buttons {
  margin-top: 32px;
}
.page-hero .hero-buttons .hero-buttons-wrapper > div {
  display: inline-block;
  vertical-align: top;
}
.page-hero .hero-buttons .button {
  margin-top: 12px;
}

.hero-with-reports .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}
.hero-with-reports .hero-text {
  width: 50%;
}
.hero-with-reports .latest-reports {
  padding-left: 26px;
  width: 50%;
  padding-top: 16px;
}
.hero-with-reports .latest-reports .label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
}
.hero-with-reports .latest-reports .reports {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-with-reports .latest-reports .report-item {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 20px;
  padding-left: 24px;
  padding-right: 72px;
  position: relative;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.hero-with-reports .latest-reports .report-item .file-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
}
.hero-with-reports .latest-reports .report-item .file-icon path {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.hero-with-reports .latest-reports .report-item .arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.hero-with-reports .latest-reports .report-item .arrow path {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.hero-with-reports .latest-reports .report-item p {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}
.hero-with-reports .latest-reports .report-item:hover p {
  color: #FF6600;
}
.hero-with-reports .latest-reports .report-item:hover .file-icon path {
  stroke: #FF6600;
}
.hero-with-reports .latest-reports .report-item:hover .arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 1100px) {
  .hero-with-reports .container {
    display: block;
  }
  .hero-with-reports .hero-text {
    width: 100%;
  }
  .hero-with-reports .latest-reports {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 64px;
  }
}
.post-hero {
  padding-top: 45px;
}
.post-hero .top {
  margin-bottom: 28px;
  margin-top: 70px;
}
.post-hero .article-single-date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.post-hero .category {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF6600;
  display: inline-block;
  vertical-align: top;
}
.post-hero .hero-title {
  max-width: 742px;
  color: #2C3A42;
  margin-bottom: 64px;
}
.post-hero .hero-title.wide {
  max-width: 1000px;
}

.news-archive-section {
  margin-top: 150px;
  margin-bottom: 133px;
}

.news-archive-list-wrap {
  display: block;
}
.news-archive-list-wrap .block-title {
  margin-bottom: 48px;
}
.news-archive-list-wrap .block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
}
.news-archive-list-wrap .news-archive-list {
  width: 100%;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
}
.news-archive-list-wrap .news-archive-list article {
  padding: 32px 0px;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  padding-right: 96px;
  position: relative;
}
.news-archive-list-wrap .news-archive-list article .meta {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #566168;
  margin-bottom: 8px;
}
.news-archive-list-wrap .news-archive-list article .post-thumb__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C3A42;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.news-archive-list-wrap .news-archive-list article .arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -12px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.news-archive-list-wrap .news-archive-list article:hover .arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.news-archive-list-wrap .news-archive-list article:hover .post-thumb__title {
  color: #FF6600;
}
.news-archive-list-wrap .pagination {
  display: none;
}
.news-archive-list-wrap .custom-load-more-button,
.news-archive-list-wrap .load-more-button {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 32px;
  position: relative;
}
.news-archive-list-wrap .custom-load-more-button span,
.news-archive-list-wrap .load-more-button span {
  margin-right: 0px;
}
.news-archive-list-wrap .custom-load-more-button .spinner,
.news-archive-list-wrap .load-more-button .spinner {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #fff;
  border: 4px solid #f60;
  margin-right: -48px;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.news-archive-list-wrap .custom-load-more-button .spinner.visible,
.news-archive-list-wrap .load-more-button .spinner.visible {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .news-archive-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .news-archive-list-wrap .news-archive-list {
    max-width: 733px;
  }
}
.archive-pagination {
  text-align: center;
  margin-top: 64px;
}
.archive-pagination .page-numbers {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  text-transform: uppercase;
  padding: 6px;
}
.archive-pagination .page-numbers.current {
  color: #FF6600;
}
.archive-pagination .prev {
  color: #FF6600;
  margin-right: 24px;
}
.archive-pagination .next {
  color: #FF6600;
  margin-left: 24px;
}

.archive-list .year-section {
  margin-bottom: 12px;
  display: inline-block;
  margin-top: 32px;
}
.archive-list .year-section:first-child {
  margin-top: 0px;
}
.archive-list .ipo-section {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: rgba(44, 58, 66, 0.15);
  color: rgba(44, 58, 66, 0.7);
  padding: 2px 8px;
  border-radius: 2px;
  text-align: center;
}
.archive-list .post-thumb-simple {
  padding-bottom: 24px;
  padding-top: 24px;
}
.archive-list .post-thumb-simple .meta {
  color: rgba(44, 58, 66, 0.4);
  margin-bottom: 12px;
  font-size: 0.875rem;
}
.archive-list .post-thumb-simple .meta .date {
  margin-right: 8px;
}
.archive-list .post-thumb-simple .post-thumb-title {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 130%;
  color: #2C3A42;
}
.archive-list .post-thumb-simple .article-single-info-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #2C3A42;
}
.archive-list .post-thumb-simple + .post-thumb-simple {
  border-top: 1px solid rgba(44, 58, 66, 0.15);
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.page-content {
  margin-bottom: 140px;
}

.page-content-with-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-content .wysiwyg p {
  color: rgba(44, 58, 66, 0.8);
}
.post-content .wysiwyg p:first-child {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  margin-bottom: 52px;
}

.blog-content {
  margin-bottom: 120px;
}
.blog-content .wysiwyg > h1, .blog-content .wysiwyg > h2, .blog-content .wysiwyg > h3, .blog-content .wysiwyg > h4, .blog-content .wysiwyg > h5, .blog-content .wysiwyg > h6,
.blog-content .wysiwyg > p, .blog-content .wysiwyg > ul, .blog-content .wysiwyg > ol {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}
.blog-content .wysiwyg > p {
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
}
.blog-content .wysiwyg > p.has-medium-font-size {
  font-size: 18px !important;
  line-height: 155%;
  color: rgba(44, 58, 66, 0.8);
}
.blog-content .wysiwyg ol li,
.blog-content .wysiwyg ul li {
  color: #2C3A42;
}
.blog-content .wysiwyg .block {
  margin-top: 2em;
  margin-bottom: 2em;
}
.blog-content .wysiwyg .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.blog-content .wysiwyg .wp-block-image figcaption {
  font-size: 0.85rem;
  text-align: center;
}

.attachments-block {
  position: relative;
  display: block;
  padding-left: 53px;
  max-width: 620px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.attachments-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background: #2c3a42;
  border-radius: 2px;
}

.wysiwyg-2,
.wysiwyg {
  color: rgba(44, 58, 66, 0.8);
}
.wysiwyg-2 > ul,
.wysiwyg-2 > ol,
.wysiwyg-2 > h1,
.wysiwyg-2 > h2,
.wysiwyg-2 > h3,
.wysiwyg-2 > h4,
.wysiwyg-2 > h5,
.wysiwyg-2 > h6,
.wysiwyg-2 > p,
.wysiwyg > ul,
.wysiwyg > ol,
.wysiwyg > h1,
.wysiwyg > h2,
.wysiwyg > h3,
.wysiwyg > h4,
.wysiwyg > h5,
.wysiwyg > h6,
.wysiwyg > p {
  max-width: 800px;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wysiwyg-2 > ul li,
.wysiwyg-2 > ol li,
.wysiwyg > ul li,
.wysiwyg > ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg-2 > ul,
.wysiwyg > ul {
  list-style-type: none;
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 150%;
}
.wysiwyg-2 > ol,
.wysiwyg > ol {
  line-height: 150%;
}
.wysiwyg-2 > ul li,
.wysiwyg > ul li {
  padding-left: 32px;
  position: relative;
}
.wysiwyg-2 > ul li::before,
.wysiwyg > ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 0.5em;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  background-color: #FF6600;
}
.wysiwyg-2 > p,
.wysiwyg > p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg-2 table td,
.wysiwyg table td {
  padding: 12px;
  border: 1px solid #c6cfd4;
}
.wysiwyg-2 .wp-block-image,
.wysiwyg .wp-block-image {
  margin: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
}
.wysiwyg-2 .wp-block-image img,
.wysiwyg .wp-block-image img {
  border-radius: 12px;
  height: auto;
}
.wysiwyg-2 > ul > li > a,
.wysiwyg-2 > p > a,
.wysiwyg > ul > li > a,
.wysiwyg > p > a {
  border-bottom: rgba(44, 58, 66, 0.15) 1px solid;
}

.ipo-form {
  margin-top: 64px;
  background-color: white;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
}
.ipo-form input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.ipo-form label {
  display: inline-block;
  background: rgba(44, 58, 66, 0.1);
  padding: 12px 20px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.ipo-form input[type=radio]:focus + label,
.ipo-form input[type=radio]:checked + label {
  background: #FF6600;
  color: white;
}
.ipo-form label:hover {
  background: rgba(44, 58, 66, 0.2);
}
.ipo-form h2 {
  margin-bottom: 24px;
}
.ipo-form h3 {
  font-weight: 400;
  font-size: 1rem;
}
.ipo-form h3 ol {
  margin-top: 8px;
  padding-left: 64px;
  font-size: 0.875rem;
}
.ipo-form h3 ol li {
  margin-top: 8px;
}
.ipo-form ol {
  padding: 0;
}
.ipo-form > ol > li {
  list-style: none;
}
.ipo-form > ol > li + li {
  margin-top: 32px;
}
.ipo-form .form-radios {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.ipo-form .form-radios > div {
  width: 49%;
}
.ipo-form .submitbtn {
  width: 100%;
  margin-top: 32px;
  cursor: pointer;
}

.blog-article-item {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.blog-article-item + .blog-article-item {
  border-top: 1px solid rgba(44, 58, 66, 0.15);
}
.blog-article-item .category {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  margin: 0px;
  margin-bottom: 8px;
}
.blog-article-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C3A42;
  margin: 0px;
  margin-bottom: 24px;
  padding-right: 80px;
}
.blog-article-item .arrow {
  background-image: url("./img/icon-arrow.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -12px;
  width: 64px;
  height: 24px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.blog-author-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.blog-author-part .image {
  width: 28px;
  height: 28px;
  min-width: 28px;
  line-height: 0px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.blog-author-part .image img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.blog-author-part span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  display: inline-block;
  vertical-align: baseline;
}
.blog-author-part .name {
  font-weight: 600;
  font-size: 14px;
  vertical-align: baseline;
}
.blog-author-part .date {
  font-size: 400;
  opacity: 0.8;
  vertical-align: baseline;
}

.blog-post-hero .hero-title {
  margin-top: 20px;
  margin-bottom: 32px;
}
.blog-post-hero .top {
  margin-bottom: 48px;
}

.blog-article-item-a {
  text-decoration: none;
}
.blog-article-item-a:hover .arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}

.blog-banner img {
  width: 100%;
}
.blog-banner .desktop {
  display: none;
}
.blog-banner .mobile {
  display: block;
}

.pagination {
  text-align: center;
  margin-top: 32px;
}
.pagination .button {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 36px;
  height: 36px;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.pagination .button.active {
  background-color: #FF6600;
  color: #FFF;
}
.pagination .button.prev, .pagination .button.next {
  border: none;
  height: 36px;
  width: auto;
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (min-width: 576px) {
  .pagination .br {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .blog-article-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-banner .desktop {
    display: block;
  }
  .blog-banner .mobile {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .blog-banner .desktop {
    display: none;
  }
  .blog-banner .mobile {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .blog-banner .desktop {
    display: block;
  }
  .blog-banner .mobile {
    display: none;
  }
}
.related-posts {
  margin-bottom: 162px;
}
.related-posts .section-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF6600;
}

.related-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 16px;
}
.related-list::after, .related-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  right: 32px;
  height: 1px;
  background: rgba(44, 58, 66, 0.15);
}
.related-list::after {
  bottom: 0px;
}
.related-list::before {
  top: 0px;
}
.related-list .item {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
.related-list .item + .item {
  border-left: 1px solid rgba(44, 58, 66, 0.15);
}
.related-list .item .label {
  display: block;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
}
.related-list .item .title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}

.blog-load-more-wrap {
  text-align: center;
  margin-top: 56px;
}
.blog-load-more-wrap.hidden {
  display: none;
}
.blog-load-more-wrap .button {
  padding-left: 32px;
  padding-right: 32px;
}

.search-field {
  border-bottom: 1px solid rgba(44, 58, 66, 0.4);
  width: 100%;
  max-width: 623px;
  display: block;
  margin-top: 48px;
  position: relative;
}
.search-field::before {
  content: "";
  background-image: url("./img/icons/search.svg");
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
}
.search-field .search-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #2C3A42;
  padding: 8px;
  padding-left: 40px;
}
.search-field .search-input::placeholder {
  color: rgba(44, 58, 66, 0.4);
}

.categories-list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.categories-list .item {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  padding: 7px 24px;
  margin-right: 8px;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 32px;
  margin-top: 8px;
}
.categories-list .item.active {
  color: #FFF;
  background-color: #FF6600;
  border: 1px solid #ff6600;
}

.publication-files-list .date-title {
  margin-top: 24px;
}
.publication-files-list .date-title:first-child {
  margin-top: 0px;
}

.latest-publications-section {
  margin-top: 180px;
  margin-bottom: 180px;
}
.latest-publications-section .inner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-publications-section .inner-flex .side {
  box-sizing: border-box;
  width: 40%;
  padding-right: 34px;
}
.latest-publications-section .inner-flex .side .section-title {
  margin-bottom: 25px;
}
.latest-publications-section .inner-flex .side .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
  max-width: 310px;
}
.latest-publications-section .inner-flex .files {
  box-sizing: border-box;
  width: 60%;
}

.publication-file {
  background: transparent;
  border: 1px solid rgba(44, 58, 66, 0.15);
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  max-width: 700px;
  margin-top: 14px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.publication-file:hover {
  background: rgba(44, 58, 66, 0.03);
}
.publication-file .file-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 22px;
  min-height: 72px;
}
.publication-file .file-inner:hover .thumb circle, .publication-file .file-inner:hover .thumb line {
  stroke: #FF6600;
}
.publication-file .thumb {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -15px;
  line-height: 0px;
  transform: translateZ(1px);
}
.publication-file .thumb circle, .publication-file .thumb line {
  transition: stroke 300ms;
  -webkit-transition: stroke 300ms;
}
.publication-file .thumb-link {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.publication-file .title {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}
.publication-file .event-row,
.publication-file .date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.4);
  margin-top: 3px;
  position: relative;
  padding-left: 19px;
}
.publication-file .event-row::before,
.publication-file .date::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}
.publication-file .date::before {
  background-image: url("./img/icon-file-date.svg");
}
.publication-file .event-row::before {
  background-image: url("./img/icon-file-event.svg");
}

.merged-list .publication-file:first-child {
  border-radius: 12px 12px 0px 0px;
}
.merged-list .publication-file + .publication-file {
  border-radius: 0px;
  border-top: none;
  margin-top: 0px;
}
.merged-list .publication-file:last-child {
  border-radius: 0px 0px 12px 12px;
}

.big-link__outer.last-item .publication-file {
  border-radius: 12px 12px 0px 0px;
}

.big-link__outer.middle-item .publication-file {
  border-radius: 0px;
  border-top: none;
  margin-top: 0px;
}

.big-link__outer.first-item .publication-file {
  border-radius: 0px 0px 12px 12px;
  margin-top: 0px;
}

@media screen and (max-width: 1000px) {
  .latest-publications-section .inner-flex {
    display: block;
  }
  .latest-publications-section .inner-flex .side {
    width: 100%;
    margin-bottom: 32px;
  }
  .latest-publications-section .inner-flex .files {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .latest-publications-section .inner-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .latest-publications-section .inner-flex .side {
    width: 50%;
    margin-bottom: 0px;
  }
  .latest-publications-section .inner-flex .files {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .latest-publications-section .inner-flex {
    display: block;
  }
  .latest-publications-section .inner-flex .side {
    width: 100%;
    margin-bottom: 32px;
  }
  .latest-publications-section .inner-flex .files {
    width: 100%;
  }
}
.woocommerce-cart .page-hero {
  padding-top: 100px;
  margin-bottom: 50px;
}

.woocommerce a.button,
.woocommerce a.button.alt {
  display: inline-block;
  vertical-align: top;
  float: none;
  color: #FFFFFF;
  background: #FF6600;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 32px;
  box-sizing: border-box;
}
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover {
  background: #c95000;
  color: #FFF;
}

.woocommerce .woocommerce-input-wrapper .select2-selection {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
  height: 56px;
  box-sizing: border-box;
  padding: 18px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  color: #2C3A42;
}
.woocommerce .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
}
.woocommerce .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-top: 0px;
}
.select2-dropdown .select2-results__option {
  padding: 12px;
}
.select2-dropdown .select2-search {
  padding: 12px;
}
.select2-dropdown .select2-search .select2-search__field {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
}

.woocommerce .form-row label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 165%;
  color: #2C3A42;
  margin-bottom: 4px;
}

.woocommerce .woocommerce-input-wrapper .input-text {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
  height: 56px;
  box-sizing: border-box;
  padding: 18px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  color: #2C3A42;
  resize: none;
}

.woocommerce .form-row .inp-info {
  display: block;
  font-size: 0.8rem;
  padding-top: 8px;
}

.woocommerce .woocommerce-checkout-payment .gdpr-info {
  clear: both;
  padding: 12px;
  padding-top: 24px;
  line-height: 1.4em;
  font-size: 0.8rem;
  max-width: 800px;
}

.woocommerce .woocommerce-input-wrapper textarea.input-text {
  height: 148px;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  display: block !important;
}

.cart-header-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
}
.cart-header-wrap .button-wrap {
  position: relative;
}

.cart-header-button {
  position: absolute;
  right: 0px;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 0px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #FFF;
  cursor: pointer;
  z-index: 1000;
}
.cart-header-button .cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.cart-header-button .cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  text-align: center;
  background: #FF6600;
  border-radius: 33px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 25px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}
.cart-header-button:hover .cart-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  .cart-header-button {
    margin-right: 50px;
    margin-top: 13px;
  }
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  border-radius: 8px;
  background-color: #FFF;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  line-height: 1.4em;
  margin-bottom: 4px;
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
  width: calc(33.33% - 32px);
  float: none;
  clear: none;
  margin: 0px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
  clear: none;
  float: none;
  width: calc(33.33% - 32px);
}
@media screen and (max-width: 1200px) {
  .woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 940px) {
  .woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
    width: calc(100% - 32px);
  }
}

#main ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  clear: none;
  margin-left: -16px;
  margin-right: -16px;
}
#main ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 14px;
  border-radius: 12px;
  padding-bottom: 0px;
  width: 100%;
  width: calc(33.33% - 32px);
}
#main ul.products li.product > a {
  display: block;
}
@media screen and (max-width: 1200px) {
  #main ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 940px) {
  #main ul.products li.product {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 800px) {
  #main ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 600px) {
  #main ul.products li.product {
    width: calc(100% - 32px);
  }
}
#main ul.products li.product .thumbnail {
  border-radius: 8px;
}
#main ul.products li.product .thumbnail img {
  border-radius: 8px;
  margin-bottom: 16px;
}
#main ul.products li.product .title {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 80%;
  color: #2c3a42;
  margin-bottom: 11px;
  line-height: 1.2em;
}
#main ul.products li.product .bottom-text {
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  padding: 20px 0px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ff6600;
}
#main ul.products li.product .price-wrap .labels {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  clear: both;
}
#main ul.products li.product .price-wrap .labels span {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 80%;
  color: #2c3a42;
  opacity: 0.6;
  margin-bottom: 6px;
}
#main ul.products li.product .price-wrap .tags {
  display: block;
  clear: both;
  margin-bottom: 18px;
}
#main ul.products li.product .price-wrap .tags .tag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2c3a42;
  opacity: 0.6;
  padding: 2px 6px;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
}

.woocommerce-cart #main .cart_totals {
  width: 460px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}
.woocommerce-cart #main .cart_totals h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  margin-top: -2px;
  margin-bottom: 18px;
}
.woocommerce-cart #main .cart_totals .wc-proceed-to-checkout {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.woocommerce-cart #main .cart_totals .button {
  margin: 0px;
  width: 100%;
}
.woocommerce-cart #main .cart_totals table {
  border: none;
}
.woocommerce-cart #main .cart_totals table tr {
  border: none;
}
.woocommerce-cart #main .cart_totals table tr th {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce-cart #main .cart_totals table tr td {
  border: none;
  text-align: right;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce-cart #main .cart_totals table tr.order-total th,
.woocommerce-cart #main .cart_totals table tr.order-total td, .woocommerce-cart #main .cart_totals table tr:first-child th,
.woocommerce-cart #main .cart_totals table tr:first-child td {
  border-top: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce-cart #main .cart_totals table tr.order-total th,
.woocommerce-cart #main .cart_totals table tr.order-total td {
  padding-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main .cart_totals {
    width: 100%;
  }
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table {
  margin: 0px;
  border: none;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr {
  border: none;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr th {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr td {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.8);
  position: relative;
  background: none;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr td.product-remove {
  width: 65px;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr:first-child th,
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr:first-child td {
  border-top: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table thead tr th,
.woocommerce-cart #main .woocommerce-cart-form .shop_table thead tr td,
.woocommerce-cart #main .woocommerce-cart-form .shop_table thead tr:first-child th,
.woocommerce-cart #main .woocommerce-cart-form .shop_table thead tr:first-child td {
  border: none;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF6600;
  float: right;
  padding: 0px 36px;
  background: transparent;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .input-text {
  background: #FFFFFF;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  appearance: none;
  outline: none;
  height: 40px;
  width: 96px;
  box-sizing: border-box;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .x-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  cursor: pointer;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .x-icon .l1, .woocommerce-cart #main .woocommerce-cart-form .shop_table .x-icon .l2 {
  display: block;
  width: 15px;
  margin-left: -7.5px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FF6600;
  transition: all 300ms;
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .x-icon .l1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.woocommerce-cart #main .woocommerce-cart-form .shop_table .x-icon .l2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main .woocommerce-cart-form .shop_table .actions-row {
    background: none;
    box-shadow: none;
    padding: 0px;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr {
    margin-bottom: 24px;
    background-color: #FFF;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 30px;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr th {
    border: none;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr td {
    border: none;
    border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr td:last-child {
    border: none;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr:first-child th {
    border: none;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr:first-child td {
    border: none;
    border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr:first-child td:last-child {
    border: none;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr td.actions,
.woocommerce-cart #main .woocommerce-cart-form .shop_table tr td.product-remove {
    border: none;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table tr .x-icon {
    left: 7px;
    top: 0px;
  }
  .woocommerce-cart #main .woocommerce-cart-form .shop_table .button {
    float: none;
  }
}

#customer_details .col-1,
#customer_details .col-2 {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 52px;
}
#customer_details .woocommerce-shipping-fields,
#customer_details .woocommerce-additional-fields,
#customer_details .woocommerce-billing-fields {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#customer_details .woocommerce-shipping-fields > h3,
#customer_details .woocommerce-additional-fields > h3,
#customer_details .woocommerce-billing-fields > h3 {
  width: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2c3a42;
  position: sticky;
  top: 24px;
}
#customer_details .woocommerce-shipping-fields > div,
#customer_details .woocommerce-additional-fields > div,
#customer_details .woocommerce-billing-fields > div {
  width: 50%;
  background: #ffffff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
}

#order_review_heading {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2c3a42;
}

.woocommerce .woocommerce-order-details .shop_table,
.woocommerce #order_review .shop_table {
  border: none;
  border-collapse: collapse;
  margin-top: 48px;
}
.woocommerce .woocommerce-order-details .shop_table thead tr td,
.woocommerce .woocommerce-order-details .shop_table thead tr th,
.woocommerce #order_review .shop_table thead tr td,
.woocommerce #order_review .shop_table thead tr th {
  border-bottom: 1px solid rgba(44, 58, 66, 0.8);
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2c3a42;
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th,
.woocommerce .woocommerce-order-details .shop_table tbody tr td,
.woocommerce #order_review .shop_table tbody tr th,
.woocommerce #order_review .shop_table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th.product-name,
.woocommerce .woocommerce-order-details .shop_table tbody tr td.product-name,
.woocommerce #order_review .shop_table tbody tr th.product-name,
.woocommerce #order_review .shop_table tbody tr td.product-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th.product-name strong,
.woocommerce .woocommerce-order-details .shop_table tbody tr td.product-name strong,
.woocommerce #order_review .shop_table tbody tr th.product-name strong,
.woocommerce #order_review .shop_table tbody tr td.product-name strong {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 80%;
  color: #2c3a42;
}
.woocommerce .woocommerce-order-details .shop_table tbody tr:last-child th,
.woocommerce .woocommerce-order-details .shop_table tbody tr:last-child td,
.woocommerce #order_review .shop_table tbody tr:last-child th,
.woocommerce #order_review .shop_table tbody tr:last-child td {
  border-bottom: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tfoot tr th,
.woocommerce .woocommerce-order-details .shop_table tfoot tr td,
.woocommerce #order_review .shop_table tfoot tr th,
.woocommerce #order_review .shop_table tfoot tr td {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
}
.woocommerce .woocommerce-order-details .shop_table tfoot tr:first-child th,
.woocommerce .woocommerce-order-details .shop_table tfoot tr:first-child td,
.woocommerce #order_review .shop_table tfoot tr:first-child th,
.woocommerce #order_review .shop_table tfoot tr:first-child td {
  border-bottom: none;
}
.woocommerce .woocommerce-order-details .shop_table tfoot .row-order_total th,
.woocommerce .woocommerce-order-details .shop_table tfoot .row-order_total td,
.woocommerce .woocommerce-order-details .shop_table tfoot .order-total th,
.woocommerce .woocommerce-order-details .shop_table tfoot .order-total td,
.woocommerce #order_review .shop_table tfoot .row-order_total th,
.woocommerce #order_review .shop_table tfoot .row-order_total td,
.woocommerce #order_review .shop_table tfoot .order-total th,
.woocommerce #order_review .shop_table tfoot .order-total td {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2c3a42;
  border-top: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tr th,
.woocommerce .woocommerce-order-details .shop_table tr td,
.woocommerce #order_review .shop_table tr th,
.woocommerce #order_review .shop_table tr td {
  padding: 0px;
  border: none;
}

.checkout-hero .thankyou {
  margin-top: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #2c3a42;
}

.thankyou_order_details_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 83px;
}

.woocommerce-order .woocommerce-order-details {
  margin-bottom: 83px;
}

.woocommerce .woocommerce-order .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-order .bacs_details,
.woocommerce .woocommerce-order .thankyou_order_details,
.woocommerce .woocommerce-order .thankyou_order_details_ship {
  width: 50%;
  width: calc(50% - 15px);
  border-bottom: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order .bacs_details li,
.woocommerce .woocommerce-order .thankyou_order_details li,
.woocommerce .woocommerce-order .thankyou_order_details_ship li {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  margin: 0px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  text-transform: none;
}
.woocommerce .woocommerce-order .bacs_details li:first-child,
.woocommerce .woocommerce-order .thankyou_order_details li:first-child,
.woocommerce .woocommerce-order .thankyou_order_details_ship li:first-child {
  border-top: 1px solid rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order .bacs_details li:last-of-type,
.woocommerce .woocommerce-order .thankyou_order_details li:last-of-type,
.woocommerce .woocommerce-order .thankyou_order_details_ship li:last-of-type {
  border-top: 1px solid rgba(44, 58, 66, 0.15);
}
.woocommerce .woocommerce-order .bacs_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details_ship li strong {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order .bacs_details li strong,
.woocommerce .woocommerce-order .bacs_details li p,
.woocommerce .woocommerce-order .thankyou_order_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details li p,
.woocommerce .woocommerce-order .thankyou_order_details_ship li strong,
.woocommerce .woocommerce-order .thankyou_order_details_ship li p {
  text-align: left;
  width: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ffffff;
  border-radius: 16px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ecf1f4;
  border-radius: 8px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ecf1f4;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 14px 10px !important;
  border-radius: 6px;
}

.woocommerce-checkout #payment div.payment_box fieldset {
  border: none;
  padding: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #ff6600;
  border-radius: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #ff6600;
  border-radius: 50px;
}

.place-order {
  padding-top: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
}

.post-content .top-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 80px;
}
.post-content .top-content > .left {
  width: calc(100% - 340px - 90px);
}
.post-content .top-content > .right {
  width: 340px;
}
.post-content .top-content video,
.post-content .top-content iframe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.post-content .top-content video {
  margin-top: 46px;
}
.post-content .top-content .woocommerce {
  position: sticky;
  top: 32px;
}

.post-content .single-product .sidebar-variations {
  display: block;
  max-width: 340px;
  opacity: 0.4;
  pointer-events: none;
}
.post-content .single-product .sidebar-variations .summary {
  float: none;
  width: auto;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.post-content .single-product .sidebar-variations .sidebar-title {
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 16px;
}
.post-content .single-product .sidebar-variations .variations-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 165%;
  color: #2c3a42;
}
.post-content .single-product .sidebar-variations .variations {
  margin: 0px;
}
.post-content .single-product .sidebar-variations .variation-select-wrap {
  margin-top: 4px;
  margin-bottom: 32px;
}
.post-content .single-product .sidebar-variations .variation-select-wrap select {
  cursor: pointer;
  appearance: none;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  color: #2c3a42;
  padding: 18px 15px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.post-content .single-product .sidebar-variations .variation-attribute-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  margin-bottom: 10px;
}
.post-content .single-product .sidebar-variations .variation-attribute-item .icon {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.post-content .single-product .sidebar-variations .variation-attribute-item .title {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.post-content .single-product .sidebar-variations .variation-attribute-item .value {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_language .icon {
  background-image: url("./img/woo/world-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_duration .icon {
  background-image: url("./img/woo/calendar-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_time .icon {
  background-image: url("./img/woo/clock-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_lunch .icon {
  background-image: url("./img/woo/food-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_wm_certified .icon {
  background-image: url("./img/woo/check-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_level .icon {
  background-image: url("./img/woo/check-icon.svg");
}
.post-content .single-product .sidebar-variations .variation-attribute-item.item-custom_location .icon {
  background-image: url("./img/woo/location-icon.svg");
}
.post-content .single-product .sidebar-variations .price-per-person {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #2c3a42;
  padding-top: 22px;
  padding-bottom: 21px;
}
.post-content .single-product .sidebar-variations .price-per-person .price {
  font-size: inherit;
  font-weight: 600;
  color: #2c3a42;
}
.post-content .single-product .sidebar-variations .variations_button {
  text-align: center;
  margin-top: 23px;
  border-top: 1px solid #dfe1e3;
}
.post-content .single-product .sidebar-variations form.cart .button {
  display: block;
  float: none;
  width: 100%;
  color: #ffffff;
  background: #ff6600;
  border-radius: 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}
.post-content .single-product .sidebar-variations form.cart .button:hover {
  background: #c95000;
  color: #fff;
}
.post-content .single-product .sidebar-variations form.cart {
  margin-bottom: 0px;
}
.post-content .single-product .sidebar-variations form.cart .private-button {
  display: none;
}
.post-content .single-product .sidebar-variations form.cart.private-mode .single_add_to_cart_button {
  display: none;
}
.post-content .single-product .sidebar-variations form.cart.private-mode .private-button {
  display: block;
}
.post-content .single-product .sidebar-variations form.no-price .price-per-person {
  display: none;
}
.post-content .single-product .sidebar-variations form.no-price .button {
  margin-top: 22px;
}
.post-content .single-product .sidebar-variations .foot {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #2c3a42;
  margin-top: 17px;
  margin-bottom: 2px;
}
.post-content .single-product .sidebar-variations.loaded {
  pointer-events: all;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .post-content .top-content {
    display: block;
  }
  .post-content .top-content > .left {
    width: 100%;
  }
  .post-content .top-content > .right {
    width: 100%;
  }

  .post-content .single-product .sidebar-variations {
    max-width: 100%;
    margin-top: 48px;
  }
}
.full-gradient-background {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.full-gradient-background .first,
.full-gradient-background .second {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.full-gradient-background canvas {
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

.section-header .content {
  z-index: 10;
}
.section-header__media {
  margin-top: -3.5vw;
  z-index: 10;
}
.section-header .next-section-color {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 960px) {
  .section-header .next-section-color {
    height: 150px;
  }
}
.single-quote .container {
  margin-top: 22vh;
  margin-bottom: 22vh;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.single-quote .single-quote__image {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
  margin-bottom: 48px;
}
.single-quote .single-quote__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-quote .video-thumbnail {
  cursor: pointer;
}
.single-quote.style-wide .single-quote__image {
  width: 200px;
  height: 200px;
  border-radius: 12px;
}
.single-quote.style-wide .single-quote__image .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  width: 58px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.single-quote.style-wide .single-quote__image .play-button circle {
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.single-quote.style-wide .single-quote__image:hover .play-button {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.single-quote .single-quote__text {
  font-size: 3rem;
  line-height: 105%;
  margin-bottom: 32px;
  color: #FF6600;
}
.single-quote .single-quote__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2C3A42;
  margin-bottom: 24px;
}
.single-quote.style-wide .single-quote__description {
  max-width: 514px;
  margin-left: auto;
  margin-right: auto;
}
.single-quote.style-wide .single-quote__author {
  font-size: 1rem;
  line-height: 150%;
}
.single-quote .secondary-image {
  display: block;
  margin-left: auto;
  height: auto;
  margin-right: 10%;
  border-radius: 24px;
  display: none;
}
.single-quote .single-quote__author {
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 55, 0.8);
}
.single-quote .single-quote__author .author-name {
  color: #2C3A42;
}
.single-quote .col {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
.single-quote .video-button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FF6600;
  vertical-align: top;
  display: inline-block;
  margin-top: 48px;
}
.single-quote .video-button svg {
  vertical-align: top;
  display: inline-block;
  margin-top: 0px;
  margin-right: 8px;
}
.single-quote .label {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .single-quote.style-wide .single-quote__image {
    width: 315px;
    height: 315px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 960px) {
  .single-quote .container {
    text-align: left;
  }
  .single-quote .single-quote__text {
    padding-top: 24px;
    font-size: 3rem;
    line-height: 105%;
  }
  .single-quote .single-quote__image {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 56px;
  }
  .single-quote .single-quote__image {
    width: 186px;
    height: 186px;
  }
  .single-quote.style-wide .single-quote__image {
    width: 400px;
    height: 400px;
    border-radius: 24px;
  }
  .single-quote.style-wide .single-quote__image .play-button {
    left: 18px;
    top: 18px;
    margin-left: 0px;
    margin-top: 0px;
    width: 58px;
  }
  .single-quote.style-wide .single-quote__description {
    margin-left: 0px;
    margin-right: 0px;
  }
  .single-quote .secondary-image {
    display: block;
  }
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col.left .single-quote__image {
    margin-right: 0px;
    margin-left: 48px;
  }
  .single-quote .col.right .single-quote__image {
    margin-left: 0px;
    margin-right: 48px;
  }
  .single-quote .col.right .secondary-image {
    margin-right: 32%;
  }
}
@media screen and (min-width: 1100px) {
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col.left .single-quote__image {
    margin-right: 0px;
    margin-left: 141px;
  }
  .single-quote .col.right .single-quote__image {
    margin-left: 0px;
    margin-right: 141px;
  }
  .single-quote .col.right .secondary-image {
    margin-right: 32%;
  }
  .single-quote.style-wide .single-quote__text {
    padding-top: 0px;
    font-size: 4rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .single-quote.style-wide .col {
    width: 100%;
  }
  .single-quote.style-wide .single-quote__image {
    width: 515px;
    height: 515px;
    border-radius: 24px;
  }
  .single-quote.style-wide .single-quote__image .play-button {
    left: 28px;
    top: 28px;
    margin-left: 0px;
    margin-top: 0px;
    width: 88px;
  }
  .single-quote.style-wide .single-quote__text {
    padding-top: 0px;
    font-size: 5rem;
    line-height: 4.5rem;
  }
}
.news-list-section {
  margin-top: 180px;
  margin-bottom: 180px;
}
.news-list-section .section-title {
  max-width: 400px;
  margin-bottom: 40px;
}
.news-list-section .navigation-buttons {
  margin-left: auto;
  margin-bottom: 12px;
}
.news-list-section .list-head {
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list-section .list-head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.4);
  padding-top: 12px;
  padding-bottom: 12px;
}
.news-list-section .list-head .nav-left,
.news-list-section .list-head .nav-right {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  width: 36px;
  height: 36px;
  z-index: 30;
  margin-left: 12px;
  display: inline-block;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-color: #2C3A42;
  border-radius: 24px;
  pointer-events: none;
}
.news-list-section .list-head .nav-left {
  background-position: 47% 50%;
  background-image: url("./img/nav-prev-arrow.svg");
}
.news-list-section .list-head .nav-right {
  background-position: 53% 50%;
  background-image: url("./img/nav-next-arrow.svg");
}
.news-list-section .list-head .nav-right:hover,
.news-list-section .list-head .nav-left:hover {
  transform: scale(0.9);
}
.news-list-section.scrollable-left .list-head .nav-left {
  pointer-events: all;
  opacity: 1;
}
.news-list-section.scrollable-right .list-head .nav-right {
  pointer-events: all;
  opacity: 1;
}
.news-list-section .link-button {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 36px;
}

.link-button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF6600;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.link-button svg {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  margin-left: 16px;
}

.article-single-item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding-right: 70px;
}
.article-single-item .article-single-date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #566168;
  margin-bottom: 12px;
}
.article-single-item .article-single-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
  margin-bottom: 14px;
}
.article-single-item .article-single-info .category {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.4);
}

.single-post .latest-news-block {
  padding-top: 0px;
}

.news-grid {
  white-space: nowrap;
}

.news-list-crop {
  overflow: hidden;
  position: relative;
}
.news-list-crop .news-list-wrap {
  padding-bottom: 40px;
  margin-bottom: -40px;
  overflow-x: scroll;
}
.news-list-crop:after, .news-list-crop:before {
  content: "";
  position: absolute;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  top: 0px;
  z-index: 20;
  width: 0px;
  height: 100%;
  pointer-events: none;
}
.news-list-crop:after {
  right: 0px;
}
.news-list-crop:before {
  left: 0px;
}
.news-list-crop .nav-left,
.news-list-crop .nav-right {
  display: none;
}

@media screen and (max-width: 1200px) {
  .article-single-item {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .article-single-item {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .article-single-item {
    width: 50%;
  }

  .news-list-crop .nav-left,
.news-list-crop .nav-right {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .article-single-item {
    width: 100%;
    padding-right: 32px;
  }
}
.wp-block-heading {
  color: #2c3a42;
}

.core-block {
  margin-bottom: 150px;
}
.core-block .col {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.core-block h1,
.core-block h2,
.core-block h3,
.core-block h4,
.core-block h5,
.core-block h6 {
  font-style: normal;
  font-weight: 600;
  color: #2c3a42;
}
.core-block h2 {
  font-size: 3rem;
  line-height: 115%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h3 {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h4 {
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h5 {
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.core-block h6 {
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.core-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2c3a42;
  margin-bottom: 1rem;
}
.core-block ul {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.core-block ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2c3a42;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
}
.core-block ul li ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.core-block ul li:before {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background-color: #ff6600;
  position: absolute;
  top: 0.78em;
  left: 0px;
  margin-top: -1px;
  border-radius: 1px;
}
.core-block ol {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  counter-reset: item;
}
.core-block ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2c3a42;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
}
.core-block ol li ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.core-block ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: block;
  width: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 1px;
  border-radius: 1px;
  text-align: right;
  color: #ff6600;
  font-weight: 600;
  font-size: 1rem;
}
.core-block blockquote {
  margin: 0px;
  padding-left: 42px;
  position: relative;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}
.core-block blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2c3a42;
  margin: 0px;
}
.core-block blockquote cite {
  margin-top: 12px;
  display: block;
}
.core-block blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 28px;
  height: 2px;
  background-color: #ff6600;
}
.core-block hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.core-block .custom-table {
  width: 100%;
  overflow: hidden;
}
.core-block .custom-table.scrollable {
  overflow-x: scroll;
  padding-bottom: 24px;
}
.core-block .custom-table table tr {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.core-block .custom-table table tr td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 12px;
}

.image--article {
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
  max-width: 1190px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 0px;
  margin-bottom: 4rem;
  padding-top: 0px;
}
.image--article img {
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .core-block blockquote {
    padding-left: 109px;
  }
  .core-block blockquote:before {
    top: 12px;
    width: 77px;
  }

  .image--article img {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .image--article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .image--article {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.large-cta {
  padding: 0px;
}
.large-cta .cta-inner {
  background: #FFFFFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 44px 46px;
  display: block;
}
.large-cta .cta-inner .info-wrap {
  padding-right: 0px;
  margin-bottom: 24px;
}
.large-cta .cta-inner .label {
  margin-bottom: 8px;
}
.large-cta iframe {
  height: 300px;
  height: 370px;
}

@media screen and (min-width: 768px) {
  .large-cta .cta-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .large-cta .cta-inner .info-wrap {
    padding-right: 24px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 460px) {
  .large-cta iframe {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .large-cta iframe {
    height: 450px;
  }
}
.figures-section {
  margin-top: 82px;
}
.figures-section .figures-container {
  background: #2C3A42;
  border-radius: 24px;
  color: #F2D2BB;
  padding: 0px 60px;
  padding-top: 72px;
  box-sizing: border-box;
}
.figures-section .figures-title {
  color: #F2D2BB;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 64px;
}
.figures-section .figures-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.figures-section .figure {
  width: 25%;
  margin-bottom: 71px;
}
.figures-section .figure .figure-number {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  color: #FFFFFF;
}
.figures-section .figure .figure-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}
.figures-section .figure .figure-name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F2D2BB;
}

@media screen and (max-width: 1260px) {
  .figures-section .figure {
    width: 33.33%;
  }
}
@media screen and (max-width: 1110px) {
  .figures-section .figure {
    width: 50%;
  }
}
@media screen and (max-width: 920px) {
  .figures-section .figure {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .figures-section .figure {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .figures-section .figures-container {
    padding-top: 36px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .figures-section .figure {
    width: 100%;
  }
  .figures-section .figure .figure-number {
    font-size: 32px;
  }
  .figures-section .figure .figure-type {
    font-size: 16px;
  }
  .figures-section .figure .figure-name {
    font-size: 12px;
  }
}
.link-boxes .col {
  margin-bottom: 16px;
}

.link-boxes-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.link-box {
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 24px;
}
.link-box__container {
  height: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}
.link-box__thumb {
  height: 180px;
}
.link-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-box__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(44, 58, 55, 0.05);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
  padding: 18px 20px;
}
.link-box__name p {
  text-align: left;
  padding-right: 8px;
}
.link-box .arrow-icon {
  flex-shrink: 0;
  transition: all 300ms;
}
.link-box:hover .arrow-icon {
  transform: translateX(4px);
}
.link-box .link-box--file .arrow-icon {
  transform: rotate(90deg);
}
.link-box .link-box--file:hover .arrow-icon {
  transform: rotate(90deg) translateX(4px);
}

@media screen and (max-width: 1200px) {
  .link-box {
    width: 50%;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 900px) {
  .link-box {
    width: 100%;
  }
}
.team-section {
  padding: 0px;
}

.team-section-container.grid-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-section-container.grid-2col .team-single {
  display: block;
  width: 50%;
  width: calc(50% - 18px);
  margin-bottom: 96px;
}
.team-section-container .team-single {
  position: relative;
}
.team-section-container .team-single .team-single-container {
  height: 100%;
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  padding: 32px;
}
.team-section-container .team-single .team-single-thumb {
  position: absolute;
  top: -65px;
  right: 24px;
}
.team-section-container .team-single .team-single-thumb .avatar {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  overflow: hidden;
  object-fit: contain;
  object-position: 50% 50%;
  border: 4px solid #FFF;
}
.team-section-container .team-single .team-single-thumb .avatar img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.team-section-container .team-single .team-single-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.team-section-container .team-single .team-single-details .name {
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 130%;
  color: #2C3A42;
  margin-bottom: 6px;
}
.team-section-container .team-single .team-single-details .title {
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #566168;
  margin-bottom: 24px;
}
.team-section-container .team-single .team-single-contact-detail {
  margin-top: 12px;
}
.team-section-container .team-single .team-single-contact-detail img {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-right: 10px;
}
.team-section-container .team-single .team-single-contact-detail a {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .team-section-container.grid-2col .team-single {
    width: 100%;
  }
}
.gallery-image__thumb {
  margin-bottom: 16px;
}
.gallery-image__thumb img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.gallery-image .gallery-image__links a {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
}
.gallery-image .gallery-image__links a:hover {
  border-bottom: 1px solid rgba(44, 58, 66, 0.6);
}
.gallery-image .gallery-image__links a {
  margin-bottom: 8px;
}

.video-block {
  margin-top: 80px;
}
.video-block .right {
  margin-top: 40px;
}
.video-block .video video {
  border-radius: 12px;
  width: 100%;
}
.video-block .wysiwyg h1:first-child, .video-block .wysiwyg h2:first-child, .video-block .wysiwyg h3:first-child {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .video-block .wrap {
    display: flex;
  }
  .video-block .left {
    width: 50%;
    padding-right: 24px;
  }
  .video-block .right {
    width: 50%;
    padding-left: 24px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .video-block .left {
    width: 40%;
    padding-right: 32px;
  }
  .video-block .right {
    width: 60%;
    padding-left: 32px;
  }
}
.icons-grid .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.icons-grid .icon-wrap {
  padding: 16px;
  width: 50%;
}
.icons-grid .icon {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.icons-grid .icon .image {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.icons-grid .icon .image svg {
  max-width: 50px;
  max-height: 50px;
}
.icons-grid .icon .links {
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  display: flex;
}
.icons-grid .icon .links a {
  display: inline-flex;
  text-align: center;
  height: 40px;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 12px;
  font-weight: 600;
}
.icons-grid .icon .links a:hover {
  background-color: rgba(44, 58, 66, 0.03);
  color: #ff6600;
}
.icons-grid .icon .links a:first-child {
  border-right: 1px solid rgba(44, 58, 66, 0.15);
}
.icons-grid--dark .icon .image {
  background-color: #2C3A42;
}

@media screen and (min-width: 768px) {
  .icons-grid .icon-wrap {
    width: 33.3%;
  }
}
@media screen and (min-width: 960px) {
  .icons-grid .icon-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .icons-grid .icon-wrap {
    width: 20%;
  }
}
.accordion-list .section-title {
  margin-bottom: 32px;
}

.accordion-item {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  position: relative;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item .title {
  position: relative;
  box-sizing: border-box;
  margin: 0px;
  cursor: pointer;
  padding: 24px 32px;
  padding-right: 88px;
}
.accordion-item .title p {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C3A42;
  margin: 0px;
}
.accordion-item .icon {
  position: absolute;
  top: 0px;
  right: 32px;
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
}
.accordion-item .icon .l1, .accordion-item .icon .l2 {
  display: block;
  width: 22px;
  margin-left: -11px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FF6600;
  transition: all 300ms;
}
.accordion-item .icon .l2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordion-item .inner {
  overflow: hidden;
  max-height: 0px;
  padding-left: 32px;
  padding-right: 32px;
}
.accordion-item .inner li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.accordion-item .inner .marg {
  margin-top: 48px;
}
.accordion-item.active .icon .l2 {
  transform: rotate(0deg);
}
.accordion-item.active .icon .l1 {
  transform: rotate(-180deg);
}
.accordion-item.active .inner {
  max-height: none;
}

#main .course-list-section {
  margin-top: 112px;
  margin-bottom: 112px;
}
#main .course-list-section .section-title {
  margin-bottom: 48px;
}
#main .course-list-section ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  clear: none;
  margin-left: -16px;
  margin-right: -16px;
}
#main .course-list-section ul.products li.product {
  margin: 0px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
  clear: none;
  float: none;
  width: calc(33.33% - 32px);
}
@media screen and (max-width: 1200px) {
  #main .course-list-section ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 940px) {
  #main .course-list-section ul.products li.product {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 800px) {
  #main .course-list-section ul.products li.product {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 600px) {
  #main .course-list-section ul.products li.product {
    width: calc(100% - 32px);
  }
}

.form-section .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.form-section .form-section__text {
  margin-bottom: 40px;
}
.form-section .form-section__form {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
}
.form-section .person-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
}
.form-section .person-wrap .person-image {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.form-section .person-wrap .person-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #2C3A42;
}
.form-section .person-wrap .person-title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: rgba(44, 58, 66, 0.8);
}

@media screen and (min-width: 960px) {
  .form-section .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .form-section .form-section__text {
    width: 41.6666666667%;
  }
  .form-section .form-section__form {
    width: 50%;
  }
  .form-section .person-wrap {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section .form-section__form {
    padding: 48px;
    border-radius: 32px;
  }
}
.hubspot-form fieldset {
  max-width: none !important;
  margin-bottom: 24px !important;
}
.hubspot-form .input {
  margin-right: 0 !important;
}
.hubspot-form textarea,
.hubspot-form input {
  width: 100% !important;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
}
.hubspot-form input {
  height: 60px;
  padding: 8px 16px;
}
.hubspot-form textarea {
  min-height: 140px;
  padding: 16px 16px;
}
.hubspot-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.hubspot-form .hs-form-field {
  margin-bottom: 24px;
}
.hubspot-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.hubspot-form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
.hubspot-form .hs-button {
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 48px;
  padding-left: 32px;
  padding-right: 24px;
  justify-content: center;
  border-radius: 100px;
  border: 3px solid #FF6600;
  color: #FF6600;
  background-color: transparent;
}
.hubspot-form .hs-button:hover {
  background-color: #FF6600;
}
.hubspot-form .hs-button:active {
  border: 3px solid #FF9200;
  background-color: #FF9200;
}
.hubspot-form .hs-button:hover, .hubspot-form .hs-button:active {
  color: #FFFFFF;
}
.hubspot-form .hs-richtext {
  font-size: 0.875rem;
  line-height: 1.3em;
  color: rgba(44, 58, 55, 0.8);
}
.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs label {
  font-size: 0.875rem;
  margin-top: 4px;
  color: #D12D2D;
}
.hubspot-form .hs-error-msgs {
  margin-bottom: 24px;
}

.trainers-list .section-title {
  margin-bottom: 64px;
}

.trainers-group .people-item {
  padding-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid rgba(44, 58, 66, 0.15);
  display: flex;
  flex-direction: row;
}
.trainers-group .people-item:first-child {
  border-bottom: none;
}
.trainers-group .people-item .left-side {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 40%;
  padding-right: 16px;
}
.trainers-group .people-item .left-side .image {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin-right: 18px;
}
.trainers-group .people-item .left-side .name {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2C3A42;
  margin-bottom: 7px;
  margin-top: 6px;
}
.trainers-group .people-item .left-side .position {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 123.5%;
  text-transform: capitalize;
  color: #566168;
}
.trainers-group .people-item .right-side {
  box-sizing: border-box;
  width: 60%;
  padding-left: 16px;
}
.trainers-group .people-item .right-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 146.5%;
  color: #2C3A42;
  margin: 0px;
  margin-bottom: 1em;
  margin-top: 6px;
}

@media only screen and (max-width: 1000px) {
  .trainers-group .people-item {
    display: block;
  }
  .trainers-group .people-item .left-side {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 24px;
  }
  .trainers-group .people-item .right-side {
    width: 100%;
    padding-left: 0px;
  }
}
.quote-slider-section .navigation-buttons {
  margin-left: auto;
  margin-top: -24px;
}
.quote-slider-section .list-head {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quote-slider-section .list-head .nav-left,
.quote-slider-section .list-head .nav-right {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  width: 36px;
  height: 36px;
  z-index: 30;
  margin-left: 12px;
  display: inline-block;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-color: #2c3a42;
  border-radius: 24px;
  pointer-events: none;
}
.quote-slider-section .list-head .nav-left {
  background-position: 47% 50%;
  background-image: url("./img/nav-prev-arrow.svg");
}
.quote-slider-section .list-head .nav-right {
  background-position: 53% 50%;
  background-image: url("./img/nav-next-arrow.svg");
}
.quote-slider-section .list-head .nav-right:hover,
.quote-slider-section .list-head .nav-left:hover {
  transform: scale(0.9);
}
.quote-slider-section.scrollable-left .list-head .nav-left {
  pointer-events: all;
  opacity: 1;
}
.quote-slider-section.scrollable-right .list-head .nav-right {
  pointer-events: all;
  opacity: 1;
}
.quote-slider-section .quote-slider {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.quote-slider-section .quote-slider .quote-item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  min-width: 100%;
}
.quote-slider-section .quote-list-crop {
  overflow: hidden;
  position: relative;
}
.quote-slider-section .quote-list-crop .quote-list-wrap {
  padding-bottom: 40px;
  margin-bottom: -40px;
  overflow-x: scroll;
}
.quote-slider-section .quote-list-crop:after, .quote-slider-section .quote-list-crop:before {
  content: "";
  position: absolute;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  top: 0px;
  z-index: 20;
  width: 0px;
  height: 100%;
  pointer-events: none;
}
.quote-slider-section .quote-list-crop:after {
  right: 0px;
}
.quote-slider-section .quote-list-crop:before {
  left: 0px;
}
.quote-slider-section .quote-list-crop .nav-left,
.quote-slider-section .quote-list-crop .nav-right {
  display: none;
}

.image-gallery-section {
  margin-bottom: 80px;
}
.image-gallery-section .swiper {
  width: 100%;
  position: relative;
}
.image-gallery-section .gallery {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-gallery-section .gallery.style-big .swiper-slide {
  max-width: 960px;
  height: 720px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.image-gallery-section .gallery.style-big .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
}
.image-gallery-section .gallery.style-big .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.image-gallery-section .gallery.style-big .gallery-pagination {
  margin-top: 42px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2c3a42;
}
.image-gallery-section .gallery.style-big .gallery-button-prev,
.image-gallery-section .gallery.style-big .gallery-button-next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -54px;
  z-index: 10;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
}
.image-gallery-section .gallery.style-big .gallery-button-prev svg,
.image-gallery-section .gallery.style-big .gallery-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.image-gallery-section .gallery.style-big .gallery-button-prev:hover,
.image-gallery-section .gallery.style-big .gallery-button-next:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.image-gallery-section .gallery.style-big .gallery-button-prev {
  left: 80px;
}
.image-gallery-section .gallery.style-big .gallery-button-prev svg {
  margin-left: -7px;
}
.image-gallery-section .gallery.style-big .gallery-button-next {
  right: 80px;
}
.image-gallery-section .gallery.style-big .gallery-button-next svg {
  margin-left: -4px;
}
.image-gallery-section .gallery.style-grid .masonry-grid-sizer {
  width: calc(33.33% - 32px);
}
.image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
  width: 32px;
}
.image-gallery-section .gallery.style-grid .image {
  width: calc(33.33% - 32px);
  line-height: 0px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.image-gallery-section .gallery.style-grid .image img {
  border-radius: 12px;
}

@media only screen and (max-width: 1200px) {
  .image-gallery-section .gallery.style-big .swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .image-gallery-section .gallery.style-big .swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .image-gallery-section .gallery.style-big .swiper-slide {
    height: 400px;
  }
  .image-gallery-section .gallery.style-big .gallery-button-prev {
    left: 48px;
  }
  .image-gallery-section .gallery.style-big .gallery-button-next {
    right: 48px;
  }
  .image-gallery-section .gallery.style-grid .masonry-grid-sizer {
    width: calc(50% - 32px);
  }
  .image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
    width: 32px;
  }
  .image-gallery-section .gallery.style-grid .image {
    width: calc(50% - 32px);
    line-height: 0px;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 420px) {
  .image-gallery-section .gallery.style-grid .masonry-grid-sizer {
    width: 100%;
  }
  .image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
    width: 0;
  }
  .image-gallery-section .gallery.style-grid .image {
    width: 100%;
    line-height: 0px;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
  }
}
.lightbox-item {
  cursor: pointer;
}

.popup-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-lightbox .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 0;
}
.popup-lightbox .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 110vh;
  background: linear-gradient(0deg, rgba(44, 58, 66, 0.7), rgba(44, 58, 66, 0.7));
  z-index: 10;
}
.popup-lightbox .content {
  position: absolute;
  top: 90px;
  left: 240px;
  right: 240px;
  bottom: 90px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.popup-lightbox .content .image {
  border-radius: 24px;
  overflow: hidden;
  line-height: 0px;
  max-height: 100%;
  position: relative;
  z-index: 10;
}
.popup-lightbox .content .image img {
  border-radius: 24px;
}
.popup-lightbox .nav-right,
.popup-lightbox .nav-left {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 100;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
}
.popup-lightbox .nav-right svg,
.popup-lightbox .nav-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.popup-lightbox .nav-right:hover,
.popup-lightbox .nav-left:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.popup-lightbox .nav-right {
  right: 32px;
}
.popup-lightbox .nav-right svg {
  margin-left: -4px;
}
.popup-lightbox .nav-left {
  left: 32px;
}
.popup-lightbox .nav-left svg {
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .popup-lightbox .content {
    top: 90px;
    left: 120px;
    right: 120px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 800px) {
  .popup-lightbox .content {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
pre.wp-block-preformatted,
.wp-block-syntaxhighlighter-code {
  background: rgba(44, 58, 66, 0.05);
  border-radius: 12px;
  padding: 0px;
  box-sizing: border-box;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-x: scroll;
}
pre.wp-block-preformatted .syntaxhighlighter,
.wp-block-syntaxhighlighter-code .syntaxhighlighter {
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  padding: 24px !important;
}
pre.wp-block-preformatted .syntaxhighlighter .line,
pre.wp-block-preformatted .syntaxhighlighter .line.alt1,
pre.wp-block-preformatted .syntaxhighlighter .line.alt2,
.wp-block-syntaxhighlighter-code .syntaxhighlighter .line,
.wp-block-syntaxhighlighter-code .syntaxhighlighter .line.alt1,
.wp-block-syntaxhighlighter-code .syntaxhighlighter .line.alt2 {
  background-color: transparent !important;
}
pre.wp-block-preformatted .syntaxhighlighter .toolbar,
.wp-block-syntaxhighlighter-code .syntaxhighlighter .toolbar {
  right: 4px !important;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  padding-top: 2px !important;
}
pre.wp-block-preformatted pre,
.wp-block-syntaxhighlighter-code pre {
  font-family: "Courier";
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

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