/*!
Theme Name: SmartFert
Theme URI: http://epixmedia.co.uk/
Description: Custom theme
Author: Epix Media Team
Version: 1.1
Tags: none
*/
/* BASE */
/* _____ VARIABLES _____ */
/* Colors */
/* Sizes */
/* Fonts */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}
#page > #footer {
  margin-top: auto;
}

main {
  min-height: 70vh;
}

.align-center {
  align-items: center;
}

.row {
  display: flex;
  margin-left: -28px;
  margin-right: -28px;
  flex-wrap: wrap;
}

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

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Breadcrumbs */
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li a {
    display: flex;
    align-items: center;
  }
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li:first-of-type {
  padding-left: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li:last-of-type {
  padding-right: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li span {
  height: 14px;
  margin: 0 15px;
}
@media (max-width: 1279px) {
  .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li span.chevron {
    display: none;
  }
}

@media (max-width: 1279px) {
  body.page .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-2,
  body.archive .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-2 {
    display: none;
  }
  body.single .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-1, body.single .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-3 {
    display: none;
  }
}
.faq-wrapper {
  position: relative;
  transition: 0.2s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
  cursor: pointer;
  margin-bottom: 20px;
}
.faq-wrapper .question {
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
}
.faq-wrapper .answer-wrapper {
  display: none;
}
.faq-wrapper .answer {
  position: relative;
  padding-top: 10px;
  line-height: calc(1em + 10px);
}

.cross {
  position: absolute;
  right: 5px;
  top: -10px;
  transition: all 0.2s ease;
}
.cross:before {
  content: url(images/svg/chevron--color-1.svg);
}
.cross.active {
  rotate: 180deg;
  transform: none !important;
  top: 35% !important;
}

/******************************************************************************************************************************************
 * Responsive classes
 *******************************************************************************************************************************************/
@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 1279px) {
  .show-tablet {
    display: block;
  }
}
@media (max-width: 1279px) {
  .show-flex-tablet {
    display: flex;
  }
}
/* ===== UTILS ===== */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ==========================================================
*/
/* =============================================================================
  HTML5 display definitions
  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
  Base
  ========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em; /*line-height: 1.4;*/
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
  Links
  ========================================================================== */
a:focus {
  outline-style: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
  Typography
  ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
  Lists
  ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
  Embedded content
  ========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
  Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
  Forms
  ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea { /*font-size: 100%;*/
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button, input {
  line-height: normal;
}

/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
* Re-set default cursor for disabled elements
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
* Consistent box sizing and appearance
*/
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
  Tables
  ========================================================================== */
/*table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*/
/* =============================================================================
  Chrome Frame Prompt
  ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
/* ==|== media queries ======================================================
  EXAMPLE Media Query for Responsive Design.
  This example overrides the primary ('mobile first') styles
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
  Please define your styles before this section.
  ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
/* _____ GLOBAL DEFAULTS _____ */
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  margin: 0;
  background-color: #EAF7FF;
  text-align: left;
  font-family: "Lexend", sans-serif;
  color: #1F2A4E;
  font-size: 16px;
  overflow-x: hidden;
}
body.show-focus-outlines a:focus, body.show-focus-outlines input:focus, body.show-focus-outlines textarea:focus, body.show-focus-outlines select:focus, body.show-focus-outlines button:focus {
  outline: #2776ea solid 1px;
}

[data-aos] {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

a {
  border: 0;
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:focus {
  outline: 1px solid #000000;
}
a:active {
  outline: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  z-index: 0;
}

p:last-of-type {
  margin-bottom: 0;
}
p:empty {
  margin: 0;
}

fieldset {
  float: none;
  width: 100%;
}

input, textarea, button {
  font-family: "Lexend", sans-serif;
  max-width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

body:not(.show-focus-outlines) button:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}

/* Select Colour */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

a:link {
  -webkit-tap-highlight-color: #000000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.btn,
input[type=submit] {
  background-color: #F2AD5F;
  color: #1F2A4E;
  padding: 15px 33px;
  border-radius: 25px;
  border: 2px solid #FFCB93;
  display: inline-block;
}
.btn:after,
input[type=submit]:after {
  display: none;
}
.btn:hover, .btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #FFCB93;
  border-color: #F2AD5F;
  text-decoration: none;
}

/* Content */
#main {
  width: 100%;
}
#main .content {
  margin: 0 auto;
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.gallery {
  margin: 0 auto 1.625em;
}

.gallery-item img {
  margin: 8px 18px 8px 0;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0;
}

.commentlist .avatar {
  float: left;
  margin: 0 5px 5px 0;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

ul {
  margin: 10px 0 10px 0;
  padding: 0 0 0 20px;
}
ul li {
  padding-bottom: 12px;
}

.bg-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/******************************************************************************************************************************************
 * Wrappers
 *******************************************************************************************************************************************/
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.wrapper.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 320px) {
  .wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1240px;
  }
}
.wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.video-pause-btn {
  display: block;
  transition: all 0.25s;
  z-index: 98;
  border-top: 0;
  border-right: transparent;
  border-bottom: 0;
  border-left: 7px solid #ffffff;
  background: transparent;
  width: 30px;
  height: 25px;
}
.video-pause-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -4px;
  background: #ffffff;
  width: 7px;
  height: 100%;
}
.video-pause-btn.is-paused {
  border-top: 12.05px solid transparent;
  border-bottom: 12.05px solid transparent;
  border-left: 19px solid #ffffff;
  height: 0;
}
.video-pause-btn.is-paused:before {
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: "Lexend", sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4,
h5,
h6 {
  font-size: 18px;
}

h4 {
  font-weight: 500;
}

.keyline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}
.keyline span {
  display: block;
  flex-grow: 1;
  width: 100%;
}
.keyline:after {
  content: "";
  display: inline;
  height: 1.5px;
  background-color: rgba(31, 42, 78, 0.25);
  width: 100%;
  flex-grow: 1;
}

/* SPECIFICS */
/* _____ SPECIFICS _____ */
html,
body {
  overflow-x: hidden;
}

#header {
  width: 100%;
  z-index: 10;
  position: relative;
}
#header ul a {
  color: #1F2A4E;
}
#header .header-inner {
  background-color: #ffffff;
}
#header .header-inner .container {
  padding: 17px 30px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #header .header-inner {
    border-radius: 20px;
    max-width: 1400px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) {
  #header .header-inner {
    padding-inline: 50px;
  }
}
#header .logo {
  max-width: 180px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #header .logo {
    width: 216px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    padding: 18px 60px 0;
  }
}
#header:not(.front-page) {
  background-color: #ffffff;
}

/* Main Menu */
.navigation {
  display: flex;
  width: 100%;
}
.navigation--desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .navigation--desktop {
    display: block;
  }
}

