/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
/* stylelint-disable no-empty-source */
/* stylelint-enable no-empty-source */
.form-style .gform_required_legend {
  display: none;
}
.form-style .gfield_description {
  font-size: 0.875rem;
}
.form-style .honeypot {
  display: none;
}
.form-style .gfield {
  padding: 0 17px;
}
.form-style .gfield--width-half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-style .gfield--width-half {
    width: 100%;
  }
}
.form-style .gfield .gfield_checkbox input,
.form-style .gfield .ginput_container_consent input {
  display: none;
}
.form-style .gfield .gfield_checkbox label,
.form-style .gfield .ginput_container_consent label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form-style .gfield .gfield_checkbox label::before, .form-style .gfield .gfield_checkbox label::after,
.form-style .gfield .ginput_container_consent label::before,
.form-style .gfield .ginput_container_consent label::after {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}
.form-style .gfield .gfield_checkbox label::before,
.form-style .gfield .ginput_container_consent label::before {
  content: "";
  border: 1px solid #00424a;
  border-radius: 2px;
  background-color: #fff;
}
.form-style .gfield .gfield_checkbox label::after,
.form-style .gfield .ginput_container_consent label::after {
  background-image: url(/app/themes/appeal-base/dist/img/checked.svg?adf3b2ef6b8f217c1d99eeab7a2d638c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.form-style .gfield .gfield_checkbox input:checked + label::after,
.form-style .gfield .ginput_container_consent input:checked + label::after {
  content: "";
}
.form-style .gfield .gfield_checkbox input:checked + label::before,
.form-style .gfield .ginput_container_consent input:checked + label::before {
  background-color: #d8ec29;
}
.form-style .gfield .gfield_checkbox .gchoice,
.form-style .gfield .ginput_container_consent .gchoice {
  margin-bottom: 9px;
}
.form-style .gfield .gfield_radio input {
  display: none;
}
.form-style .gfield .gfield_radio label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form-style .gfield .gfield_radio label::before, .form-style .gfield .gfield_radio label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.form-style .gfield .gfield_radio label::before {
  content: "";
  border: 1px solid #00424a;
  background-color: #fff;
}
.form-style .gfield .gfield_radio label::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00424a;
}
.form-style .gfield .gfield_radio input:checked + label::after {
  content: "";
}
.form-style .gfield .gfield_radio input:checked + label::before {
  background-color: #d8ec29;
}
.form-style .gfield .gfield_radio .gchoice {
  margin-bottom: 9px;
}
.form-style .gfield_html {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.125rem;
  color: #fff;
}
.form-style .hidden_label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form-style .gform_footer .btn {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 18px 30px 15px;
  }
}
.form-style .ginput_container_fileupload input[type=file] {
  position: relative;
  height: 42px;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  background-color: #f3f3f6;
  cursor: pointer;
}
.form-style .ginput_container_fileupload input[type=file] span, .form-style .ginput_container_fileupload input[type=file]::placeholder {
  float: left;
}
.form-style .ginput_container_fileupload input[type=file]::-webkit-file-upload-button, .form-style .ginput_container_fileupload input[type=file]::file-selector-button {
  border: 0;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.form-style .ginput_container_fileupload .gform_drop_instructions,
.form-style .ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
}
.form-style .ginput_container_fileupload input[type=file] {
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #00424a;
}
.form-style .ginput_container_fileupload input[type=file]::-webkit-file-upload-button {
  padding: 0 10px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem !important;
  text-decoration: underline;
  color: #00424a !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.form-style .gform_fileupload_multifile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  text-align: left;
  color: #000;
  background-color: #fff;
  border: 1px dashed #fff;
  border-radius: 4px;
}
.form-style .gform_fileupload_multifile button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  margin-right: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #00424a;
  transition: color 0.3s;
  cursor: pointer;
}
.form-style .gform_fileupload_multifile button * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-style .gform_fileupload_multifile button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-style .gform_fileupload_multifile button:hover {
  color: #000;
}
.form-style .gform_fileupload_multifile .gform_drop_instructions,
.form-style .gform_fileupload_multifile .gform_fileupload_rules {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000;
}
.form-style .gform_fileupload_multifile .gform_fileupload_rules {
  font-weight: 400;
}
.form-style .gform_validation_errors {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  padding: 13px 15px 9px;
  text-align: center;
  background-color: #e00;
}
.form-style .gform_validation_errors .gform_submission_error {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
}
.form-style .gform_confirmation_wrapper {
  padding: 13px 15px 9px;
  text-align: center;
  background: #f5f5f5;
}
.form-style .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #00424a;
}

.ui-datepicker {
  width: 100%;
  max-width: 292px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .ui-datepicker {
    max-width: 275px;
  }
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #00424a;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  font-weight: 500;
  text-decoration: underline;
}
.ui-datepicker .ui-state-default {
  padding-left: 9px;
}
.ui-datepicker .ui-state-disabled {
  color: rgba(0, 0, 0, 0.5);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 500;
  color: #00424a;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #00424a;
  border-radius: 0;
  outline: none;
  padding: 14px 35px 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #000;
  background-color: #d9d9d9;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?ccf6d57156ebfb5743a9661f6d923fd9);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px 10px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 48%;
  padding: 10px 35px 9px 14px;
  line-height: 1;
  cursor: pointer;
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.choices {
  position: relative;
}
.choices__inner {
  border: 1px solid #00424a;
}
.choices__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 12px;
  height: 10px;
  margin: auto;
  font-size: 1.375rem;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?ccf6d57156ebfb5743a9661f6d923fd9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 150ms;
}
.choices__item {
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  outline: none;
  padding: 14px 14px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #00424a;
  background-color: #e5eced;
}
.choices__item.is-highlighted {
  background-color: #bfd0d2;
}
.choices__item.is-selected {
  background-color: #bfd0d2;
}
.choices__list--single .choices__item {
  padding-right: 47px !important;
  background-color: #fff;
}
.choices__list--dropdown {
  position: absolute;
  z-index: 20;
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #00424a;
  border-top: none;
  background-color: #f5f5f5;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown .choices__list {
  position: relative;
  top: -1px;
}
.choices.is-focused {
  outline: none;
}
.choices.is-open .choices__inner::after {
  transform: rotate(-180deg);
}

.language-de p,
.language-de h1,
.language-de h2,
.language-de h3,
.language-de h4,
.language-de h5,
.language-de h6,
.language-de li:not(.nav-menu-item),
.language-de span {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.375rem;
  color: #007456;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 599px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #007456;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 599px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #007456;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 599px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #007456;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 599px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #007456;
}
@media only screen and (max-width: 599px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #007456;
}
@media only screen and (max-width: 599px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

p,
li,
.paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  p,
  li,
  .paragraph {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 599px) {
  p,
  li,
  .paragraph {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

*::selection {
  color: #fff;
  background-color: #000;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
  word-break: normal;
}

.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  font-weight: 400;
  text-decoration: underline;
  color: #007456;
  transition: color 300ms;
}
.wysiwyg a:hover {
  color: #00424a;
}
.wysiwyg .btn {
  text-decoration: none;
}
.wysiwyg li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #007456;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: counter;
}
.wysiwyg ol > li {
  counter-increment: counter;
}
.wysiwyg ol > li::before {
  content: counter(counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #007456;
}
.wysiwyg blockquote {
  position: relative;
  margin: 25px 0;
  padding-left: 55px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .wysiwyg blockquote {
    padding-left: 35px;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.wysiwyg blockquote::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 28px;
  background-image: url(/app/themes/appeal-base/dist/img/quote.svg?ad079af4f9749d21d5e324189934f1d1);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .wysiwyg blockquote::before {
    width: 22px;
    height: 20px;
  }
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .wp-block-image {
  width: 100%;
  margin: 0;
}
.wysiwyg .wp-block-image figure {
  margin: 0;
}
.wysiwyg .has-text-align-center,
.wysiwyg .has-text-align-right {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wysiwyg .aligncenter,
.wysiwyg .has-text-align-center {
  text-align: center;
}
.wysiwyg .alignright,
.wysiwyg .has-text-align-right {
  text-align: right;
}
.wysiwyg ._brlbs-responsive-table {
  text-align: left;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}
body.no-scroll {
  overflow-y: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms, visibility 400ms;
}
body.show-overlay::before {
  opacity: 1;
  visibility: visible;
}

.svg-icon-wrapper {
  position: relative;
  display: inline-block;
}

.svg-icon {
  width: 40px;
  height: 40px;
}
.svg-icon--spinner {
  width: 40px;
  height: 40px;
}
.svg-icon--spinner circle {
  stroke: #000;
}

.icon {
  position: relative;
  display: inline-block;
}

.icon--hamburger {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.icon--hamburger::before, .icon--hamburger::after {
  content: "";
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  background-color: #000;
}
.icon--hamburger::before {
  top: -9px;
}
.icon--hamburger::after {
  top: 6px;
}
@media only screen and (max-width: 599px) {
  .icon--hamburger span {
    height: 2px;
  }
  .icon--hamburger span::before {
    top: -9px;
  }
  .icon--hamburger span::after {
    top: 8px;
  }
}

.icon--cross {
  width: 100%;
  height: 3px;
}
.icon--cross,
.icon--cross * {
  cursor: pointer;
}
.icon--cross::before, .icon--cross::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  opacity: 1;
  transform: rotate(45deg);
}
.icon--cross::after {
  transform: rotate(-45deg);
}

.icon--plus-minus {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.icon--plus-minus,
.icon--plus-minus * {
  cursor: pointer;
}
.icon--plus-minus::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 7px;
  width: 2px;
  height: 16px;
  background-color: #000;
  transition: opacity 300ms, transform 300ms;
}
.icon--plus-minus.collapse::before {
  transform: rotate(-90deg);
}

.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  transition: padding 0.3s;
}
.btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn--primary {
  border-radius: 50px;
  padding: 12px 43px 12px 25px;
  font-weight: 600;
  color: #00424a;
  background-color: #d8ec29;
}
@media only screen and (max-width: 599px) {
  .btn--primary {
    padding: 9px 35px 9px 25px;
  }
}
.btn--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 12px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?ed108cb309fc65bad0a4683add4cd66c);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .btn--primary::after {
    right: 18px;
    width: 9px;
    height: 10px;
  }
}
.btn--primary:hover, .btn--primary:active {
  padding-right: 55px;
}
@media only screen and (max-width: 599px) {
  .btn--primary:hover, .btn--primary:active {
    padding-right: 45px;
  }
}
.btn--primary[disabled] {
  cursor: not-allowed !important;
}
.btn--secondary {
  border-radius: 0;
  padding: 12px 43px 12px 25px;
  font-weight: 600;
  color: #00424a;
  background-color: #d8ec29;
  transition: color 0.3s;
}
@media only screen and (max-width: 599px) {
  .btn--secondary {
    padding: 10px 43px 10px 22px;
  }
}
.btn--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 12px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?ed108cb309fc65bad0a4683add4cd66c);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.btn--secondary:hover, .btn--secondary:active {
  color: #d8ec29;
}
.btn--secondary:hover::after, .btn--secondary:active::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
}
.btn--secondary[disabled] {
  cursor: not-allowed !important;
}
.btn--green {
  color: #fff;
  background-color: #007456;
}
.btn--green::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.btn--midnight {
  color: #fff;
  background-color: #00424a;
}
.btn--midnight::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.btn--hamburger {
  width: 28px;
  height: 28px;
  line-height: 1;
}
.btn--hamburger .icon--hamburger {
  background-color: #fff;
}
.btn--hamburger .icon--hamburger::before, .btn--hamburger .icon--hamburger::after {
  background-color: #fff;
}
.btn--cross {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.btn--cross .icon--cross::before, .btn--cross .icon--cross::after {
  background-color: #fff;
}

.link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  padding: 0 18px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #00424a;
  transition: padding 0.3s;
}
.link * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.link:hover, .link:active {
  padding-right: 25px;
}
.link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 12px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?ed108cb309fc65bad0a4683add4cd66c);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.link--green {
  color: #007456;
}
.link--green::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-green.svg?870c6ffea3b066d0430c0c9b918cb273);
}

