/* Theme base styles */



/* Generic */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

  




/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 32px;
  margin: 0 auto;
}

.content-wrapper-full{
    max-width: 1234px64px;
    margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

html {
  position: relative;
}

body {
  line-height: 1.4;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
.primary-cta{
  display: inline-flex;
  padding: 12px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  background-color: var(--primary-colour);
  color: var(--white);
  border: 1px solid var(--primary-colour);
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  transition: var(--transition);
  text-align: center;
  line-height: 1.5;
}

.primary-cta:hover{
  background-color: var(--white);
  color: var(--primary-colour);
  text-decoration: none;
  font-weight: 700;
}

.primary-cta.blue-border{
  border: 1px solid var(--primary-colour);
  color: var(--black);
  background-color: transparent;
}
.primary-cta.blue-border:hover{
  background-color: var(--primary-colour);
  color: var(--white);
}

.primary-cta.yellow-solid{
  border: 1px solid var(--yellow);
  color: var(--black);
  background-color: var(--yellow);
}
.primary-cta.yellow-solid:hover{
  background-color: var(--white);
  color: var(--primary-colour);
  border: 1px solid var(--white);

}

.primary-cta.white-solid{
  border: 1px solid var(--white);
  color: var(--primary-colour);
  background-color: var(--white);
}
.primary-cta.white-solid:hover{
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid var(--yellow);

}

.text-cta{
  font-size: 14px;
  font-style: normal;
  font-weight: 500!important;
  line-height: 20px; /* 142.857% */
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  position: relative;
  text-decoration: none!important;
  max-width: max-content;
}

.text-cta:hover{
  color: var(--gold)!important;
}

.text-cta::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--gold);
  transition: var(--transition);
}

.text-cta:hover::after{
  width: 100%;
}





@media screen and (min-width: 768px){
  .primary-cta{
    padding: 12px 70px;
  }
}
/* Form title */

.form-title {
  margin: 0;
}

/* .form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

form label[for*="LEGAL_CONSENT"] {
  font-size: 16px;
}


/* Form fields */

form .hs-form-field {
  margin-bottom: 19px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select{
  height: 50px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin-right: 0.35rem;
  cursor: pointer;
  margin-top: 2px;
}


.hs-form-booleancheckbox > label{
  display: flex;
  align-items: flex-start;
  gap: 10px
}
/* Remove the default appearance */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; /* For older webkit browsers */
  min-width: 20px;
  height: 20px;
  background-color: #EBF0F4; /* Default background */
  border: 0px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  outline: none;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Change background color when checked */
input[type="checkbox"]:checked {
  background-color: #EBF0F4; /* Checked background */
}

/* Optional: Add a checkmark */
input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  background: #2582C5;
  width: 12px;
  height: 12px;
}



.form .hs-button, form input[type=submit] {
  all: unset;
  display: inline-flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  background-color: var(--primary-colour);
  color: var(--white);
  border: 1px solid var(--primary-colour);
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
}

.form .hs-button:hover, form input[type=submit]:hover {
  background-color: var(--white);
  color: var(--primary-colour);
}

@media screen and (min-width: 768px) {
  .form .hs-button, form input[type=submit] {
    padding: 12px 70px;
  }
}


/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: "\01F4C5";
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type="file"] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 0 !important;
}
/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

select {
  padding: 23px 11px 19px 17px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--light-blue);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="10" viewBox="0 0 22 10" fill="none"><path d="M8.5 8.46186L1.08633 1.18686C1.02658 1.12696 0.955649 1.07961 0.877637 1.04754C0.799625 1.01547 0.716081 0.999317 0.631839 1.00002C0.547598 1.00073 0.464331 1.01828 0.386858 1.05165C0.309385 1.08502 0.239244 1.13355 0.180494 1.19444C0.121744 1.25533 0.0755518 1.32737 0.0445899 1.40638C0.013628 1.48539 -0.00148855 1.56981 0.000115085 1.65475C0.00171872 1.73969 0.0200107 1.82347 0.0539324 1.90123C0.0878542 1.979 0.136732 2.04921 0.197738 2.1078L8.05571 9.818C8.17465 9.9347 8.33405 10 8.5 10C8.66595 10 8.82535 9.9347 8.94429 9.818L16.8023 2.1078C16.8633 2.04921 16.9121 1.979 16.9461 1.90123C16.98 1.82347 16.9983 1.73969 16.9999 1.65475C17.0015 1.56981 16.9864 1.48539 16.9554 1.40638C16.9244 1.32737 16.8783 1.25533 16.8195 1.19444C16.7608 1.13355 16.6906 1.08502 16.6131 1.05165C16.5357 1.01828 16.4524 1.00073 16.3682 1.00002C16.2839 0.999316 16.2004 1.01547 16.1224 1.04754C16.0443 1.07961 15.9734 1.12696 15.9137 1.18685L8.5 8.46186Z" fill="%232582C5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  width: 100%;
  font-weight: 100;
  border-radius: 10px;
  border: none;
}
/* Load spinner */