ul.menu {
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
ul.menu li {
  list-style-type: none;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.menu li a {
  margin: 0;
  font-family: "Lexend", sans-serif;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
ul.menu li a:after {
  content: url(images/svg/chevron__right--color-4.svg);
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
  transition: all 0.2s ease;
}
ul.menu li a:hover {
  text-decoration: underline;
}
ul.menu li a:hover:after {
  right: 0px;
}
ul.menu li.current_page_item, ul.menu li.current-menu-ancestor, ul.menu li.current-menu-item, ul.menu li.current-menu-parent {
  color: #fff;
}
ul.menu li.current_page_item a, ul.menu li.current-menu-ancestor a, ul.menu li.current-menu-item a, ul.menu li.current-menu-parent a {
  text-decoration: underline;
}
ul.menu li.btn {
  background-color: unset;
  border-radius: 0;
  border: 0;
}
ul.menu li.btn a {
  background-color: #F2AD5F;
  padding: 15px 33px;
  border-radius: 25px;
  border: 2px solid #FFCB93;
  display: inline-block;
}
ul.menu li.btn a:after {
  display: none;
}
ul.menu li.btn a:hover, ul.menu li.btn a:focus {
  background-color: #FFCB93;
  border-color: #F2AD5F;
  text-decoration: none;
}
ul.menu ul.sub-menu {
  position: absolute;
  clear: both;
  overflow: hidden;
  left: 0;
  top: 100%;
  width: 140%;
  max-height: 0;
  transition: all 0.5s;
  margin: 0 0 0 35px;
  padding: 0;
  background-color: #ffffff;
  z-index: 99;
}
ul.menu ul.sub-menu li {
  clear: both;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: none !important;
}
ul.menu ul.sub-menu li a {
  height: auto;
  width: 100%;
  padding: 10px 10%;
  margin: 0;
  background-image: none;
  text-decoration: none;
  text-align: left;
  color: #808080;
  font-family: "Lexend", sans-serif;
  font-weight: normal;
}
ul.menu ul.sub-menu li a:hover, ul.menu ul.sub-menu li.current-menu-item a {
  text-decoration: underline;
}
@media screen and (min-width: 1350px) {
  ul.menu {
    gap: 24px;
  }
}

.page-header {
  background-color: #1F2A4E;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 3vw;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.page-header .text-wrap {
  max-width: 756px;
}
@media screen and (min-width: 768px) {
  .page-header .text-wrap {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .page-header .text-wrap {
    margin-left: 0;
    margin-top: 55px;
  }
}
.page-header .image-wrap {
  display: none;
}
.page-header .image-wrap img {
  min-width: 276px;
  border-radius: 30rem;
}
@media screen and (min-width: 992px) {
  .page-header .image-wrap {
    display: inline-block;
  }
}
.page-header .header-inner {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}
@media screen and (min-width: 992px) {
  .page-header .header-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .page-header .header-inner {
    margin-top: 0;
  }
}
.page-header .header-copy {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: calc(1em + 10px);
}
.page-header .header-copy ul {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
}
.page-header .header-copy ul li {
  background-color: #ACDEFA;
  padding: 14px 16px 14px 42px;
  border-radius: 10px;
  position: relative;
  color: #1F2A4E;
}
.page-header .header-copy ul li:before {
  content: url(images/svg/check--color-2.svg);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .page-header .header-copy ul {
    gap: 10px 20px;
  }
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a {
  padding-left: 16px;
  position: relative;
  color: #ffffff;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a:before {
  content: "";
  background-image: url(images/svg/chevron__left--color-4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 33%;
  left: -5px;
  rotate: 90deg;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs a {
  color: #ffffff;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
    padding-top: 20px;
  }
}
.page-header.ball .wrapper:first-of-type {
  position: relative;
}
.page-header.ball .wrapper:first-of-type:before {
  display: inline-block;
  position: absolute;
}
.page-header.ball--yellow .wrapper:first-of-type:before {
  content: url(images/svg/ball-yellow.svg);
  width: 216px;
  height: 216px;
  top: -150px;
  right: -80px;
  rotate: 19deg;
}
@media screen and (min-width: 768px) {
  .page-header.ball--yellow .wrapper:first-of-type:before {
    width: 467px;
    height: 467px;
    top: -234px;
    right: -234px;
  }
}
.page-header.ball--green .wrapper:first-of-type:before {
  content: url(images/svg/ball-green.svg);
  width: 231px;
  height: 231px;
  top: -170px;
  right: -50px;
  rotate: 7deg;
}
@media screen and (min-width: 768px) {
  .page-header.ball--green .wrapper:first-of-type:before {
    width: 509px;
    height: 508px;
    top: -234px;
    right: -190px;
  }
}
.page-header.ball--blue .wrapper:first-of-type:before {
  content: url(images/svg/ball-blue.svg);
  width: 231px;
  height: 231px;
  top: -170px;
  right: -50px;
}
@media screen and (min-width: 992px) {
  .page-header.ball--blue .wrapper:first-of-type:before {
    width: 427px;
    height: 427px;
    top: unset;
    bottom: -70px;
    right: -210px;
  }
}
@media screen and (min-width: 1250px) {
  .page-header.ball--blue .wrapper:first-of-type:before {
    width: 509px;
    height: 509px;
    right: -340px;
    bottom: -173px;
  }
}
.page-header:after {
  content: "";
  display: inline-block;
  background-image: url(images/svg/curve-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3vw;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-header {
    min-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .page-header {
    min-height: 333px;
  }
}
.page-header.contact {
  background-color: transparent;
  color: #1F2A4E;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  min-height: unset;
}
.page-header.contact:after {
  display: none;
}
.page-header.contact .page-heading {
  margin-top: 44px;
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .page-header.contact .page-heading {
    margin-top: 0;
  }
}
.page-header.contact .header-inner {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page-header.contact .image-wrap {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .page-header.contact .image-wrap {
    display: inline-block;
  }
}
.page-header.contact .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
  padding-top: 30px;
}
.page-header.contact .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a {
  color: #1F2A4E;
}
.page-header.contact .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a:before {
  content: "";
  background-image: url(images/svg/chevron--color-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 33%;
  left: -5px;
  rotate: 90deg;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
@media screen and (min-width: 992px) {
  .page-header.contact .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.contact {
    min-height: unset;
  }
}
@media screen and (min-width: 992px) {
  .page-header.contact {
    min-height: unset;
  }
}
@media screen and (min-width: 1250px) {
  .page-header.contact {
    margin-bottom: -200px;
  }
}

.single-products .page-header {
  min-height: unset;
}
@media screen and (min-width: 768px) {
  .single-products .page-header {
    min-height: unset;
  }
}
@media screen and (min-width: 992px) {
  .single-products .page-header {
    min-height: unset;
  }
}

/* Responsive nav */
#mobile-menu {
  position: relative;
  z-index: 999;
}
#mobile-menu .menu-inner {
  position: absolute;
  background: #1F2A4E;
  z-index: 9999;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1280px) {
  #mobile-menu .menu-inner {
    display: none !important;
  }
}
#mobile-menu .menu-inner .menu-scroll {
  height: 100vh;
  position: relative;
}
#mobile-menu .menu-inner .menu-scroll .wrapper {
  max-width: 1400px;
}
@media screen and (min-width: 992px) {
  #mobile-menu .menu-inner .menu-scroll .wrapper {
    padding-inline: 60px;
  }
}
#mobile-menu .menu-inner .menu-scroll:before {
  content: url(images/svg/ball-blue.svg);
  display: inline-block;
  width: 263px;
  height: 263px;
  position: absolute;
  bottom: -87px;
  left: -123px;
}
@media screen and (min-height: 1080px) {
  #mobile-menu .menu-inner .menu-scroll:before {
    width: 389px;
    height: 389px;
    bottom: -77px;
    left: -94px;
  }
}
@media screen and (min-width: 992px) {
  #mobile-menu .menu-inner {
    top: -104px;
    padding-top: 100px;
  }
}
#mobile-menu .navigation .menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#mobile-menu .navigation .menu li {
  padding: 30px 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  #mobile-menu .navigation .menu li {
    padding-inline: 40px;
  }
}
#mobile-menu .navigation .menu a {
  color: #ffffff;
  font-size: 18px;
}
#mobile-menu .navigation .menu .btn {
  border: 0;
}
#mobile-menu .navigation .menu .btn a {
  color: #1F2A4E;
}