.lang-selector {
  margin-right: -17px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .lang-selector:hover .lang-selector__items {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .lang-selector:hover .lang-selector__items {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1920px) {
  .lang-selector:hover .lang-selector__items {
    opacity: 1;
    visibility: visible;
  }
}
.lang-selector__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .lang-selector__items {
    position: absolute;
    z-index: 10;
    min-width: 140px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .lang-selector__items {
    position: absolute;
    z-index: 10;
    min-width: 140px;
  }
}
@media only screen and (min-width: 1920px) {
  .lang-selector__items {
    position: absolute;
    z-index: 10;
    min-width: 140px;
  }
}
.lang-selector__item {
  cursor: pointer;
}
.lang-selector__item a {
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
  background-color: #004f4d;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .lang-selector__item a:hover {
    background: #003b43;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .lang-selector__item a:hover {
    background: #003b43;
  }
}
@media only screen and (min-width: 1920px) {
  .lang-selector__item a:hover {
    background: #003b43;
  }
}
.lang-selector .btn-lang-selector {
  display: flex;
  align-items: center;
  border: none;
  padding: 8px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: none;
  transition: 0.3s;
  cursor: pointer;
  gap: 3px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .lang-selector .btn-lang-selector:hover {
    background-color: #004f4d;
  }
  .lang-selector .btn-lang-selector:hover .svg-icon--btn-arrow-white {
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .lang-selector .btn-lang-selector:hover {
    background-color: #004f4d;
  }
  .lang-selector .btn-lang-selector:hover .svg-icon--btn-arrow-white {
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1920px) {
  .lang-selector .btn-lang-selector:hover {
    background-color: #004f4d;
  }
  .lang-selector .btn-lang-selector:hover .svg-icon--btn-arrow-white {
    transform: rotate(90deg);
  }
}
.lang-selector .btn-lang-selector .svg-icon {
  width: 12px;
  height: 12px;
}
.lang-selector .btn-lang-selector .svg-icon--globe-icon {
  margin-right: 7px;
}
.lang-selector .btn-lang-selector .svg-icon--btn-arrow-white {
  height: 10px;
  transition: 0.3s;
}

[data-lazy] {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
[data-lazy]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.1s;
  transition: backdrop-filter 0.1s;
  transition: backdrop-filter 0.1s, -webkit-backdrop-filter 0.1s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}
[data-lazy] img {
  width: 100%;
  height: auto;
}
[data-lazy] [data-lazy-placeholder] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-lazy] [data-lazy-full] {
  opacity: 0;
  transition: -webkit-backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
[data-lazy][data-lazy="1"]::after {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
[data-lazy][data-lazy="1"] [data-lazy-placeholder] {
  opacity: 0;
}
[data-lazy][data-lazy="1"] [data-lazy-full] {
  opacity: 1;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container, .container--default {
  max-width: 1380px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container, .container--default {
    max-width: 1380px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--1920 {
  max-width: 2020px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--1920 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--1440 {
  max-width: 1540px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--1440 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--1050 {
  max-width: 1150px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--1050 {
    max-width: 1150px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--1024 {
  max-width: 1124px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--1024 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--768 {
  max-width: 868px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--768 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--320 {
  max-width: 420px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--320 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container--835 {
  max-width: 935px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container--835 {
    max-width: 935px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    max-width: initial;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.container--wp-columns {
  margin: 0 auto;
}
.container--wp-columns .wp-block-columns {
  margin: 0;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 24px 0;
  margin-left: -24px;
}
.wp-block-table td {
  vertical-align: top;
  border: 0;
  padding: 15px 0 16px;
  font-size: 1.125rem;
}
.wp-block-table tr td {
  border-bottom: 1px solid #00424a;
}
.wp-block-table tr:first-child td {
  border-width: 3px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.wp-block-table tr:last-child td {
  border-bottom: 0;
}

.form-style {
  background-color: #00424a;
}
.form-style a {
  color: #00424a;
}
.form-style a:hover {
  color: #00424a;
}
.form-style fieldset {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}
.form-style .gfield {
  margin-bottom: 5px;
}
.form-style .gfield .gfield_label,
.form-style .gfield .gform-field-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
}
.form-style .gfield input[type=date],
.form-style .gfield input[type=password],
.form-style .gfield input[type=text],
.form-style .gfield input[type=url],
.form-style .gfield input[type=number],
.form-style .gfield input[type=email],
.form-style .gfield input[type=tel],
.form-style .gfield textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #00424a;
  border-radius: 4px;
  outline: none;
  padding: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #00424a;
  background-color: #fff;
}
.form-style .gfield input[type=date]:focus,
.form-style .gfield input[type=password]:focus,
.form-style .gfield input[type=text]:focus,
.form-style .gfield input[type=url]:focus,
.form-style .gfield input[type=number]:focus,
.form-style .gfield input[type=email]:focus,
.form-style .gfield input[type=tel]:focus,
.form-style .gfield textarea:focus {
  outline: none;
}
.form-style .gfield input[type=date]::-webkit-input-placeholder,
.form-style .gfield input[type=password]::-webkit-input-placeholder,
.form-style .gfield input[type=text]::-webkit-input-placeholder,
.form-style .gfield input[type=url]::-webkit-input-placeholder,
.form-style .gfield input[type=number]::-webkit-input-placeholder,
.form-style .gfield input[type=email]::-webkit-input-placeholder,
.form-style .gfield input[type=tel]::-webkit-input-placeholder,
.form-style .gfield textarea::-webkit-input-placeholder {
  color: #00424a;
  opacity: 0.5;
}
.form-style .gfield input[type=date]:-moz-placeholder,
.form-style .gfield input[type=password]:-moz-placeholder,
.form-style .gfield input[type=text]:-moz-placeholder,
.form-style .gfield input[type=url]:-moz-placeholder,
.form-style .gfield input[type=number]:-moz-placeholder,
.form-style .gfield input[type=email]:-moz-placeholder,
.form-style .gfield input[type=tel]:-moz-placeholder,
.form-style .gfield textarea:-moz-placeholder {
  color: #00424a;
  opacity: 0.5;
}
.form-style .gfield input[type=date]::-moz-placeholder,
.form-style .gfield input[type=password]::-moz-placeholder,
.form-style .gfield input[type=text]::-moz-placeholder,
.form-style .gfield input[type=url]::-moz-placeholder,
.form-style .gfield input[type=number]::-moz-placeholder,
.form-style .gfield input[type=email]::-moz-placeholder,
.form-style .gfield input[type=tel]::-moz-placeholder,
.form-style .gfield textarea::-moz-placeholder {
  color: #00424a;
  opacity: 0.5;
}
.form-style .gfield input[type=date]:-ms-input-placeholder,
.form-style .gfield input[type=password]:-ms-input-placeholder,
.form-style .gfield input[type=text]:-ms-input-placeholder,
.form-style .gfield input[type=url]:-ms-input-placeholder,
.form-style .gfield input[type=number]:-ms-input-placeholder,
.form-style .gfield input[type=email]:-ms-input-placeholder,
.form-style .gfield input[type=tel]:-ms-input-placeholder,
.form-style .gfield textarea:-ms-input-placeholder {
  color: #00424a;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .form-style .gfield input[type=date],
  .form-style .gfield input[type=password],
  .form-style .gfield input[type=text],
  .form-style .gfield input[type=url],
  .form-style .gfield input[type=number],
  .form-style .gfield input[type=email],
  .form-style .gfield input[type=tel],
  .form-style .gfield textarea {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.form-style .gfield textarea {
  height: 120px;
  resize: none;
}
.form-style .gfield.text .ginput_container {
  position: relative;
}
.form-style .gfield.text .ginput_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1;
  display: none;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/app/themes/appeal-base/dist/img/circle-checked.svg?d6ef80d270877ac54c86a300f9129082);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-style .gfield.filled-field .ginput_container {
  position: relative;
}
.form-style .gfield.filled-field .ginput_container input {
  padding-right: 30px;
}
.form-style .gfield.filled-field .ginput_container::before {
  display: block;
}
.form-style .gfield_error input,
.form-style .gfield_error textarea,
.form-style .gfield_error select {
  border-color: #e00;
}
.form-style .gfield_error .validation_message {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 9px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: #fff;
  background-color: #e00;
}
.form-style--yellow {
  background-color: #d8ec29;
}
.form-style--yellow .btn {
  color: #fff;
  background-color: #00424a;
}
.form-style--yellow .btn::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.form-style--yellow .choices__item--choice {
  background: linear-gradient(0deg, rgba(216, 236, 41, 0.25) 0%, rgba(216, 236, 41, 0.25) 100%), #fff;
}
.form-style--yellow .choices__item.is-highlighted, .form-style--yellow .choices__item.is-selected {
  background: linear-gradient(0deg, rgba(216, 236, 41, 0.75) 0%, rgba(216, 236, 41, 0.75) 100%), #fff;
}
.form-style--yellow .choices__item--single {
  background-color: #fff;
}
.form-style--yellow .gfield .gfield_label,
.form-style--yellow .gfield .gfield_checkbox label,
.form-style--yellow .gfield .gfield_radio label,
.form-style--yellow .gfield .ginput_container_consent label {
  color: #00424a;
}
.form-style--yellow .gfield .gfield_checkbox label::after,
.form-style--yellow .gfield .ginput_container_consent label::after {
  background-image: url(/app/themes/appeal-base/dist/img/checked-icon-white.svg?abc8f1f9c423ddd35de524d51a34fa88);
}
.form-style--yellow .gfield .gfield_checkbox input:checked + label::before,
.form-style--yellow .gfield .ginput_container_consent input:checked + label::before {
  background-color: #00424a;
}
.form-style--yellow .gfield .gfield_radio input:checked + label::before {
  background-color: #fff;
}

.site-footer {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.site-footer__wrap {
  padding: 72px 0 42px;
  background: #00424a;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrap {
    padding: 48px 0 20px;
  }
}
.site-footer__content {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__content__leftSide {
  width: 34%;
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__content__leftSide {
    width: 100%;
    padding: 0;
  }
}
.site-footer__content__rightSide {
  width: 66%;
  padding: 27px 0 0 2px;
}
.site-footer__content__rightSide > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.site-footer__content__rightSide > ul > li {
  width: 23%;
  padding: 0;
  list-style-type: none;
}
.site-footer__content__rightSide > ul > li:not(:last-child) {
  margin-right: 2.2%;
}
@media only screen and (max-width: 767px) {
  .site-footer__content__rightSide > ul > li:not(:last-child) {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__content__rightSide > ul > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .site-footer__content__rightSide > ul > li:last-child {
    margin: 0;
  }
  .site-footer__content__rightSide > ul > li:last-child ul li {
    width: 100%;
  }
  .site-footer__content__rightSide > ul > li:last-child ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer__content__rightSide > ul > li > a {
  margin-bottom: 19px;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  color: #d8ec29;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .site-footer__content__rightSide > ul > li > a {
    font-size: 1rem;
  }
}
.site-footer__content__rightSide > ul > li ul {
  padding: 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .site-footer__content__rightSide > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0 0;
  }
}
.site-footer__content__rightSide > ul > li ul li {
  margin-bottom: 19px;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .site-footer__content__rightSide > ul > li ul li {
    margin: 0 20px 5px 0;
    font-size: 0.875rem;
  }
}
.site-footer__content__rightSide > ul > li ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
.site-footer__content__rightSide > ul > li ul li a:hover {
  color: #d8ec29;
}
@media only screen and (max-width: 1023px) {
  .site-footer__content__rightSide {
    width: 100%;
    padding: 64px 0 0;
  }
}
.site-footer__bottom-content {
  padding: 70px 0 0;
}
@media only screen and (max-width: 1023px) {
  .site-footer__bottom-content {
    padding: 63px 0 0;
  }
}
.site-footer__copy-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .site-footer__copy-text {
    font-size: 0.75rem;
  }
}
.site-footer--footerlogo {
  margin-bottom: 57px;
}
.site-footer--footerlogo a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
}
.site-footer--footerlogo .site-footer__logo {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-footer--footerlogo {
    margin-bottom: 48px;
  }
  .site-footer--footerlogo img {
    max-width: 233px;
  }
}
.site-footer--social-icons-title {
  margin-bottom: 21px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .site-footer--social-icons-title {
    margin-bottom: 13px;
    font-size: 0.875rem;
  }
}
.site-footer--social-icons ul {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.site-footer--social-icons ul li {
  flex: 0 0 23px;
  margin-right: 17px;
  list-style-type: none;
}
.site-footer--social-icons ul li a {
  display: block;
  line-height: 0;
  text-align: center;
  transition: 0.5s all;
}
.site-footer--social-icons ul li a:hover svg {
  fill: #d8ec29;
}
.site-footer--social-icons ul li a svg {
  max-width: 22px;
  height: auto;
  max-height: 23px;
  transition: 0.5s;
  fill: #fff;
}
.site-footer--links-title h5 {
  margin-bottom: 19px;
  font-size: 1.125rem;
  color: #d8ec29;
}
@media only screen and (max-width: 767px) {
  .site-footer--links-title h5 {
    margin-bottom: 2px;
    font-size: 1rem;
  }
}
.site-footer--links ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer--links ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-footer--links ul li {
  margin-bottom: 19px;
  list-style-type: none;
  word-wrap: break-word;
}
.site-footer--links ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer--links ul li {
    margin: 0 20px 10px 0;
    font-size: 0.875rem;
  }
}
.site-footer--links ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
.site-footer--links ul li a:hover {
  color: #d8ec29;
}
@media only screen and (max-width: 767px) {
  .site-footer--links.contact-details ul {
    display: block;
  }
  .site-footer--links.contact-details ul li {
    margin: 0 0 4px;
  }
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

@media only screen and (max-width: 599px) {
  .header-nav-full {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-full {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .header-nav-full {
    display: none;
  }
}
.header-nav-full__nav {
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
}
.header-nav-full__nav .nav-menu {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-nav-full__nav .nav-menu > .nav-menu-item {
  display: inline-block;
  padding: 26px 18px;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item {
    padding: 26px 8px;
  }
}
.header-nav-full__nav .nav-menu > .nav-menu-item:last-child {
  margin-right: -18px;
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item:last-child {
    margin-right: -10px;
  }
}
.header-nav-full__nav .nav-menu > .nav-menu-item:last-child.nav-menu-item--has-children > .nav-menu__dropdown {
  right: 0;
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu > .nav-menu-item:hover {
    background-color: #004f4d;
  }
}
.header-nav-full__nav .nav-menu,
.header-nav-full__nav .nav-menu__submenu {
  list-style: none;
}
.header-nav-full__nav .nav-menu > .nav-menu-item,
.header-nav-full__nav .nav-menu__submenu > .nav-menu-item {
  transition: 0.3s;
}
.header-nav-full__nav .nav-menu > .nav-menu-item > a,
.header-nav-full__nav .nav-menu__submenu > .nav-menu-item > a {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item > a,
  .header-nav-full__nav .nav-menu__submenu > .nav-menu-item > a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item > a,
  .header-nav-full__nav .nav-menu__submenu > .nav-menu-item > a {
    font-size: 0.9375rem;
  }
}
.header-nav-full__nav .nav-menu-item--has-children {
  padding: 0;
  /* one or more available input mechanism(s) can hover over elements with ease */
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu-item--has-children:hover a::after {
    transform: rotate(90deg);
  }
}
.header-nav-full__nav .nav-menu-item--has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-nav-full__nav .nav-menu-item--has-children > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
  background-repeat: no-repeat;
  transition: 0.3s;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown {
  position: absolute;
  z-index: 2;
  margin-left: -20px;
  padding-top: 26px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #004f4d;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item {
  padding: 10px 20px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:first-child {
  padding: 15px 20px 10px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:last-child {
  padding: 10px 20px 15px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:hover {
  background-color: #00424a;
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu-item--has-children:hover > .nav-menu__dropdown {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
.header-nav .search-overlay-trigger-btn {
  position: relative;
  color: #000;
}

.header-nav-mobile {
  display: none;
  background-color: #00424a;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .header-nav-mobile {
    display: block;
  }
}
.header-nav-mobile__container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-nav-mobile .js-nav-dropdown-menu-container {
  position: fixed;
  top: 68px;
  bottom: 0;
  left: unset;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  background-color: #00424a;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav-mobile .js-nav-dropdown-menu-container {
  top: 99px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav-mobile .js-nav-dropdown-menu-container {
    top: 113px;
  }
}
.header-nav-mobile .js-nav-dropdown-menu-container.show {
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.header-nav-mobile__logos {
  flex-shrink: 0;
}
.header-nav-mobile__hamburger {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.header-nav-mobile__hamburger.opened .btn--hamburger {
  opacity: 0;
  visibility: hidden;
}
.header-nav-mobile__hamburger.opened .btn--cross {
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile .btn--cross {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-nav-mobile .btn--hamburger {
  transition: 0.3s;
}
.header-nav-mobile .btn--hamburger .icon--hamburger {
  background-color: #fff;
  transition: background-color 0.3s;
}
.header-nav-mobile .btn--hamburger .icon--hamburger::before, .header-nav-mobile .btn--hamburger .icon--hamburger::after {
  background-color: #fff;
  transition: background-color 0.3s;
}
.header-nav-mobile-dropdown__nav {
  height: 100%;
  max-height: calc(100% - 37px);
  overflow-x: hidden;
  overflow-y: auto;
}
.header-nav-mobile-dropdown__nav .nav-menu-dropdown,
.header-nav-mobile-dropdown__nav .nav-menu__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-mobile-dropdown__nav .nav-menu-item {
  position: relative;
  border-bottom: solid 1px #007456;
  padding: 10px 35px;
}
.header-nav-mobile-dropdown__nav .nav-menu-item:first-child {
  border-top: solid 1px #007456;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item {
    padding: 0 18px;
  }
}
.header-nav-mobile-dropdown__nav .nav-menu-item--has-children::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 35px;
  display: block;
  width: 10px;
  height: 12px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item--has-children::after {
    right: 18px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item--has-children.show-submenu .nav-menu-item {
    padding: 0 35px;
  }
  .header-nav-mobile-dropdown__nav .nav-menu-item--has-children.show-submenu .nav-menu-item::after {
    right: 50px;
  }
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu {
  height: auto;
  min-height: 45px;
  padding-bottom: 0;
  background: #004f4d;
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu::after {
  transform: rotate(90deg);
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu > a {
  font-weight: 700;
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu .nav-menu__dropdown {
  height: 100% !important;
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu .nav-menu__dropdown .nav-menu__submenu .nav-menu-item {
  position: relative;
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu .nav-menu__dropdown .nav-menu__submenu .nav-menu-item:last-child {
  border-bottom: none;
}
.header-nav-mobile-dropdown__nav .nav-menu-item a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item a {
    display: block;
    padding: 12px 0 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item a {
    display: block;
    padding: 12px 0 10px;
  }
}
.header-nav-mobile-dropdown__nav .nav-menu__dropdown {
  height: 0 !important;
  min-height: 0;
  margin: 0 -35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile-dropdown__nav .nav-menu__dropdown {
    margin: 0 -18px;
  }
}
.header-nav-mobile .bottom-nav {
  display: flex;
  justify-content: center;
  background: #003b43;
}
.header-nav-mobile .bottom-nav__link {
  padding: 6px 16px;
  transition: 0.3s;
}
.header-nav-mobile .bottom-nav__link:hover {
  background-color: #004f4d;
}
.header-nav-mobile .bottom-nav__link a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
}
.header-nav-mobile .bottom-nav .lang-selector__items {
  flex: 0 0 100%;
  height: 0;
  max-height: 0;
}
.header-nav-mobile .bottom-nav.lang-activated .lang-selector__items {
  height: auto;
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile .bottom-nav.lang-activated .lang-selector__item {
  text-align: center;
  background-color: #003b43;
}
.header-nav-mobile .bottom-nav.lang-activated .btn-lang-selector .svg-icon--btn-arrow-white {
  transform: rotate(90deg);
}
.header-nav-mobile .bottom-nav .additional-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-nav-mobile .bottom-nav .additional-nav .add-nav__links {
  justify-content: flex-end;
}
.header-nav-mobile .bottom-nav .additional-nav .add-nav__container {
  flex: 1.2;
}
.header-nav-mobile .bottom-nav .additional-nav .lang-selector {
  flex: 1;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
.header-nav.headroom {
  position: fixed;
  left: 0;
  right: 0;
  transition: top 0.5s linear;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom {
    top: 45px;
  }
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom--pinned {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom--pinned {
    top: 45px;
  }
}
.header-nav.headroom--unpinned {
  top: -112px;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom--unpinned {
  top: -81px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -67px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav.headroom--unpinned {
    top: -70px;
  }
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-nav.headroom--unpinned {
    top: -39px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -25px;
  }
}
@media only screen and (max-width: 599px) {
  .header-nav.headroom--unpinned {
    top: -70px;
  }
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-nav.headroom--unpinned {
    top: -39px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -25px;
  }
}
.headroom--top .header-nav .nav-menu-item:hover .nav-menu__dropdown, .headroom--pinned .header-nav .nav-menu-item:hover .nav-menu__dropdown {
  opacity: 1;
  visibility: visible;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav {
    top: 45px;
  }
}
.header-nav__logo {
  max-width: 188px;
  max-height: 43px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__logo {
    max-width: 123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .header-nav__logo {
    max-width: 123px;
  }
}
.header-nav__logo-link {
  display: flex;
}
.header-nav__logo img {
  width: 100%;
  height: 100%;
}
.header-nav-full__content {
  background-color: #00424a;
}
.header-nav-full__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-full__top {
  color: #fff;
  background-color: #003b43;
}
.header-nav-full__top .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-nav .add-nav__links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav .add-nav__link {
  padding: 6px 16px;
  transition: 0.3s;
}
.header-nav .add-nav__link:hover {
  background-color: #004f4d;
}
.header-nav .add-nav__link a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-overlay.show {
  display: block;
  animation-name: fade-in-animation;
  animation-duration: 150ms;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
.search-overlay > .container {
  height: 100vh;
}
.search-overlay__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.search-overlay__header {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.search-overlay__header .logo-link {
  width: 200px;
  height: 60px;
  color: #fff;
  background-color: red;
}
.search-overlay__header .search-overlay-close-btn {
  position: relative;
  bottom: 9px;
}
.search-overlay__header .search-overlay-close-btn svg path {
  fill: #f5f5f5;
}
.search-overlay__body .search-form {
  position: relative;
}
.search-overlay__body .search-form .search-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  padding: 0 70px 26px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1;
  color: #f5f5f5;
  background-color: transparent;
  transition: border-color 150ms;
}
.search-overlay__body .search-form .search-field:focus {
  border-bottom-color: #fff;
  outline: none;
}
.search-overlay__body .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field:-moz-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field::-moz-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-submit-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 0 30px 20px;
}
.search-overlay__body .search-form .search-submit-btn svg {
  width: 38px;
  height: 38px;
  color: #fff;
}
.search-overlay__body .search-form .search-form__filters {
  display: none;
}
.search-overlay__body .search-suggested-terms-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 45px;
}
.search-overlay__body .search-suggested-terms-list .btn {
  color: #fff;
}
.search-overlay__body .search-suggested-terms-list .btn::before {
  border-color: #d9d9d9;
}

.checkpoint-list {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .checkpoint-list {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .checkpoint-list {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .checkpoint-list {
    margin-bottom: 80px;
  }
}
.checkpoint-list__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 20px;
}
.checkpoint-list__item .text {
  grid-column: span 10;
}
.checkpoint-list__img {
  width: 28px;
  height: 28px;
}
.checkpoint-list__img .svg-icon--check-circle-green {
  width: 100%;
  height: 100%;
}

.sticky-content {
  position: relative;
  right: 0;
  z-index: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .sticky-content {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .sticky-content {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .sticky-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .sticky-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .sticky-content {
    margin-bottom: 0;
  }
}
.sticky-content__container {
  margin-top: -150px;
  will-change: top;
  transition: top 0.5s linear;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .sticky-content__container {
    position: sticky;
    top: 30px;
    margin-top: -200px;
  }
  .headroom--pinned + main .sticky-content__container {
    top: 140px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .sticky-content__container {
    position: sticky;
    top: 30px;
    margin-top: -200px;
  }
  .headroom--pinned + main .sticky-content__container {
    top: 140px;
  }
}
@media only screen and (min-width: 1920px) {
  .sticky-content__container {
    position: sticky;
    top: 30px;
    margin-top: -200px;
  }
  .headroom--pinned + main .sticky-content__container {
    top: 140px;
  }
}
.sticky-content__block {
  border-radius: 4px;
  padding: 23px 30px 31px;
  background-color: #00424a;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .sticky-content__block {
    max-width: 400px;
  }
}
.sticky-content__item {
  padding-bottom: 17px;
}
.sticky-content__item:last-child {
  padding-bottom: 28px;
}
.sticky-content__item .title {
  margin-bottom: 0;
  line-height: 1.7;
  color: #d8ec29;
}
.sticky-content__item .description {
  margin-top: 0;
  color: #fff;
}
.sticky-content__btn {
  border-top: solid 1px #d8ec29;
  padding-top: 31px;
}
.sticky-content__btn .btn {
  padding: 12px 35px 12px 16px;
  color: #000;
  color: #00424a;
}
.sticky-content__btn .btn::after {
  right: 15px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?ed108cb309fc65bad0a4683add4cd66c);
}
.sticky-content__btn .btn:hover, .sticky-content__btn .btn:active {
  padding-right: 55px;
}
@media only screen and (max-width: 599px) {
  .sticky-content__btn .btn:hover, .sticky-content__btn .btn:active {
    padding-right: 45px;
  }
}

.wp-block-columns {
  gap: 80px;
}
.wp-block-columns > .wp-block-column {
  flex-basis: 50%;
  flex-grow: 1;
  align-self: flex-start;
}
.wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 40px;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 40px;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-columns {
    gap: 20px;
  }
}

.block.remove-top-spacing {
  margin-top: 0;
  padding-top: 0;
}
.block.remove-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-block {
  overflow: hidden;
}

.heading-adv-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.heading-adv-wrapper .heading-adv__weight--light {
  font-weight: 300;
}
.heading-adv-wrapper .heading-adv__weight--regular {
  font-weight: 400;
}
.heading-adv-wrapper .heading-adv__weight--medium {
  font-weight: 500;
}
.heading-adv-wrapper .heading-adv__weight--semibold {
  font-weight: 600;
}
.heading-adv-wrapper .heading-adv__weight--bold {
  font-weight: 700;
}
.heading-adv-wrapper .heading-adv__weight--heavy {
  font-weight: 800;
}
.heading-adv-wrapper .heading-adv__alignment--left {
  text-align: left;
}
.heading-adv-wrapper .heading-adv__alignment--centre {
  text-align: center;
}
.heading-adv-wrapper .heading-adv__alignment--right {
  text-align: right;
}

.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.simple-header {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  margin-top: 112px;
  padding-top: 0;
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .simple-header {
    min-height: 270px;
  }
}
@media only screen and (min-width: 1920px) {
  .simple-header {
    min-height: 270px;
  }
}
@media only screen and (max-width: 599px) {
  .simple-header {
    margin-top: 67px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .simple-header {
    margin-top: 67px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .simple-header {
    margin-top: 67px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .simple-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 60%;
    height: 100%;
    max-height: 180px;
    background: rgba(245, 245, 245, 0.75);
    -webkit-clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
            clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .simple-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 60%;
    height: 100%;
    max-height: 180px;
    background: rgba(245, 245, 245, 0.75);
    -webkit-clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
            clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1920px) {
  .simple-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 60%;
    height: 100%;
    max-height: 180px;
    background: rgba(245, 245, 245, 0.75);
    -webkit-clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
            clip-path: polygon(10% -100%, 100% -100%, 100% 100%, 25% 100%);
    mix-blend-mode: multiply;
  }
}
.simple-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0 100%);
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .simple-header::after {
    width: 40%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .simple-header::after {
    width: 40%;
  }
}
@media only screen and (min-width: 1920px) {
  .simple-header::after {
    width: 40%;
  }
}
.simple-header__content {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 80%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .simple-header__content {
    position: relative;
    width: auto;
    margin-top: 90px;
    transform: unset;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .simple-header__content {
    position: relative;
    width: auto;
    margin-top: 90px;
    transform: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .simple-header__content {
    position: relative;
    width: auto;
    margin-top: 90px;
    transform: unset;
  }
}
.simple-header__title {
  color: #00424a;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .simple-header__title {
    max-width: 70%;
  }
}
@media only screen and (max-width: 599px) {
  .simple-header__title {
    max-width: 70%;
  }
}
.simple-header__title-items {
  margin-top: 11px;
}
.simple-header__breadcrumbs {
  font-size: 0.875rem;
  color: #00424a;
}
.simple-header__breadcrumbs a {
  color: #00424a;
}
.simple-header__breadcrumbs > span span:not(:last-child)::after {
  content: ">";
  margin: 0 6px 0 10px;
}

.standard-header-title {
  position: relative;
  margin-top: 112px;
  padding: 60px 0 200px;
}
@media only screen and (max-width: 599px) {
  .standard-header-title {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-header-title {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .standard-header-title {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .standard-header-title {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-header-title {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-header-title {
    padding: 90px 0;
  }
}
.standard-header-title__wrapper {
  display: grid;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .standard-header-title__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-header-title__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1920px) {
  .standard-header-title__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.standard-header-title__wrapper h1 {
  margin-top: 12px;
}
.standard-header-title__description {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .standard-header-title__description {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-header-title__description {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-header-title__description {
    max-width: 55%;
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.hover-tiles {
  padding: 85px 0 18px;
}
@media only screen and (max-width: 599px) {
  .hover-tiles {
    padding: 65px 0 85px;
  }
}
.hover-tiles .title {
  margin-bottom: 14px;
}
.hover-tiles .title,
.hover-tiles .description {
  text-align: center;
}
.hover-tiles .description {
  max-width: 834px;
  margin: 0 auto;
}
.hover-tiles--grey {
  background-color: #f5f5f5;
}
.hover-tiles--grey .title {
  color: #00424a;
}
.hover-tiles--grey .hover-tiles__tile--no-image:hover .tile-item__manual,
.hover-tiles--grey .hover-tiles__tile--no-image:hover .tile-item__jobs-select {
  box-shadow: 2px 3px 10px 3px #d9d9d9;
}
.hover-tiles--grey .hover-tiles__tile--no-image:hover .link {
  padding-right: 25px;
}
.hover-tiles--grey .hover-tiles__tile--no-image .tile-item__manual,
.hover-tiles--grey .hover-tiles__tile--no-image .tile-item__jobs-select {
  border-top: solid 2px #00424a;
}
.hover-tiles--white {
  background-color: #fff;
}
.hover-tiles--white .title {
  color: #00424a;
}
.hover-tiles--white .hover-tiles__tile--no-image:hover .tile-item__manual,
.hover-tiles--white .hover-tiles__tile--no-image:hover .tile-item__jobs-select {
  box-shadow: 2px 3px 10px 3px #d9d9d9;
}
.hover-tiles--white .hover-tiles__tile--no-image:hover .link {
  padding-right: 25px;
}
.hover-tiles--white .hover-tiles__tile--no-image .tile-item__manual,
.hover-tiles--white .hover-tiles__tile--no-image .tile-item__jobs-select {
  border-top: solid 2px #00424a;
}
.hover-tiles--green {
  background-color: #00424a;
}
.hover-tiles--green .title {
  color: #d8ec29;
}
.hover-tiles--green .description,
.hover-tiles--green .link,
.hover-tiles--green .tile-item__title,
.hover-tiles--green .tile-item__description,
.hover-tiles--green .tile-item__jobs-select .tile-item__info p {
  color: #fff !important;
}
.hover-tiles--green .link::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.hover-tiles--green .hover-tiles__tile:hover .tile-item__manual,
.hover-tiles--green .hover-tiles__tile:hover .tile-item__jobs-select {
  background-color: #003b43;
  box-shadow: 2px 3px 20px 1px rgba(35, 31, 32, 0.5);
}
.hover-tiles--green .hover-tiles__tile:hover .tile-item__manual .link,
.hover-tiles--green .hover-tiles__tile:hover .tile-item__jobs-select .link {
  padding-right: 25px;
  color: #d8ec29 !important;
}
.hover-tiles--green .hover-tiles__tile:hover .tile-item__manual .link::after,
.hover-tiles--green .hover-tiles__tile:hover .tile-item__jobs-select .link::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
}
.hover-tiles--green .hover-tiles__tile--w-image:hover .tile-item__manual,
.hover-tiles--green .hover-tiles__tile--w-image:hover .tile-item__jobs-select {
  background-color: transparent;
}
.hover-tiles--green .hover-tiles__tile--w-image .btn {
  background-color: #007456;
}
.hover-tiles--green .hover-tiles__tile--no-image .tile-item__manual,
.hover-tiles--green .hover-tiles__tile--no-image .tile-item__jobs-select {
  border-top: solid 2px #d8ec29 !important;
}
.hover-tiles__items {
  display: grid;
  justify-content: center;
  padding-top: 40px;
  gap: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__items {
    grid-template-columns: repeat(12, 1fr) !important;
    padding: 55px 0;
    gap: 30px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__items {
    grid-template-columns: repeat(12, 1fr) !important;
    padding: 55px 0;
    gap: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__items {
    grid-template-columns: repeat(12, 1fr) !important;
    padding: 55px 0;
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .hover-tiles__items {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 55px 0;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__items--col-two .hover-tiles__tile {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__items--col-two .hover-tiles__tile {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__items--col-two .hover-tiles__tile {
    grid-column: span 6;
  }
}
.hover-tiles__items--col-two .tile-item__title {
  font-size: 1.75rem;
}
@media only screen and (max-width: 599px) {
  .hover-tiles__items--col-two .tile-item__title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__items--col-three .hover-tiles__tile {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__items--col-three .hover-tiles__tile {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__items--col-three .hover-tiles__tile {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__items--col-four {
    gap: 30px 25px;
  }
  .hover-tiles__items--col-four .hover-tiles__tile {
    grid-column: span 3;
  }
  .hover-tiles__items--col-four .tile-item__manual {
    padding: 15px;
  }
  .hover-tiles__items--col-four .tile-image {
    min-height: 160px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__items--col-four {
    gap: 30px 25px;
  }
  .hover-tiles__items--col-four .hover-tiles__tile {
    grid-column: span 3;
  }
  .hover-tiles__items--col-four .tile-item__manual {
    padding: 15px;
  }
  .hover-tiles__items--col-four .tile-image {
    min-height: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__items--col-four {
    gap: 30px 25px;
  }
  .hover-tiles__items--col-four .hover-tiles__tile {
    grid-column: span 3;
  }
  .hover-tiles__items--col-four .tile-item__manual {
    padding: 15px;
  }
  .hover-tiles__items--col-four .tile-image {
    min-height: 160px;
  }
}
.hover-tiles__items--mob-double {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 599px) {
  .hover-tiles__items--mob-double {
    gap: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .hover-tiles__items--mob-double .tile-item__manual,
  .hover-tiles__items--mob-double .tile-item__jobs-select {
    padding: 20px 10px 25px;
  }
}
@media only screen and (max-width: 330px) {
  .hover-tiles__items--mob-double .tile-item__manual,
  .hover-tiles__items--mob-double .tile-item__jobs-select {
    padding: 20px 3px 25px;
  }
}
.hover-tiles__items--no-desc {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__items--no-desc {
    padding: 28px 0 55px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__items--no-desc {
    padding: 28px 0 55px;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__items--no-desc {
    padding: 28px 0 55px;
  }
}
.hover-tiles__tile {
  cursor: pointer;
}
.hover-tiles__tile .link {
  text-align: left;
}
.hover-tiles__tile:hover .tile-image__additional {
  opacity: 1;
  visibility: visible;
}
.hover-tiles__tile:hover .tile-item__title,
.hover-tiles__tile:hover .link {
  color: #007456;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .hover-tiles__tile--w-image {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__tile--w-image {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__tile--w-image {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__tile--w-image {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.hover-tiles__tile--w-image .tile-item__title {
  margin-bottom: 3px !important;
}
.hover-tiles__tile--w-image .tile-item__description {
  margin: 5px 0 18px;
}
.hover-tiles__tile--w-image:hover .tile-image--image-zoom img, .hover-tiles__tile--w-image:focus .tile-image--image-zoom img {
  transform: scale(1.1);
}
.hover-tiles__tile--w-image:hover .tile-item__manual, .hover-tiles__tile--w-image:focus .tile-item__manual {
  background-color: #fff;
  box-shadow: 2px 3px 10px 3px #d9d9d9;
}
.hover-tiles__tile--w-image:hover .btn, .hover-tiles__tile--w-image:focus .btn {
  padding-right: 55px;
  background-color: #007456;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .hover-tiles__tile--no-image .tile-item__manual,
  .hover-tiles__tile--no-image .tile-item__jobs-select {
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .hover-tiles__tile--no-image .tile-item__manual,
  .hover-tiles__tile--no-image .tile-item__jobs-select {
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .hover-tiles__tile--no-image .tile-item__manual,
  .hover-tiles__tile--no-image .tile-item__jobs-select {
    height: 100%;
  }
}

.tile-image {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  padding-top: 56.25%;
}
.tile-image__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tile-image__item img {
  width: 100%;
  height: 100%;
}
.tile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.tile-image__additional {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 599px) {
  .tile-image--image-change .tile-image__additional {
    opacity: 1;
    visibility: visible;
  }
}

.tile-item__manual,
.tile-item__jobs-select {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 25px;
  transition: 0.5s;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-item__manual,
  .tile-item__jobs-select {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .tile-item__manual,
  .tile-item__jobs-select {
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .tile-item__manual,
  .tile-item__jobs-select {
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .tile-item__manual,
  .tile-item__jobs-select {
    height: 100%;
  }
}
.tile-item__manual a,
.tile-item__jobs-select a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.tile-item__manual .tile-item__title,
.tile-item__jobs-select .tile-item__title {
  color: #00424a;
}
.tile-item__manual .tile-item__button,
.tile-item__jobs-select .tile-item__button {
  margin-top: auto;
}
.tile-item__manual .tile-item__description,
.tile-item__jobs-select .tile-item__description {
  margin-top: 5px;
  margin-bottom: 18px;
  color: #000;
}
@media only screen and (min-width: 1920px) {
  .tile-item__manual .tile-item__description,
  .tile-item__jobs-select .tile-item__description {
    margin-bottom: 19px;
  }
}

.hover-tiles__tile--no-image .tile-item__manual,
.hover-tiles__tile--no-image .tile-item__jobs-select {
  height: 100%;
}
.hover-tiles__tile--no-image .tile-item__manual .tile-item__title,
.hover-tiles__tile--no-image .tile-item__jobs-select .tile-item__title {
  margin-bottom: 10px;
}

.hover-tiles__tile--w-image .tile-item__title {
  margin-bottom: 15px;
}

.tile-item__jobs-select .tile-item__info p {
  margin: 0 0 5px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
.tile-item__jobs-select .tile-item__info-title {
  font-weight: bold;
}
.tile-item__jobs-select .link {
  margin-top: 8px;
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.progress-bar-link {
  position: relative;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.progress-bar-link > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 20px 20px 25px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
  color: #fff;
  transition: color 0.5s;
}
@media only screen and (max-width: 330px) {
  .progress-bar-link > div {
    padding: 22px 10px 20px;
  }
}
.progress-bar-link > div a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
  transition: color 150ms;
}
@media only screen and (max-width: 599px) {
  .progress-bar-link > div a {
    display: block;
  }
}
.progress-bar-link > div a .link-title,
.progress-bar-link > div a .link {
  color: #fff;
}
.progress-bar-link > div a .link {
  margin-top: 5px;
}
.progress-bar-link > div a .link::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.progress-bar-link > div a .link-title {
  margin-bottom: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .progress-bar-link > div a .link-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .progress-bar-link > div a .link-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .progress-bar-link > div a .link-title {
    margin-bottom: 10px;
  }
}
.progress-bar-link > div a:hover .link {
  padding-right: 25px;
}
.progress-bar-link > div::before, .progress-bar-link > div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 2px;
  transition: background-color 150ms;
}
.progress-bar-link > div::before {
  content: "";
  width: 100%;
  background-color: rgba(216, 236, 41, 0.5);
}
.progress-bar-link > div::after {
  width: 0;
  background-color: #d8ec29;
  animation-duration: inherit;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.progress-bar-link.animate > div {
  color: #fff;
}
@media screen and (any-hover: hover) {
  .progress-bar-link:hover > div {
    color: #fff;
  }
  .progress-bar-link:hover:not(.animate) > div::before {
    background-color: #d8ec29;
  }
}
.progress-bar-link.active > div {
  color: #fff;
}
.progress-bar-link.active > div::before {
  background-color: #d8ec29;
}
@keyframes progress-bar-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress-bar-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.full-service-image-block__links-list {
  overflow-x: hidden;
}
.full-service-image-block__links-list > .container {
  display: flex;
}
.full-service-image-block__links-list ul {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.full-service-image-block__links-list ul.grid-layout {
  display: grid;
  gap: 30px 32px;
  grid-template-columns: repeat(4, 1fr);
}
.full-service-image-block__links-list ul.grid-layout--carousel {
  height: 100px;
  padding: 0 30px;
}
.full-service-image-block__links-list ul.grid-layout--carousel .full-service-image-block__link-item {
  width: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-service-image-block__links-list > .container {
    display: block;
    padding: 0;
  }
  .full-service-image-block__links-list ul.grid-layout,
  .full-service-image-block__links-list ul.grid-layout--carousel {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 25px 32px !important;
    padding-left: 5px;
    opacity: 0;
  }
  .full-service-image-block__links-list ul.grid-layout.show,
  .full-service-image-block__links-list ul.grid-layout--carousel.show {
    opacity: 1;
  }
  .full-service-image-block__links-list ul.grid-layout li,
  .full-service-image-block__links-list ul.grid-layout--carousel li {
    width: 70%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__links-list > .container {
    display: block;
    padding: 0;
  }
  .full-service-image-block__links-list ul.grid-layout,
  .full-service-image-block__links-list ul.grid-layout--carousel {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 25px 32px !important;
    padding-left: 5px;
    opacity: 0;
  }
  .full-service-image-block__links-list ul.grid-layout.show,
  .full-service-image-block__links-list ul.grid-layout--carousel.show {
    opacity: 1;
  }
  .full-service-image-block__links-list ul.grid-layout li,
  .full-service-image-block__links-list ul.grid-layout--carousel li {
    width: 70%;
    margin-right: 30px;
  }
}
.full-service-image-block__links-list-heading {
  flex: 0 0 255px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-service-image-block__links-list-heading {
    margin-bottom: 10px;
    text-transform: none;
  }
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__links-list-heading {
    margin-bottom: 10px;
    text-transform: none;
  }
}
.full-service-image-block__link-item {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.full-service-image-block__link-item:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.full-service-image-block__link-item:hover .link {
  color: #d8ec29;
}
.full-service-image-block__link-item:hover .link::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
}
.full-service-image-block__link-item.progress-bar-link > div {
  animation-duration: 4.5s;
  transition: background-color, color;
  transition-duration: 600ms;
  transition-timing-function: "linear";
}
.full-service-image-block__link-item.progress-bar-link.animate > div::after {
  content: "";
  animation-name: progress-bar-animation;
}

.full-service-image-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 578px;
  margin-top: 112px;
  /*
  * To fix the mobile flickering/glitching issue on mobile/tablet size
  */
}
@media only screen and (max-width: 599px) {
  .full-service-image-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-service-image-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .full-service-image-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .full-service-image-block {
    min-height: 768px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .full-service-image-block {
    min-height: 768px;
  }
}
@media only screen and (min-width: 1920px) {
  .full-service-image-block {
    min-height: 768px;
  }
}
@media only screen and (max-width: 599px) {
  .full-service-image-block .flickity-slider > * {
    transition: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-service-image-block .flickity-slider > * {
    transition: none !important;
  }
}
.full-service-image-block__slideshow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.full-service-image-block__slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.full-service-image-block__slideshow img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1000ms;
}
.full-service-image-block__slideshow img.show {
  z-index: 2;
  opacity: 1;
}
.full-service-image-block__slideshow img.previous {
  z-index: 1;
  opacity: 1;
}
.full-service-image-block__main-content {
  margin-top: 80px;
  margin-bottom: auto;
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__main-content {
    margin-top: 50px;
  }
}
.full-service-image-block__title {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__title {
    padding-right: 40px;
  }
}
.full-service-image-block__links-list {
  margin-bottom: 0;
}
.full-service-image-block__small-heading, .full-service-image-block__main-heading, .full-service-image-block__text {
  color: #fff;
}
.full-service-image-block__small-heading {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.full-service-image-block__main-heading {
  max-width: 720px;
  margin: 0 0 6px;
  font-size: 3rem;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .full-service-image-block__main-heading {
    max-width: 600px;
  }
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__main-heading {
    font-size: 1.875rem;
  }
}
.full-service-image-block__description {
  width: 100%;
  max-width: 385px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__description {
    font-size: 1rem;
  }
}
.full-service-image-block__leftSide__animate-arrow {
  margin-top: -26px;
  margin-right: 32px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.5s;
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__leftSide__animate-arrow {
    margin-top: 10px;
    margin-right: 20px;
  }
}
.full-service-image-block__leftSide__animate-arrow img {
  max-width: 100px;
}
@media only screen and (max-width: 599px) {
  .full-service-image-block__leftSide__animate-arrow img {
    max-width: 46px;
  }
}
.full-service-image-block__leftSide__animate-arrow.animate {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.latest-news-block__card {
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .latest-news-block__card {
    height: auto;
  }
}
.latest-news-block__card:hover, .latest-news-block__card:focus {
  box-shadow: 2px 3px 10px 3px #d9d9d9;
}
.latest-news-block__card:hover .card-image-item img, .latest-news-block__card:focus .card-image-item img {
  transform: scale(1.1);
}
.latest-news-block__card:hover .latest-news-block__card-content, .latest-news-block__card:focus .latest-news-block__card-content {
  background-color: #fff;
}
.latest-news-block__card:hover .title, .latest-news-block__card:focus .title {
  color: #007456;
}
@media only screen and (max-width: 599px) {
  .latest-news-block__card:hover .title, .latest-news-block__card:focus .title {
    margin-bottom: 5px;
  }
}
.latest-news-block__card:hover .btn, .latest-news-block__card:focus .btn {
  padding-right: 55px;
  background-color: #007456;
}
.latest-news-block__card:hover .btn::after, .latest-news-block__card:focus .btn::after {
  right: 20px;
}
.latest-news-block__card a {
  text-decoration: none;
}
.latest-news-block__card a .title {
  color: #00424a;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .latest-news-block__card a .title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .latest-news-block__card a .title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .latest-news-block__card a .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-news-block__card a .btn {
    margin-top: 15px;
  }
}
.latest-news-block__card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-news-block__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .latest-news-block__card-content .btn {
    padding: 12px 35px 12px 20px;
  }
}
.latest-news-block__card-image .card-image-item {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.latest-news-block__card-image .card-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform ease-in 300ms;
}

.latest-news-block {
  padding: 54px 0 60px;
}
.latest-news-block__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .latest-news-block__heading {
    padding-right: 18px;
  }
}
.latest-news-block__heading-title {
  margin-bottom: 0;
  color: #00424a;
}
.latest-news-block__heading .btn {
  margin-right: 20px;
  padding: 12px 35px 12px 20px;
  transition: margin-right 0.3s, padding 0.3s;
}
.latest-news-block__heading .btn:hover {
  margin-right: 0;
  padding-right: 55px;
}
.latest-news-block__heading .btn::after {
  right: 15px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .latest-news-block__list {
    overflow: unset;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .latest-news-block__list {
    overflow: unset;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .latest-news-block__list {
    overflow: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .latest-news-block__list {
    overflow: unset;
  }
}
@media only screen and (max-width: 599px) {
  .latest-news-block__list {
    margin-left: -10px;
    padding: 10px;
  }
}
.latest-news-block__list .swiper-wrapper {
  padding-top: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .latest-news-block__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .latest-news-block__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .latest-news-block__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1920px) {
  .latest-news-block__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-news-block .container {
    padding-right: 0;
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.tabs {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 42px 0 0;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .tabs {
    padding: 50px 0 0;
  }
}
.tabs__img {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .tabs__img {
    width: 100%;
  }
}
.tabs__img span {
  display: block;
  height: 100%;
}
.tabs__img span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tabs__img span img::selection {
  background: transparent;
}
.tabs__desc {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .tabs__desc {
    width: 100%;
  }
}
.tabs__desc .wysiwyg {
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 30px;
}
.tabs__desc .wysiwyg *::selection {
  color: inherit;
  background-color: transparent;
}
.tabs__desc .wysiwyg ul {
  margin-bottom: 30px;
}
.tabs__desc .wysiwyg ul::selection {
  background: transparent;
}
.tabs__desc .wysiwyg ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.tabs__desc .wysiwyg .link {
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
}
.tabs__desc .wysiwyg h2,
.tabs__desc .wysiwyg h3,
.tabs__desc .wysiwyg h4,
.tabs__desc .wysiwyg h5,
.tabs__desc .wysiwyg h6 {
  line-height: 1.75rem;
  color: #d8ec29;
}
.tabs*::selection {
  background: transparent;
}
.tabs::selection {
  background: transparent;
}
.tabs__content_wrapper {
  padding: 70px 0 0;
}
@media only screen and (max-width: 767px) {
  .tabs__content_wrapper {
    padding: 40px 0 0;
  }
}
.tabs .arrow-wrap {
  display: flex;
  justify-content: center;
}
.tabs .arrow-wrap .tabs__nav-arrow {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  border-radius: 100%;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  background-color: #003b43;
  cursor: pointer;
}
.tabs .arrow-wrap .tabs__nav-arrow * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.tabs .arrow-wrap .tabs__nav-arrow::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.tabs .arrow-wrap .tabs__nav-arrow.swiper-button-lock {
  display: none;
}
.tabs .arrow-wrap .tabs__nav-arrow::selection {
  background: transparent;
}
.tabs .arrow-wrap .tabs__nav-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tabs .arrow-wrap .tabs__nav-arrow-prev {
  margin-right: 10px;
  padding: 9px 15px 9px 10px;
}
.tabs .arrow-wrap .tabs__nav-arrow-prev::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
  transform: rotateY(-180deg);
}
.tabs .arrow-wrap .tabs__nav-arrow-prev:hover::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
  transform: rotateY(-180deg);
}
.tabs .arrow-wrap .tabs__nav-arrow-next {
  padding: 9px 10px 9px 15px;
}
.tabs .arrow-wrap .tabs__nav-arrow-next::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-yellow.svg?15aaeee3503d3237b2e8891d0589234c);
}
.tabs .arrow-wrap .tabs__nav-arrow-next:hover::after {
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-white.svg?e1ddb44853b851a1aa29204002b0a698);
}
.tabs .swiper-pagination {
  position: relative;
  display: none;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 599px) {
  .tabs .swiper-pagination {
    display: flex;
    gap: 5px;
    margin-top: 20px;
  }
}
.tabs .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #000;
}
.tabs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d8ec29;
}
.tabs__nav-link {
  text-decoration: none;
  cursor: pointer;
}
.tabs__content {
  display: block;
  transition: opacity 0.2s;
}
.tabs__content.is__active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tabs .tabs__nav-item {
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25%;
  border: solid 1px #007456;
  text-align: center;
  transform: skewX(-20deg);
}
.tabs .tabs__nav-item:not(:last-child) {
  border-right: none;
}
.tabs .tabs__nav-item.active {
  position: relative;
  background-color: #d8ec29;
}
.tabs .tabs__nav-item.active .tabs__nav-link {
  color: #00424a;
}
.tabs .tabs__nav-link {
  padding: 12px 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  transform: skewX(20deg);
}
@media only screen and (max-width: 1023px) {
  .tabs .tabs__nav-link {
    top: -6px;
  }
}
@media only screen and (max-width: 599px) {
  .tabs .tabs__nav-link {
    font-size: 1rem;
  }
}
.tabs.style__horizontal .container {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tabs.style__horizontal .container::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .tabs.style__horizontal .container {
    justify-content: center;
  }
}
.tabs.style__horizontal .tabs__nav {
  position: initial;
  z-index: 2;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .tabs.style__horizontal .tabs__nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs.style__horizontal .tabs__nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .tabs.style__horizontal .tabs__nav {
    font-size: 0.875rem;
  }
}
.tabs.style__horizontal .tabs__nav::after {
  content: "";
  display: block;
  max-width: 1216px;
  height: 1px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .tabs.style__horizontal .tabs__nav::after {
    width: calc(100% - 50px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs.style__horizontal .tabs__nav::after {
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767px) {
  .tabs.style__horizontal .tabs__nav::after {
    width: calc(100% - 18px);
  }
}
.tabs.style__horizontal .tabs__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tabs.style__horizontal .tabs__content::selection {
  background: transparent;
}
.tabs.style__horizontal .tabs__content .tabs__nav-link {
  display: none;
}
.tabs.style__horizontal .tabs__content.is__active {
  position: relative;
  z-index: 1;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tabs__flex {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1049px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .tabs__flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.tabs__flex.img-right .tabs__desc {
  order: 1;
}
.tabs__flex.img-right .tabs__img {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .tabs__flex.img-above .tabs__img {
    order: -1;
  }
  .tabs__flex.img-above .tabs__desc {
    order: 2;
  }
  .tabs__flex.img-below .tabs__img {
    order: -1;
    margin: 0;
  }
  .tabs__flex.img-below .tabs__desc {
    order: 1;
  }
}
.tabs__checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 55px 0 0;
  gap: 30px 20px;
}
@media only screen and (max-width: 1023px) {
  .tabs__checklist {
    display: block;
    padding: 40px 0 0;
    gap: 20px;
  }
}
.tabs__checklist-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .tabs__checklist-item {
    margin-bottom: 20px;
  }
}
.tabs__checklist-item .checkpoint-list__img {
  margin-top: 3px;
}
.tabs__checklist-item .checkpoint-list__img .svg-icon {
  width: 100%;
  height: 100%;
}
.tabs__checklist-item .content {
  width: calc(90% - 20px);
}
.tabs__checklist-item .content strong {
  color: #d8ec29;
}

.tabs-block {
  overflow-x: hidden;
  padding: 53px 0 96px;
  color: #fff;
  background-color: #00424a;
}
@media only screen and (max-width: 599px) {
  .tabs-block {
    padding: 50px 0;
  }
}
.tabs-block__heading {
  text-align: center;
}
.tabs-block__heading .title {
  margin-bottom: 10px;
  color: #d8ec29;
}
.tabs-block__heading .description {
  max-width: 834px;
  margin: 0 auto;
}
.tabs-block__flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .tabs-block__flex {
    flex-wrap: wrap;
  }
}
.tabs-block__flex.img-rightAlign .tabs__desc {
  order: 1;
}
.tabs-block__flex.img-rightAlign .tab__img {
  order: 2;
  margin: 0 0 0 70px;
}
@media only screen and (max-width: 599px) {
  .tabs-block__flex.img-rightAlign .tab__img {
    order: 0;
    margin: 35px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .tabs-block__flex.img-above .tabs__img {
    order: 1;
    margin: 0 0 35px;
  }
  .tabs-block__flex.img-above .tabs__desc {
    order: 2;
  }
  .tabs-block__flex.img-below .tabs__img {
    order: 1;
    margin: 0;
  }
  .tabs-block__flex.img-below .tabs__desc {
    order: 2;
    margin: 0 0 35px;
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.homepage-hero-block {
  position: relative;
  margin-top: 112px;
}
@media only screen and (max-width: 599px) {
  .homepage-hero-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .homepage-hero-block {
    margin-top: 67px;
  }
}
.homepage-hero-block__img {
  display: flex;
  align-items: center;
  min-height: 524px;
  padding: 48px 0;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__img {
    align-items: flex-end;
    min-height: 448px;
  }
}
.homepage-hero-block__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 74.5%);
}
.homepage-hero-block__caption {
  position: relative;
  z-index: 1;
  max-width: 550px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__caption {
    padding-bottom: 0;
  }
}
.homepage-hero-block__caption h1 {
  margin-bottom: 35px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__caption h1 {
    margin-bottom: 24px;
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.standard-hero-block {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
@media only screen and (max-width: 599px) {
  .standard-hero-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-hero-block {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .standard-hero-block {
    margin-top: 67px;
  }
}
.standard-hero-block__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__img {
    position: initial;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__img.mobile_active_hero {
    display: none;
  }
}
.standard-hero-block__img span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__img span {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 84.5%;
  }
}
.standard-hero-block__img span img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.standard-hero-block__mobile-img {
  display: none;
}
.standard-hero-block__mobile-img span {
  position: relative;
  display: block;
  height: 317px;
  margin: 0;
  padding-bottom: 0;
}
.standard-hero-block__mobile-img span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__mobile-img {
    position: relative;
    z-index: 2;
    display: block;
  }
}
.standard-hero-block__wrap {
  display: flex;
  min-height: 416px;
  padding: 88px 0;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block__wrap {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__wrap {
    display: block;
    padding: 0;
  }
}
.standard-hero-block__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: -1;
  z-index: 1;
  background: linear-gradient(90deg, #00424a 21.88%, #007456 100%);
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__wrap::after {
    display: none;
  }
}
.standard-hero-block.title-bg-narrow.bg-forward .standard-hero-block__wrap::after {
  width: 45%;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 65% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 65% 100%, 0% 100%);
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-hero-block.title-bg-narrow.bg-forward .standard-hero-block__wrap::after {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .standard-hero-block.title-bg-narrow.bg-forward .standard-hero-block__wrap::after {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-narrow.bg-forward .standard-hero-block__wrap::after {
    width: 58%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-narrow.bg-forward .standard-hero-block__wrap::after {
    width: 50%;
  }
}
.standard-hero-block.title-bg-narrow.bg-backward .standard-hero-block__wrap::after {
  width: 36%;
  -webkit-clip-path: polygon(0% 0%, 60% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 60% -100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-hero-block.title-bg-narrow.bg-backward .standard-hero-block__wrap::after {
    width: 41%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .standard-hero-block.title-bg-narrow.bg-backward .standard-hero-block__wrap::after {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-narrow.bg-backward .standard-hero-block__wrap::after {
    width: 48%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-narrow.bg-backward .standard-hero-block__wrap::after {
    width: 41%;
  }
}
.standard-hero-block.title-bg-narrow .standard-hero-block__caption {
  width: 25%;
}
@media only screen and (min-width: 1024px) and (max-width: 1121px) {
  .standard-hero-block.title-bg-narrow .standard-hero-block__caption {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-narrow .standard-hero-block__caption {
    width: 100%;
  }
  .standard-hero-block.title-bg-narrow .standard-hero-block__caption::before {
    -webkit-clip-path: polygon(0% 0%, 100% 40%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 40%, 100% 100%, 0% 100%);
  }
}
.standard-hero-block.title-bg-narrow .standard-hero-block__img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-narrow .standard-hero-block__img {
    width: 100%;
  }
}
.standard-hero-block.title-bg-medium.bg-forward .standard-hero-block__wrap::after {
  width: 60%;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 73% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 73% 100%, 0% 100%);
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-hero-block.title-bg-medium.bg-forward .standard-hero-block__wrap::after {
    width: 68%;
  }
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-medium.bg-forward .standard-hero-block__wrap::after {
    width: 70%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-medium.bg-forward .standard-hero-block__wrap::after {
    width: 62%;
  }
}
.standard-hero-block.title-bg-medium.bg-backward .standard-hero-block__wrap::after {
  width: 49%;
  -webkit-clip-path: polygon(0% 0%, 71% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 71% -100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-hero-block.title-bg-medium.bg-backward .standard-hero-block__wrap::after {
    width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-medium.bg-backward .standard-hero-block__wrap::after {
    width: 60%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-medium.bg-backward .standard-hero-block__wrap::after {
    width: 53%;
  }
}
.standard-hero-block.title-bg-medium .standard-hero-block__caption {
  width: 42%;
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .standard-hero-block.title-bg-medium .standard-hero-block__caption {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-medium .standard-hero-block__caption {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-medium .standard-hero-block__caption {
    width: 100%;
  }
  .standard-hero-block.title-bg-medium .standard-hero-block__caption::before {
    -webkit-clip-path: polygon(0% 0%, 100% 28%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 28%, 100% 100%, 0% 100%);
  }
}
.standard-hero-block.title-bg-medium .standard-hero-block__img {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-medium .standard-hero-block__img {
    width: 100%;
  }
}
.standard-hero-block.title-bg-wide.bg-forward .standard-hero-block__wrap::after {
  width: 72.6%;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 79% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 79% 100%, 0% 100%);
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-wide.bg-forward .standard-hero-block__wrap::after {
    width: 82%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-wide.bg-forward .standard-hero-block__wrap::after {
    width: 74%;
  }
}
.standard-hero-block.title-bg-wide.bg-backward .standard-hero-block__wrap::after {
  width: 65%;
  -webkit-clip-path: polygon(0% 0%, 78% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 78% -100%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-wide.bg-backward .standard-hero-block__wrap::after {
    width: 73%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-wide.bg-backward .standard-hero-block__wrap::after {
    width: 74%;
  }
}
.standard-hero-block.title-bg-wide .standard-hero-block__caption {
  width: 56%;
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block.title-bg-wide .standard-hero-block__caption {
    width: 60%;
  }
}
@media only screen and (min-width: 1920px) {
  .standard-hero-block.title-bg-wide .standard-hero-block__caption {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-wide .standard-hero-block__caption {
    width: 100%;
  }
}
.standard-hero-block.title-bg-wide .standard-hero-block__img {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block.title-bg-wide .standard-hero-block__img {
    width: 100%;
  }
}
.standard-hero-block__breadcrumbs .breadcrumbs {
  margin: 0 0 13px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1023px) {
  .standard-hero-block__breadcrumbs .breadcrumbs {
    margin: 0 0 10px;
    font-size: 0.75rem;
  }
}
.standard-hero-block__breadcrumbs .breadcrumbs span {
  color: #fff;
}
.standard-hero-block__breadcrumbs .breadcrumbs span a {
  text-decoration: underline;
  color: #fff;
}
.standard-hero-block__breadcrumbs .breadcrumbs > span span:not(:last-child)::after {
  content: ">";
  margin: 0 6px 0 10px;
  color: #fff;
}
.standard-hero-block__caption {
  position: relative;
  z-index: 2;
}
.standard-hero-block__caption h1 {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .standard-hero-block__caption {
    margin: -89px 0 0;
    padding: 89px 0 57px;
  }
  .standard-hero-block__caption::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    z-index: -1;
    width: 108vw;
    background: linear-gradient(345deg, #00424a -203.76%, #007456 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.text-media-block {
  position: relative;
  padding: 96px 0;
}
@media only screen and (max-width: 767px) {
  .text-media-block {
    padding: 64px 0;
  }
}
.text-media-block.bg-white + .text-media-block.bg-white {
  padding-top: 64px;
}
.text-media-block.bg-gray .text-media-block__wrap {
  padding: 96px 0;
}
@media only screen and (max-width: 767px) {
  .text-media-block.bg-gray .text-media-block__wrap {
    padding: 0;
  }
}
.text-media-block.bg-gray .text-media-block__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 80%;
  background: #f5f5f5;
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 75% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .text-media-block.bg-gray .text-media-block__wrap::after {
    top: 150px;
    width: 100%;
    max-height: 100px;
    -webkit-clip-path: polygon(0% 0%, -100% -100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, -100% -100%, 100% 100%, 0% 100%);
  }
}
.text-media-block.bg-gray .text-media-block__wrap::before {
  content: "";
  position: absolute;
  top: 250px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .text-media-block.bg-gray .text-media-block__wrap::before {
    bottom: 0;
    height: initial;
    opacity: 0.5;
  }
}
.text-media-block.bg-gray .text-media-block__row {
  align-items: flex-start;
}
.text-media-block__row {
  display: flex;
  flex-wrap: wrap;
}
.text-media-block__desk-heading {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .text-media-block__desk-heading {
    display: none;
    margin: 0 0 22px;
  }
}
.text-media-block__desk-heading h2 {
  color: #007456;
}
.text-media-block__mobile-heading {
  display: none;
}
@media only screen and (max-width: 767px) {
  .text-media-block__mobile-heading {
    display: block;
    margin: 0 0 22px;
  }
}
.text-media-block__mobile-heading h2 {
  color: #007456;
}
.text-media-block__desc-col {
  width: 50%;
  padding: 0 100px 0 80px;
}
@media only screen and (max-width: 1023px) {
  .text-media-block__desc-col {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-media-block__desc-col {
    width: 100%;
    padding: 0;
  }
}
.text-media-block__desc-col .wysiwyg h5 {
  margin: 0 0 25px;
  font-family: "Open Sans", sans-serif;
  color: #007456;
}
@media only screen and (max-width: 767px) {
  .text-media-block__desc-col .wysiwyg h5 {
    margin: 0 0 15px;
    font-size: 1rem;
  }
}
.text-media-block__desc-col .wysiwyg p strong {
  margin: 0 0 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.38;
  color: #007456;
}
.text-media-block__desc-col .wysiwyg p strong a {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .text-media-block__desc-col .wysiwyg p strong {
    margin: 0 0 15px;
    font-size: 1rem;
  }
}
.text-media-block__media-col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .text-media-block__media-col {
    width: 100%;
    margin-bottom: 29px;
  }
}
.text-media-block__media-col figure {
  margin: 0;
  line-height: 0;
}
.text-media-block__media-col figure img {
  max-width: 100%;
}
.text-media-block.media-right .text-media-block__row {
  flex-direction: row-reverse;
}
.text-media-block.media-right .text-media-block__row .text-media-block__desc-col {
  padding: 0 80px 0 100px;
}
@media only screen and (max-width: 1023px) {
  .text-media-block.media-right .text-media-block__row .text-media-block__desc-col {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-media-block.media-right .text-media-block__row .text-media-block__desc-col {
    padding: 0;
  }
}

.video-block__image {
  padding-bottom: 60.56%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .video-block__image {
    padding-bottom: 63.3%;
  }
}
.video-block__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.video-block__popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video-block__popup::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #231f20;
  opacity: 0.75;
}
.video-block__videowrp {
  position: relative;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 33.5%;
}
@media only screen and (max-width: 1023px) {
  .video-block__videowrp {
    max-width: 70%;
    padding-bottom: 38.5%;
  }
}
@media only screen and (max-width: 767px) {
  .video-block__videowrp {
    max-width: 100%;
    padding-bottom: 56.5%;
  }
}
.video-block__videowrp iframe,
.video-block__videowrp video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.3125rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #007456;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .video-block__close {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 2.5;
  }
}
.video-block__close:hover {
  color: #00424a;
  background: #d8ec29;
}
.video-block__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 22px;
  background: #00424a;
}
@media only screen and (max-width: 767px) {
  .video-block__bottom {
    padding: 8px 15px;
  }
}
.video-block__bottom__left {
  margin-right: 26px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .video-block__bottom__left {
    margin-right: 15px;
  }
  .video-block__bottom__left img {
    max-width: 18px;
  }
}
.video-block__bottom__right {
  max-width: 75%;
  padding-right: 20px;
}
.video-block__bottom__right p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}
.video-block__bottom__right p strong {
  color: #d8ec29;
}
@media only screen and (max-width: 767px) {
  .video-block__bottom__right p {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.video-block__bottom__time {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: flex;
  align-items: center;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .video-block__bottom__time {
    right: 15px;
    font-size: 0.875rem;
  }
}
.video-block__video {
  position: relative;
}
.video-block__video.video-open .video-block__popup {
  z-index: 111;
  opacity: 1;
}
.video-block__playic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.introduction-text-block {
  position: relative;
  padding: 88px 0 113px;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block {
    padding: 64px 0;
  }
}
.introduction-text-block__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #f5f5f5;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__wrap::after {
    display: none;
  }
}
.introduction-text-block__content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.introduction-text-block__content__leftSide {
  width: 50%;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .introduction-text-block__content__leftSide {
    width: 100%;
    padding-right: 0;
  }
}
.introduction-text-block__content__leftSide__heading {
  position: relative;
}
.introduction-text-block__content__leftSide__heading h2 {
  margin: 0;
  color: #00424a;
}
.introduction-text-block__content__leftSide__animate-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  display: flex;
  align-items: center;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.5s;
}
.introduction-text-block__content__leftSide__animate-arrow.animate {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .introduction-text-block__content__leftSide__animate-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .introduction-text-block__content__leftSide__animate-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__content__leftSide__animate-arrow {
    margin: 4px 16px 0 0;
  }
}
.introduction-text-block__content__leftSide__animate-arrow img {
  max-width: 70px;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__content__leftSide__animate-arrow img {
    max-width: 46px;
  }
}
.introduction-text-block__content__rightSide {
  width: 50%;
  padding: 0 0 0 40px;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .introduction-text-block__content__rightSide {
    width: 100%;
    padding: 35px 0 0;
  }
}
.introduction-text-block__content__rightSide h5 {
  margin: 0 0 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #00424a;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__content__rightSide h5 {
    margin: 0 0 12px;
    font-size: 1rem;
  }
}
.introduction-text-block__content__rightSide p {
  margin: 0 0 23px;
}
.introduction-text-block__content__rightSide p a {
  color: #007456;
}
.introduction-text-block__content__rightSide p a:hover {
  color: #00424a;
}
.introduction-text-block__content__rightSide p strong {
  margin: 0 0 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00424a;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__content__rightSide p strong {
    margin: 0 0 12px;
    font-size: 1rem;
  }
}
.introduction-text-block__content__rightSide p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .introduction-text-block__content__rightSide p {
    margin: 0 0 12px;
  }
}
.introduction-text-block.bg-forward-description .introduction-text-block__wrap::after {
  width: 78%;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 75% 100%, 0% 100%);
}
.introduction-text-block.bg-forward-title .introduction-text-block__wrap::after {
  width: 43%;
  -webkit-clip-path: polygon(0% 0%, 100% -100%, 65% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% -100%, 65% 100%, 0% 100%);
}
@media only screen and (min-width: 1920px) {
  .introduction-text-block.bg-forward-title .introduction-text-block__wrap::after {
    width: 50%;
  }
}
.introduction-text-block.bg-backward-description .introduction-text-block__wrap::after {
  width: 68%;
  -webkit-clip-path: polygon(0% 0%, 75% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 75% -100%, 100% 100%, 0% 100%);
}
.introduction-text-block.bg-backward-title .introduction-text-block__wrap::after {
  width: 50%;
  -webkit-clip-path: polygon(0% 0%, 65% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 65% -100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .introduction-text-block.with-arrow-shape .introduction-text-block__content__leftSide__heading {
    padding-left: 102px;
  }
}
@media only screen and (max-width: 1023px) {
  .introduction-text-block.with-arrow-shape .introduction-text-block__content__leftSide__heading {
    padding-left: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .introduction-text-block.with-arrow-shape .introduction-text-block__content__leftSide__heading {
    padding-left: 62px;
  }
}
.introduction-text-block.light-green-text .introduction-text-block__content__leftSide__heading h2 {
  color: #007456;
}
.introduction-text-block.light-green-text .introduction-text-block__content__rightSide h5 {
  color: #007456;
}
.introduction-text-block.light-green-text .introduction-text-block__content__rightSide p strong {
  color: #007456;
}

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