.lds-spinner {
  opacity: 0;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  margin: 20px auto;
  transform: scale(0.5);
  transform: all 0.3s;
}
.lds-spinner.active {
  opacity: 1;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #202349;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
nav.pagination {
    margin-top: 3em;
}

nav.pagination a {
    margin: 0 .3rem;
}

nav.pagination a:not(.pagination__link--active) {
    color: var(--black);
    font-size: 13px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
/* Cards */

.card{
    background-color: #fff;
    display: grid;
    grid-template-rows: auto 1fr auto;
    position: relative;
    cursor: pointer;
}

.card__cover-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.card__image-container{
    height: 260px;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 30px;
}
.card__image-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}
.card__image-container:hover img{
    scale: 1.1;
}
.card__tags{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.card__tags .card__tag{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--primary-colour);
}

.card__event-date{
  margin-bottom: 5px;
}

#case-study-listing__pagination{
  margin-top: 20px;
  grid-column: -1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#case-study-listing__pagination span{
    all: unset;
    cursor: pointer;
  }
#case-study-listing__pagination .pagination-span.active{
    background-color: var(--primary-colour);
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
  .card__image-container{
    height: 290px;
  }
}

/*  */

.meet-the-team{
    --swiper-theme-color: var(--black);
    position: relative;
    overflow-x: hidden;
}
.meet-the-team .content-wrapper{
    padding: 0px 32px;
}
.meet-the-team .content-wrapper, .meet-the-team{
    overflow: visible;
}
.meet-the-team h2{
    max-width: 590px;
    margin-bottom: 60px;
}
.meet-the-team__card img{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.meet-the-team__card__no-image{
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: #D9D9D9;
}
.meet-the-team__card img, .meet-the-team__card__no-image{
    margin-bottom: 18px;
}
.meet-the-team__card__header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.meet-the-team__card__header h4{
    margin-bottom: 12px;
}
.meet-the-team__card__header .linkedin-link{
    display: block;
    margin-top: 10px;
}

.meet-the-team__navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
    position: relative;
}
.meet-the-team__navigation svg{
    cursor: pointer;
}

.meet-the-team__swiper-pagination{
    margin-top: 63px !important;
    position: relative;
}

/* Custom cardnstyling for this module */

.meet-the-team__card__media{
  position: relative;
  margin-bottom: 32px;
}

.meet-the-team__card__media img{
  margin-bottom: 0px;
}

.meet-the-team__card__media .meet-the-team__card__summary{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gold);
  color: var(--white);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.meet-the-team__card__media:hover .meet-the-team__card__summary{
  opacity: 1;
  pointer-events: all;
}

.meet-the-team__card__summary .primary-cta{
  width: 100%;
  max-width: unset;
}

.swiper-pagination-progressbar{
    background-color: #F7F8FB !important;
}

@media screen and (min-width: 1440px) {
    .meet-the-team .content-wrapper{
        padding: 0;
    }
}


/*  */



.gradient-card{
    font-family: "Nunito", sans-serif;
    display: grid;
    /* height: 586px; */
    border-radius: 25px;
    overflow: hidden;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
  .gradient-card__top-border{
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: var(--transition);
  }
  .gradient-card:hover .gradient-card__top-border{
    height: 14px;
  }
  .gradient-card__image, .gradient-card__content{
    grid-column: -1 / 1;
    grid-row: -1 / 1;
  }
  .gradient-card__content h3{
    margin-bottom: 10px;
    padding: 0;
    color: var(--white);
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 41.8px */
  }
  .gradient-card:before{
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
  }
  .gradient-card__content{
    transition: all 0.5s ease;
    color: white;
    padding: 120px 20px 70px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.4) 100%);
  }

  .gradient-card__content p{
    margin: 0;
  }
  
  .gradient-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }
  

  .gradient-card__image{
    height: 100%;
  }
  .gradient-card__content a{
    display: block;
    color: #B7DD79;
    margin-top: 20px;
  }
  .gradient-card__content a svg{
    fill: #B7DD79;
  }
  .gradient-card__content a:hover{
    color: #B7DD79;
  }

  .gradient-card--CS{
    min-height: 586px;
  }