#header-secondary .wrapper .row .col nav .sub-menu-wrapper,
#mobile-menu .wrapper .row .col nav .sub-menu-wrapper {
  display: none;
}

#mobile-nav-btn {
  width: 48px;
  height: 48px;
  background: #F2AD5F;
  border: 2px solid #FFCB93;
  border-radius: 30rem;
  margin: 0 0 0 auto;
}
#mobile-nav-btn span {
  display: block;
  background-color: #1F2A4E;
  width: 19px;
  height: 2px;
  transition: all 0.3s ease;
  margin: 7px auto;
}
#mobile-nav-btn span.line:nth-child(2) {
  width: 24px;
}
#mobile-nav-btn.is-opened span.line {
  width: 19px;
}
#mobile-nav-btn.is-opened span.line:first-child {
  transform: translateY(8px) rotate(45deg);
  margin: 0 auto;
  width: 23px;
}
#mobile-nav-btn.is-opened span.line:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#mobile-nav-btn.is-opened span.line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  margin: 0 auto;
  width: 23px;
}
@media screen and (min-width: 1280px) {
  #mobile-nav-btn {
    display: none;
  }
}

main.front-page {
  margin-top: -130px;
}

.slick-dots {
  position: relative;
  bottom: unset;
}
.slick-dots li button {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 30rem;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li,
.slick-dots li button {
  width: 13px;
  height: 13px;
}

.slick-prev,
.slick-next {
  transition: all 0.2s ease;
}
.slick-prev:before,
.slick-next:before {
  content: url(images/svg/chevron--color-1.svg);
  opacity: 1;
}

.slick-prev {
  transform: rotateZ(90deg);
}
.slick-prev:hover, .slick-prev:focus {
  transform: scale(1.2) rotateZ(90deg);
}

.slick-next {
  transform: rotateZ(-90deg);
}
.slick-next:hover, .slick-next:focus {
  transform: scale(1.2) rotateZ(-90deg);
}

.curve-top {
  position: relative;
  padding-top: 3vw;
}
.curve-top:before {
  content: "";
  display: inline-block;
  background-image: url(images/svg/curve-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3vw;
  padding-top: 20px;
}
.curve-top.hero-icons {
  padding-top: 0;
}
.curve-top.hero-icons .hero-icons-inner {
  padding-top: 3vw;
}

.curve-bottom {
  position: relative;
  padding-bottom: 3vw;
}
.curve-bottom:after {
  content: "";
  display: inline-block;
  background-image: url(images/svg/curve-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3vw;
  padding-top: 20px;
}
.curve-bottom.hero-icons {
  padding-bottom: 0;
}
.curve-bottom.hero-icons .hero-icons-inner {
  padding-bottom: 3vw;
}

.icon-wrap {
  background-color: #ffffff;
  border: 2px solid #1F2A4E;
  padding: 22px;
  border-radius: 30rem;
  width: 120px;
  height: 120px;
  margin-inline: auto;
}

#hero {
  position: relative;
}
#hero .video-copy-wrap {
  position: relative;
}
#hero .hero-video {
  width: 100%;
  height: 590px;
  position: relative;
}
#hero .hero-video video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#hero .hero-video .video-pause-btn {
  position: absolute;
  bottom: 5rem;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  #hero .hero-video .video-pause-btn {
    left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-video {
    height: 817px;
  }
}
#hero .hero-content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #hero .hero-content .wrapper {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-content {
    top: 40%;
  }
  #hero .hero-content.front-page {
    top: 50%;
  }
}
#hero .hero-title {
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 694px;
}
#hero .hero-title strong {
  font-weight: 700;
}
#hero .hero-icons {
  margin-top: -100px;
  position: relative;
}
#hero .hero-icons .hero-icons-inner {
  position: relative;
}
#hero .hero-icons .hero-icons-inner:before {
  content: url(images/svg/hero-icons-bg.svg);
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 2497px;
  width: 120%;
}
@media screen and (min-width: 992px) {
  #hero .hero-icons .slick-dots {
    display: none;
  }
}
#hero .hero-icons .slide {
  text-align: center;
}
#hero .hero-icons .icons-track {
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  #hero .hero-icons .icons-track {
    margin-top: -60px;
  }
}
#hero .hero-icons .caption {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  max-width: 222px;
  margin-inline: auto;
  margin-top: 9px;
  line-height: calc(1em + 10px);
}
@media screen and (min-width: 992px) {
  #hero .hero-icons .caption {
    max-width: 310px;
  }
}
@media screen and (min-width: 1250px) {
  #hero .hero-icons:after {
    content: url(images/svg/ball-yellow.svg);
    display: inline-block;
    width: 290px;
    height: 290px;
    rotate: 19deg;
    position: absolute;
    right: -157px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1250px) and (min-width: 1550px) {
  #hero .hero-icons:after {
    right: -80px;
  }
}
@media screen and (min-width: 992px) {
  #hero:before {
    content: url(images/svg/ball-blue.svg);
    display: inline-block;
    width: 390px;
    height: 390px;
    position: absolute;
    top: -173px;
    left: -173px;
    z-index: 1;
  }
}

.section-title {
  margin-bottom: 30px;
}

