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

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
/*

Global settings

*/
body .t-p-acf-t2-ly-content-grid:first-of-type {
  margin-top: 6.3rem;
}
@media (min-width: 1200px) {
  body .t-p-acf-t2-ly-content-grid:first-of-type {
    margin-top: 6.3rem;
  }
}

/*  
*
* ** Demonstration only **
*
* colours
*
*/
.scaffolding, .scaffolding-row, .scaffolding-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scaffolding-container {
  padding: 0 15px;
  width: 100%;
  margin: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .scaffolding-container {
    padding: 0 80px;
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
.scaffolding-row {
  position: relative;
}

section[class*=__full-height] .scaffolding-row {
  height: 100% !important;
}

#height-auto {
  height: auto !important;
}

.wp-core-ui {
  color: #3c434a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}
.wp-core-ui h2 {
  font-weight: bold;
}

/* 
*
* ** Demonstration only **
*
* fonts
*/
header,
.template-partial-header {
  padding-top: 0;
}
header-top-bar,
.template-partial-header-top-bar {
  background-color: var(--c-top-bar-bg, var(--c-sub-menu-bg, #1f1f1f));
  color: var(--c-top-bar-text, #fff);
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
header-top-bar ul,
.template-partial-header-top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header-top-bar li,
.template-partial-header-top-bar li {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}
header-top-bar a,
.template-partial-header-top-bar a {
  color: inherit !important;
  text-decoration: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/*  
*
* ** Demonstration only **
*
* colours
*
*/
/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
.scaffolding, .scaffolding-row, .scaffolding-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scaffolding-container {
  padding: 0 15px;
  width: 100%;
  margin: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .scaffolding-container {
    padding: 0 80px;
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
.scaffolding-row {
  position: relative;
}

section[class*=__full-height] .scaffolding-row {
  height: 100% !important;
}

#height-auto {
  height: auto !important;
}

.template-partial-header .scaffolding-row {
  position: unset;
}
.template-partial-header a.link--has-label.link--has-icon .menu-item__label {
  margin-left: 10px;
}
.template-partial-header__navigation-primary-toggle-control {
  margin-left: auto !important;
}
@media (min-width: 1200px) {
  .template-partial-header__navigation-primary-toggle-control {
    margin-left: 0;
  }
}
.template-partial-header__navigation-primary-group a {
  font-size: 15px !important;
  color: var(--c-header-link, #fff);
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.template-partial-header__navigation-primary-group a:hover {
  color: var(--c-header-link-hover, #a5a5a5) !important;
}
@media (min-width: 1200px) {
  .template-partial-header__navigation-primary-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-partial-header__navigation-primary-group ul {
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 20px;
  }
  .template-partial-header__navigation-primary-group ul.template-partial-header__navigation-primary-list {
    margin: 0 0 0 3rem;
  }
}
.template-partial-header__navigation-primary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.template-partial-header__group {
  padding: 0;
}
@media (min-width: 1200px) {
  .template-partial-header__group #menu-main-menu > .menu-item {
    height: 100% !important;
  }
}
@media (max-width: 1199px) {
  .template-partial-header__group .template-partial-header__navigation-primary-toggle-control {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .template-partial-header__group #menu-main-menu {
    height: 0;
    display: none;
  }
  .template-partial-header__group #menu-main-menu > .menu-item {
    height: unset;
  }
}
.template-partial-header__group.closed > .template-partial-header__navigation-primary-group {
  display: none;
  height: 0;
}
.template-partial-header__group.closed .template-partial-header__navigation-primary-group {
  display: none;
}
.template-partial-header__group.open #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-partial-header__group.open .mobile-cta-search {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .template-partial-header__group.open .sub-menu_lvl__back-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .template-partial-header__group.open .mobile-cta-search {
    display: none;
  }
  .template-partial-header__group.open .sub-menu_lvl__back-link {
    display: none !important;
  }
  .template-partial-header__group.open #navigation-languages {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .template-partial-header #menu-main-menu {
    top: 110px;
  }
}
@media (max-width: 900px) {
  .template-partial-header #menu-main-menu.open {
    top: 110px !important;
  }
}
@media (max-width: 1199px) {
  .template-partial-header #menu-main-menu.open {
    position: absolute;
    top: 110px;
    height: calc(100dvh - 50px);
    width: 100%;
    background-color: var(--c-sub-menu-bg, #1f1f1f);
    left: 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: left;
        align-content: left;
    padding: 30px 15px 0;
    overflow-y: hidden;
    opacity: 1;
  }
  .template-partial-header #menu-main-menu.open::after {
    content: "";
    position: absolute;
    bottom: -150px;
    opacity: 0.2;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title p {
    color: #fff;
    font-weight: 600;
    font-size: 13px !important;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .template-partial-header #menu-main-menu.open .main-menu-title p::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-right: 10px;
    color: inherit;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header #menu-main-menu.open li {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .template-partial-header #menu-main-menu.open.hide .main-menu-title {
    display: none;
  }
  .template-partial-header #menu-main-menu.open > li {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .template-partial-header #menu-main-menu.open a {
    color: var(--c-sub-menu-link, #fff);
  }
}
@media (max-width: 1199px) {
  .template-partial-header .top_lvl_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-partial-header .top_lvl_item > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, transform 0.3s ease;
    transition: background-color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .template-partial-header .top_lvl_item.not-clicked {
    padding-bottom: 0 !important;
    margin: 0;
  }
  .template-partial-header .top_lvl_item.not-clicked > a {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .template-partial-header .top_lvl_item.open.clicked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-partial-header .top_lvl_item.open.clicked > a {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .template-partial-header .top_lvl_item.open.clicked.sub-menu_lvl__1 > li:last-of-type {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    overflow-y: auto;
    max-height: none;
    width: 100%;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open.closed {
    display: none;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .parent-link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .scaffolding-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    position: relative;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .scaffolding-container .column-break-ul:last-child li:last-child {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .column-break-ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open li {
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open.menu-item:last-child {
    padding-bottom: 0 !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link > a {
    font-size: 13px !important;
    color: var(--c-sub-menu-link, #fff) !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .template-partial-header .top_lvl_item.open.clicked .sub-menu_lvl__1.open .sub-menu_lvl__back-link > a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    margin-right: 10px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .template-partial-header .parent-link {
    position: relative;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 90%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    color: var(--c-sub-menu-link-hover, #fff);
  }
  .template-partial-header .parent-link a {
    text-decoration: underline;
    color: inherit !important;
  }
  .template-partial-header .parent-link::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    position: relative;
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: margin 0.3s ease-in-out, background-color 0.2s ease;
    transition: margin 0.3s ease-in-out, background-color 0.2s ease;
  }
  .template-partial-header .parent-link:hover::after {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .template-partial-header .top_lvl_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
    padding-right: 20px;
  }
  .template-partial-header .top_lvl_item > a {
    font-weight: 400;
    margin-top: auto;
    margin-bottom: auto;
    color: var(--c-header-link, #fff);
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-downwards-chevron-white.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-downwards-chevron-white.svg) no-repeat center/contain;
    margin-left: 10px;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.2s ease;
    transition: transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .template-partial-header .top_lvl_item.menu-item-has-children > a:hover::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header .top_lvl_item.open.menu-item-has-children > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-partial-header ul.sub-menu_lvl__1 {
    display: none;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 103px !important;
    left: 0;
    z-index: -2;
    background-color: var(--c-sub-menu-bg, #1f1f1f);
    mix-blend-mode: overlay;
    white-space: nowrap;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link {
    position: absolute;
    top: 55px;
    padding-left: 0 !important;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a {
    font-size: 1.5rem !important;
    padding-left: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3rem 0.65rem !important;
    margin-left: -0.65rem;
    text-transform: capitalize;
    color: var(--c-sub-menu-link, #fff);
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a:hover {
    color: var(--c-sub-menu-link-hover, #fff) !important;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    mask: url(/wp-content/themes/wordpress_parent_theme/img/icon-right-chevron.svg) no-repeat center/contain;
    position: relative;
    color: inherit;
    margin-left: 20px;
    -webkit-transition: margin 0.3s ease-in-out, background-color 0.2s ease;
    transition: margin 0.3s ease-in-out, background-color 0.2s ease;
  }
  .template-partial-header ul.sub-menu_lvl__1 .parent-link a:hover::after {
    color: var(--c-sub-menu-link, #fff);
    margin-left: 30px;
  }
  .template-partial-header ul.sub-menu_lvl__1 li {
    width: 100%;
  }
  .template-partial-header ul.sub-menu_lvl__1 li > a {
    display: inline-block;
    padding: 0.3rem 1.5rem;
    margin-left: -0.65rem;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .template-partial-header ul.sub-menu_lvl__1 li:hover > a,
  .template-partial-header ul.sub-menu_lvl__1 li > a:focus-visible {
    color: var(--c-sub-menu-link-hover, #a5a5a5) !important;
    background-color: var(--c-sub-menu-link-bg-hover, transparent);
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul {
    margin-top: 3.5rem;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul:first-of-type {
    padding-left: 10px;
    border-left: solid 1px var(--c-sub-menu-link, #fff);
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul:first-of-type a {
    padding: 0.3rem 1.5rem;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul li {
    margin-bottom: 0.5rem;
  }
  .template-partial-header ul.sub-menu_lvl__1 .column-break-ul li:last-child {
    margin-bottom: 0;
  }
  .template-partial-header ul.sub-menu_lvl__1 a {
    color: var(--c-sub-menu-link, #fff);
    padding: 0 0;
  }
  .template-partial-header .top_lvl_item.active > ul {
    display: block;
  }
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group {
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 1200px) {
  .template-partial-header .t-p-header__navigation-primary-toggle-control-group {
    display: none !important;
  }
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger {
  height: 25px;
  width: 25px;
  position: relative;
  margin: auto;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::after, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: var(--c-header-link, #fff);
  height: 0.15em;
  position: absolute;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::after {
  left: 0;
  top: -8px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::before {
  left: 0;
  top: 8px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s, 0.2s -webkit-transform;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze .burger-lines::before {
  width: 25px;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s, 0.2s -webkit-transform 0.15s;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines {
  background-color: transparent;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before,
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after {
  left: 0;
  top: 0;
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.template-partial-footer {
  height: auto;
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.template-partial-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  z-index: 20;
}
@media (min-width: 1200px) {
  .template-partial-footer__group {
    margin-top: 4rem;
    margin-bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sub-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid white;
  padding-top: 15px;
}
.sub-footer .menu-footer-menu-submenu-container {
  width: 100%;
}
.sub-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-partial-sub-footer__group .t-p-acf-t2-ct-image {
  min-width: 150px;
  min-height: 100px;
}
.template-partial-sub-footer__group .copyright-text-sub-footer {
  text-align: center;
  color: white;
  font-size: 0.5rem !important;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .template-partial-sub-footer__group .copyright-text-sub-footer {
    padding-bottom: 0;
  }
}
.template-partial-sub-footer__group .copyright-text-sub-footer p {
  font-size: 14px;
}
.template-partial-sub-footer__group .copyright-text-sub-footer span {
  margin-bottom: 0 !important;
}

.contact-address-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .contact-address-footer {
    display: none;
  }
}

.icon-sub-footer {
  display: none;
}
@media (min-width: 1200px) {
  .icon-sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .icon-sub-footer .scaffolding-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.remove-footer-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .remove-footer-mobile {
    display: block;
  }
}

.template-partial-footer a {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .template-partial-footer a {
    font-weight: unset;
  }
}
.template-partial-footer .template-partial-footer__social-links {
  width: 100%;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.template-partial-footer .template-partial-footer__social-links ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1200px) {
  .template-partial-footer .template-partial-footer__social-links {
    position: relative;
    width: unset;
    text-align: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .template-partial-footer .template-partial-footer__social-links ul {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.template-partial-footer .template-partial-footer__social-links .template-partial-footer__navigation-footer__title {
  text-decoration: underline;
  font-size: 16px;
}
.template-partial-footer .template-partial-footer__group {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .template-partial-footer .template-partial-footer__group {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 150px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    min-width: 100%;
  }
}
.template-partial-footer .template-partial-footer__navigation-footer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1200px) {
  .template-partial-footer .template-partial-footer__navigation-footer {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.template-partial-footer .custom-logo {
  height: 70px !important;
  width: auto;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .template-partial-footer .custom-logo {
    position: relative;
    height: 70px !important;
    width: auto;
  }
}
.template-partial-footer .template-partial-footer__contact-information {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2rem;
}
.template-partial-footer .template-partial-footer__contact-information .template-partial-footer__navigation-footer__title {
  display: none;
}
@media (min-width: 1200px) {
  .template-partial-footer .template-partial-footer__contact-information {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: unset;
  }
  .template-partial-footer .template-partial-footer__contact-information .template-partial-footer__navigation-footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.template-partial-footer .footer-center-menu {
  position: unset;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1200px) {
  .template-partial-footer .footer-center-menu {
    position: relative;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.template-partial-footer .footer-search-bar-container {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .template-partial-footer .footer-search-bar-container {
    width: unset;
    position: relative;
  }
}
.template-partial-footer #search-bar-footer {
  border: none;
  border-radius: 20px;
  min-height: 40px;
  padding-left: 45px;
  background-color: #0765c6;
  color: white;
  font-weight: 100;
  font-size: 12px;
  width: 100%;
}
.template-partial-footer #search-bar-footer::-webkit-input-placeholder {
  opacity: 1;
  color: white;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
.template-partial-footer #search-bar-footer::-moz-placeholder {
  opacity: 1;
  color: white;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
.template-partial-footer #search-bar-footer:-ms-input-placeholder {
  opacity: 1;
  color: white;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
.template-partial-footer #search-bar-footer::-ms-input-placeholder {
  opacity: 1;
  color: white;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
.template-partial-footer #search-bar-footer::placeholder {
  opacity: 1;
  color: white;
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1200px) {
  .template-partial-footer #search-bar-footer {
    border: none;
    border-radius: 20px;
    min-height: 40px;
    padding-left: 45px;
    background-color: #0765c6;
    color: white;
    font-weight: 100;
    font-size: 12px;
    width: 400px;
  }
}
.template-partial-footer #search-bar-footer:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.template-partial-footer #search-button-footer {
  border: none;
  width: 40px;
  height: 40px; /* Ensure the button has a height */
  background-color: transparent;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
}
.template-partial-footer .search-icon-footer {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.template-partial-footer .search-icon-footer svg {
  top: 50%;
  left: 50%;
  fill: white;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

#variationModal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
@media (min-width: 1200px) {
  #variationModal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
}
#variationModal .modal-content {
  position: absolute;
  padding: 20px;
  width: 80%;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1607843137);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Ensures the images within the swiper container fit properly */
}
@media (min-width: 1200px) {
  #variationModal .modal-content {
    position: absolute;
    padding: 40px;
    width: 800px;
    height: auto;
    background-color: white;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1607843137);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#variationModal .modal-content .variation-attributes-table {
  margin-bottom: 1rem;
}
#variationModal .modal-content .variation-attributes-table td, #variationModal .modal-content .variation-attributes-table th {
  font-size: 0.6rem;
}
@media (min-width: 1200px) {
  #variationModal .modal-content .variation-attributes-table td, #variationModal .modal-content .variation-attributes-table th {
    font-size: 0.8rem;
  }
}
#variationModal .modal-content .find-a-distributor-container {
  margin-top: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  color: #ffffff;
  background-image: -webkit-gradient(linear, right top, left top, from(#3ebb9a), color-stop(#1ba68f), color-stop(#18868f), to(#116bb4));
  background-image: linear-gradient(270deg, #3ebb9a, #1ba68f, #18868f, #116bb4);
  padding: 10px;
}
@media (min-width: 1200px) {
  #variationModal .modal-content .find-a-distributor-container {
    margin-top: auto;
  }
}
#variationModal .modal-content .find-a-distributor {
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  #variationModal .modal-content .find-a-distributor {
    font-size: 1.5rem;
  }
}
#variationModal .modal-content .swiper-pagination {
  display: none;
}
#variationModal .modal-content .swiper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
#variationModal .modal-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#variationModal .modal-content .swiper-zoom-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#variationModal .modal-content .swiper-button-next {
  background-color: #17868F;
  border-radius: 30px;
  height: 15px;
  width: 15px;
}
#variationModal .modal-content .swiper-button-next:after {
  font-size: 8px !important;
  padding-right: 0px;
  margin: auto;
  color: white;
}
@media (min-width: 1200px) {
  #variationModal .modal-content .swiper-button-next {
    background-color: #17868F;
    border-radius: 30px;
    height: 30px;
    width: 30px;
  }
  #variationModal .modal-content .swiper-button-next:after {
    font-size: 12px !important;
    padding-right: 2px;
    margin: auto;
    color: white;
  }
}
#variationModal .modal-content .swiper-button-prev {
  background-color: #17868F;
  border-radius: 30px;
  height: 15px;
  width: 15px;
}
#variationModal .modal-content .swiper-button-prev:after {
  font-size: 8px !important;
  padding-right: 2px;
  margin: auto;
  color: white;
}
@media (min-width: 1200px) {
  #variationModal .modal-content .swiper-button-prev {
    background-color: #17868F;
    border-radius: 30px;
    height: 30px;
    width: 30px;
  }
  #variationModal .modal-content .swiper-button-prev:after {
    font-size: 12px !important;
    padding-right: 2px;
    margin: auto;
    color: white;
  }
}
#variationModal .modal-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#variationModal .modal-content .tooltip {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Ensure the tooltip doesn't interfere with interactions */
}
#variationModal .modal-content .tooltip.hide-tooltip {
  opacity: 0;
}
#variationModal .modal-content .swiper-slide img {
  max-width: 100%;
  max-height: 400px;
  width: 80%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain; /* Ensure images are contained within their container */
}
#variationModal .modal-content .close-container {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  z-index: 3;
}
#variationModal .modal-content .close-container .close {
  margin: auto;
  height: 100%;
  width: 100%;
  display: block;
  margin-top: -1px;
  border-radius: 20px;
  font-size: 19px;
}
#variationModal #modal-content-inner {
  position: relative;
}

.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1200px) {
  .parent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 2.3333fr;
    grid-column-gap: 100px;
    grid-row-gap: 0px;
  }
}

.parent-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .parent-two {
    display: grid;
    grid-template-columns: 1fr 2.3333fr;
    grid-column-gap: 100px;
    grid-row-gap: 0px;
  }
}

.parent-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .parent-three {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 100px;
    grid-row-gap: 0px;
  }
}

.div1 {
  grid-area: 1/1/2/2;
}

.div2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .div2 {
    grid-area: 1/2/2/3;
  }
}

.div3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.div3 .template-partial-footer__navigation-footer li {
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .div3 {
    grid-area: 1/2/2/3;
    align-self: start;
  }
}
.div3 .div3-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .div3 .div3-child {
    display: grid;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-column-gap: clamp(2rem, 3vw, 4rem);
       -moz-column-gap: clamp(2rem, 3vw, 4rem);
            column-gap: clamp(2rem, 3vw, 4rem);
  }
}
.div3 .div3-child-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .div3 .div3-child-child {
    display: contents;
    margin-bottom: 3rem;
  }
}

.div4 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div4 .template-partial-footer__navigation-footer-list--products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 1200px) {
  .div4 {
    grid-area: 2/2/3/3;
    align-self: end;
    margin-bottom: 0;
    border-top: 1px solid white;
  }
  .div4 .template-partial-footer__navigation-footer-list--products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.div4 .sub-footer {
  width: 100%;
}

.div5 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .div5 {
    grid-area: 4/2/5/3;
    margin-top: 3rem;
  }
}

.div6 {
  display: none;
}
@media (min-width: 1200px) {
  .div6 {
    grid-area: 1/1/3/2;
    display: grid;
  }
}

.display-on-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .display-on-mobile {
    display: none;
  }
}

.display-on-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .display-on-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.display-on-both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .display-on-both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-telephone-main-footer {
  margin-bottom: 0.5rem;
}

.contact-branch {
  margin-bottom: 1.5rem;
}

.template-partial-footer ul {
  list-style: none !important;
}
.template-partial-footer ol {
  list-style: none !important;
}
.template-partial-footer a {
  text-decoration: none;
}
.template-partial-footer .template-partial-footer__navigation-footer__title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .template-partial-footer .template-partial-footer__navigation-footer__title {
    text-decoration: underline;
  }
}
.template-partial-footer__navigation-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  color: white;
}
.template-partial-footer__navigation-footer a {
  color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.template-partial-footer__navigation-footer .menu-item-has-children a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.template-partial-footer__navigation-footer .menu-item-has-children a:visited {
  color: white !important;
}
.template-partial-footer__navigation-footer .menu-item-has-children a:active {
  color: white !important;
}
.template-partial-footer__navigation-footer .menu-item-has-children a:focus {
  color: white !important;
}
.template-partial-footer__navigation-footer .menu-item-has-children a:link,
.template-partial-footer__navigation-footer .menu-item-has-children a:visited {
  color: white !important;
}
.template-partial-footer__navigation-footer .menu-item-object-surgeries-sets:nth-of-type(n+2) {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .template-partial-footer__navigation-footer .menu-item-object-surgeries-sets:nth-of-type(n+2) {
    color: white !important;
  }
}
.template-partial-footer__navigation-footer .sub-menu {
  display: none;
}
@media (min-width: 1200px) {
  .template-partial-footer__navigation-footer .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.template-partial-footer__navigation-footer .sub-menu a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.template-partial-footer__navigation-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.template-partial-footer__navigation-footer-list a {
  color: white !important;
}
.template-partial-footer__contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  color: white;
}
.template-partial-footer__contact-information ul {
  margin: 0;
  padding: 0;
}
.template-partial-footer__contact-information p,
.template-partial-footer__contact-information a,
.template-partial-footer__contact-information li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.template-partial-footer__contact-information .contact-address-footer {
  display: block !important;
  line-height: 22px;
}
.template-partial-footer__contact-information .contact-address-footer br {
  margin-bottom: 0 !important;
}
.template-partial-footer__contact-information > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
}
.template-partial-footer__contact-information > ul > li:first-child {
  margin-bottom: 0;
}
.template-partial-footer__contact-information > ul > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
}
.template-partial-footer__contact-information .contact-branch {
  margin-bottom: 0;
}
.template-partial-footer__contact-information a {
  text-decoration: none;
  color: white;
}
.template-partial-footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  color: white;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.template-partial-footer__social-links p,
.template-partial-footer__social-links a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.template-partial-footer__social-links .template-partial-footer__social-links-list {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.template-partial-footer__social-links .template-partial-footer__social-links-list .social-media-link {
  margin-right: 0;
}
.template-partial-footer__social-links .template-partial-footer__social-links-list .social-icon {
  height: auto;
  width: auto;
}
.template-partial-footer__social-links .template-partial-footer__social-links-list .social-icon svg {
  height: 20px !important;
  width: 20px !important;
}
.template-partial-footer__social-links .template-partial-footer__social-links-list a {
  text-decoration: none;
  color: white;
}

.menu-item-object-catalogue:first-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .menu-item-object-catalogue:first-child {
    margin-bottom: 1rem;
  }
}

.template-partial-footer__navigation-footer-list--catalogues > li:nth-of-type(2) a {
  color: white !important;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .template-partial-footer__navigation-footer-list--catalogues > li:nth-of-type(2) a {
    color: white !important;
    font-weight: 300;
  }
}

#t-p-acf-t2-ct-button-group,
.t-p-acf-t2-ct-button-group, .single_add_to_cart_button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#t-p-acf-t2-ct-button-group .-no-icon span,
.t-p-acf-t2-ct-button-group .-no-icon span, .single_add_to_cart_button .-no-icon span {
  margin-right: 0 !important;
}
#t-p-acf-t2-ct-button-group .-no-icon .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group .-no-icon .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button .-no-icon .t-p-acf-t2-ct-button-group__button-label {
  margin-right: 0 !important;
}
#t-p-acf-t2-ct-button-group .t-p-acf-t2-ct-button-group__button-no-icon .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group .t-p-acf-t2-ct-button-group__button-no-icon .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button .t-p-acf-t2-ct-button-group__button-no-icon .t-p-acf-t2-ct-button-group__button-label {
  margin-right: 0 !important;
}
#t-p-acf-t2-ct-button-group .t-p-acf-t2-ct-button-group__button-label svg,
.t-p-acf-t2-ct-button-group .t-p-acf-t2-ct-button-group__button-label svg, .single_add_to_cart_button .t-p-acf-t2-ct-button-group__button-label svg {
  color: inherit;
  stroke: currentColor;
  fill: currentColor;
}
#t-p-acf-t2-ct-button-group > a,
.t-p-acf-t2-ct-button-group > a, .single_add_to_cart_button > a {
  text-decoration: none;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#t-p-acf-t2-ct-button-group > a:last-child,
.t-p-acf-t2-ct-button-group > a:last-child, .single_add_to_cart_button > a:last-child {
  margin-right: 0;
}
#t-p-acf-t2-ct-button-group__button,
.t-p-acf-t2-ct-button-group__button, .single_add_to_cart_button__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 20px;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 22px !important;
  min-height: 20px;
}
@media (min-width: 1200px) {
  #t-p-acf-t2-ct-button-group__button,
  .t-p-acf-t2-ct-button-group__button, .single_add_to_cart_button__button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#t-p-acf-t2-ct-button-group__button:only-child,
.t-p-acf-t2-ct-button-group__button:only-child, .single_add_to_cart_button__button:only-child {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
#t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button.after .t-p-acf-t2-ct-button-group__button-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button.after #t-p-acf-t2-ct-button-group__button-icon--reverse,
#t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-icon--reverse, #t-p-acf-t2-ct-button-group__button.after .single_add_to_cart_button__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-icon,
.t-p-acf-t2-ct-button-group__button.after #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.after .t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.after .single_add_to_cart_button__button-icon--reverse, .single_add_to_cart_button__button.after .t-p-acf-t2-ct-button-group__button-icon, .single_add_to_cart_button__button.after #t-p-acf-t2-ct-button-group__button-icon--reverse,
.single_add_to_cart_button__button.after .t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button.after .single_add_to_cart_button__button-icon--reverse {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button.before .t-p-acf-t2-ct-button-group__button-label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}
#t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button.before #t-p-acf-t2-ct-button-group__button-icon--reverse,
#t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-icon--reverse, #t-p-acf-t2-ct-button-group__button.before .single_add_to_cart_button__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-icon,
.t-p-acf-t2-ct-button-group__button.before #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.before .t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button.before .single_add_to_cart_button__button-icon--reverse, .single_add_to_cart_button__button.before .t-p-acf-t2-ct-button-group__button-icon, .single_add_to_cart_button__button.before #t-p-acf-t2-ct-button-group__button-icon--reverse,
.single_add_to_cart_button__button.before .t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button.before .single_add_to_cart_button__button-icon--reverse {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 10px !important;
}
#t-p-acf-t2-ct-button-group__button.t-p-acf-t2-ct-button-group__button--underline .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button.t-p-acf-t2-ct-button-group__button--underline .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button.t-p-acf-t2-ct-button-group__button--underline .t-p-acf-t2-ct-button-group__button-label {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
#t-p-acf-t2-ct-button-group__button-no-icon span,
.t-p-acf-t2-ct-button-group__button-no-icon span, .single_add_to_cart_button__button-no-icon span {
  margin-right: 0;
}
#t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none !important;
  padding: 0px 0px;
  margin-right: 10px;
  font-weight: 400 !important;
  text-align: center;
}
#t-p-acf-t2-ct-button-group__button-label > :first-child:is(.t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-icon--reverse),
.t-p-acf-t2-ct-button-group__button-label > :first-child:is(.t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-icon--reverse), .single_add_to_cart_button__button-label > :first-child:is(.t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-icon--reverse) {
  padding-left: 0;
  padding-right: 0.8rem;
}
#t-p-acf-t2-ct-button-group__button-bgd,
.t-p-acf-t2-ct-button-group__button-bgd, .single_add_to_cart_button__button-bgd {
  opacity: 0;
}
#t-p-acf-t2-ct-button-group__button-icon-only .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button-icon-only .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button-icon-only .t-p-acf-t2-ct-button-group__button-label {
  display: none;
}
#t-p-acf-t2-ct-button-group__button-icon-only .button-icon-background,
.t-p-acf-t2-ct-button-group__button-icon-only .button-icon-background, .single_add_to_cart_button__button-icon-only .button-icon-background {
  margin-left: auto;
  margin-right: auto;
}
#t-p-acf-t2-ct-button-group__button-text-only .t-p-acf-t2-ct-button-group__button-label,
.t-p-acf-t2-ct-button-group__button-text-only .t-p-acf-t2-ct-button-group__button-label, .single_add_to_cart_button__button-text-only .t-p-acf-t2-ct-button-group__button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#t-p-acf-t2-ct-button-group__button-text-only .button-icon-background,
.t-p-acf-t2-ct-button-group__button-text-only .button-icon-background, .single_add_to_cart_button__button-text-only .button-icon-background {
  display: none;
}
#t-p-acf-t2-ct-button-group__button-standard,
.t-p-acf-t2-ct-button-group__button-standard, .single_add_to_cart_button__button-standard {
  border-radius: 0px;
  padding: 12px 20px;
  min-height: 20px;
}
@media (min-width: 1200px) {
  #t-p-acf-t2-ct-button-group__button-standard,
  .t-p-acf-t2-ct-button-group__button-standard, .single_add_to_cart_button__button-standard {
    min-height: 20px !important;
  }
}
#t-p-acf-t2-ct-button-group__button-standard .t-p-acf-t2-ct-button-group__button-icon img, #t-p-acf-t2-ct-button-group__button-standard #t-p-acf-t2-ct-button-group__button-icon--reverse img,
#t-p-acf-t2-ct-button-group__button-standard .t-p-acf-t2-ct-button-group__button-icon--reverse img, #t-p-acf-t2-ct-button-group__button-standard .single_add_to_cart_button__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-standard .t-p-acf-t2-ct-button-group__button-icon img,
.t-p-acf-t2-ct-button-group__button-standard #t-p-acf-t2-ct-button-group__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-standard .t-p-acf-t2-ct-button-group__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-standard .single_add_to_cart_button__button-icon--reverse img, .single_add_to_cart_button__button-standard .t-p-acf-t2-ct-button-group__button-icon img, .single_add_to_cart_button__button-standard #t-p-acf-t2-ct-button-group__button-icon--reverse img,
.single_add_to_cart_button__button-standard .t-p-acf-t2-ct-button-group__button-icon--reverse img, .single_add_to_cart_button__button-standard .single_add_to_cart_button__button-icon--reverse img {
  height: 10px;
  padding-left: 0.1rem;
  display: block;
  margin-right: 10px;
}
#t-p-acf-t2-ct-button-group__button-standard .button-icon-background,
.t-p-acf-t2-ct-button-group__button-standard .button-icon-background, .single_add_to_cart_button__button-standard .button-icon-background {
  margin-left: 20px;
  margin-right: -20px;
}
#t-p-acf-t2-ct-button-group__button-large,
.t-p-acf-t2-ct-button-group__button-large, .single_add_to_cart_button__button-large {
  min-height: 20px !important;
  border-radius: 30px;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
}
@media (min-width: 1200px) {
  #t-p-acf-t2-ct-button-group__button-large,
  .t-p-acf-t2-ct-button-group__button-large, .single_add_to_cart_button__button-large {
    min-height: 20px !important;
  }
}
#t-p-acf-t2-ct-button-group__button-large .t-p-acf-t2-ct-button-group__button-icon img, #t-p-acf-t2-ct-button-group__button-large #t-p-acf-t2-ct-button-group__button-icon--reverse img,
#t-p-acf-t2-ct-button-group__button-large .t-p-acf-t2-ct-button-group__button-icon--reverse img, #t-p-acf-t2-ct-button-group__button-large .single_add_to_cart_button__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-large .t-p-acf-t2-ct-button-group__button-icon img,
.t-p-acf-t2-ct-button-group__button-large #t-p-acf-t2-ct-button-group__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-large .t-p-acf-t2-ct-button-group__button-icon--reverse img,
.t-p-acf-t2-ct-button-group__button-large .single_add_to_cart_button__button-icon--reverse img, .single_add_to_cart_button__button-large .t-p-acf-t2-ct-button-group__button-icon img, .single_add_to_cart_button__button-large #t-p-acf-t2-ct-button-group__button-icon--reverse img,
.single_add_to_cart_button__button-large .t-p-acf-t2-ct-button-group__button-icon--reverse img, .single_add_to_cart_button__button-large .single_add_to_cart_button__button-icon--reverse img {
  height: 16px;
  padding-left: 0.3rem;
  display: block;
}
#t-p-acf-t2-ct-button-group__button-icon-only,
.t-p-acf-t2-ct-button-group__button-icon-only, .single_add_to_cart_button__button-icon-only {
  border-radius: 22px;
}
#t-p-acf-t2-ct-button-group__button-icon-only img[src$=".svg"],
.t-p-acf-t2-ct-button-group__button-icon-only img[src$=".svg"], .single_add_to_cart_button__button-icon-only img[src$=".svg"] {
  fill: inherit;
}
#t-p-acf-t2-ct-button-group__button-extra-large,
.t-p-acf-t2-ct-button-group__button-extra-large, .single_add_to_cart_button__button-extra-large {
  min-height: 69px !important;
  border-radius: 40px;
  padding: 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  #t-p-acf-t2-ct-button-group__button-extra-large,
  .t-p-acf-t2-ct-button-group__button-extra-large, .single_add_to_cart_button__button-extra-large {
    min-height: 69px !important;
  }
}
#t-p-acf-t2-ct-button-group__button-extra-large .t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button-extra-large #t-p-acf-t2-ct-button-group__button-icon--reverse,
#t-p-acf-t2-ct-button-group__button-extra-large .t-p-acf-t2-ct-button-group__button-icon--reverse, #t-p-acf-t2-ct-button-group__button-extra-large .single_add_to_cart_button__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-extra-large .t-p-acf-t2-ct-button-group__button-icon,
.t-p-acf-t2-ct-button-group__button-extra-large #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-extra-large .t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-extra-large .single_add_to_cart_button__button-icon--reverse, .single_add_to_cart_button__button-extra-large .t-p-acf-t2-ct-button-group__button-icon, .single_add_to_cart_button__button-extra-large #t-p-acf-t2-ct-button-group__button-icon--reverse,
.single_add_to_cart_button__button-extra-large .t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-extra-large .single_add_to_cart_button__button-icon--reverse {
  padding: 0;
  margin-left: -7px;
  position: absolute;
}
#t-p-acf-t2-ct-button-group__button-js-back-button,
.t-p-acf-t2-ct-button-group__button-js-back-button, .single_add_to_cart_button__button-js-back-button {
  margin-bottom: 0rem;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#t-p-acf-t2-ct-button-group__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon, #t-p-acf-t2-ct-button-group__button-js-back-button #t-p-acf-t2-ct-button-group__button-icon--reverse,
#t-p-acf-t2-ct-button-group__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon--reverse, #t-p-acf-t2-ct-button-group__button-js-back-button .single_add_to_cart_button__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon,
.t-p-acf-t2-ct-button-group__button-js-back-button #t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-js-back-button .single_add_to_cart_button__button-icon--reverse, .single_add_to_cart_button__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon, .single_add_to_cart_button__button-js-back-button #t-p-acf-t2-ct-button-group__button-icon--reverse,
.single_add_to_cart_button__button-js-back-button .t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-js-back-button .single_add_to_cart_button__button-icon--reverse {
  margin-right: 10px !important;
}
#t-p-acf-t2-ct-button-group__button-js-back-button svg.chevron-left,
.t-p-acf-t2-ct-button-group__button-js-back-button svg.chevron-left, .single_add_to_cart_button__button-js-back-button svg.chevron-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#t-p-acf-t2-ct-button-group__button-icon,
.t-p-acf-t2-ct-button-group__button-icon,
#t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-icon--reverse,
.single_add_to_cart_button__button-icon--reverse, .single_add_to_cart_button__button-icon {
  width: auto;
  padding: 0;
  height: 13px;
  width: 13px;
}
#t-p-acf-t2-ct-button-group__button-icon--reverse,
.t-p-acf-t2-ct-button-group__button-icon--reverse, .single_add_to_cart_button__button-icon--reverse {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#t-p-acf-t2-ct-button-group--center .t-p-acf-t2-ct-button-group__button,
.t-p-acf-t2-ct-button-group--center .t-p-acf-t2-ct-button-group__button, .single_add_to_cart_button--center .t-p-acf-t2-ct-button-group__button {
  margin: 0 1.5rem;
}

@media (max-width: 1199px) {
  .t-p-acf-t2-ct-button-group > a.button-group-image-text,
  .t-p-acf-t2-ct-button-group > a.t-p-acf-t2-ct-button-group__button-image {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
  }
  .t-p-acf-t2-ct-button-group > a.button-group-image-text .nested-button-image,
  .t-p-acf-t2-ct-button-group > a.t-p-acf-t2-ct-button-group__button-image .nested-button-image {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
}
/**

Gotcha alert !!


Because this is purely for styling in line we can use @extend in the layout that needs it

*/
.t-p-code-post-slider__parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  padding: 2px;
  overflow: hidden !important;
}
.t-p-code-post-slider__parent__swiper-wrapper {
  width: 100%;
  position: relative;
  max-width: 100vw;
}
.t-p-code-post-slider__parent .swiper-button-prev,
.t-p-code-post-slider__parent .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 13px;
  position: absolute;
}
.t-p-code-post-slider__parent .swiper-button-prev:after,
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-slide-next,
.t-p-code-post-slider__parent .swiper-slide-prev {
  max-width: 100%;
}
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-button-prev {
  left: -50px;
}
.t-p-code-post-slider__parent .swiper-button-prev:after {
  font-size: inherit;
  margin: auto;
}
.t-p-code-post-slider__parent .custom-swiper-pagination {
  opacity: 0;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial {
  max-width: 100vw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__excerpt {
  display: none;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__profile_link {
  margin: 1rem;
  height: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  margin-bottom: 0;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon {
  margin-left: 15px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  position: relative;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon img {
  color: white;
  margin: auto;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a span {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-label {
  margin-bottom: 0.5rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post {
  height: auto;
  padding: 20px 0px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 0;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: auto;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

@media (max-width: 1199px) {
  .carousel-display-fullwidth .t-p-code-post-slider__swiper-slide_fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .carousel-display-fullwidth .t-p-code-post-slider__featured-img {
    width: 100%;
    margin: 0;
  }
  .carousel-display-fullwidth .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    width: 100%;
    margin: 0 0 1rem;
    overflow: hidden;
    aspect-ratio: 16/10;
  }
  .carousel-display-fullwidth .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .carousel-display-fullwidth .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.t-p-code-post-slider__swiper-slide_display {
  height: auto;
  padding: 0px 0px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-p-code-post-slider__swiper-slide_display a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 1rem;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h1, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h2, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h3, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h4, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h5, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h6, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt p, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt strong {
  margin: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    margin-bottom: 1rem;
  }
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

.t-p-code-post-slider__parent .swiper-button-prev,
.t-p-code-post-slider__parent .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 13px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__parent .swiper-button-prev:after,
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: 12px !important;
  padding-right: 2px;
  margin: auto;
  color: inherit !important;
}
.t-p-code-post-slider__parent .swiper-button-next {
  right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 16px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .swiper-button-next {
    right: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 24px;
  }
}
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: 20px !important;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .swiper-button-prev {
    left: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
}
.t-p-code-post-slider__parent .swiper-button-prev:after {
  font-size: inherit;
  margin: auto;
}

.tag-filter-buttons {
  padding-bottom: 13px;
}
.tag-filter-buttons .filter-button {
  padding: 5px 35px 5px 35px;
  margin-right: 10px;
  border-radius: 20px;
  border: none;
  background-color: rgba(0, 0, 0, 0.0509803922);
  color: #001D61;
}
.tag-filter-buttons .filter-button.selected {
  background-color: #EE3E34;
  color: white;
}

.content-type-map {
  border-radius: 10px !important;
}

.tp-product-downloads {
  margin-top: 2rem;
}