@media screen and (min-width: 1280px) {
  .gradient-card__content{
    padding: 120px 36px 70px 36px;
  }
}

  /* CASE STUDY CARDS - RESOURCES */

  .card--case-study:not(.card--case-study--resource):hover .card__image-container img{
    transform: scale(1.1);
  }
  .card__image-container{
    position: relative;
  }
  .card__image-container svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .card.card--case-study--resource{
    background-color: #EBF0F4;
    border-radius: var(--border-radius);
  }

  .card.card--case-study--resource .card__body{
    padding: 30px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .card.card--case-study--resource .card__body :where(h5, p){
    margin: 0;
  }
  .card.card--case-study--resource .card__body h5{
    margin-bottom: 8px;
  } 
  .card.card--case-study--resource .card__body p{
    flex: 1;
    margin-bottom: 28px;
  }

  .card.card--case-study--resource .card__body .module.cta{
    align-self: center;
  }



/*****************************
    CARDS IN THE NAVIGATION 
*****************************/

.navigation-feature-card{
  background-color: var(--light-blue);
}
.navigation-feature-card .card__image-container{
  border-radius: 15px;
  height: 220px;
}
.navigation-feature-card .card__body h5{
  margin-bottom: 8px;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}


/* Macros */



/* Sections */



/* Settings */

:root {
  --transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --white: #fff;
  --black: #000;
  --blue: #0078FF;
  --yellow: #D7FE51;
  --light-blue: #EBF0F4;
  --preston-blue: #004577;
  --primary-colour: #2582C5;
  --secondary-colour: #A9A3Cb;
  --primary-font: {font=Nunito, font_set=GOOGLE, styles={font-family=Nunito, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#231f20, variant=regular, fallback=sans-serif, style=font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #231f20;font-family: Nunito, sans-serif;};
  --container-size: 1570px;
  --border-radius: 15px;
  --swiper-pagination-color: #004577;
}
@media screen and (min-width: 768px) {
  :root {
    --border-radius: 30px;
  }
}
html {
  scroll-behavior: smooth;
}
hr {
  border-bottom-color: #eee;
}
blockquote {
  font-size: 20px;
}
.no-scroll{
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6,p,li,a{
  font-display: swap;
}

p.large {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
p.small, a.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
}
.quote-text{
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%; /* 52px */
  letter-spacing: -2px;
  text-align: center;
}


.ticked_list{
  list-style: none;
  padding-left: 1.4rem;
}

.ticked_list li{
  display: flex;
  position: relative;
  margin-bottom: 38px;
}

.ticked_list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%2216.5%22%20r%3D%2216.5%22%20fill%3D%22%2300B0B9%22/%3E%3Cpath%20d%3D%22M13.526%2021.7703L9.54395%2017.6613C9.09245%2017.1954%208.34496%2017.1957%207.89383%2017.6619V17.6619C7.463%2018.1072%207.463%2018.8139%207.89383%2019.2591L12.5581%2024.0797C13.0874%2024.6267%2013.9646%2024.6267%2014.4939%2024.0797L26.4791%2011.693C26.9115%2011.2461%2026.9106%2010.5366%2026.4772%2010.0907V10.0907C26.0246%209.62515%2025.2766%209.62603%2024.8251%2010.0927L13.526%2021.7703Z%22%20fill%3D%22white%22/%3E%3C/svg%3E');
  background-size: cover;
  content: '';
  position: absolute; /* Adjust as needed */
  left: -34px;           /* Adjust positioning */
  top: 0;            /* Adjust positioning */
}


@media screen and (min-width: 768px) {
  p.large {
    font-size: 20px;
  }
  .quote-text{
    font-size: 40px;
  }
}

.position-fixed{
  position: fixed;
}

a.arrow-link{
  display: flex;
  align-items: center;
}
a.arrow-link svg{
  position: relative;
  left: 0px;
  transition: var(--transition);
}
a.arrow-link:hover svg{
  left: 7px;
}
a.arrow-link span{
  display: block;
  margin-left: 10px;
}

.body-fixed-circle{
  right: -389px;
  position: fixed;
  top: 200px;
  transform: rotate(-280deg);
  z-index: -1;
  opacity: 0.2;
}
svg.body-fixed-circle path{
  fill: #A8CDE8;
}

/* ANIMATION FOR SLIDER BUTTONS USED ACROSS THE SITE */
.card-slider__button{
  width: 40px;
  overflow: hidden;
  display: inline-flex;
}
.card-slider__button svg{
  display: block;
  transition: var(--transition);
  transform: translateX(0px);
  min-width: 40px;
  margin-right: 20px;
}
.card-slider__button.card-slider-carousel-swiper__next svg:nth-child(2){
  transform: translateX(-120px);
}
.card-slider__button.card-slider-carousel-swiper__next:hover svg:nth-child(2){
  transform: translateX(-60px);
}
.card-slider__button.card-slider-carousel-swiper__next:hover svg{
  transform: translateX(60px);
}
.card-slider__button.card-slider-carousel-swiper__prev:hover svg{
  transform: translateX(-60px);
}

/* Utilities */

/* Flex Container */
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}

/* Flex Direction */
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column {
    flex-direction: column;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}

/* Flex Wrap */
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* Justify Content */
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}

/* Align Items */
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}