.lead-section {
  margin: 140px 0 70px;
}
.lead-section .text-wrap {
  margin-bottom: 40px;
}
.lead-section .images-wrap {
  position: relative;
  max-width: 300px;
  margin-inline: auto;
  padding-bottom: 280px;
  width: 100%;
}
.lead-section .images-wrap:before {
  content: url(images/svg/lead-images-bg.svg);
  width: 235px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .lead-section .images-wrap:before {
    width: 310px;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section .images-wrap:before {
    width: 405px;
  }
}
.lead-section .images-wrap .image-1,
.lead-section .images-wrap .image-2,
.lead-section .images-wrap .image-3 {
  position: absolute;
  border-radius: 30rem;
}
.lead-section .images-wrap .image-1 {
  max-width: 183px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .lead-section .images-wrap .image-1 {
    max-width: 241px;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section .images-wrap .image-1 {
    max-width: 315px;
  }
}
.lead-section .images-wrap .image-2 {
  max-width: 116px;
  bottom: 0;
  left: 50px;
}
@media screen and (min-width: 768px) {
  .lead-section .images-wrap .image-2 {
    max-width: 153px;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section .images-wrap .image-2 {
    max-width: 200px;
    left: 83px;
  }
}
.lead-section .images-wrap .image-3 {
  max-width: 93px;
  left: 0;
  top: 70px;
}
@media screen and (min-width: 768px) {
  .lead-section .images-wrap .image-3 {
    max-width: 123px;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section .images-wrap .image-3 {
    max-width: 159px;
    top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .lead-section .images-wrap {
    max-width: 398px;
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section .images-wrap {
    max-width: 515px;
    padding-bottom: 500px;
  }
}
@media screen and (min-width: 992px) {
  .lead-section .grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding-inline: 40px;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .lead-section .grid-wrap {
    gap: 80px;
  }
}
@media screen and (min-width: 992px) {
  .lead-section {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1250px) {
  .lead-section {
    margin: 180px 0;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-block;
}

.global-contact-form {
  margin: 70px 0;
}
.global-contact-form .cf-image {
  position: absolute;
  top: -115px;
  right: -115px;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1250px) {
  .global-contact-form .cf-image {
    display: block;
  }
}
.global-contact-form .form-wrap {
  background-color: #1F2A4E;
  color: #ffffff;
  padding: 45px 30px 60px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .global-contact-form .form-wrap .wpcf7 {
    margin-bottom: 100px;
    max-width: 754px;
    width: 100%;
  }
}
.global-contact-form .form-wrap .form-heading {
  font-weight: 400;
  position: relative;
  z-index: 1;
  max-width: 80%;
}
@media screen and (min-width: 992px) {
  .global-contact-form .form-wrap .form-heading {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .global-contact-form .form-wrap .form-heading {
    max-width: 100%;
  }
}
.global-contact-form .form-wrap .form-wrapper {
  width: 100%;
}
.global-contact-form .form-wrap a {
  color: #ffffff;
  text-decoration: underline;
}
.global-contact-form .form-wrap a:hover, .global-contact-form .form-wrap a:focus {
  text-decoration: none;
}
.global-contact-form .form-wrap label {
  display: inline-block;
  margin-bottom: 10px;
}
.global-contact-form .form-wrap .wpcf7-list-item {
  margin: 0;
}
.global-contact-form .form-wrap .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .global-contact-form .form-wrap .form-row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}
.global-contact-form .form-wrap input:not([type=submit]),
.global-contact-form .form-wrap textarea {
  border-radius: 15px;
  border-top-left-radius: 0;
  border: 0;
  padding: 16px 14px;
  margin-bottom: 20px;
  width: 100%;
}
.global-contact-form .form-wrap input[type=submit] {
  width: 100%;
  font-weight: 500;
}
.global-contact-form .form-wrap input[type=checkbox] {
  margin: 0;
  width: unset;
  margin-top: 5px;
}
.global-contact-form .form-wrap .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.global-contact-form .form-wrap .grecaptchahide {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .global-contact-form .form-wrap .grecaptchahide {
    margin-bottom: 0;
  }
}
.global-contact-form .form-wrap .grecaptchahide,
.global-contact-form .form-wrap .wpcf7-list-item-label {
  font-size: 12px;
  line-height: calc(1em + 10px);
}
@media screen and (min-width: 992px) {
  .global-contact-form .form-wrap .grecaptchahide,
  .global-contact-form .form-wrap .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .global-contact-form .form-wrap .text-wrap {
    margin-right: 80px;
  }
}
.global-contact-form .form-wrap:before {
  content: url(images/svg/cf-top.svg);
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 992px) {
  .global-contact-form .form-wrap:before {
    width: 237px;
    height: 155px;
  }
}
@media screen and (min-width: 1250px) {
  .global-contact-form .form-wrap:before {
    width: 243px;
    height: 168px;
  }
}
@media screen and (min-width: 1250px) {
  .global-contact-form .form-wrap:after {
    content: url(images/svg/cf-plant.svg);
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 404px;
    height: 335px;
  }
}
@media screen and (min-width: 992px) {
  .global-contact-form .form-wrap {
    padding: 60px 80px 84px;
  }
}
@media screen and (min-width: 1250px) {
  .global-contact-form .form-wrap {
    display: flex;
    gap: 40px;
    padding: 90px 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .global-contact-form {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .global-contact-form {
    margin: 180px 0;
  }
}

@media screen and (min-width: 992px) {
  .page-contact .global-contact-form {
    margin: 90px 0;
  }
}
@media screen and (min-width: 1250px) {
  .page-contact .global-contact-form {
    margin: 90px 0;
  }
}

.front-page-carousel {
  margin: 70px 0;
}
.front-page-carousel .section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .front-page-carousel .section-title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .front-page-carousel .section-title {
    margin-bottom: 64px;
  }
}
.front-page-carousel .button-wrap {
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .front-page-carousel .button-wrap {
    margin-top: 50px;
  }
}
.front-page-carousel .slides {
  max-width: 1270px;
  margin-inline: auto;
}
@media screen and (min-width: 321px) {
  .front-page-carousel .slides {
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-carousel .slides {
    max-width: 1356px;
  }
}
.front-page-carousel .slick-list {
  padding-right: 20%;
  margin-left: 15px;
}
@media screen and (min-width: 321px) {
  .front-page-carousel .slick-list {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-carousel .slick-list {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .front-page-carousel .slick-list {
    padding-right: unset;
    margin-left: unset;
    padding-inline: 60px;
  }
}
.front-page-carousel .slick-dots {
  margin-top: 40px;
}
.front-page-carousel .slick-dots li button {
  background-color: rgba(0, 112, 156, 0.13);
}
.front-page-carousel .slick-dots li.slick-active button {
  background-color: #00709C;
}
.front-page-carousel .slide {
  background-color: #1F2A4E;
  color: #ffffff;
  border-radius: 20px;
  min-height: 237px;
  padding: 90px 36px 20px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
.front-page-carousel .slide .slide-heading {
  font-size: 18px;
  line-height: calc(1em + 10px);
  font-weight: 600;
  max-width: 202px;
}
.front-page-carousel .slide:before {
  content: url(images/svg/check-carousel.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 76px;
}
@media screen and (min-width: 768px) {
  .front-page-carousel .slide {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .front-page-carousel {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .front-page-carousel {
    margin: 180px 0;
  }
}

.sectors-carousel {
  background-color: #00709C;
  color: #ffffff;
  margin: 70px 0;
  padding: calc(70px + 3vw) 0;
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .row-1,
  .sectors-carousel .row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
  }
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .row-2 {
    gap: 40px;
  }
}
.sectors-carousel .lead-wrap {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectors-carousel .lead-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .lead-wrap {
    text-align: left;
    display: inline-block;
  }
}
.sectors-carousel .first-images,
.sectors-carousel .last-images {
  display: none;
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .first-images,
  .sectors-carousel .last-images {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
.sectors-carousel .last-images {
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
}
.sectors-carousel .section-title {
  margin-bottom: 20px;
}
.sectors-carousel .section-body {
  max-width: 515px;
  margin-inline: auto;
  line-height: calc(1em + 10px);
}
.sectors-carousel .section-body p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .section-body {
    margin-inline: unset;
  }
}
.sectors-carousel .slick-dots {
  margin-top: 40px;
}
.sectors-carousel .carousel {
  max-width: 1270px;
  margin-inline: auto;
}
@media screen and (min-width: 321px) {
  .sectors-carousel .carousel {
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .sectors-carousel .carousel {
    max-width: 1356px;
  }
}
@media screen and (min-width: 1250px) {
  .sectors-carousel .carousel {
    display: none;
  }
}
.sectors-carousel .slick-list {
  padding-right: 20%;
  margin-left: 15px;
}
@media screen and (min-width: 321px) {
  .sectors-carousel .slick-list {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sectors-carousel .slick-list {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .sectors-carousel .slick-list {
    padding-right: unset;
    margin-left: unset;
    padding-inline: 60px;
  }
}
.sectors-carousel .slide {
  position: relative;
  border-radius: 20px;
  margin-right: 30px;
  padding: 0;
}
.sectors-carousel .slide img {
  border-radius: 20px;
}
.sectors-carousel .slide__image {
  border-radius: 20px;
}
.sectors-carousel .slide__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  line-height: calc(1em + 10px);
  padding: 20px 30px;
  border-radius: 20px;
  border-top-left-radius: 0;
  background-color: #1F2A4E;
  margin-bottom: 0;
  font-weight: 400;
}
.sectors-carousel .slide:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .sectors-carousel .slide {
    margin-right: 40px;
  }
  .sectors-carousel .slide:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .sectors-carousel {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .sectors-carousel {
    margin: 180px 0;
  }
}

main.page-contact {
  position: relative;
}
main.page-contact .page-header .wrapper:first-of-type {
  position: relative;
}
main.page-contact .page-header .wrapper:first-of-type:before {
  content: url(images/svg/ball-yellow.svg);
  display: inline-block;
  width: 216px;
  height: 216px;
  top: -120px;
  right: -80px;
  position: absolute;
  rotate: 19deg;
}
@media screen and (min-width: 768px) {
  main.page-contact .page-header .wrapper:first-of-type:before {
    width: 467px;
    height: 467px;
    top: -234px;
    right: -234px;
  }
}
main.page-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFF0E0;
}

.page-template-page-contact-us {
  background-color: #FFF0E0;
}

.contact-details {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.contact-details .contact-block {
  margin-bottom: 40px;
}
.contact-details .contact-block .icon-title {
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 55px;
  position: relative;
  font-size: 24px;
}
.contact-details .contact-block .icon-title:before {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-details .contact-block .icon-title--phone:before {
  content: url(images/svg/icon-phone.svg);
}
.contact-details .contact-block .icon-title--email:before {
  content: url(images/svg/icon-mail.svg);
}
.contact-details .contact-block .icon-title--pin:before {
  content: url(images/svg/icon-pin.svg);
}
.contact-details .contact-block a {
  font-size: 18px;
  line-height: calc(1em + 10px);
  font-weight: 600;
  color: #1F2A4E;
}
.contact-details .contact-block address {
  font-style: normal;
  font-size: 18px;
  line-height: calc(1em + 10px);
  font-weight: 600;
}
.contact-details .contact-block address p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .contact-details .contact-block {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 924px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1250px) {
  .contact-details {
    margin-top: 80px;
  }
}

.icon-row {
  margin: 70px 0;
}
.icon-row .lead {
  text-align: center;
}
.icon-row .lead .copy {
  max-width: 436px;
  margin-inline: auto;
}
.icon-row .lead .copy p:first-of-type {
  margin-top: 0;
}
.icon-row ul.icons {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 50px;
  max-width: 1096px;
  margin-inline: auto;
}
.icon-row ul.icons .icon-block {
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}
.icon-row ul.icons .icon-block .caption {
  margin-top: 20px;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .icon-row {
    margin: 100px 0;
  }
}

.case-study-card {
  margin: 70px 0;
}
.case-study-card .cs-card {
  background-color: #ffffff;
  border-radius: 20px;
}
.case-study-card .cs-card .tab {
  background-color: #00709C;
  color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 18px;
  padding: 15px 30px;
}
.case-study-card .cs-card .tab--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card .tab--desktop {
    display: inline-block;
    position: absolute;
    top: 34px;
    left: 0;
  }
}
.case-study-card .cs-card .tab--mobile {
  display: inline-block;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card .tab--mobile {
    display: none;
  }
}
.case-study-card .cs-card__text-wrap {
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.case-study-card .cs-card__text-wrap .tw-inner {
  padding-inline: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card__text-wrap .tw-inner {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    margin-top: 0;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .case-study-card .cs-card__text-wrap .tw-inner {
    padding-inline: 80px;
  }
}
.case-study-card .cs-card__text-wrap .excerpt {
  margin-bottom: 20px;
  line-height: calc(1em + 10px);
}
.case-study-card .cs-card__text-wrap .btn {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card__text-wrap .btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card__text-wrap {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
  }
}
.case-study-card .cs-card__image {
  position: relative;
}
.case-study-card .cs-card__image img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card__image img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card__text-wrap, .case-study-card .cs-card__image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .case-study-card .cs-card {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .case-study-card {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .case-study-card {
    margin: 180px 0;
  }
}

.ordered-bubbles {
  margin: 70px 0;
}
.ordered-bubbles .lead-wrap {
  text-align: center;
  max-width: 484px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.ordered-bubbles .lead-wrap .copy {
  font-size: 18px;
  line-height: calc(1em + 10px);
}
.ordered-bubbles .lead-wrap .copy p:first-of-type {
  margin-top: 0;
}
.ordered-bubbles .bubbles {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.ordered-bubbles .bubbles .bubble {
  text-align: center;
  margin-inline: auto;
}
.ordered-bubbles .bubbles .bubble .image-wrap {
  position: relative;
  display: inline-block;
}
.ordered-bubbles .bubbles .bubble .image-wrap .index {
  background-color: #1F2A4E;
  color: #ffffff;
  border: 3px solid #18A14A;
  font-size: 28px;
  border-radius: 30rem;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ordered-bubbles .bubbles .bubble .image-wrap img {
  border-radius: 30rem;
}
.ordered-bubbles .bubbles .bubble .text-wrap {
  max-width: 324px;
  margin-inline: auto;
}
.ordered-bubbles .bubbles .bubble .text-wrap .heading,
.ordered-bubbles .bubbles .bubble .text-wrap h3 {
  font-size: 20px;
  line-height: calc(1em + 10px);
  display: block;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .ordered-bubbles .bubbles .bubble .text-wrap .heading,
  .ordered-bubbles .bubbles .bubble .text-wrap h3 {
    font-size: 20px;
  }
}
.ordered-bubbles .bubbles .bubble .text-wrap .caption {
  display: block;
  line-height: calc(1em + 10px);
}
@media screen and (min-width: 768px) {
  .ordered-bubbles .bubbles .bubble {
    max-width: 324px;
    width: 100% !important;
    margin-inline: unset;
  }
}
@media screen and (min-width: 768px) {
  .ordered-bubbles .slick-track {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: space-evenly;
  }
  .ordered-bubbles .slick-track:before, .ordered-bubbles .slick-track:after {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .ordered-bubbles .slick-track {
    gap: 65px;
  }
}
.ordered-bubbles .slick-dots li button {
  background-color: rgba(0, 112, 156, 0.13);
}
.ordered-bubbles .slick-dots li.slick-active button {
  background-color: #00709C;
}
@media screen and (min-width: 768px) {
  .ordered-bubbles .slick-dots {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ordered-bubbles {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .ordered-bubbles {
    margin: 180px 0;
  }
}

section.z-format-text-image-blocks {
  margin: 40px 0;
}
section.z-format-text-image-blocks .z-format-text-image-block {
  padding: 50px 0;
}
section.z-format-text-image-blocks .z-format-text-image-block:first-of-type {
  padding-top: 0;
}
section.z-format-text-image-blocks .z-format-text-image-block .inner-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks .z-format-text-image-block .inner-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
section.z-format-text-image-blocks .z-format-text-image-block .section-title {
  margin-top: 0;
  margin-bottom: 20px;
}
section.z-format-text-image-blocks .z-format-text-image-block .body-text {
  font-size: 16px;
  line-height: 26px;
  line-height: calc(1em + 10px);
}
section.z-format-text-image-blocks .z-format-text-image-block .body-text p:first-of-type {
  margin-top: 0;
}
section.z-format-text-image-blocks .z-format-text-image-block img {
  border-radius: 20px;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks .z-format-text-image-block .text-container {
    max-width: 540px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks .z-format-text-image-block .img-container {
    width: 50%;
    text-align: right;
  }
}
section.z-format-text-image-blocks .z-format-text-image-block .btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks .z-format-text-image-block:nth-of-type(odd) .text-container {
    order: 2;
  }
  section.z-format-text-image-blocks .z-format-text-image-block:nth-of-type(odd) .img-container {
    order: 1;
    text-align: left;
  }
  section.z-format-text-image-blocks .z-format-text-image-block:nth-of-type(odd) .img-container img {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks .z-format-text-image-block:nth-of-type(even) .img-container img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(odd) .text-container {
    order: 1;
  }
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(odd) .img-container {
    order: 2;
    text-align: left;
  }
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(odd) .img-container img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(even) .text-container {
    order: 2;
  }
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(even) .img-container {
    order: 1;
    text-align: left;
  }
  section.z-format-text-image-blocks.invert-order .z-format-text-image-block:nth-of-type(even) .img-container img {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  section.z-format-text-image-blocks {
    margin: 70px 0;
  }
}
@media screen and (min-width: 1440px) {
  section.z-format-text-image-blocks {
    margin: 110px 0;
  }
}

.testimonials {
  margin: 70px 0;
}
.testimonials .lead-wrap {
  text-align: center;
}
.testimonials .slick-dots {
  margin-top: 40px;
}
.testimonials .slick-dots li button {
  background-color: rgba(0, 112, 156, 0.13);
}
.testimonials .slick-dots li.slick-active button {
  background-color: #00709C;
}
.testimonials .slick-prev {
  left: -60px;
}
.testimonials .slick-next {
  right: -60px;
}
.testimonials .slick-list {
  margin-inline: -20px;
}
@media screen and (min-width: 1250px) {
  .testimonials .slick-list {
    margin-inline: -28px;
  }
}
.testimonials .carousel {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .testimonials .carousel {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .testimonials .carousel {
    margin-top: 60px;
  }
}
.testimonials .testimonial {
  border-radius: 20px;
  padding: 73px 30px 50px;
  text-align: center;
  position: relative;
  margin-top: 44px;
  margin-inline: 20px;
}
.testimonials .testimonial q {
  display: block;
  font-size: 18px;
  line-height: calc(1em + 10px);
  margin-bottom: 15px;
}
.testimonials .testimonial .cite {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(1em + 10px);
}
.testimonials .testimonial .name.pipe {
  padding-right: 0.6em;
  position: relative;
}
.testimonials .testimonial .name.pipe:after {
  content: "|";
  position: absolute;
  right: 0;
}
.testimonials .testimonial:before {
  display: inline-block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials .testimonial:nth-of-type(3n+1) {
  background-color: #ACDEFA;
}
.testimonials .testimonial:nth-of-type(3n+1):before {
  content: url(images/svg/quote--color-2.svg);
}
.testimonials .testimonial:nth-of-type(3n+2) {
  background-color: #D4E8DA;
}
.testimonials .testimonial:nth-of-type(3n+2):before {
  content: url(images/svg/quote--color-4.svg);
}
.testimonials .testimonial:nth-of-type(3n+3) {
  background-color: #FFCB93;
}
.testimonials .testimonial:nth-of-type(3n+3):before {
  content: url(images/svg/quote--color-5.svg);
}
@media screen and (min-width: 1250px) {
  .testimonials .testimonial {
    margin-inline: 28px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials {
    margin: 120px 0;
  }
}
@media screen and (min-width: 1250px) {
  .testimonials {
    margin: 180px 0;
  }
}

section.image-carousel {
  background-color: #00709C;
  color: #ffffff;
  margin-bottom: 0;
  padding: 70px 0;
}
section.image-carousel .lead-wrap {
  text-align: center;
  margin-bottom: 40px;
}
section.image-carousel .lead-wrap .copy {
  max-width: 488px;
  margin-inline: auto;
}
section.image-carousel .slick-track {
  display: flex !important;
}
section.image-carousel .slick-list {
  margin-inline: -20px;
}
@media screen and (min-width: 1250px) {
  section.image-carousel .slick-list {
    margin-inline: -28px;
  }
}
section.image-carousel .no-dots .slick-dots {
  display: none;
}
section.image-carousel .slick-dots {
  bottom: -40px;
}
section.image-carousel .slide {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit !important;
  margin-inline: 20px;
}
section.image-carousel .slick-prev {
  left: -60px;
}
section.image-carousel .slick-prev:before {
  content: url(images/svg/chevron__left--color-white.svg);
}
section.image-carousel .slick-next {
  right: -60px;
}
section.image-carousel .slick-next:before {
  content: url(images/svg/chevron__right--color-white.svg);
}
@media screen and (min-width: 992px) {
  section.image-carousel {
    padding: 110px 0;
  }
}
@media screen and (min-width: 1250px) {
  section.image-carousel {
    padding: 120px 0;
  }
}

section.locations {
  margin: 70px 0;
}
section.locations .lead {
  text-align: center;
}
section.locations .lead .copy {
  font-size: 18px;
  line-height: calc(1em + 10px);
  margin-bottom: 30px;
  max-width: 592px;
  margin-inline: auto;
}
section.locations .site-list-mob {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 992px) {
  section.locations .site-list-mob {
    display: none;
  }
}
section.locations .site-list-map {
  display: none;
}
@media screen and (min-width: 992px) {
  section.locations .site-list-map {
    display: inline-block;
    position: absolute;
    inset: 0;
  }
}
section.locations li.location {
  font-size: 18px;
  line-height: calc(1em + 10px);
  color: #ffffff;
  background-color: #1F2A4E;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 20px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  section.locations li.location {
    border-top-left-radius: 20px;
    position: absolute;
  }
  section.locations li.location:before {
    content: url(images/svg/pin--color-4.svg);
    width: 35px;
    height: 35px;
    position: absolute;
  }
}
section.locations li.location.location-1 {
  left: 330px;
  bottom: 185px;
  border-bottom-right-radius: 0;
}
section.locations li.location.location-1:before {
  bottom: -16px;
  right: -16px;
}
section.locations li.location.location-2 {
  right: 85px;
  bottom: 90px;
  border-top-left-radius: 0;
}
section.locations li.location.location-2:before {
  top: -16px;
  left: -16px;
}
section.locations li.location.location-3 {
  left: 295px;
  bottom: 95px;
  border-top-right-radius: 0;
}
section.locations li.location.location-3:before {
  top: -16px;
  right: -16px;
}
section.locations .map-wrap {
  margin-top: 40px;
  position: relative;
  max-width: 850px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  section.locations .map-wrap {
    margin-top: 45px;
  }
}
section.locations .map {
  position: relative;
}
section.locations .map--mobile {
  max-width: 400px;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  section.locations .map--mobile {
    display: none;
  }
}
section.locations .map--desktop {
  display: none;
  max-width: 435px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  section.locations .map--desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  section.locations {
    margin: 110px 0;
  }
}
@media screen and (min-width: 1250px) {
  section.locations {
    margin: 120px 0;
  }
}

.stats-row {
  margin: 70px 0;
}
.stats-row .lead {
  text-align: center;
}
.stats-row .stats {
  list-style: none;
  margin-inline: 0;
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.stats-row .stats .stat-block .stat {
  font-size: 30px;
  line-height: calc(1em + 10px);
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 3px solid;
  border-radius: 30rem;
  width: 180px;
  height: 180px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 30px;
  position: relative;
}
.stats-row .stats .stat-block .stat:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 30rem;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .stats-row .stats .stat-block .stat:before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 992px) {
  .stats-row .stats .stat-block .stat {
    width: 225px;
    height: 225px;
    font-size: 40px;
  }
}
.stats-row .stats .stat-block:nth-of-type(1) .stat {
  border-color: #18A14A;
}
.stats-row .stats .stat-block:nth-of-type(1) .stat:before {
  background-color: #18A14A;
  top: 0;
  left: 0;
}
.stats-row .stats .stat-block:nth-of-type(2) .stat {
  border-color: #00709C;
}
.stats-row .stats .stat-block:nth-of-type(2) .stat:before {
  background-color: #00709C;
  bottom: 0;
  right: 0;
}
.stats-row .stats .stat-block:nth-of-type(3) .stat {
  border-color: #F2AD5F;
}
.stats-row .stats .stat-block:nth-of-type(3) .stat:before {
  background-color: #F2AD5F;
  top: 0;
  right: 0;
}
.stats-row .stats .caption {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(1em + 10px);
  margin-top: 30px;
  max-width: 254px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .stats-row .stats {
    flex-direction: row;
    gap: 45px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .stats-row {
    margin: 110px 0;
  }
}
@media screen and (min-width: 1250px) {
  .stats-row {
    margin: 120px 0;
  }
}

body.single-products main {
  position: relative;
}
body.single-products main:before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  max-height: 1950px;
  background: linear-gradient(#ACDEFA 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
body.single-products header.page-header {
  background: none;
  color: #1F2A4E;
  padding-bottom: 60px;
  overflow: visible;
}
body.single-products header.page-header .wrapper {
  position: relative;
}
body.single-products header.page-header .wrapper:before {
  content: url(images/svg/ball-green.svg);
  display: inline-block;
  width: 230px;
  height: 230px;
  rotate: 7deg;
  position: absolute;
  right: -55px;
  top: -160px;
}
@media screen and (min-width: 768px) {
  body.single-products header.page-header .wrapper:before {
    width: 508px;
    height: 508px;
    right: -222px;
    top: -314px;
  }
}
body.single-products header.page-header:after {
  display: none;
}
body.single-products header.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span a {
  color: #1F2A4E;
}

.product-listing .product-title {
  margin-bottom: 10px;
  line-height: calc(1em + 10px);
}
.product-listing .subheading {
  display: inline-block;
  font-size: 24px;
  line-height: calc(1em + 10px);
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .product-listing .product-listing-titles--mobile {
    display: none;
  }
}
.product-listing .product-listing-titles--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .product-listing .product-listing-titles--desktop {
    display: block;
  }
}
.product-listing__gallery {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  max-width: 434px;
  margin-inline: auto;
}
.product-listing__gallery .main-image {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .product-listing__gallery .main-image {
    max-width: 316px;
    margin-inline: auto;
  }
}
.product-listing__gallery .gallery-nav .slick-slide {
  border-radius: 20px;
  margin-inline: 6px;
}
@media screen and (min-width: 768px) {
  .product-listing__gallery .gallery-nav .slick-slide {
    margin-inline: 14px;
  }
}
.product-listing__gallery .gallery-nav .slick-list {
  margin-inline: -6px;
}
@media screen and (min-width: 768px) {
  .product-listing__gallery .gallery-nav .slick-list {
    margin-inline: -14px;
  }
}
@media screen and (min-width: 992px) {
  .product-listing__gallery {
    margin-right: 0;
    max-width: 592px;
    padding: 40px;
  }
}
.product-listing__description {
  line-height: calc(1em + 10px);
  margin-top: 40px;
  max-width: 540px;
}
.product-listing__description .lead {
  font-size: 18px;
  margin-top: 0;
}
.product-listing__description .keyline {
  margin-top: 30px;
}
.product-listing__description .keyline span {
  min-width: 200px;
}
@media screen and (min-width: 992px) {
  .product-listing__description {
    margin-top: 0;
  }
}
.product-listing ul.benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-listing ul.benefits .benefit {
  position: relative;
  padding-left: 33px;
  padding-bottom: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.product-listing ul.benefits .benefit::marker {
  display: none;
}
.product-listing ul.benefits .benefit:before {
  content: url(images/svg/check--color-4.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1440px) {
  .product-listing ul.benefits {
    columns: 2;
    column-gap: 48px;
  }
}
@media screen and (min-width: 992px) {
  .product-listing {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .product-listing {
    gap: 108px;
  }
}

section.faq {
  margin-top: 80px;
}
section.faq .lead {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  section.faq .lead {
    margin-bottom: 30px;
  }
}
section.faq .question {
  padding: 24px 30px;
  background-color: #CDEBFC;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
}
section.faq .question:before {
  content: url(images/svg/cross-bg.svg);
  display: inline-block;
  position: absolute;
  width: 119px;
  height: 119px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  section.faq .question:before {
    width: 133px;
    height: 133px;
    right: -11px;
  }
}
section.faq .cross {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
@media screen and (min-width: 992px) {
  section.faq .cross {
    right: 40px;
  }
}
@media screen and (min-width: 1250px) {
  section.faq .cross {
    right: 50px;
  }
}
section.faq .answer-wrapper {
  background: linear-gradient(0deg, rgba(205, 235, 252, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 30px;
  border-bottom: 1.5px solid #ACDEFA;
}
section.faq .answer-wrapper p:first-of-type {
  margin-top: 0;
}
section.faq .answer-wrapper .btn {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  section.faq .accordion-wrap {
    max-width: 768px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  section.faq {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1440px) {
  section.faq {
    margin-top: 180px;
  }
}

.product-carousel,
.categories-list,
.blog-wrapper {
  background-color: #00709C;
  color: #ffffff;
  padding: calc(70px + 3vw) 0;
}
.product-carousel .lead,
.categories-list .lead,
.blog-wrapper .lead {
  text-align: center;
  margin-bottom: 40px;
}
.product-carousel ul.posts,
.categories-list ul.posts,
.blog-wrapper ul.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-carousel ul.posts .card,
.categories-list ul.posts .card,
.blog-wrapper ul.posts .card {
  border-radius: 20px;
  display: inline-block;
  padding-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  margin-inline: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-carousel ul.posts .card__image,
.categories-list ul.posts .card__image,
.blog-wrapper ul.posts .card__image {
  position: relative;
}
.product-carousel ul.posts .card__image img,
.categories-list ul.posts .card__image img,
.blog-wrapper ul.posts .card__image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product-carousel ul.posts .card__image:before,
.categories-list ul.posts .card__image:before,
.blog-wrapper ul.posts .card__image:before {
  content: url(images/svg/circle--color-3.svg);
  display: inline-block;
  width: 164px;
  height: 164px;
  position: absolute;
  right: -38px;
  bottom: -109px;
}
@media screen and (min-width: 991px) {
  .product-carousel ul.posts .card__image,
  .categories-list ul.posts .card__image,
  .blog-wrapper ul.posts .card__image {
    height: 300px;
  }
}
.product-carousel ul.posts .card__body,
.categories-list ul.posts .card__body,
.blog-wrapper ul.posts .card__body {
  background-color: #1F2A4E;
  color: #ffffff;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 38px 30px;
  position: relative;
  line-height: calc(1em + 10px);
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
}
@media screen and (min-width: 992px) {
  .product-carousel ul.posts .card__body,
  .categories-list ul.posts .card__body,
  .blog-wrapper ul.posts .card__body {
    padding: 30px 50px;
  }
}
.product-carousel ul.posts .card .description,
.categories-list ul.posts .card .description,
.blog-wrapper ul.posts .card .description {
  margin-bottom: 20px;
}
.product-carousel ul.posts .card a:not(.btn),
.categories-list ul.posts .card a:not(.btn),
.blog-wrapper ul.posts .card a:not(.btn) {
  color: #ffffff;
}
.product-carousel ul.posts .card .arrow-button,
.categories-list ul.posts .card .arrow-button,
.blog-wrapper ul.posts .card .arrow-button {
  position: absolute;
  top: -27.5px;
  right: 24px;
}
.product-carousel ul.posts .card .card-title,
.categories-list ul.posts .card .card-title,
.blog-wrapper ul.posts .card .card-title {
  font-size: 24px;
  line-height: calc(1em + 10px);
  font-weight: 500;
  margin-bottom: 9px;
  display: block;
  margin-top: 0;
}
.product-carousel ul.posts .card .subheading,
.categories-list ul.posts .card .subheading,
.blog-wrapper ul.posts .card .subheading {
  display: block;
  font-size: 18px;
  line-height: calc(1em + 10px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .product-carousel ul.posts .card,
  .categories-list ul.posts .card,
  .blog-wrapper ul.posts .card {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .product-carousel ul.posts .card,
  .categories-list ul.posts .card,
  .blog-wrapper ul.posts .card {
    margin-inline: 20px;
  }
}
.product-carousel .slick-dots,
.categories-list .slick-dots,
.blog-wrapper .slick-dots {
  margin-top: 40px;
}
.product-carousel .slick-prev:before,
.categories-list .slick-prev:before,
.blog-wrapper .slick-prev:before {
  content: url(images/svg/chevron__left--color-white.svg);
}
.product-carousel .slick-next:before,
.categories-list .slick-next:before,
.blog-wrapper .slick-next:before {
  content: url(images/svg/chevron__right--color-white.svg);
}

.blog-wrapper {
  background: none;
  color: #1F2A4E;
}

.categories-list,
.blog-wrapper {
  background: none;
}
.categories-list ul.posts,
.blog-wrapper ul.posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.categories-list ul.posts .card,
.blog-wrapper ul.posts .card {
  margin-inline: auto;
  width: 100%;
}
.categories-list ul.posts .card__image:before,
.blog-wrapper ul.posts .card__image:before {
  display: none;
}
.categories-list ul.posts .btn,
.blog-wrapper ul.posts .btn {
  color: #1F2A4E !important;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .categories-list ul.posts,
  .blog-wrapper ul.posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-wrapper ul.posts .card__image {
  margin-bottom: -20px;
}
.blog-wrapper ul.posts .card__image img {
  width: 100%;
}

.page-template-plain-text main,
.single:not(.single-products) main {
  margin-top: 4rem;
}
.page-template-plain-text .body,
.single:not(.single-products) .body {
  line-height: 1.5;
  margin-bottom: 20rem;
  max-width: 75ch;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.pagination .nav-links {
  display: flex;
  gap: 1rem;
  margin-inline: auto;
  margin-top: 60px;
  position: relative;
  padding-bottom: 70px;
}
.pagination .nav-links .page-numbers {
  color: #1F2A4E;
  padding: 15px 25px;
  border-radius: 20px;
  border: 2px solid transparent;
  display: inline-block;
}
.pagination .nav-links .page-numbers:after {
  display: none;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  background-color: #F2AD5F;
  border-color: #FFCB93;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    position: relative;
    bottom: unset;
  }
}
.pagination .nav-links .page-numbers.next {
  right: 0;
}
.pagination .nav-links .page-numbers.prev {
  left: 0;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  background-color: #FFCB93;
  border-color: #F2AD5F;
  text-decoration: none;
}
@media screen and (min-width: 550px) {
  .pagination .nav-links {
    padding-bottom: 0;
  }
}

.single-text-wrap,
.left-text-wrap,
.right-text-wrap {
  line-height: calc(1em + 10px);
}

div.single-image .image {
  margin-inline: auto;
  border-radius: 20px;
  display: block;
}

div.text-block, div.two-column-text, div.single-image {
  margin: 70px 0;
}

fieldset {
  float: none !important;
}

/* Footer */
#footer {
  background-color: #1F2A4E;
  color: #ffffff;
  width: 100%;
  padding-top: 50px;
}
#footer .logo {
  display: block;
  margin-inline: auto;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  #footer .logo {
    margin: 0;
  }
}
#footer a {
  color: #ffffff;
}
#footer .contact-wrap {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  #footer .contact-wrap {
    align-items: flex-start;
    margin: 40px auto 20px;
  }
}
@media screen and (min-width: 992px) {
  #footer .contact-wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1250px) {
  #footer .contact-wrap {
    flex-direction: column;
  }
}
#footer .phone,
#footer .email {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(1em + 10px);
}
#footer .phone .icon,
#footer .email .icon {
  display: block;
  margin-inline: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #footer .phone .icon,
  #footer .email .icon {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .phone,
  #footer .email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
  }
}
#footer nav.social-media li {
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#footer nav.social-media li a {
  text-decoration: underline;
}
#footer nav.social-media li a:hover, #footer nav.social-media li a:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #footer nav.social-media {
    display: inline-block;
  }
}
#footer .btn a {
  color: #1F2A4E;
}
#footer ul.menu {
  flex-direction: column;
  gap: 30px;
  padding: 0;
  margin-top: 22px;
}
#footer ul.menu li {
  border: 0;
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  #footer ul.menu li {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #footer ul.menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1250px) {
  #footer ul.menu {
    grid-template-columns: repeat(2, 1fr);
    align-items: initial;
  }
}
#footer .credits {
  background-color: #141C36;
  color: #ffffff;
  padding: 20px 0 24px;
  margin-top: 45px;
}
#footer .credits .copyright {
  margin-bottom: 10px;
}
#footer .credits .copyright p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #footer .credits .copyright {
    margin-bottom: 0;
  }
}
#footer .credits .wrapper {
  padding-inline: 30px;
  margin-inline: auto;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  #footer .credits .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .credits .wrapper:after {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  #footer .menus-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 66px;
  }
}

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