/* Align Content (for multi-line flex containers) */
.content-start {
    align-content: flex-start;
}
.content-end {
    align-content: flex-end;
}
.content-center {
    align-content: center;
}
.content-between {
    align-content: space-between;
}
.content-around {
    align-content: space-around;
}
.content-stretch {
    align-content: stretch;
}

/* Align Self (for individual flex items) */
.self-auto {
    align-self: auto;
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.self-baseline {
    align-self: baseline;
}
.self-stretch {
    align-self: stretch;
}

/* Flex Grow, Shrink, and Basis */
.flex-grow-0 {
    flex-grow: 0;
}
.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-basis-auto {
    flex-basis: auto;
}
.flex-basis-0 {
    flex-basis: 0;
}
.flex-basis-full {
    flex-basis: 100%;
}

/* Order */
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-first {
    order: -9999;
}
.order-last {
    order: 9999;
}
/* HERO BANNER */

.hero-banner-large-image{
    overflow: hidden;
    --circles-width: 900px;
    position: relative;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    background: rgb(37,130,197);
    background: linear-gradient(180deg, rgba(37,130,197,1) 85%, rgba(255,255,255,1) 85%);
}
.hero-banner-large-image .content-wrapper{
    max-width: var(--container-size);
}
.hero-banner-large-image__circle{
    position: absolute;
    top: -20px;
    right: calc(var(--circles-width) / -2.25);
    opacity: 0.25;
    transform: scale(0.8);
    right: -500px;
}
.hero-banner-large-image__circle svg{
    width: var(--circles-width);
}
.hero-banner-large-image__content{
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
    margin-bottom: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-banner-large-image__content .module.cta{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.hero-banner-large-image__content .module.cta a{
    width: 175px;
    padding: 12px 12px;
}
.hero-banner-large-image img{
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
    border: 1px solid rgb(37,130,197);


}

@media screen and (min-width: 768px) {
    .hero-banner-large-image{
        background: linear-gradient(180deg, rgba(37,130,197,1) 65%, rgba(255,255,255,1) 65%);
    }
    .hero-banner-large-image__content{
        margin-bottom: 94px;
    }
    .hero-banner-large-image__content .module.cta{
        gap: 26px;
    }
    .hero-banner-large-image__content .module.cta a{
        width: 210px;
        padding: 12px 35px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-banner-large-image{
        padding-top: 46px;
    }
    .hero-banner-large-image__circle{
        transform: scale(1);
    }
}



/* VIDEO BANNER */

.hero-banner{
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    max-height: 800px;
    background-color: var(--preston-blue);
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 auto;
    transition: var(--transition);
    isolation: isolate;
    overflow: hidden;

}
.hero-banner.hero-banner--scrolled{
    width: 94%;
    border-radius: var(--border-radius);
}

.hero-banner video, .hero-banner__image--temp{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.hero-banner__image--temp{
    display: block;
}
.hero-banner.hero-banner--scrolled video{
    border-radius: var(--border-radius);
}
.hero-banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(25deg, rgba(0, 0, 0, .85), rgba(235, 240, 244, 0) 90%);;    
    z-index: 2;
}
.hero-banner.hero-banner--scrolled:before{
    border-radius: var(--border-radius);
}
.hero-banner .content-wrapper{
    position: relative;
    z-index: 3;
    max-width: var(--container-size);
    width: 100%;
    padding-top: 40px;
}
.hero-banner__content{
    max-width: 845px;
    position: relative;
    z-index: 3;
}

.hero-banner .hero-banner__content h1{
    text-transform: uppercase;
}


.hero-banner__circle{
    position: absolute;
    right: -280px;
    top: -390px;
    transform: rotate(95deg) scale(1);
    z-index: 3;
    opacity: 0.5;
    transform-origin: center;
}

@media screen and (min-width: 1024px){
    .hero-banner__circle{
        right: -170px;
        top: -450px;
        transform: rotate(95deg) scale(1.3);
    }
    .hero-banner:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(25deg, rgba(0,0,0,0.7) 0%, rgba(235,240,244,0) 65%);
        z-index: 2;
    }
}


/* LOGO SLIDER */

.logo-slider{
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.logo-slider .logo-slider__swiper{
    overflow: hidden;
}

.logo-slider__swiper .swiper-wrapper{
    transition-timing-function: linear;
}

.logo-slider .logo-slider__swiper .swiper-slide{
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 257px;
    position: relative;
    /* opacity: 0; */
    transition: var(--transition);
}
/* .logo-slider .logo-slider__swiper .swiper-slide.swiper-slide-active-group{
    opacity: 1;
} */

.logo-slider .logo-slider__swiper .swiper-slide:before{
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    background: rgb(0,69,119);
    background: linear-gradient(0deg, rgba(0,69,119,0) 15%, rgba(0,69,119,1) 50%, rgba(0,69,119,0) 85%);    
}
.logo-slider .logo-slider__swiper .swiper-slide img{
    width: 100%;
    max-width: 194px;
    height: 100%;
    object-fit: contain;
}
.logo-slider__content{
    width: 100%;
    max-width: 450px;
}


@media screen and (min-width: 850px) {
    .logo-slider{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 95px;
    }
    .logo-slider__content{
        width: 100%;
        min-width: 450px;
    }
}



/* SWITCHBACK MODULE */

.switchback__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
}

.switchback__wrapper .switchback__column{
    width: 50%;
}

.switchback__wrapper .switchback__column.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.switchback__wrapper .switchback__column.content p:last-of-type{
    margin-bottom: 0px;
}

.switchback__wrapper .switchback__column.content .switchback__column__cta-wrapper{
    margin-top: 36px;
}

.switchback__wrapper .switchback__column.media{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.switchback__wrapper .switchback__column.media img:not(.video-controls__play-icon){
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: unset;
    max-height: 500px;
}

.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper video{
    width: 100%;
    height: 100%;
}

.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    transition: 0.25s linear;
}

.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.paused::after{
    opacity: 1;
}

.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.playing::after{
    opacity: 0;
}

.switchback__column__media__video-wrapper .video__video-controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    pointer-events: all;
}

.switchback__column__media__video-wrapper.playing .video__video-controls{
    opacity: 0;
    pointer-events: none;
}

.switchback__column__media__video-wrapper .video__video-controls .video-controls__play-icon{
    height: 55px;
    width: auto;
    pointer-events: none;
}

.switchback__column__media__video-wrapper .video__video-controls .video-controls__play-text{
    font-size: 18px;
    margin-top: -24px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}
.switchback__column__media__video-wrapper .video__video-controls:hover .video-controls__play-text{
    margin-top: 8px;
    opacity: 1;
}
.switchback__column__list{
    margin-bottom: 32px;
    padding-left: 50px;
    position: relative;
}
.switchback__column__list__bullet{
    width: 33px;
    height: 33px;
}
.switchback__column__list:first-of-type{
    margin-top: 50px;
}
.switchback__column__list:last-of-type{
    margin-bottom: 0px;
}
.switchback__column__list h4{
    margin-bottom: 5px;
}
.switchback__column__list img{
    position: absolute;
    top: 0;
    left: 0px;
}
.switchback__column .content__2nd-list{
    display: flex;
    flex-direction: column;
}

.switchback__column__list__number{
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00B0B9;
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
}


@media screen and (max-width: 1024px){

    .switchback__wrapper{
        gap: 44px;
    }

    .switchback__wrapper .switchback__column{
        width: 100%;
    }

    
    .switchback__wrapper .switchback__column.content h2{
        margin-bottom: 32px;
    }
    
    .switchback__wrapper .switchback__column.content p:last-of-type{
        margin-bottom: 0px;
    }

    .switchback__wrapper .switchback__column.media{
        /* max-height: 300px; */
    }

    .switchback__wrapper .switchback__column.media img{
        /* max-height: 300px; */
        min-height: unset;
    }

}