@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);

/* Bulma Utilities */
.button,
.reviews .cta a,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus,
.reviews .cta a:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.reviews .cta a.is-focused,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.reviews .cta a:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.reviews .cta a.is-active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

.button[disabled],
.reviews .cta a[disabled],
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .reviews .cta a,
.reviews .cta fieldset[disabled] a,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

.is-unselectable,
.button,
.reviews .cta a,
.breadcrumb,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.box:not(:last-child),
.training_listing__wrap .training_listing__item:not(:last-child),
.blog-listing-filter:not(:last-child),
.container-fluid .row-fluid .page-center.post_meta_data_wrapper:not(:last-child),
.results_wrapper_2020 .result_wrapper:not(:last-child),
.content:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.table:not(:last-child),
.table-container:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.block:not(:last-child),
.breadcrumb:not(:last-child),
.message:not(:last-child),
.pagination:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete,
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before,
.modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after,
.modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover,
.modal-close:hover,
.delete:focus,
.modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active,
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete,
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete,
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete,
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after,
.reviews .cta a.is-loading::after,
.loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio,
.modal,
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
.reviews .section_header h3,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
.reviews .section_header h3,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-primary-light {
  color: #ebfffc !important;
}

a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.has-background-primary-light {
  background-color: #ebfffc !important;
}

.has-text-primary-dark {
  color: #00947e !important;
}

a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: #485fc7 !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #3449a8 !important;
}

.has-background-link {
  background-color: #485fc7 !important;
}

.has-text-link-light {
  color: #eff1fa !important;
}

a.has-text-link-light:hover,
a.has-text-link-light:focus {
  color: #c8cfee !important;
}

.has-background-link-light {
  background-color: #eff1fa !important;
}

.has-text-link-dark {
  color: #3850b7 !important;
}

a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
  color: #576dcb !important;
}

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: #3e8ed0 !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: #3e8ed0 !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover,
a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: #48c78e !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #34a873 !important;
}

.has-background-success {
  background-color: #48c78e !important;
}

.has-text-success-light {
  color: #effaf5 !important;
}

a.has-text-success-light:hover,
a.has-text-success-light:focus {
  color: #c8eedd !important;
}

.has-background-success-light {
  background-color: #effaf5 !important;
}

.has-text-success-dark {
  color: #257953 !important;
}

a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
  color: #31a06e !important;
}

.has-background-success-dark {
  background-color: #257953 !important;
}

.has-text-warning {
  color: #ffe08a !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd257 !important;
}

.has-background-warning {
  background-color: #ffe08a !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946c00 !important;
}

a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

.has-background-warning-dark {
  background-color: #946c00 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 567px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 567px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 568px),
print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 567px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 568px),
print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 567px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 568px),
print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 567px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 568px),
print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 567px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 567px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 567px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 567px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 567px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 567px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 567px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 568px),
print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile>.column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile>.column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile>.column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 567px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 568px),
print {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 568px),
print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable>.column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 567px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 568px),
print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 568px),
print {
  .tile:not(.is-child) {
    display: flex;
  }

  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }

  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }

  .tile.is-3 {
    flex: none;
    width: 25%;
  }

  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }

  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }

  .tile.is-6 {
    flex: none;
    width: 50%;
  }

  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }

  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }

  .tile.is-9 {
    flex: none;
    width: 75%;
  }

  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }

  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }

  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Elements */
.box,
.training_listing__wrap .training_listing__item,
.blog-listing-filter,
.container-fluid .row-fluid .page-center.post_meta_data_wrapper,
.results_wrapper_2020 .result_wrapper {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover,
.training_listing__wrap a.training_listing__item:hover,
a.blog-listing-filter:hover,
.container-fluid .row-fluid a.page-center.post_meta_data_wrapper:hover,
.results_wrapper_2020 a.result_wrapper:hover,
a.box:focus,
.training_listing__wrap a.training_listing__item:focus,
a.blog-listing-filter:focus,
.container-fluid .row-fluid a.page-center.post_meta_data_wrapper:focus,
.results_wrapper_2020 a.result_wrapper:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
}

a.box:active,
.training_listing__wrap a.training_listing__item:active,
a.blog-listing-filter:active,
.container-fluid .row-fluid a.page-center.post_meta_data_wrapper:active,
.results_wrapper_2020 a.result_wrapper:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
}

.button,
.reviews .cta a {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong,
.reviews .cta a strong {
  color: inherit;
}

.button .icon,
.reviews .cta a .icon,
.button .icon.is-small,
.reviews .cta a .icon.is-small,
.button .icon.is-medium,
.reviews .cta a .icon.is-medium,
.button .icon.is-large,
.reviews .cta a .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child),
.reviews .cta a .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.button .icon:last-child:not(:first-child),
.reviews .cta a .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

.button .icon:first-child:last-child,
.reviews .cta a .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.button:hover,
.reviews .cta a:hover,
.button.is-hovered,
.reviews .cta a.is-hovered {
  color: #363636;
}

.button:focus,
.reviews .cta a:focus,
.button.is-focused,
.reviews .cta a.is-focused {
  color: #363636;
}

.button:focus:not(:active),
.reviews .cta a:focus:not(:active),
.button.is-focused:not(:active),
.reviews .cta a.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.button:active,
.reviews .cta a:active,
.button.is-active,
.reviews .cta a.is-active {
  color: #363636;
}

.button.is-text,
.reviews .cta a.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover,
.reviews .cta a.is-text:hover,
.button.is-text.is-hovered,
.reviews .cta a.is-text.is-hovered,
.button.is-text:focus,
.reviews .cta a.is-text:focus,
.button.is-text.is-focused,
.reviews .cta a.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active,
.reviews .cta a.is-text:active,
.button.is-text.is-active,
.reviews .cta a.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled],
.reviews .cta a.is-text[disabled],
fieldset[disabled] .button.is-text,
fieldset[disabled] .reviews .cta a.is-text,
.reviews .cta fieldset[disabled] a.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-ghost,
.reviews .cta a.is-ghost {
  background: none;
  border-color: transparent;
  color: #485fc7;
  text-decoration: none;
}

.button.is-ghost:hover,
.reviews .cta a.is-ghost:hover,
.button.is-ghost.is-hovered,
.reviews .cta a.is-ghost.is-hovered {
  color: #485fc7;
  text-decoration: underline;
}

.button.is-white,
.reviews .cta a.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover,
.reviews .cta a.is-white:hover,
.button.is-white.is-hovered,
.reviews .cta a.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus,
.reviews .cta a.is-white:focus,
.button.is-white.is-focused,
.reviews .cta a.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active),
.reviews .cta a.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active),
.reviews .cta a.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active,
.reviews .cta a.is-white:active,
.button.is-white.is-active,
.reviews .cta a.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled],
.reviews .cta a.is-white[disabled],
fieldset[disabled] .button.is-white,
fieldset[disabled] .reviews .cta a.is-white,
.reviews .cta fieldset[disabled] a.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted,
.reviews .cta a.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover,
.reviews .cta a.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered,
.reviews .cta a.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled],
.reviews .cta a.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted,
fieldset[disabled] .reviews .cta a.is-white.is-inverted,
.reviews .cta fieldset[disabled] a.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after,
.reviews .cta a.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined,
.reviews .cta a.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover,
.reviews .cta a.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.reviews .cta a.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.reviews .cta a.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused,
.reviews .cta a.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after,
.reviews .cta a.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after,
.reviews .cta a.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.reviews .cta a.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled],
.reviews .cta a.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined,
fieldset[disabled] .reviews .cta a.is-white.is-outlined,
.reviews .cta fieldset[disabled] a.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined,
.reviews .cta a.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover,
.reviews .cta a.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.reviews .cta a.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
.reviews .cta a.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-white.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black,
.reviews .cta a.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover,
.reviews .cta a.is-black:hover,
.button.is-black.is-hovered,
.reviews .cta a.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus,
.reviews .cta a.is-black:focus,
.button.is-black.is-focused,
.reviews .cta a.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active),
.reviews .cta a.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active),
.reviews .cta a.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active,
.reviews .cta a.is-black:active,
.button.is-black.is-active,
.reviews .cta a.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled],
.reviews .cta a.is-black[disabled],
fieldset[disabled] .button.is-black,
fieldset[disabled] .reviews .cta a.is-black,
.reviews .cta fieldset[disabled] a.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted,
.reviews .cta a.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover,
.reviews .cta a.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered,
.reviews .cta a.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
.reviews .cta a.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted,
fieldset[disabled] .reviews .cta a.is-black.is-inverted,
.reviews .cta fieldset[disabled] a.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after,
.reviews .cta a.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined,
.reviews .cta a.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover,
.reviews .cta a.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.reviews .cta a.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.reviews .cta a.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused,
.reviews .cta a.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after,
.reviews .cta a.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after,
.reviews .cta a.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.reviews .cta a.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled],
.reviews .cta a.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined,
fieldset[disabled] .reviews .cta a.is-black.is-outlined,
.reviews .cta fieldset[disabled] a.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined,
.reviews .cta a.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover,
.reviews .cta a.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.reviews .cta a.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
.reviews .cta a.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-black.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light,
.reviews .cta a.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:hover,
.reviews .cta a.is-light:hover,
.button.is-light.is-hovered,
.reviews .cta a.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus,
.reviews .cta a.is-light:focus,
.button.is-light.is-focused,
.reviews .cta a.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus:not(:active),
.reviews .cta a.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active),
.reviews .cta a.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active,
.reviews .cta a.is-light:active,
.button.is-light.is-active,
.reviews .cta a.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light[disabled],
.reviews .cta a.is-light[disabled],
fieldset[disabled] .button.is-light,
fieldset[disabled] .reviews .cta a.is-light,
.reviews .cta fieldset[disabled] a.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted,
.reviews .cta a.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted:hover,
.reviews .cta a.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered,
.reviews .cta a.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted[disabled],
.reviews .cta a.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted,
fieldset[disabled] .reviews .cta a.is-light.is-inverted,
.reviews .cta fieldset[disabled] a.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after,
.reviews .cta a.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined,
.reviews .cta a.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover,
.reviews .cta a.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.reviews .cta a.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.reviews .cta a.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused,
.reviews .cta a.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-outlined.is-loading::after,
.reviews .cta a.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after,
.reviews .cta a.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.reviews .cta a.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined[disabled],
.reviews .cta a.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined,
fieldset[disabled] .reviews .cta a.is-light.is-outlined,
.reviews .cta fieldset[disabled] a.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined,
.reviews .cta a.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted.is-outlined:hover,
.reviews .cta a.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.reviews .cta a.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
.reviews .cta a.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-light.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-dark,
.reviews .cta a.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover,
.reviews .cta a.is-dark:hover,
.button.is-dark.is-hovered,
.reviews .cta a.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus,
.reviews .cta a.is-dark:focus,
.button.is-dark.is-focused,
.reviews .cta a.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus:not(:active),
.reviews .cta a.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active),
.reviews .cta a.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active,
.reviews .cta a.is-dark:active,
.button.is-dark.is-active,
.reviews .cta a.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.button.is-dark[disabled],
.reviews .cta a.is-dark[disabled],
fieldset[disabled] .button.is-dark,
fieldset[disabled] .reviews .cta a.is-dark,
.reviews .cta fieldset[disabled] a.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted,
.reviews .cta a.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted:hover,
.reviews .cta a.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered,
.reviews .cta a.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-dark.is-inverted[disabled],
.reviews .cta a.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted,
fieldset[disabled] .reviews .cta a.is-dark.is-inverted,
.reviews .cta fieldset[disabled] a.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after,
.reviews .cta a.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined,
.reviews .cta a.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover,
.reviews .cta a.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.reviews .cta a.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.reviews .cta a.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused,
.reviews .cta a.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.button.is-dark.is-outlined.is-loading::after,
.reviews .cta a.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after,
.reviews .cta a.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.reviews .cta a.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined[disabled],
.reviews .cta a.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined,
fieldset[disabled] .reviews .cta a.is-dark.is-outlined,
.reviews .cta fieldset[disabled] a.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined,
.reviews .cta a.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dark.is-inverted.is-outlined:hover,
.reviews .cta a.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.reviews .cta a.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
.reviews .cta a.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-dark.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary,
.reviews .cta a.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover,
.reviews .cta a.is-primary:hover,
.button.is-primary.is-hovered,
.reviews .cta a.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus,
.reviews .cta a.is-primary:focus,
.button.is-primary.is-focused,
.reviews .cta a.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active),
.reviews .cta a.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active),
.reviews .cta a.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.button.is-primary:active,
.reviews .cta a.is-primary:active,
.button.is-primary.is-active,
.reviews .cta a.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled],
.reviews .cta a.is-primary[disabled],
fieldset[disabled] .button.is-primary,
fieldset[disabled] .reviews .cta a.is-primary,
.reviews .cta fieldset[disabled] a.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted,
.reviews .cta a.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted:hover,
.reviews .cta a.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered,
.reviews .cta a.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
.reviews .cta a.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted,
fieldset[disabled] .reviews .cta a.is-primary.is-inverted,
.reviews .cta fieldset[disabled] a.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-loading::after,
.reviews .cta a.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined,
.reviews .cta a.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.button.is-primary.is-outlined:hover,
.reviews .cta a.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.reviews .cta a.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.reviews .cta a.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused,
.reviews .cta a.is-primary.is-outlined.is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after,
.reviews .cta a.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-outlined.is-loading:hover::after,
.reviews .cta a.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.reviews .cta a.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined[disabled],
.reviews .cta a.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined,
fieldset[disabled] .reviews .cta a.is-primary.is-outlined,
.reviews .cta fieldset[disabled] a.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined,
.reviews .cta a.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.reviews .cta a.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.reviews .cta a.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
.reviews .cta a.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-primary.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary.is-light,
.reviews .cta a.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.button.is-primary.is-light:hover,
.reviews .cta a.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered,
.reviews .cta a.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

.button.is-primary.is-light:active,
.reviews .cta a.is-primary.is-light:active,
.button.is-primary.is-light.is-active,
.reviews .cta a.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

.button.is-link,
.reviews .cta a.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover,
.reviews .cta a.is-link:hover,
.button.is-link.is-hovered,
.reviews .cta a.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus,
.reviews .cta a.is-link:focus,
.button.is-link.is-focused,
.reviews .cta a.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active),
.reviews .cta a.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active),
.reviews .cta a.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.button.is-link:active,
.reviews .cta a.is-link:active,
.button.is-link.is-active,
.reviews .cta a.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled],
.reviews .cta a.is-link[disabled],
fieldset[disabled] .button.is-link,
fieldset[disabled] .reviews .cta a.is-link,
.reviews .cta fieldset[disabled] a.is-link {
  background-color: #485fc7;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted,
.reviews .cta a.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}

.button.is-link.is-inverted:hover,
.reviews .cta a.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered,
.reviews .cta a.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled],
.reviews .cta a.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted,
fieldset[disabled] .reviews .cta a.is-link.is-inverted,
.reviews .cta fieldset[disabled] a.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}

.button.is-link.is-loading::after,
.reviews .cta a.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined,
.reviews .cta a.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}

.button.is-link.is-outlined:hover,
.reviews .cta a.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.reviews .cta a.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.reviews .cta a.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused,
.reviews .cta a.is-link.is-outlined.is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after,
.reviews .cta a.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

.button.is-link.is-outlined.is-loading:hover::after,
.reviews .cta a.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.reviews .cta a.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled],
.reviews .cta a.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined,
fieldset[disabled] .reviews .cta a.is-link.is-outlined,
.reviews .cta fieldset[disabled] a.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}

.button.is-link.is-inverted.is-outlined,
.reviews .cta a.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.reviews .cta a.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.reviews .cta a.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #485fc7;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
.reviews .cta a.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-link.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link.is-light,
.reviews .cta a.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.button.is-link.is-light:hover,
.reviews .cta a.is-link.is-light:hover,
.button.is-link.is-light.is-hovered,
.reviews .cta a.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}

.button.is-link.is-light:active,
.reviews .cta a.is-link.is-light:active,
.button.is-link.is-light.is-active,
.reviews .cta a.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}

.button.is-info,
.reviews .cta a.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover,
.reviews .cta a.is-info:hover,
.button.is-info.is-hovered,
.reviews .cta a.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus,
.reviews .cta a.is-info:focus,
.button.is-info.is-focused,
.reviews .cta a.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active),
.reviews .cta a.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active),
.reviews .cta a.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.button.is-info:active,
.reviews .cta a.is-info:active,
.button.is-info.is-active,
.reviews .cta a.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled],
.reviews .cta a.is-info[disabled],
fieldset[disabled] .button.is-info,
fieldset[disabled] .reviews .cta a.is-info,
.reviews .cta fieldset[disabled] a.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted,
.reviews .cta a.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}

.button.is-info.is-inverted:hover,
.reviews .cta a.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered,
.reviews .cta a.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
.reviews .cta a.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted,
fieldset[disabled] .reviews .cta a.is-info.is-inverted,
.reviews .cta fieldset[disabled] a.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}

.button.is-info.is-loading::after,
.reviews .cta a.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined,
.reviews .cta a.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

.button.is-info.is-outlined:hover,
.reviews .cta a.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.reviews .cta a.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.reviews .cta a.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused,
.reviews .cta a.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after,
.reviews .cta a.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.button.is-info.is-outlined.is-loading:hover::after,
.reviews .cta a.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.reviews .cta a.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
.reviews .cta a.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined,
fieldset[disabled] .reviews .cta a.is-info.is-outlined,
.reviews .cta fieldset[disabled] a.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}

.button.is-info.is-inverted.is-outlined,
.reviews .cta a.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.reviews .cta a.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.reviews .cta a.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
.reviews .cta a.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-info.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info.is-light,
.reviews .cta a.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.button.is-info.is-light:hover,
.reviews .cta a.is-info.is-light:hover,
.button.is-info.is-light.is-hovered,
.reviews .cta a.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}

.button.is-info.is-light:active,
.reviews .cta a.is-info.is-light:active,
.button.is-info.is-light.is-active,
.reviews .cta a.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}

.button.is-success,
.reviews .cta a.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover,
.reviews .cta a.is-success:hover,
.button.is-success.is-hovered,
.reviews .cta a.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus,
.reviews .cta a.is-success:focus,
.button.is-success.is-focused,
.reviews .cta a.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active),
.reviews .cta a.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active),
.reviews .cta a.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.button.is-success:active,
.reviews .cta a.is-success:active,
.button.is-success.is-active,
.reviews .cta a.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled],
.reviews .cta a.is-success[disabled],
fieldset[disabled] .button.is-success,
fieldset[disabled] .reviews .cta a.is-success,
.reviews .cta fieldset[disabled] a.is-success {
  background-color: #48c78e;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted,
.reviews .cta a.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}

.button.is-success.is-inverted:hover,
.reviews .cta a.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered,
.reviews .cta a.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled],
.reviews .cta a.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted,
fieldset[disabled] .reviews .cta a.is-success.is-inverted,
.reviews .cta fieldset[disabled] a.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}

.button.is-success.is-loading::after,
.reviews .cta a.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined,
.reviews .cta a.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}

.button.is-success.is-outlined:hover,
.reviews .cta a.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.reviews .cta a.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.reviews .cta a.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused,
.reviews .cta a.is-success.is-outlined.is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after,
.reviews .cta a.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

.button.is-success.is-outlined.is-loading:hover::after,
.reviews .cta a.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.reviews .cta a.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled],
.reviews .cta a.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined,
fieldset[disabled] .reviews .cta a.is-success.is-outlined,
.reviews .cta fieldset[disabled] a.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}

.button.is-success.is-inverted.is-outlined,
.reviews .cta a.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.reviews .cta a.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.reviews .cta a.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c78e;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
.reviews .cta a.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-success.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success.is-light,
.reviews .cta a.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

.button.is-success.is-light:hover,
.reviews .cta a.is-success.is-light:hover,
.button.is-success.is-light.is-hovered,
.reviews .cta a.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}

.button.is-success.is-light:active,
.reviews .cta a.is-success.is-light:active,
.button.is-success.is-light.is-active,
.reviews .cta a.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}

.button.is-warning,
.reviews .cta a.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.reviews .cta a.is-warning:hover,
.button.is-warning.is-hovered,
.reviews .cta a.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus,
.reviews .cta a.is-warning:focus,
.button.is-warning.is-focused,
.reviews .cta a.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.reviews .cta a.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active),
.reviews .cta a.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

.button.is-warning:active,
.reviews .cta a.is-warning:active,
.button.is-warning.is-active,
.reviews .cta a.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled],
.reviews .cta a.is-warning[disabled],
fieldset[disabled] .button.is-warning,
fieldset[disabled] .reviews .cta a.is-warning,
.reviews .cta fieldset[disabled] a.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted,
.reviews .cta a.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

.button.is-warning.is-inverted:hover,
.reviews .cta a.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered,
.reviews .cta a.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled],
.reviews .cta a.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted,
fieldset[disabled] .reviews .cta a.is-warning.is-inverted,
.reviews .cta fieldset[disabled] a.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}

.button.is-warning.is-loading::after,
.reviews .cta a.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined,
.reviews .cta a.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  color: #ffe08a;
}

.button.is-warning.is-outlined:hover,
.reviews .cta a.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.reviews .cta a.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.reviews .cta a.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused,
.reviews .cta a.is-warning.is-outlined.is-focused {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after,
.reviews .cta a.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}

.button.is-warning.is-outlined.is-loading:hover::after,
.reviews .cta a.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.reviews .cta a.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined[disabled],
.reviews .cta a.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined,
fieldset[disabled] .reviews .cta a.is-warning.is-outlined,
.reviews .cta fieldset[disabled] a.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}

.button.is-warning.is-inverted.is-outlined,
.reviews .cta a.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.reviews .cta a.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.reviews .cta a.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
.reviews .cta a.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-warning.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-light,
.reviews .cta a.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.button.is-warning.is-light:hover,
.reviews .cta a.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered,
.reviews .cta a.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}

.button.is-warning.is-light:active,
.reviews .cta a.is-warning.is-light:active,
.button.is-warning.is-light.is-active,
.reviews .cta a.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}

.button.is-danger,
.reviews .cta a.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover,
.reviews .cta a.is-danger:hover,
.button.is-danger.is-hovered,
.reviews .cta a.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus,
.reviews .cta a.is-danger:focus,
.button.is-danger.is-focused,
.reviews .cta a.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active),
.reviews .cta a.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active),
.reviews .cta a.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.button.is-danger:active,
.reviews .cta a.is-danger:active,
.button.is-danger.is-active,
.reviews .cta a.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
.reviews .cta a.is-danger[disabled],
fieldset[disabled] .button.is-danger,
fieldset[disabled] .reviews .cta a.is-danger,
.reviews .cta fieldset[disabled] a.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted,
.reviews .cta a.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

.button.is-danger.is-inverted:hover,
.reviews .cta a.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered,
.reviews .cta a.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
.reviews .cta a.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted,
fieldset[disabled] .reviews .cta a.is-danger.is-inverted,
.reviews .cta fieldset[disabled] a.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

.button.is-danger.is-loading::after,
.reviews .cta a.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined,
.reviews .cta a.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

.button.is-danger.is-outlined:hover,
.reviews .cta a.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.reviews .cta a.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.reviews .cta a.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused,
.reviews .cta a.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after,
.reviews .cta a.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.button.is-danger.is-outlined.is-loading:hover::after,
.reviews .cta a.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.reviews .cta a.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
.reviews .cta a.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined,
fieldset[disabled] .reviews .cta a.is-danger.is-outlined,
.reviews .cta fieldset[disabled] a.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

.button.is-danger.is-inverted.is-outlined,
.reviews .cta a.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.reviews .cta a.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.reviews .cta a.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,
.reviews .cta a.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
.reviews .cta a.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
fieldset[disabled] .reviews .cta a.is-danger.is-inverted.is-outlined,
.reviews .cta fieldset[disabled] a.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-danger.is-light,
.reviews .cta a.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.button.is-danger.is-light:hover,
.reviews .cta a.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered,
.reviews .cta a.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

.button.is-danger.is-light:active,
.reviews .cta a.is-danger.is-light:active,
.button.is-danger.is-light.is-active,
.reviews .cta a.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

.button.is-small,
.reviews .cta a.is-small {
  font-size: 0.75rem;
}

.button.is-small:not(.is-rounded),
.reviews .cta a.is-small:not(.is-rounded) {
  border-radius: 2px;
}

.button.is-normal,
.reviews .cta a.is-normal {
  font-size: 1rem;
}

.button.is-medium,
.reviews .cta a.is-medium {
  font-size: 1.25rem;
}

.button.is-large,
.reviews .cta a.is-large {
  font-size: 1.5rem;
}

.button[disabled],
.reviews .cta a[disabled],
fieldset[disabled] .button,
fieldset[disabled] .reviews .cta a,
.reviews .cta fieldset[disabled] a {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth,
.reviews .cta a.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading,
.reviews .cta a.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after,
.reviews .cta a.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

.button.is-static,
.reviews .cta a.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded,
.reviews .cta a.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button,
.buttons .reviews .cta a,
.reviews .cta .buttons a {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth),
.buttons .reviews .cta a:not(:last-child):not(.is-fullwidth),
.reviews .cta .buttons a:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large),
.buttons.are-small .reviews .cta a:not(.is-normal):not(.is-medium):not(.is-large),
.reviews .cta .buttons.are-small a:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded),
.buttons.are-small .reviews .cta a:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded),
.reviews .cta .buttons.are-small a:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large),
.buttons.are-medium .reviews .cta a:not(.is-small):not(.is-normal):not(.is-large),
.reviews .cta .buttons.are-medium a:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium),
.buttons.are-large .reviews .cta a:not(.is-small):not(.is-normal):not(.is-medium),
.reviews .cta .buttons.are-large a:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child),
.buttons.has-addons .reviews .cta a:not(:first-child),
.reviews .cta .buttons.has-addons a:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child),
.buttons.has-addons .reviews .cta a:not(:last-child),
.reviews .cta .buttons.has-addons a:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child,
.buttons.has-addons .reviews .cta a:last-child,
.reviews .cta .buttons.has-addons a:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .reviews .cta a:hover,
.reviews .cta .buttons.has-addons a:hover,
.buttons.has-addons .button.is-hovered,
.buttons.has-addons .reviews .cta a.is-hovered,
.reviews .cta .buttons.has-addons a.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .reviews .cta a:focus,
.reviews .cta .buttons.has-addons a:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .reviews .cta a.is-focused,
.reviews .cta .buttons.has-addons a.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .reviews .cta a:active,
.reviews .cta .buttons.has-addons a:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .reviews .cta a.is-active,
.reviews .cta .buttons.has-addons a.is-active,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .reviews .cta a.is-selected,
.reviews .cta .buttons.has-addons a.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .reviews .cta a:focus:hover,
.reviews .cta .buttons.has-addons a:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .reviews .cta a.is-focused:hover,
.reviews .cta .buttons.has-addons a.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .reviews .cta a:active:hover,
.reviews .cta .buttons.has-addons a:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .reviews .cta a.is-active:hover,
.reviews .cta .buttons.has-addons a.is-active:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .reviews .cta a.is-selected:hover,
.reviews .cta .buttons.has-addons a.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded,
.buttons.has-addons .reviews .cta a.is-expanded,
.reviews .cta .buttons.has-addons a.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth),
.buttons.is-centered:not(.has-addons) .reviews .cta a:not(.is-fullwidth),
.reviews .cta .buttons.is-centered:not(.has-addons) a:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth),
.buttons.is-right:not(.has-addons) .reviews .cta a:not(.is-fullwidth),
.reviews .cta .buttons.is-right:not(.has-addons) a:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container,
.page-center,
.home-section-4>h2,
.reviews .section_header .home-section-4>h3 {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid,
.is-fluid.page-center,
.home-section-4>h2.is-fluid,
.reviews .section_header .home-section-4>h3.is-fluid {
  max-width: none !important;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
}

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

  .container,
  .page-center,
  .home-section-4>h2,
  .reviews .section_header .home-section-4>h3 {
    max-width: 896px;
  }
}

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

  .container.is-widescreen:not(.is-max-desktop),
  .is-widescreen.page-center:not(.is-max-desktop),
  .home-section-4>h2.is-widescreen:not(.is-max-desktop),
  .reviews .section_header .home-section-4>h3.is-widescreen:not(.is-max-desktop) {
    max-width: 1088px;
  }
}

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

  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen),
  .is-fullhd.page-center:not(.is-max-desktop):not(.is-max-widescreen),
  .home-section-4>h2.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen),
  .reviews .section_header .home-section-4>h3.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1280px;
  }
}

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

  .container:not(.is-max-desktop),
  .page-center:not(.is-max-desktop),
  .home-section-4>h2:not(.is-max-desktop),
  .reviews .section_header .home-section-4>h3:not(.is-max-desktop) {
    max-width: 1088px;
  }
}

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

  .container:not(.is-max-desktop):not(.is-max-widescreen),
  .page-center:not(.is-max-desktop):not(.is-max-widescreen),
  .home-section-4>h2:not(.is-max-desktop):not(.is-max-widescreen),
  .reviews .section_header .home-section-4>h3:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1280px;
  }
}

.content li+li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content .reviews .section_header h3,
.reviews .section_header .content h3,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}


.content h2,
.content .reviews .section_header h3,
.reviews .section_header .content h3 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child),
.content .reviews .section_header h3:not(:first-child),
.reviews .section_header .content h3:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: inherit;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li+li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-normal {
  font-size: 1rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 9999px;
}

.image.is-fullwidth {
  width: 100%;
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification>.delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}

.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}

.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

.notification.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #ededed;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #485fc7;
}

.progress.is-link::-moz-progress-bar {
  background-color: #485fc7;
}

.progress.is-link::-ms-fill {
  background-color: #485fc7;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}

.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}

.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #48c78e;
}

.progress.is-success::-moz-progress-bar {
  background-color: #48c78e;
}

.progress.is-success::-ms-fill {
  background-color: #48c78e;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffe08a;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffe08a;
}

.progress.is-warning::-ms-fill {
  background-color: #ffe08a;
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}

.progress.is-danger::-ms-fill {
  background-color: #f14668;
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-ms-fill {
  animation-name: none;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: inherit;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.tag:not(body).is-link {
  background-color: #485fc7;
  color: #fff;
}

.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.tag:not(body).is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.tag:not(body).is-success {
  background-color: #48c78e;
  color: #fff;
}

.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

.tag:not(body).is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff;
}

.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title:not(.is-spaced)+.subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #485fc7;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li+li::before {
  color: #b5b5b5;
  content: "\0002f";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li+li::before {
  content: "\02192";
}

.breadcrumb.has-bullet-separator li+li::before {
  content: "\02022";
}

.breadcrumb.has-dot-separator li+li::before {
  content: "\000b7";
}

.breadcrumb.has-succeeds-separator li+li::before {
  content: "\0227B";
}

.card,
.hs-blog-listing .post-listing .post-item,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
.training_listing__wrap,
.tab-content__block {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header:first-child,
.card-content:first-child,
.card-footer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-header:last-child,
.card-content:last-child,
.card-footer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.card .media:not(:last-child),
.hs-blog-listing .post-listing .post-item .media:not(:last-child),
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .media:not(:last-child),
.training_listing__wrap .media:not(:last-child),
.tab-content__block .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #485fc7;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #485fc7;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-light .message-body {
  border-color: whitesmoke;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

.message.is-dark .message-body {
  border-color: #363636;
}

.message.is-primary {
  background-color: #ebfffc;
}

.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #00947e;
}

.message.is-link {
  background-color: #eff1fa;
}

.message.is-link .message-header {
  background-color: #485fc7;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #485fc7;
  color: #3850b7;
}

.message.is-info {
  background-color: #eff5fb;
}

.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}

.message.is-success {
  background-color: #effaf5;
}

.message.is-success .message-header {
  background-color: #48c78e;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #48c78e;
  color: #257953;
}

.message.is-warning {
  background-color: #fffaeb;
}

.message.is-warning .message-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffe08a;
  color: #946c00;
}

.message.is-danger {
  background-color: #feecf0;
}

.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header+.message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

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

  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child),
.modal-card-foot .reviews .cta a:not(:last-child),
.reviews .cta .modal-card-foot a:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand>.navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand>a.navbar-item:focus,
.navbar.is-white .navbar-brand>a.navbar-item:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

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

  .navbar.is-white .navbar-start>.navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end>.navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start>a.navbar-item:focus,
  .navbar.is-white .navbar-start>a.navbar-item:hover,
  .navbar.is-white .navbar-start>a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end>a.navbar-item:focus,
  .navbar.is-white .navbar-end>a.navbar-item:hover,
  .navbar.is-white .navbar-end>a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand>.navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand>a.navbar-item:focus,
.navbar.is-black .navbar-brand>a.navbar-item:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

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

  .navbar.is-black .navbar-start>.navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end>.navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-black .navbar-start>a.navbar-item:focus,
  .navbar.is-black .navbar-start>a.navbar-item:hover,
  .navbar.is-black .navbar-start>a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end>a.navbar-item:focus,
  .navbar.is-black .navbar-end>a.navbar-item:hover,
  .navbar.is-black .navbar-end>a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand>.navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand>a.navbar-item:focus,
.navbar.is-light .navbar-brand>a.navbar-item:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

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

  .navbar.is-light .navbar-start>.navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end>.navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-start>a.navbar-item:focus,
  .navbar.is-light .navbar-start>a.navbar-item:hover,
  .navbar.is-light .navbar-start>a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end>a.navbar-item:focus,
  .navbar.is-light .navbar-end>a.navbar-item:hover,
  .navbar.is-light .navbar-end>a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

.navbar.is-dark .navbar-brand>.navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-dark .navbar-brand>a.navbar-item:focus,
.navbar.is-dark .navbar-brand>a.navbar-item:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-dark .navbar-burger {
  color: #fff;
}

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

  .navbar.is-dark .navbar-start>.navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end>.navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-dark .navbar-start>a.navbar-item:focus,
  .navbar.is-dark .navbar-start>a.navbar-item:hover,
  .navbar.is-dark .navbar-start>a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end>a.navbar-item:focus,
  .navbar.is-dark .navbar-end>a.navbar-item:hover,
  .navbar.is-dark .navbar-end>a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.navbar.is-primary .navbar-brand>.navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand>a.navbar-item:focus,
.navbar.is-primary .navbar-brand>a.navbar-item:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

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

  .navbar.is-primary .navbar-start>.navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end>.navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start>a.navbar-item:focus,
  .navbar.is-primary .navbar-start>a.navbar-item:hover,
  .navbar.is-primary .navbar-start>a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end>a.navbar-item:focus,
  .navbar.is-primary .navbar-end>a.navbar-item:hover,
  .navbar.is-primary .navbar-end>a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #485fc7;
  color: #fff;
}

.navbar.is-link .navbar-brand>.navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand>a.navbar-item:focus,
.navbar.is-link .navbar-brand>a.navbar-item:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

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

  .navbar.is-link .navbar-start>.navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end>.navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start>a.navbar-item:focus,
  .navbar.is-link .navbar-start>a.navbar-item:hover,
  .navbar.is-link .navbar-start>a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end>a.navbar-item:focus,
  .navbar.is-link .navbar-end>a.navbar-item:hover,
  .navbar.is-link .navbar-end>a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.navbar.is-info .navbar-brand>.navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

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

  .navbar.is-info .navbar-start>.navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end>.navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start>a.navbar-item:focus,
  .navbar.is-info .navbar-start>a.navbar-item:hover,
  .navbar.is-info .navbar-start>a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end>a.navbar-item:focus,
  .navbar.is-info .navbar-end>a.navbar-item:hover,
  .navbar.is-info .navbar-end>a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #48c78e;
  color: #fff;
}

.navbar.is-success .navbar-brand>.navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand>a.navbar-item:focus,
.navbar.is-success .navbar-brand>a.navbar-item:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

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

  .navbar.is-success .navbar-start>.navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end>.navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start>a.navbar-item:focus,
  .navbar.is-success .navbar-start>a.navbar-item:hover,
  .navbar.is-success .navbar-start>a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end>a.navbar-item:focus,
  .navbar.is-success .navbar-end>a.navbar-item:hover,
  .navbar.is-success .navbar-end>a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand>.navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand>a.navbar-item:focus,
.navbar.is-warning .navbar-brand>a.navbar-item:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

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

  .navbar.is-warning .navbar-start>.navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end>.navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start>a.navbar-item:focus,
  .navbar.is-warning .navbar-start>a.navbar-item:hover,
  .navbar.is-warning .navbar-start>a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end>a.navbar-item:focus,
  .navbar.is-warning .navbar-end>a.navbar-item:hover,
  .navbar.is-warning .navbar-end>a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

.navbar.is-danger .navbar-brand>.navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand>a.navbar-item:focus,
.navbar.is-danger .navbar-brand>a.navbar-item:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

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

  .navbar.is-danger .navbar-start>.navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end>.navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start>a.navbar-item:focus,
  .navbar.is-danger .navbar-start>a.navbar-item:hover,
  .navbar.is-danger .navbar-start>a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end>a.navbar-item:focus,
  .navbar.is-danger .navbar-end>a.navbar-item:hover,
  .navbar.is-danger .navbar-end>a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

.navbar>.container,
.navbar>.page-center,
.home-section-4.navbar>h2,
.reviews .section_header .home-section-4.navbar>h3 {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #485fc7;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #485fc7;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #485fc7;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #485fc7;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #485fc7;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

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

  .navbar>.container,
  .navbar>.page-center,
  .home-section-4.navbar>h2,
  .reviews .section_header .home-section-4.navbar>h3 {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

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

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  .navbar.is-transparent a.navbar-item:focus,
  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar>.container .navbar-brand,
  .navbar>.page-center .navbar-brand,
  .home-section-4.navbar>h2 .navbar-brand,
  .reviews .section_header .home-section-4.navbar>h3 .navbar-brand,
  .container>.navbar .navbar-brand,
  .page-center>.navbar .navbar-brand,
  .home-section-4>h2>.navbar .navbar-brand,
  .reviews .section_header .home-section-4>h3>.navbar .navbar-brand {
    margin-left: -0.75rem;
  }

  .navbar>.container .navbar-menu,
  .navbar>.page-center .navbar-menu,
  .home-section-4.navbar>h2 .navbar-menu,
  .reviews .section_header .home-section-4.navbar>h3 .navbar-menu,
  .container>.navbar .navbar-menu,
  .page-center>.navbar .navbar-menu,
  .home-section-4>h2>.navbar .navbar-menu,
  .reviews .section_header .home-section-4>h3>.navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }

  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 567px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 568px),
print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination.is-centered .pagination-previous {
    order: 1;
  }

  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }

  .pagination.is-centered .pagination-next {
    order: 3;
  }

  .pagination.is-right .pagination-previous {
    order: 1;
  }

  .pagination.is-right .pagination-next {
    order: 2;
  }

  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

.panel.is-primary .panel-heading {
  background-color: #00d1b2;
  color: #fff;
}

.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #00d1b2;
}

.panel.is-primary .panel-block.is-active .panel-icon {
  color: #00d1b2;
}

.panel.is-link .panel-heading {
  background-color: #485fc7;
  color: #fff;
}

.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #485fc7;
}

.panel.is-link .panel-block.is-active .panel-icon {
  color: #485fc7;
}

.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}

.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}

.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}

.panel.is-success .panel-heading {
  background-color: #48c78e;
  color: #fff;
}

.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c78e;
}

.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c78e;
}

.panel.is-warning .panel-heading {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffe08a;
}

.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffe08a;
}

.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #485fc7;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block>.control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #485fc7;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #485fc7;
}

.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

@font-face {
  font-family: 'Gilroy';
  src: url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Medium.woff2") format("woff2"), url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Bold.woff2") format("woff2"), url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Medium.woff2") format("woff2"), url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Bold.woff2") format("woff2"), url("https://www.ha-marketing.nl/hubfs/Ha%20-%202021%20Template/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1.0s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2.0s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-2000 {
  animation-delay: 2.0s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-3000 {
  animation-delay: 3.0s;
}

.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
  opacity: 0;
}

.lightSpeedInRight,
.lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  60% {
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  60% {
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  60% {
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/

@keyframes shakeUp {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}

.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}

.fadeInLeft.go {
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}

.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}

.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}

.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}

@keyframes phone-icon {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(0);
  }
}

.image_ds {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(30, 30, 30, 0.4));
  filter: drop-shadow(0px 0px 6px rgba(30, 30, 30, 0.4));
}

@media screen and (min-width: 568px),
print {
  .image_ds {
    -webkit-filter: drop-shadow(0px 0px 12px rgba(30, 30, 30, 0.2));
    filter: drop-shadow(0px 0px 12px rgba(30, 30, 30, 0.2));
  }
}

.image_clip {
  border-radius: 100rem;
  border-top-left-radius: 6rem;
  overflow: hidden;
  transform: rotate(55deg);
  border: .6rem solid white;
}

.image_clip img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  transform: rotate(-55deg) scale(1.25) translateX(0) translateY(-3rem);
}

@media screen and (max-width: 768px) {
  .image_clip img {
    transform: rotate(-55deg) scale(1.25) translateX(0) translateY(-1.5rem);
  }
}

[data-align="left"] .image_clip,
.ds-mirror .image_clip {
  transform: rotate(35deg);
}

[data-align="left"] .image_clip img,
.ds-mirror .image_clip img {
  transform: rotate(-35deg) scale(1.25) translateX(0) translateY(-3rem);
}

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

  [data-align="left"] .image_clip img,
  .ds-mirror .image_clip img {
    transform: rotate(-35deg) scale(1.25) translateX(0) translateY(-1rem);
  }
}

.image_clip--straight {
  transform: rotate(45deg);
}

.image_clip--straight img {
  transform: rotate(-45deg) scale(1.3) translateX(0) translateY(-8%);
}

.image_clip--button .button,
.image_clip--button .reviews .cta a,
.reviews .cta .image_clip--button a {
  position: absolute;
  transform: rotate(-55deg) translateY(-70%) translateX(-15%);
  left: 50%;
  top: 55%;
}

[data-align="right"] .image_clip--button .button,
[data-align="right"] .image_clip--button .reviews .cta a,
.reviews .cta [data-align="right"] .image_clip--button a {
  transform: rotate(-35deg) translateY(50%) translateX(-25%);
}

.image_clip--button span {
  transform: rotate(-55deg);
  background-color: white;
  display: block;
  height: 50%;
  left: -50%;
  position: absolute;
  bottom: -25%;
  width: 200%;
}

[data-align="left"] .image_clip--button span {
  transform: rotate(-35deg);
  bottom: -10%;
}

.handwriting {
  display: none;
  position: absolute;
  font-size: 3.6rem;
  font-family: "DJ";
}

@media screen and (min-width: 568px),
print {
  .handwriting {
    display: block;
  }
}

.handwriting:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73.569' height='76.736' viewBox='0 0 73.569 76.736'%3E%3Cg id='Group_105' data-name='Group 105' transform='translate(73.569 22.887) rotate(120)' style='isolation: isolate'%3E%3Cpath id='Path_104' data-name='Path 104' d='M.013,0A.08.08,0,0,1,.029.1C0,.054-.013.013.013,0Z' transform='translate(48.411 34.862)' fill='%231e1e1e'/%3E%3Cpath id='Path_105' data-name='Path 105' d='M0,.036C.057-.05.12.039.2.079Z' transform='translate(53.468 39.213)' fill='%231e1e1e'/%3E%3Cpath id='Path_106' data-name='Path 106' d='M.029,0A.234.234,0,0,1,.046.128.647.647,0,0,0,0,.04Z' transform='translate(61.587 44.644)' fill='%231e1e1e'/%3E%3Cpath id='Path_107' data-name='Path 107' d='M.009,0,.05.037A1.13,1.13,0,0,1,0,.165Z' transform='translate(55.766 41.447)' fill='%231e1e1e'/%3E%3Cpath id='Path_108' data-name='Path 108' d='M.189,0C.138.1.132.167.153.213A.831.831,0,0,1,.008.341C-.039.315.127.1.189,0Z' transform='translate(57.459 42.668)' fill='%231e1e1e'/%3E%3Cpath id='Path_109' data-name='Path 109' d='M.041,0,.066.031,0,.167Z' transform='translate(0.161 0.887)' fill='%231e1e1e'/%3E%3Cpath id='Path_110' data-name='Path 110' d='M0,0,.011,0C.035.06.014.037,0,0Z' transform='translate(45.445 33.316)' fill='%231e1e1e'/%3E%3Cpath id='Path_111' data-name='Path 111' d='M0,.486C.318.417-.116.025.309,0,.224.068.314.517,0,.486Z' transform='translate(30.06 20.792)' fill='%231e1e1e'/%3E%3Cpath id='Path_112' data-name='Path 112' d='M.119.077C.067.063.032.082,0,.013A.154.154,0,0,1,.036,0C.033.044.049.077.119.077Z' transform='translate(40.345 28.557)' fill='%231e1e1e'/%3E%3Cpath id='Path_113' data-name='Path 113' d='M0,.021C.02.012.04.008.061,0L.1.05Z' transform='translate(38.899 27.406)' fill='%231e1e1e'/%3E%3Cpath id='Path_114' data-name='Path 114' d='M.2.079A.952.952,0,0,0,0,.241C.123.092-.094-.115.2.079Z' transform='translate(8.135 4.107)' fill='%231e1e1e'/%3E%3Cpath id='Path_115' data-name='Path 115' d='M.034,0,.073.055A.171.171,0,0,1,0,.125C.037.067.048.031.034,0Z' transform='translate(61.513 44.63)' fill='%231e1e1e'/%3E%3Cpath id='Path_116' data-name='Path 116' d='M.254.036A.5.5,0,0,1,0,.077.236.236,0,0,1,.012,0Z' transform='translate(40.433 26.076)' fill='%231e1e1e'/%3E%3Cpath id='Path_117' data-name='Path 117' d='M.042,1.2A.253.253,0,0,0,.349,1.1L.226.933C.413.521.509.045,1.057,0L1.2.4,1.4.262,1.17.115c.23-.1.227.1.261.268A.365.365,0,0,1,1.662.24l.064.533C1.844.638,1.773.4,2,.417c.031.249-.312.275-.165.512.231-.1.273-.271.344-.028A.216.216,0,0,0,2.224.648c.07.2.338.264.293.514.26-.141.434.327.627-.052a.858.858,0,0,0,.2.522c.017-.579.49.25.7-.263-.052.5.52.538.7.936,0-.042,0-.125-.035-.121.19.066.308-.025.46-.036-.163.341.059.574.086.862.388-.193.093-.461.331-.728-.162.26.211.482.014.662.27-.1.191-.012.428-.236-.206.428.108.158.1.489.345-.064.279-.349.46-.073.192-.053.05-.334.05-.334.261.147-.052.375-.1.586.257.272.273-.142.468-.238.145.2.129.57.279.643.04-.045.079-.047.083-.13.062.367.6.373.654.823a.242.242,0,0,0,.075-.058,1.625,1.625,0,0,0-.281.4c.112.074.1.323.261.147-.074-.037-.033-.121-.03-.2l.069.16c.276-.225-.106-.2.018-.414.18.236.315.639.544.665.2-.26-.366-.348.021-.456L8.35,4.659c.474-.32-.188-.071.286-.432.416.139.328.391.743.528-.01.208-.164.216-.173.424.354.6.824-.461.985.15-.011.25-.183.631.2.608l.1-.376c.371.188-.069.584.428.6.008-.166-.216-.276-.14-.282.389-.1.063.286.247.4l.205-.259c.35.277.644.737,1.029,1.045.027-.1.008-.23.157-.256a3.592,3.592,0,0,0,1.747.811l.046.365c.046.026.149-.057.129-.135.252.034-.083.161-.047.316.1.088.232-.045.205-.163.222.427.716,1.07,1.238,1.044L15.7,8.927c.343.083.016.7.417.642L16.1,9.494c.68.289,1.224.94,1.918.88-.128.4.7.244.437.751.5-.01.452-.161,1.044,0,.144.064.006.429.136.585l.162-.249.053.409.307-.223.111.164a.23.23,0,0,0-.237.107.6.6,0,0,0,.778.081l.426.582c.052-.109-.02-.205-.053-.319.137.453.222-.228.348.188-.073.033-.075.162-.1.217a.874.874,0,0,1,.736.359l.067-.2c.441.236.818.673,1.283.985-.218-.032-.373.291-.256.412L23.479,14c-.018.222-.206,0-.156.324.192.087.311-.22.267-.374l.151.234c.064-.07.041-.145.094-.254-.02.222.535-.017.475.351l.062-.07c.465.313.615.546.984.816-.142.232.039.281.03.541a3.347,3.347,0,0,1,1.069.4c.158.275-.059.24-.045.446.154-.193.471.057.4-.211a4.028,4.028,0,0,1,.87.915c-.111.045-.2.04-.212.132a.207.207,0,0,0,.319-.048l-.01-.038c.356.7,1.7.314,1.863,1.056l-.01-.039.314.548c.238.115-.024-.244.221-.259.265.7.819.518,1.073,1.04.731-.37,1.094.855,1.787.782l-.123.123c.013.218.189.016.294.042-.089.1-.208.04-.193.166a13.016,13.016,0,0,0,3.108,1.789c.375.222-.32.867.356.862l.062-.352c.474.837,1.446,1.053,1.931,1.842,0-.09.058-.169-.008-.219.28-.077.536.4.427.553.119.064.125-.119.247-.146.226,0,.187.516.4.39.035-.02,0-.092-.011-.126.027.162.453.313.205.459.33.093.415.469.713.5-.046.341.521.221.312.591.241-.363.656.063.694.35.026-.147.221,0,.268-.2.181.146.3.342.133.5.648-.151.419.87,1.01.486A12.31,12.31,0,0,0,44.069,29.5c.246-.359-.51-.461-.212-.806.352.508.39,1.015.91,1.294.154.047.048-.2.053-.293.351.506.913.674,1.17,1.2.024-.033.007-.1-.013-.164.071.077.224.1.094.25l-.045-.106c-.3.122-.052.732-.131.862.214-.556.486.215.712-.524a.273.273,0,0,1-.056.294c.1.034.174-.007.188-.19.219.319-.012.4.248.609.059-.075.03-.147.073-.258.015.254.031.508.3.624.023-.056.094-.094.029-.147.357.331.331.913.853,1.109.138-.424.225.008.471-.255l.155.265-.2.064c.2.155.206.5.444.546l-.051-.236.316.356-.287-.065c.077.309-.305.338.011.475-.029-.072.193.158.426.077v0c.023.17.044.345.242.4.108-.059.219-.334.292-.374-.1.312.4.444.312.792a.5.5,0,0,1,.161-.259l-.075.256c.138.015.174,0,.255-.133.295.19-.372.282.067.4-.012-.036.023-.054-.006-.127.382.19.515.639.883.794.315-.207-.2-.285.092-.438.378.41.6,1.069,1.054,1.356l-.1-.034c-.27.441.46.067.51.429-.026-.073.116-.275.093-.219.327.177.482.588.8,1.075l.032-.145c.238.052.47.321.684.429-.033.146.081.217-.1.31,1.021-.1.773,1.2,1.65,1.153-.055-.052-.061-.21-.016-.169l.324.455c-.177.141-.141.054-.338.109a.456.456,0,0,0,.112.416c-.084-.274.234-.27.393-.293-.057.04-.08.121-.131.167.468-.11-.257.372.2.428l.062-.1c.068.142.067.348.2.427.216-.151-.036-.193.1-.361.153.158,0,.659.316.6-.022-.117-.121-.208-.142-.323.357-.085.326-.009.476.062l-.016-.006.365.146h-.123c-.236.69.334.467.319,1.045.007-.554.114-.221.285-.459.124,0,.29.03.314-.059-.026.294.338.056.295.48.069-.063.145.119.271-.085.12.208-.147.086-.211.188.05.473.864.265.941.937.2.432.047.723.236,1.115.2-.02.146-.331.146-.331a.519.519,0,0,1,.435.4c.024-.09.1-.112.218-.147.105.131-.146.33.105.376a1.486,1.486,0,0,0,.13-.394c.086.2.11.46.2.66.148-.084.076-.266.1-.395.118.21.333.512.211.752l-.168-.031c.051.066.18-.135.166-.213-.006-.283-.265-.125-.337-.063l.066.143c-.476.308-.364-.46-.6-.635l-.179.381,0-.449c-.115.034-.3.17-.231.313-.283.006-.04-.232-.316-.188-.037.011-.044.032-.041.056l-.069-.227c-.027.091-.212.189-.083.23-.419-.076-.23-.625-.531-.491l.006.039c-.279-.445.16-.253.11-.769l-.665.37.158-.254c-.045-.028-.135-.082-.2.019-.01-.282.109-.073.151-.292-.359.029-.43-.559-.779-.245.081-.228.292.031.195-.265-.388.327-.172-.272-.494-.251-.119.243.132.283-.19.3.187-.423-.394-.225-.481-.418.223-.27-.217-.391-.38-.7-.062.1-.578-.264-.884-.37l-.031.05c.187-.307-.088-.465-.208-.671a.438.438,0,0,0-.125.411l-.157-.144a.359.359,0,0,0-.049-.333l-.132.236c-.2-.2-.22-.619-.61-.722.144-.2.662-.332.478-.711-.1.092-.255.257-.214.365-.014-.035-.017-.162-.1-.163l-.028.273c-.189-.034.055-.2-.058-.272-.121.147-.161.039-.244.167.013.036.138.016.127.105a.572.572,0,0,0-.481-.033c.08-.075.165-.2.1-.287-.2-.2-.22.111-.408.077.033-.146-.19-.16-.01-.381-.064-.053-.161.038-.234.076-.029-.192-.491-.478-.173-.6l.041.01-.011-.025c-.18-.533-.854-.533-1.135-.939l-.06.073c-.144-.271-.435-.466-.457-.757-.064-.055-.261,0-.306.115-.12-.2-.07-.294-.41-.376.061.269-.151.065.093.238-.267-.118-.412-.042-.479-.438-.076.255-.357.1-.413-.043l.261-.008a1.029,1.029,0,0,0-.322-.264l-.147.295c-.685-.071-.375-1.187-1.122-.965.025-.272.338.08.4-.211-.23-.139-.73.04-.794-.013-.389-.1.034-.583-.332-.735a.391.391,0,0,0,.184-.533c-.229-.14-.549.162-.478.343.043.048.088.04.111.008.039.088.094.2-.064.228l.046-.112c-.174.006-.445-.24-.5-.038-.088-.213.05-.2.2-.153-.365-.087-.414-.334-.754-.469.083-.014.205-.086.161-.12-.486-.216-.04-.313-.279-.573-.261.01-.2.371-.384.033-.239-.042-.223.21-.215.337-.11-.375-.551-.265-.717-.348l.073.179a.49.49,0,0,0-.174-.211l.216-.119c-.1-.031-.166-.083-.223-.008.013-.182.295-.25.265-.539-.173.008-.233-.353-.456-.142.383.181-.223.21.017.472a.281.281,0,0,0-.2-.155c-.032.018-.028.059-.018.089-.472-.038.071-.385-.251-.641-.065.168-.273.2-.3.124.13.1.237-.174.2-.374-.285-.062-.161-.26-.277-.335l.161.05c.064-.169-.052-.235-.161-.394-.093.1.073.178-.013.182.027-.367-.548-.047-.647-.382-.174.01-.206.247-.345.237-.114-.374-.412-.029-.563-.383.216-.122.2-.067.146-.391l.332.47-.072-.485c.132.1.186.333.288.364-.017-.253-.039-.2.14-.3-.387.132-.23-.44-.578-.419l-.34.457c-.463-.045-.372-.669-.86-.874l.189.023c.083-.222-.229-.222-.3-.4-.1.161-.226.151-.354.2.092-.107-.3-.223-.108-.555l-.331.057c-.386-.176-.044-.727-.395-.924-.03.241-.253.236-.133.519-.106-.081-.22-.127-.142-.234-.131.046-.138-.431-.342-.361.006-.1.11-.271-.017-.35a.161.161,0,0,0-.056.075c.056-.075-.108-.245.121-.334-.68.225-.882-.735-1.469-.543a6.185,6.185,0,0,0-.633-.663c-.021.056-.056.077,0,.091-.393-.079.146-.577-.3-.671-.349.12.076.269-.1.282-.416.471-.345-.374-.781-.248l.031.071c-.293.042-.271-.509-.576-.68a.18.18,0,0,1-.054.079,1.824,1.824,0,0,0-.518-1.029c-.06.261.046.2-.15.36-.1-.118.269-.3.069-.534-.157.051-.4.017-.576.216l.218.18c-.316.192-.285-.228-.439-.269l-.072.134c-.318-.3-.1-.609-.49-.866l.1-.063c.014-.457-.293.044-.334-.334l-.282.264a4.3,4.3,0,0,0-.457-.889,2.653,2.653,0,0,0,.249.927c-.135-.1-.435-.361-.4-.566.032.07.046.2.133.188a.93.93,0,0,0-.392-.838c-.377.637-.806-.354-1.329-.026-.318-.566-1.007-.585-1.533-1.02.523-.33-.151-.13.218-.59-.1-.117-.154-.145-.187-.128h-.01l0,0-.589.008c-.189.075.049.2-.038.3-.307-.167-.26.12-.535.114.158-.145.073-.319-.133-.369l.38-.061c-.218-.542-.618.159-.842-.377l.022.241c-.145-.235-.76-.528-.695-1.062-.075.031-.214.131-.147.23-.53-.285-.811-1.185-1.356-1.21l-.044.146c-.068-.1-.008-.337-.2-.3-.026.053-.043.145-.089.122-.021-.075-.1-.38-.272-.4l.015.208c-.585-.177-.515-.847-.866-1.206-.234.354-.69.21-.917.138l-.027.055c-.592-.339-.764-.944-1.2-1.438-.575.166-1.2-.584-1.863-.721.122-.01.167-.287.1-.385-.168-.011-.181-.474-.372-.134l.048.022c-.3.261-.5.008-.7-.114l.241-.45c-.916.284-1.212-1.124-1.849-.75-.057-.19-.213-.29-.269-.48l-.138.236a3.1,3.1,0,0,1-.968-.59l-.016.223c-.25-.144.113-.87-.1-1.029l-.282.3c-.422-.276-1.04-.247-1.265-.829-.025.055-.074.164-.014.221-.206-.118-.918-.258-.553-.689-.195.308-.456-.25-.6-.533l-.1.252c-.015-.417.028-.5-.194-.755-.082-.011-.167.147-.046.144-.287-.016-.034-.324-.368-.368l.008.209c-.231-.122-.165-.19-.184-.438a.4.4,0,0,0-.61-.021c.047-.146.027-.391-.14-.411a.183.183,0,0,0-.037.184c-.465-.072-.391-.609-.782-.54a.243.243,0,0,1-.125.112,2.446,2.446,0,0,0,.531.28c-.128.213-.388.1-.376.513-.094-.278-.212-.829-.5-.872a.37.37,0,0,0-.075.054l.01.039A.169.169,0,0,1,11.1,8.5a.568.568,0,0,1-.23-.056c-.132.159-.329-.073-.454-.138.148-.227-.028-.286.231-.388-.028,0,.006.042.079.1.013.018.033.034.036.056l0-.025.286.2c-.023-.177-.062-.336-.27-.289.028-.187.052-.382.057-.478-.355.225-.773.208-.934.381-.285-.355-.8-.614-.773-1.194-.069-.12-.192.052-.271.1.033.081.108.119.1.2-.14-.241-.585-.421-.457-.757-.343-.018-.018.372-.349.106l-.006.123c-.993.069-.7-1.476-1.847-1.314.077-.005.114-.007.155-.053C5.406,4.823,4.772,3.7,3.627,3.631c-.3-.057-.22-.271-.289-.512l-.2.223-.1-.448c-.255-.432-1,.249-1.245-.433l.157-.136c-.188-.067-.484-.414-.565-.2,0-.042.044-.211-.073-.16L1.235,2.1.944,1.624C.566,1.532.7,2.183.214,1.936.067,1.782-.073,1.256.042,1.2Zm12.4,6.317c0-.071.151-.045.266-.066a1.7,1.7,0,0,1-.223-.125C12.419,7.4,12.389,7.494,12.441,7.521Zm-.233-.379,0,0L12.1,7.048ZM10.718,8.314l.008-.034a.6.6,0,0,0-.038.136c.059.083.113.052.152.012A1.049,1.049,0,0,1,10.718,8.314Z' transform='translate(0 0)' fill='%231e1e1e'/%3E%3Cpath id='Path_118' data-name='Path 118' d='M.023.06C.014.048.014.035,0,.024A.594.594,0,0,1,.079,0L.063.09Z' transform='translate(10.762 7.842)' fill='%231e1e1e'/%3E%3Cpath id='Path_119' data-name='Path 119' d='M0,.012A.117.117,0,0,0,.044,0,.194.194,0,0,0,.013.015Z' transform='translate(53.749 39.299)' fill='%231e1e1e'/%3E%3Cpath id='Path_120' data-name='Path 120' d='M.049.022.011.078,0,0Z' transform='translate(19.785 11.377)' fill='%231e1e1e'/%3E%3Cpath id='Path_121' data-name='Path 121' d='M0,0,.212.059A.8.8,0,0,1,0,0Z' transform='translate(57.902 41.617)' fill='%231e1e1e'/%3E%3Cpath id='Path_122' data-name='Path 122' d='M.064,0A.593.593,0,0,1,0,.1H0Z' transform='translate(58.734 42.229)' fill='%231e1e1e'/%3E%3Cpath id='Path_123' data-name='Path 123' d='M.045.09A.1.1,0,0,1,.02.055C-.024-.047.015.011.045.09Z' transform='translate(45.94 30.618)' fill='%231e1e1e'/%3E%3Cpath id='Path_124' data-name='Path 124' d='M.046.2A.848.848,0,0,0,0,0C.083.042.141.083.046.2Z' transform='translate(49.489 34.253)' fill='%231e1e1e'/%3E%3Cpath id='Path_125' data-name='Path 125' d='M.031.017l0,0L0,0Z' transform='translate(41.681 26.877)' fill='%231e1e1e'/%3E%3Cpath id='Path_126' data-name='Path 126' d='M0,0A.221.221,0,0,1,.186.148.337.337,0,0,1,0,0Z' transform='translate(49.304 34.102)' fill='%231e1e1e'/%3E%3Cpath id='Path_127' data-name='Path 127' d='M0,0C.094.054.334.022.4.165L.358.23C.4.078-.035.188,0,0Z' transform='translate(60.901 44.089)' fill='%231e1e1e'/%3E%3Cpath id='Path_128' data-name='Path 128' d='M.369.182C.253.217.1.265.2.394-.343.32.429.283.047,0Z' transform='translate(58.714 43.771)' fill='%231e1e1e'/%3E%3Cpath id='Path_129' data-name='Path 129' d='M.149.009C.263.173.048.119.016.17-.013.018-.02-.019.149.009Z' transform='translate(57.671 43.131)' fill='%231e1e1e'/%3E%3Cpath id='Path_130' data-name='Path 130' d='M.029.2C-.064.077.088.126.171,0Z' transform='translate(51.529 37.686)' fill='%231e1e1e'/%3E%3Cpath id='Path_131' data-name='Path 131' d='M0,.023.21,0,.12.217Z' transform='translate(51.317 35.675)' fill='%231e1e1e'/%3E%3Cpath id='Path_132' data-name='Path 132' d='M.135.227,0,0,.107.158Z' transform='translate(49.468 36.303)' fill='%231e1e1e'/%3E%3Cpath id='Path_133' data-name='Path 133' d='M0,.212.218,0C.267.1.079.386,0,.212Z' transform='translate(39.033 27.62)' fill='%231e1e1e'/%3E%3Cpath id='Path_134' data-name='Path 134' d='M0,0C.119.061.294.044.326.115.186.2,0,.18,0,0Z' transform='translate(34.204 23.917)' fill='%231e1e1e'/%3E%3Cpath id='Path_135' data-name='Path 135' d='M.141.191,0,0,.1.043Z' transform='translate(19.737 14.271)' fill='%231e1e1e'/%3E%3Cpath id='Path_136' data-name='Path 136' d='M.727,8.349l9.368,1.6-.074-.268a.384.384,0,0,1-.09-.263c-.077.023-.1.111-.137.16A.986.986,0,0,1,9.889,9.2L7.588.786a.622.622,0,0,1,1.2-.328l2.763,10.108a.622.622,0,0,1-.7.776L.517,9.573a.621.621,0,1,1,.21-1.225Z' transform='translate(52.428 36.648)' fill='%231e1e1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  height: 7.6rem;
  width: 7.3rem;
  position: absolute;
}

.handwriting--bottom-left {
  top: auto;
  left: -20%;
  transform: rotate(-10deg);
  bottom: -8.5rem;
  margin-bottom: 5%;
}

.handwriting--bottom-left:before {
  top: auto;
  bottom: 4rem;
  position: absolute;
  transform: rotate(15deg) scaleX(1) scaleY(-1);
  left: 0;
}

@media screen and (min-width: 568px) {
  .column.is-auto-tablet {
    width: auto;
    flex: 1 1 0;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-auto-desktop {
    width: auto;
    flex: 1 1 0;
  }
}

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

  /* <== You can change this break point as per your  needs */
  .reverse-columns {
    flex-direction: row-reverse;
    display: flex;
  }

  .columns[data-align="right"] {
    flex-direction: row-reverse;
    display: flex;
  }

  .columns--right {
    flex-direction: row !important;
  }

  .columns--left {
    flex-direction: row-reverse;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .columns.is-tablet {
    display: flex;
  }

  .columns.is-tablet .column.is-one-quarter {
    flex: none;
    width: 25%;
  }

  .columns.is-tablet .column.is-one-third {
    flex: none;
    width: 33.3333%;
  }

  .columns.is-tablet .column.is-half,
  .columns.is-tablet .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-16by9-tablet {
    padding-top: 30% !important;
  }
}

.dnd-column {
  overflow-x: hidden;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

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

.mfp-iframe-holder .mfp-content {
  max-width: 132rem;
}

.mfp-bg {
  background-color: #1E1E1E;
  opacity: 1;
}

@media screen and (max-width: 567px) {
  .hs-tools-menu {
    display: none;
  }
}

.px-12 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

@media screen and (min-width: 1024px) {
  .p-12 {
    padding: 6rem !important;
  }
}

.mw_textblock .column.is-order-1 {
  order: 1;
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .mw_textblock .column.is-order-1 {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .mw_textblock .column.is-order-1 {
    order: 1;
  }
}

.mw_textblock .column.is-order-2 {
  order: 2;
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .mw_textblock .column.is-order-2 {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .mw_textblock .column.is-order-2 {
    order: 2;
  }
}

a[data-hs-anchor="true"] {
  position: relative;
  display: block;
  top: -300px;
}

/* ========================================================================== *\
   Base
   \* ========================================================================== */
*,
*:after,
*:before {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #7C7C7C;
  font-family: "Gilroy", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  min-width: 32rem;
  background: white;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 256rem;
}

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

  .container:not(.is-max-desktop):not(.is-max-widescreen),
  .page-center:not(.is-max-desktop):not(.is-max-widescreen),
  .home-section-4>h2:not(.is-max-desktop):not(.is-max-widescreen),
  .reviews .section_header .home-section-4>h3:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 128rem;
  }

  .container.is-extrawide,
  .is-extrawide.page-center,
  .home-section-4>h2.is-extrawide,
  .reviews .section_header .home-section-4>h3.is-extrawide {
    max-width: 151rem !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {

  .container,
  .page-center,
  .home-section-4>h2,
  .reviews .section_header .home-section-4>h3 {
    padding: 0 2rem;
  }
}

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

  .container,
  .page-center,
  .home-section-4>h2,
  .reviews .section_header .home-section-4>h3 {
    padding: 0 3rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main section:last-child {
  margin-bottom: 2.5rem;
}

.footer-container-wrapper {
  overflow: hidden;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

p+a,
li a {
  color: #1E1E1E;
  transition: color 0.25s ease;
  text-decoration: underline;
}

p+a:hover,
p+a:focus,
p+a:active,
li a:hover,
li a:focus,
li a:active {
  color: #FABE14;
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.body-container-wrapper {
  display: table-row;
  height: 100%;
}

.body-container-wrapper .body-container {
  /*padding-top: 100px;*/
  overflow: hidden;
}
/*@media all and (min-width: 1024px) {
  .body-container-wrapper .body-container {
    padding-top: 105px;
  }
}
@media all and (min-width: 1025px) {
  .body-container-wrapper .body-container {
    padding-top: 175px;
  }
}*/


.footer-container-wrapper {
  display: table-row;
  height: 1px;
}

.hidden-frontend {
  display: none;
}

.hs-inline-edit .hidden-frontend,
.hs-inline-edit .hs-blog-post .body-container-wrapper .row-number-2 {
  display: block;
}

.content-wrapper:not(.content-wide) h1:first-child {
  padding-bottom: 2.5rem !important;
}

.span7 .hs_cos_wrapper_type_rich_text {
  max-width: 60rem;
}

.p-8 {
  padding: 6rem;
}

p {
  max-width: 70rem;
}

p+h2,
.reviews .section_header p+h3 {
  font-size: clamp(3.2rem, 2vw, 3.2rem);
  line-height: clamp(3.36rem, 2vw, 3.328rem);
}

p,
.tab_content_wrap ul,
.mw_block ul,
.hs_cos_wrapper_type_rich_text ul,
.tab-content ul,
p+ul,
.hs_cos_wrapper_type_rich_text ol {
  color: #7C7C7C;
  padding-bottom: 2.5rem;
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: clamp(2.4rem, 4vw, 2.8rem);
}

p:last-child,
.tab_content_wrap ul:last-child,
.mw_block ul:last-child,
.hs_cos_wrapper_type_rich_text ul:last-child,
.tab-content ul:last-child,
p+ul:last-child,
.hs_cos_wrapper_type_rich_text ol:last-child {
  padding-bottom: 0;
}

p a,
.tab_content_wrap ul a,
.mw_block ul a,
.hs_cos_wrapper_type_rich_text ul a,
.tab-content ul a,
p+ul a,
.hs_cos_wrapper_type_rich_text ol a {
  color: inherit;
  text-decoration: underline;
}

p a:hover,
.tab_content_wrap ul a:hover,
.mw_block ul a:hover,
.hs_cos_wrapper_type_rich_text ul a:hover,
.tab-content ul a:hover,
p+ul a:hover,
.hs_cos_wrapper_type_rich_text ol a:hover {
  color: #FABE14;
}

p strong,
.tab_content_wrap ul strong,
.mw_block ul strong,
.hs_cos_wrapper_type_rich_text ul strong,
.tab-content ul strong,
p+ul strong,
.hs_cos_wrapper_type_rich_text ol strong {
  color: #7C7C7C;
}

.hs_cos_wrapper_type_rich_text {
  color: #7C7C7C;
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: clamp(2.4rem, 4vw, 2.8rem);
  padding: 0;
}

.hs_cos_wrapper_type_rich_text:last-child {
  padding-bottom: 0;
}

.hs_cos_wrapper_type_rich_text a {
  color: inherit;
  text-decoration: underline;
}

.hs_cos_wrapper_type_rich_text a:hover {
  color: #FABE14;
}

h1,
.h1,
h2,
.reviews .section_header h3,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gilroy", "Franklin Gothic Medium", Tahoma, sans-serif;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
  color: #1E1E1E;
}

h1--white,
.h1--white,
h2--white,
.h2--white,
h3--white,
.h3--white,
h4--white,
.h4--white,
h5--white,
.h5--white,
h6--white,
.h6--white {
  color: white;
}

h1,
.h1 {
  font-size: clamp(3.5rem, 4vw, 5rem);
  line-height: clamp(3.675rem, 4vw, 5.25rem);
  padding-bottom: 3rem;
}


h2,
.reviews .section_header h3,
.h2 {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  line-height: clamp(3.52rem, 4vw, 5.232rem);
  padding-bottom: 1.5rem;
}

h3,
.h3 {
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  line-height: clamp(2.31rem, 2vw, 2.704rem);
}

h4,
.h4 {
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: clamp(2.1rem, 4vw, 2.52rem);
}

h5,
.h5 {
  font-size: clamp(1.8rem, 4vw, 1.8rem);
  line-height: clamp(1.89rem, 4vw, 1.89rem);
}

strong,
b {
  font-weight: bold;
}

.subtitle {
  color: #FABE14;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.2em;
}

.mw_block {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .mw_block {
    padding: 12rem 0;
  }
}

.mw_block--none,
.mw_block--offset_image,
.mw_block--afspraak {
  padding: 0 !important;
  margin: 5rem 0;
}

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

  .mw_block--none,
  .mw_block--offset_image,
  .mw_block--afspraak {
    padding: 0 !important;
    margin: 2rem 0 12rem;
  }
}

.mw_block--gray {
  padding: 5rem 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .mw_block--gray {
    margin: 0 !important;
    padding: 12rem 0 !important;
  }
}

.mw_block--training_overview,
.mw_block--training_detail {
  position: relative;
}

.mw_block--training_overview:before,
.mw_block--training_detail:before {
  background: #fafafa;
  height: 25%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block--training_overview {
  padding-top: 6rem !important;
}

.mw_block--gray_topsmall {
  position: relative;
  padding-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .mw_block--gray_topsmall {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.mw_block--gray_topsmall:before {
  background: #fafafa;
  height: 15rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block--none,
.mw_block--offset_image,
.mw_block--afspraak {
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .mw_block--offset_image .testimonail-slider-left img,
  .mw_block--afspraak .testimonail-slider-left img{
    max-width: 44vw;
    float: left;
  }
}

.mw_block--offset_image .team-mem-infowrap {
  display: none;
}

.mw_block--ws_none {
  padding: 5rem 0 0 !important;
  margin: 5rem auto;
}

@media screen and (min-width: 1024px) {
  .mw_block--ws_none {
    padding: 0 !important;
    margin: 8rem auto;
  }
}

.mw_block--gray {
  background: #fafafa;
}

.mw_block--gray_white {
  background: #fafafa;
  position: relative;
}

.mw_block--gray_white:before {
  background: white;
  height: 10rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block--half,
.mw_block--half_top,
.mw_block--half_bottom {
  background: #fafafa;
  position: relative;
}

.mw_block--half.mw_block--bg-top,
.mw_block--half_top.mw_block--bg-top,
.mw_block--half_bottom.mw_block--bg-top {
  padding-bottom: 0;
  margin-bottom: 5rem;
}

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

  .mw_block--half.mw_block--bg-top,
  .mw_block--half_top.mw_block--bg-top,
  .mw_block--half_bottom.mw_block--bg-top {
    margin-bottom: 16rem;
  }
}

.mw_block--half.mw_block--bg-top:before,
.mw_block--half_top.mw_block--bg-top:before,
.mw_block--half_bottom.mw_block--bg-top:before {
  background: white;
  height: 50%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block--half.mw_block--bg-bottom:before,
.mw_block--half_top.mw_block--bg-bottom:before,
.mw_block--half_bottom.mw_block--bg-bottom:before {
  background: white;
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block.mw_block--half_top:before {
  background: white;
  height: 50%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block.mw_block--half_bottom:before {
  background: white;
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_block.filters {
  padding: 5rem 0 0 0 !important;
}

.filters {
  background: #fafafa;
}

.bgoffset-ntop {
  padding-top: 0 !important;
  margin-top: -5rem !important;
}

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

  .bgoffset-ntop .container,
  .bgoffset-ntop .page-center,
  .bgoffset-ntop .home-section-4>h2,
  .bgoffset-ntop .reviews .section_header .home-section-4>h3,
  .reviews .section_header .bgoffset-ntop .home-section-4>h3 {
    margin-top: -4rem !important;
  }
}

.bgoffset-ntop .container,
.bgoffset-ntop .page-center,
.bgoffset-ntop .home-section-4>h2,
.bgoffset-ntop .reviews .section_header .home-section-4>h3,
.reviews .section_header .bgoffset-ntop .home-section-4>h3 {
  margin-top: -15rem;
}

.button,
.reviews .cta a,
.hs-button,
.cta_button,
.wp-button,
.white-button {
  align-self: flex-start;
  background: #1EAAF0;
  border-radius: 0;
  border: 0;
  color: white;
  font-family: 'Gilroy' !important;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: none;
  padding: 1.2rem 2rem;
  line-height: 1.8rem;
  height: unset;
  transition: all .25s ease;
  border: 1px solid transparent;
}

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

  .button,
  .reviews .cta a,
  .hs-button,
  .cta_button,
  .wp-button,
  .white-button {
    font-size: 1.4rem;
    padding: .8rem 1rem;
  }
}

.button:hover,
.reviews .cta a:hover,
.button:active,
.reviews .cta a:active,
.button:focus,
.reviews .cta a:focus,
.hs-button:hover,
.hs-button:active,
.hs-button:focus,
.cta_button:hover,
.cta_button:active,
.cta_button:focus,
.wp-button:hover,
.wp-button:active,
.wp-button:focus,
.white-button:hover,
.white-button:active,
.white-button:focus {
  color: #fff;
}

.button:hover:after,
.reviews .cta a:hover:after,
.button:active:after,
.reviews .cta a:active:after,
.button:focus:after,
.reviews .cta a:focus:after,
.hs-button:hover:after,
.hs-button:active:after,
.hs-button:focus:after,
.cta_button:hover:after,
.cta_button:active:after,
.cta_button:focus:after,
.wp-button:hover:after,
.wp-button:active:after,
.wp-button:focus:after,
.white-button:hover:after,
.white-button:active:after,
.white-button:focus:after {
  transform: translateX(5px);
}

.button:after,
.reviews .cta a:after,
.hs-button:after,
.cta_button:after,
.wp-button:after,
.white-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 1.3rem;
  background-size: .8rem 1.3rem;
  margin-left: 1rem;
  position: relative;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  transition: all .25s ease;
}

.button--blue,
.button.primary,
.reviews .cta a.primary,
.hs-button--blue,
.hs-button.primary,
.cta_button--blue,
.cta_button.primary,
.wp-button--blue,
.wp-button.primary,
.white-button--blue,
.white-button.primary {
  background: #1EAAF0;
}

.button--blue:after,
.button.primary:after,
.reviews .cta a.primary:after,
.hs-button--blue:after,
.hs-button.primary:after,
.cta_button--blue:after,
.cta_button.primary:after,
.wp-button--blue:after,
.wp-button.primary:after,
.white-button--blue:after,
.white-button.primary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: 0.9rem;
  height: 1.5rem;
  margin-left: 1rem;
  position: relative;
  margin-bottom: -0.2rem;
  background-repeat: no-repeat;
  transition: all .25s ease;
}

.button--blue:hover,
.button--blue:active,
.button--blue:focus,
.button.primary:hover,
.reviews .cta a.primary:hover,
.button.primary:active,
.reviews .cta a.primary:active,
.button.primary:focus,
.reviews .cta a.primary:focus,
.hs-button--blue:hover,
.hs-button--blue:active,
.hs-button--blue:focus,
.hs-button.primary:hover,
.hs-button.primary:active,
.hs-button.primary:focus,
.cta_button--blue:hover,
.cta_button--blue:active,
.cta_button--blue:focus,
.cta_button.primary:hover,
.cta_button.primary:active,
.cta_button.primary:focus,
.wp-button--blue:hover,
.wp-button--blue:active,
.wp-button--blue:focus,
.wp-button.primary:hover,
.wp-button.primary:active,
.wp-button.primary:focus,
.white-button--blue:hover,
.white-button--blue:active,
.white-button--blue:focus,
.white-button.primary:hover,
.white-button.primary:active,
.white-button.primary:focus {
  color: white;
}

.button--blue:hover:after,
.button--blue:active:after,
.button--blue:focus:after,
.button.primary:hover:after,
.reviews .cta a.primary:hover:after,
.button.primary:active:after,
.reviews .cta a.primary:active:after,
.button.primary:focus:after,
.reviews .cta a.primary:focus:after,
.hs-button--blue:hover:after,
.hs-button--blue:active:after,
.hs-button--blue:focus:after,
.hs-button.primary:hover:after,
.hs-button.primary:active:after,
.hs-button.primary:focus:after,
.cta_button--blue:hover:after,
.cta_button--blue:active:after,
.cta_button--blue:focus:after,
.cta_button.primary:hover:after,
.cta_button.primary:active:after,
.cta_button.primary:focus:after,
.wp-button--blue:hover:after,
.wp-button--blue:active:after,
.wp-button--blue:focus:after,
.wp-button.primary:hover:after,
.wp-button.primary:active:after,
.wp-button.primary:focus:after,
.white-button--blue:hover:after,
.white-button--blue:active:after,
.white-button--blue:focus:after,
.white-button.primary:hover:after,
.white-button.primary:active:after,
.white-button.primary:focus:after {
  transform: translateX(5px);
}

.button--text,
.hs-button--text,
.cta_button--text,
.wp-button--text,
.white-button--text {
  color: black;
  background: transparent;
  padding: 1.2rem 0;
  font-size: 1.8rem;
}

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

  .button--text,
  .hs-button--text,
  .cta_button--text,
  .wp-button--text,
  .white-button--text {
    padding: .8rem 0;
    font-size: 1.4rem;
  }
}

.button--text:after,
.hs-button--text:after,
.cta_button--text:after,
.wp-button--text:after,
.white-button--text:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.121' height='13.414' viewBox='0 0 8.121 13.414'%3E%3Cpath id='Path_162' data-name='Path 162' d='M343.817,4300.795l6-6,6,6' transform='translate(4301.502 -343.11) rotate(90)' fill='none' stroke='%231EAAF0' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-bottom: -3px;
}

.button--text:hover,
.hs-button--text:hover,
.cta_button--text:hover,
.wp-button--text:hover,
.white-button--text:hover {
  background: transparent;
  color: black;
}

.button.cta-open-green,
.reviews .cta a.cta-open-green,
.hs-button.cta-open-green,
.cta_button.cta-open-green,
.wp-button.cta-open-green,
.white-button.cta-open-green {
  color: white !important;
}

.button--outline,
.hs-button--outline,
.cta_button--outline,
.wp-button--outline,
.white-button--outline {
  color: #1EAAF0;
  background: transparent;
  border: 1px solid #1EAAF0;
}

.button--outline:after,
.hs-button--outline:after,
.cta_button--outline:after,
.wp-button--outline:after,
.white-button--outline:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.121' height='13.414' viewBox='0 0 8.121 13.414'%3E%3Cpath id='Path_162' data-name='Path 162' d='M343.817,4300.795l6-6,6,6' transform='translate(4301.502 -343.11) rotate(90)' fill='none' stroke='%231EAAF0' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 0.8rem;
  height: 1.3rem;
  background-size: .8rem 1.3rem;
  margin-bottom: -.1rem;
}

.button--outline:hover,
.hs-button--outline:hover,
.cta_button--outline:hover,
.wp-button--outline:hover,
.white-button--outline:hover {
  background: transparent;
  color: #1EAAF0;
  border: 1px solid #1EAAF0;
}

.button--open,
.hs-button--open,
.cta_button--open,
.wp-button--open,
.white-button--open {
  background: transparent;
  border-radius: 0;
  color: #1EAAF0;
  padding: 0 0 .5rem 0;
  border-bottom: 1px solid transparent;
}

.button--open:hover,
.button--open:active,
.button--open:focus,
.hs-button--open:hover,
.hs-button--open:active,
.hs-button--open:focus,
.cta_button--open:hover,
.cta_button--open:active,
.cta_button--open:focus,
.wp-button--open:hover,
.wp-button--open:active,
.wp-button--open:focus,
.white-button--open:hover,
.white-button--open:active,
.white-button--open:focus {
  color: #0b6d9e;
  background: transparent;
  border-bottom: 1px solid;
}

.button--open:after,
.hs-button--open:after,
.cta_button--open:after,
.wp-button--open:after,
.white-button--open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.121' height='13.414' viewBox='0 0 8.121 13.414'%3E%3Cpath id='Path_162' data-name='Path 162' d='M343.817,4300.795l6-6,6,6' transform='translate(4301.502 -343.11) rotate(90)' fill='none' stroke='%238CBEA5' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.button--open--white:after,
.hs-button--open--white:after,
.cta_button--open--white:after,
.wp-button--open--white:after,
.white-button--open--white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.121' height='13.414' viewBox='0 0 8.121 13.414'%3E%3Cpath id='Path_162' data-name='Path 162' d='M343.817,4300.795l6-6,6,6' transform='translate(4301.502 -343.11) rotate(90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: .8rem;
  height: 1.3rem;
  margin-left: .5rem;
  position: relative;
  margin-bottom: -.1rem;
}

.button.button--default,
.reviews .cta a.button--default,
.hs-button.button--default,
.cta_button.button--default,
.wp-button.button--default,
.white-button.button--default {
  background: #1EAAF0;
}

.button.button--default:hover,
.reviews .cta a.button--default:hover,
.button.button--default:active,
.reviews .cta a.button--default:active,
.button.button--default:focus,
.reviews .cta a.button--default:focus,
.hs-button.button--default:hover,
.hs-button.button--default:active,
.hs-button.button--default:focus,
.cta_button.button--default:hover,
.cta_button.button--default:active,
.cta_button.button--default:focus,
.wp-button.button--default:hover,
.wp-button.button--default:active,
.wp-button.button--default:focus,
.white-button.button--default:hover,
.white-button.button--default:active,
.white-button.button--default:focus {
  background: #0e8dcd;
  color: #fff;
}

.button--gray,
.hs-button--gray,
.cta_button--gray,
.wp-button--gray,
.white-button--gray {
  background: #9B9B9B;
}

.button--gray:hover,
.button--gray:active,
.button--gray:focus,
.hs-button--gray:hover,
.hs-button--gray:active,
.hs-button--gray:focus,
.cta_button--gray:hover,
.cta_button--gray:active,
.cta_button--gray:focus,
.wp-button--gray:hover,
.wp-button--gray:active,
.wp-button--gray:focus,
.white-button--gray:hover,
.white-button--gray:active,
.white-button--gray:focus {
  background: #1EAAF0;
  color: #fff;
}

.button--small,
.hs-button--small,
.cta_button--small,
.wp-button--small,
.white-button--small {
  font-size: 1.2rem;
  padding: .5rem 1rem;
  color: white;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.button--small.active,
.hs-button--small.active,
.cta_button--small.active,
.wp-button--small.active,
.white-button--small.active {
  background: #1EAAF0;
  color: #fff;
}

.hs-cta-wrapper {
  display: block;
  margin-top: 2rem;
}

.cta-closed-green:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.121' height='13.414' viewBox='0 0 8.121 13.414'%3E%3Cpath id='Path_162' data-name='Path 162' d='M343.817,4300.795l6-6,6,6' transform='translate(4301.502 -343.11) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.cta-closed-green:hover {
  background: transparent;
  color: #1EAAF0;
}

.previous-posts-link:after {
  display: none;
}

.previous-posts-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: .9rem;
  height: 1.5rem;
  margin-right: 1rem;
  transform: rotate(180deg);
  position: relative;
  margin-bottom: -.2rem;
  background-repeat: no-repeat;
  transition: all .25s ease;
}

.newsletter__wrapper {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}

.newsletter__wrapper form {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}

.newsletter__wrapper .hs_email {
  margin-top: 1rem;
  flex: 2;
}

.newsletter__wrapper .hs_email label {
  display: none;
}

.newsletter__wrapper .hs_email input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: none;
  color: white;
  padding: 0.5rem 0;
  width: 100%;
}

.newsletter__wrapper .hs_email input[type="email"]::-webkit-input-placeholder {
  color: white;
}

.newsletter__wrapper .hs_email input[type="email"]:-ms-input-placeholder {
  color: white;
}

.newsletter__wrapper .hs_email input[type="email"]::placeholder {
  color: white;
}

.newsletter__wrapper .hs-button {
  margin-left: 2rem;
}

fieldset {
  max-width: 100% !important;
}

fieldset .field {
  padding: 0 1rem 0 0;
}

.hs-error-msgs {
  color: red !important;
}

.hs-error-msgs label {
  display: block !important;
}

.hs-fieldtype-textarea {
  width: 100%;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

.field {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.field input,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  padding: 0.5rem 0;
  width: 100% !important;
  font-size: 1.8rem;
}

.hs-fieldtype-booleancheckbox {
  padding: 0 !important;
}

.inputs-list {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.inputs-list .hs-form-booleancheckbox-display input {
  width: auto !important;
  margin: 0;
}

form .hs_submit .hs-button {
  background: #1EAAF0;
}

form .hs_submit .hs-button:hover {
  background: #0b6d9e;
  color: white;
}

input[type="password"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #1E1E1E;
  box-shadow: none;
  padding: 0.5rem 0;
  height: 4.6rem !important;
}

@media screen and (min-width: 1024px) {
  .is-6-tablet .form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .is-6-tablet .field {
    margin-bottom: 2rem;
  }
}

.multi-container {
  padding-left: 0 !important;
}

.multi-container li:before {
  display: none !important;
}

.multi-container li input {
  width: auto !important;
  margin-right: 1rem !important;
}

input[type="email"],
input[type="text"],
textarea,
input[type="tel"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  padding: 5px;
  width: 100%;
  font-size: 1.6rem;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #D2D2D2;
}

input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #D2D2D2;
}

input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder,
input[type="tel"]::placeholder {
  color: #D2D2D2;
}

.training_search input {
  padding: 1rem 0;
  font-size: 1.8rem;
}

.search-button {
  border: 0;
  padding: 1rem 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 2px;
}

select {
  width: 100% !important;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  padding: 0.5rem 0;
}

.legal-consent-container .hs-richtext p {
  font-size: 12px;
  line-height: 16px;
}

.hs-dependent-field ul p {
  font-size: 16px;
  font-weight: 700;
}

.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
}

.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}

.no-list.hs-error-msgs.inputs-list li:before {
  display: none;
}

#map {
  display: block;
  height: 300px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: gray;
}

@media screen and (min-width: 1024px) {
  #map {
    height: 668px;
  }
}

#maplow {
  display: block;
  height: 300px;
  background-color: gray;
}

@media screen and (min-width: 1024px) {
  #maplow {
    margin-top: 100px;
    height: 350px;
  }
}

.gm-style .gm-style-iw-d {
  padding: 1rem 0.5rem 0 0.5rem;
}

.gm-style .gm-style-iw-d img {
  padding: 0;
  max-width: 200px;
  margin: 0 auto 15px;
}

.gm-style .gm-style-iw-d p {
  padding-bottom: 3px;
}

.gm-style .gm-style-iw-d .button,
.gm-style .gm-style-iw-d .reviews .cta a,
.reviews .cta .gm-style .gm-style-iw-d a {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 5px;
}

#map .gm-style .gm-ui-hover-effect {
  right: 4px !important;
  top: 3px !important;
  width: auto !important;
  height: auto !important;
}

#map .gm-style .gm-ui-hover-effect img {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

#map .gm-style .gm-style-iw-c,
#maplow .gm-style .gm-style-iw-c {
  overflow: visible;
}

#map .gm-style .gm-style-iw-c,
#maplow .gm-style .gm-style-iw-c {
  font-size: 15px;
}

#map .gm-style .gm-style-iw::after,
#maplow .gm-style .gm-style-iw::after {
  display: none;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
}

.slick-dots li {
  padding: 0 5px !important;
  margin: 10px 0;
  list-style: none;
  display: inline-block;
}

.slick-dots li:before {
  display: none !important;
}

.slick-dots li button {
  display: inline-block;
  left: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  width: 9px;
  height: 9px;
  opacity: 0.2;
  content: '';
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #9B9B9B;
  display: block;
  position: relative;
  left: 0px;
  top: -2.5px;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #352b2b;
}

.breadcrumb {
  display: none;
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: .4;
  color: #1E1E1E;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb .hs-breadcrumb-menu-item {
  padding: 1rem 0;
  font-size: 1.8rem;
}

.breadcrumb .hs-breadcrumb-menu-item a {
  padding: 0;
}

.breadcrumb .hs-breadcrumb-menu-wrapper {
  font-size: 1.8rem;
  font-weight: 400;
}

.breadcrumb .hs-breadcrumb-menu-wrapper a {
  color: #1E1E1E;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb .hs-breadcrumb-menu-wrapper .first-crumb {
  padding-left: 0;
}

.breadcrumb .hs-breadcrumb-menu-wrapper .first-crumb:before {
  display: none;
}

.breadcrumb .hs-breadcrumb-menu-wrapper .first-crumb a {
  font-weight: 400;
}

.breadcrumb .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu-divider:before {
  font-size: 2rem;
  line-height: 0;
  top: 0rem;
  left: -.5rem;
  position: relative;
}

.tab_content_wrap ul,
.mw_block ul,
.hs_cos_wrapper_type_rich_text ul,
.tab-content ul,
.card ul,
.hs-blog-listing .post-listing .post-item ul,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item ul,
.training_listing__wrap ul,
.tab-content__block ul {
  padding-left: 0;
  list-style: none;
  /* Remove default bullets */
  position: relative;
}

.tab_content_wrap ul li,
.mw_block ul li,
.hs_cos_wrapper_type_rich_text ul li,
.tab-content ul li,
.card ul li,
.hs-blog-listing .post-listing .post-item ul li,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item ul li,
.training_listing__wrap ul li,
.tab-content__block ul li {
  line-height: clamp(2.4rem, 4vw, 2.8rem);
  padding-left: 2rem;
  position: relative;
}

.tab_content_wrap ul li::before,
.mw_block ul li::before,
.hs_cos_wrapper_type_rich_text ul li::before,
.tab-content ul li::before,
.card ul li::before,
.hs-blog-listing .post-listing .post-item ul li::before,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item ul li::before,
.training_listing__wrap ul li::before,
.tab-content__block ul li::before {
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle id='Ellipse_20' data-name='Ellipse 20' cx='3' cy='3' r='3' fill='%23fabe14'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: .6rem;
  /* Also needed for space (tweak if needed) */
  height: .6rem;
  position: absolute;
  left: 0;
  top: 5px;
}

.hs_cos_wrapper_type_rich_text ol {
  list-style-position: inside;
}

.mfp-content {
  text-align: center;
}

.white-popup-block {
  text-align: left;
  background-color: white;
  display: inline-block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .white-popup-block {
    padding: 40px;
  }
}

.mobilehidden {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mobilehidden {
    display: block;
  }
}

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

.breadcrumb li+li::before {
  display: none !important;
}

#breadcrumbs,
.breadcrumb-menu {
  font-size: 1.2rem !important;
  max-width: 128rem;
  margin-bottom: 2rem;
  padding: 0 3rem;
}

#breadcrumbs .breadcrumb_last,
.breadcrumb-menu .breadcrumb_last {
  font-weight: 400;
  color: #1E1E1E;
}

#breadcrumbs a,
.breadcrumb-menu a {
  text-decoration: none;
}

#breadcrumbs a:nth-child(1),
.breadcrumb-menu a:nth-child(1) {
  color: #494848;
}

.home-page:not(.stickyNav) #breadcrumbs a:nth-child(1),
.case-blog:not(.hs-blog-listing):not(.stickyNav) #breadcrumbs a:nth-child(1),
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) #breadcrumbs a:nth-child(1),
.home-page:not(.stickyNav) .breadcrumb-menu a:nth-child(1),
.case-blog:not(.hs-blog-listing):not(.stickyNav) .breadcrumb-menu a:nth-child(1),
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .breadcrumb-menu a:nth-child(1) {
  color: #fff;
}

.case-blog #breadcrumbs,
.blog #breadcrumbs,
.two-col-right-lay #breadcrumbs,
.case-blog .breadcrumb-menu,
.blog .breadcrumb-menu,
.two-col-right-lay .breadcrumb-menu {
  padding: 0;
}

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

  #breadcrumbs,
  .breadcrumb-menu {
    padding: 0;
    margin: 0 auto !important;
    max-width: 128rem;
    float: none !important;
  }
}

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

  .two-column-equal .post-breadcrumb,
  .two-column-equal .listing-breadcrumb {
    margin-bottom: 0;
  }
}

.hs_cos_wrapper_type_post_filter .widget-module {
  position: relative;
}

.hs_cos_wrapper_type_post_filter .widget-module:before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.828' height='6.828' viewBox='0 0 10.828 6.828'%3E%3Cpath id='Path_59' data-name='Path 59' d='M723.829,3827.721l4-4,4,4' transform='translate(733.243 3829.135) rotate(180)' fill='none' stroke='%231eaaf0' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
}

.hs_cos_wrapper_type_post_filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blog-breadcrumb-menu-wrap,
.hs-breadcrumb-menu-wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 15rem;
  left: 1rem;
}

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

  .blog-breadcrumb-menu-wrap,
  .hs-breadcrumb-menu-wrapper {
    top: 6rem;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .hs-blog-post .blog-breadcrumb-menu-wrap,
  .hs-blog-post .hs-breadcrumb-menu-wrapper {
    top: 7rem;
  }
}

.stickyNav .blog-breadcrumb-menu-wrap,
.stickyNav .hs-breadcrumb-menu-wrapper {
  z-index: 20;
  pointer-events: none;
}

.landing-page .blog-breadcrumb-menu-wrap,
.landing-page .hs-breadcrumb-menu-wrapper {
  top: 9rem;
}

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

  .landing-page .blog-breadcrumb-menu-wrap,
  .landing-page .hs-breadcrumb-menu-wrapper {
    top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .tab {
    padding-left: calc(50% + 1rem);
    display: flex;
  }
}

/* Style the buttons that are used to open the tab content */
.tab button {
  border: 0;
  background: transparent;
  border-bottom: 4px solid #D2D2D2;
  color: #D2D2D2;
  padding: 1rem 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

/* Create an active/current tablink class */
/* Style the tab content */
.tabcontent {
  display: none;
}

@media screen and (min-width: 1024px) {
  .tabcontent .column--image {
    padding: 0 10rem;
  }
}

.tabcontent .tab_content_wrap {
  padding: 2.5rem 0;
}

.tabcontent .tab_content_wrap h2,
.tabcontent .tab_content_wrap .reviews .section_header h3,
.reviews .section_header .tabcontent .tab_content_wrap h3 {
  font-weight: bold;
}

.tabcontent:first-child {
  display: block;
}

.tabcontent h3 {
  margin-bottom: 2.5rem;
}

.tabcontent .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.mw_textblock__tabs--product .tab_content {
  background: white;
}

@media screen and (min-width: 1024px) {
  .mw_textblock__tabs--product .tab_content {
    display: flex;
  }
}

.mw_textblock__tabs--product .tab_content .tabcontent {
  display: block;
  background: transparent;
  opacity: 0.5;
  box-shadow: none;
  border-radius: 0;
  flex: 1;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.mw_textblock__tabs--product .tab_content .tabcontent.active {
  opacity: 1;
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.mw_textblock__tabs--product .tab_content_wrap {
  transform: none;
  width: inherit;
}

@media screen and (min-width: 1024px) {
  .mw_textblock__tabs--product .tab_content_wrap {
    padding: 1rem 2rem 1rem 4rem;
  }
}

.blog-pagination {
  text-align: center;
}

.blog-pagination .button,
.blog-pagination .reviews .cta a,
.reviews .cta .blog-pagination a {
  width: 15rem;
}

.pagination-section {
  border-top: 2px solid #C0D4E7;
  padding-top: 25px;
  margin-top: 35px;
}

.pagination--overview {
  margin: 0 80px;
}

.pagination--overview svg {
  position: relative;
  bottom: -10px;
}

/*----- Section Titles -----*/
.accordion-section-title {
  background: white;
  border-radius: 0.8rem;
  color: #7C7C7C;
  box-shadow: 0 0 2.8rem 0 rgba(148, 168, 180, 0.3);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1rem;
  padding: 1.5rem;
  position: relative;
  transition: all linear 0.15s;
  text-decoration: none;
  width: 100%;
}

.accordion-section-title:before,
.accordion-section-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: .2rem;
  background: #7C7C7C;
  right: 2rem;
  top: 2.6rem;
}

.accordion-section-title:after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all .15s linear;
}

.accordion-section-title.active {
  /* Type */
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  box-shadow: 0 -1rem 1.5rem 0 rgba(148, 168, 180, 0.3);
}

.accordion-section-title.active:after {
  transform: rotate(0);
  opacity: 0;
  background: white;
}

.accordion-section-title.active:before {
  background: white;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding: 2.5rem 2.5rem 2.5rem;
  display: none;
  box-shadow: 0 1.4rem 2rem -0.4rem rgba(148, 168, 180, 0.3);
  border-radius: .8rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: white;
  overflow: hidden;
  font-weight: 400;
  position: relative;
}

.accordion-section-content .button,
.accordion-section-content .reviews .cta a,
.reviews .cta .accordion-section-content a {
  float: right;
  margin-right: 0;
  margin-top: 1.5rem;
}

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

  .accordion-section-content .button,
  .accordion-section-content .reviews .cta a,
  .reviews .cta .accordion-section-content a {
    float: none;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    margin: inherit;
  }
}

.cm-header-bototm-group {
  transition: 0.25s ease all;
  z-index: 10;
  background: transparent;
  min-height: 0;
}

@media screen and (max-width: 1024px) {
  .cm-header-bototm-group .hidden-phone {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .menu-item--search {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .cm-header-bototm-group .visible-phone {
    display: block !important;
  }
}

.cm-header-bototm-group .page-center {
  max-width: 1280px;
  margin: 0 auto !important;
  float: none;
  position: relative;
}

@media screen and (min-width: 568px),
print {
  .cm-header-bototm-group .menu-wrapper {
    padding: 3rem 0 0;
    transition: all .25s ease;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    text-align: left;
    width: 100%;
    justify-content: space-between;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item {
    display: block;
    position: relative;
    padding: .6rem 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item a {
    text-decoration: none;
    font-family: "Gilroy", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
    display: block;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item a {
    color: #1E1E1E;
    padding: 0;
    font-size: 1.6rem;
    line-height: unset;
  }
}

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

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:focus a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:active a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:hover a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.active-branch a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.active a {
    color: #1EAAF0;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:focus:last-child a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:active:last-child a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:hover:last-child a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.active-branch:last-child a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.active:last-child a {
    color: white;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:focus a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:active a,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:hover a {
    color: #1EAAF0;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:focus>.hs-menu-children-wrapper,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:active>.hs-menu-children-wrapper,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item:hover>.hs-menu-children-wrapper {
    display: flex;
    flex-direction: column !important;
    width: auto !important;
    left: auto !important;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper {
    display: none;
    left: 0;
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper {
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper li a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper li a {
    color: #1E1E1E;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-2 {
    position: relative;
  }

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-2 .hs-menu-children-wrapper {
    display: block !important;
  }
}

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

  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-2 .hs-menu-children-wrapper:after,
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-2 .hs-menu-children-wrapper:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-2:hover .hs-menu-children-wrapper {
    display: block;
  }

  .home-page:not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper.hs-menu-flow-horizontal ul .hs-menu-item a,
  .case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper.hs-menu-flow-horizontal ul .hs-menu-item a,
  .hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper.hs-menu-flow-horizontal ul .hs-menu-item a {
    color: white;
    height: 55px;
  }

  .home-page:not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper li a,
  .case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper li a,
  .hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header-bototm-group .hs-menu-wrapper ul .hs-menu-item .hs-menu-children-wrapper li a {
    color: #1E1E1E;
    height: auto;
  }

}


.body-container-wrapper,
.footer-container-wrapper {
  right: 0;
  transition: right 0.25s ease;
  position: relative;
}

.header-container-wrapper {
  right: 0;
  transition: right 0.25s ease;
  z-index: 20;
  position: relative;
}

/*.home-page .header-container-wrapper,
.case-blog:not(.hs-blog-listing) .header-container-wrapper,
.hs-blog-post:not(.hs-blog-listing) .header-container-wrapper {
  position: fixed !important;
  width: 100%;
}*/

.stickyNav .header-container-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
}

/* =============== Custom Menu Primary =============== */
/* Parent List */



@media screen and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 15px;
    z-index: 99;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    align-self: flex-start;
    background: #1EAAF0;
    border-radius: 0;
    border: 0;
    color: white;
    font-family: 'Gilroy' !important;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: none;
    padding: 1.2rem 2rem;
    line-height: 1.8rem;
    height: unset !important;
    transition: all .25s ease;
    border: 0 !important;
    margin-top: -8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
    width: .9rem;
    height: 1.5rem;
    margin-left: 1rem;
    position: relative;
    margin-bottom: -.2rem;
    background-repeat: no-repeat;
    transition: all .25s ease;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:active,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:focus {
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:active:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:focus:after {
    transform: translateX(5px);
  }

  /* Child List */
  /* Override max width on menu links */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }


  /* Fix menu disappearing on desktop after toggling mobile menu */
  .custom-menu-primary .hs-menu-wrapper {
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children a {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block !important;
    position: absolute;
    right: -15px;
    top: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.263' height='6.263' viewBox='0 0 10.263 6.263'%3E%3Cpath id='Path_111' data-name='Path 111' d='M696.034,131.747l4,4,4-4' transform='translate(-694.903 -130.616)' fill='none' stroke='rgba(30,30,30,0.2)' stroke-linecap='round' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  z-index: 999;
  color: #666;
  line-height: 1.7;
  vertical-align: baseline;
  background: #fff;
  width: 100%;
  padding: 1rem;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.14);
  max-width: none;
  left: 0;
  z-index: 2;
  opacity: 0;
  margin-top: 10px !important;
  transition-duration: 200ms !important;
  transition-timing-function: ease-in !important;
  transition-property: opacity, margin-top, visibility !important;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
  visibility: visible !important;
  opacity: 1;
  margin-top: 0 !important;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper>li>ul {
  visibility: visible;
  opacity: 1 !important;
  z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li>ul {
  position: static !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(1)>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li {
  float: left;
  line-height: 20px;
  padding-top: 3rem;
  list-style-type: none !important;
  display: block !important;
  min-height: 1px;
  background: transparent;
  border: 0;
  flex: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(1)>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>a {
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
  visibility: inherit;
  padding-bottom: 2rem;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(1)>ul>li>a::before,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>a::before {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(1)>ul>li.hs-item-has-children>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li.hs-item-has-children>a {
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
  list-style-type: none;
  display: block;
  font-weight: normal;
  white-space: normal !important;
  padding-left: 2rem;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li>a::before,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a::before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.828' height='10.828' viewBox='0 0 6.828 10.828'%3E%3Cpath id='Path_183' data-name='Path 183' d='M723.829,3827.721l4-4,4,4' transform='translate(3829.135 -722.415) rotate(90)' fill='none' stroke='%231eaaf0' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:hover {
  color: #1EAAF0;
}

.ha-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item:nth-child(3n+1) {
  clear: left;
}
}

.custom-lp-header .header-top .social-icon ul li:nth-child(3),
.custom-lp-header .header-top .social-icon ul li:nth-child(4),
.custom-lp-header .header-top .social-icon ul li:nth-child(5) {
  display: none;
}

.menu_infoblock {
  flex: 1;
  background: rgba(30, 170, 240, 0.06);
  padding: 2rem;
  font-size: 1.6rem;
  max-width: 28rem;
}

.menu_infoblock__label {
  background: #1EAAF0;
  color: white;
  padding: 5px 10px;
  position: absolute;
  display: inline-block;
  top: 4rem;
  font-size: 1rem;
}

.menu_infoblock__content {
  padding: 1rem 0 0;
}

.menu_infoblock__content h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

.menu_infoblock__content p {
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.menu_infoblock__content .button_cta {
  padding: .5rem !important;
  color: white !important;
  text-transform: none;
  margin-top: 1rem;
}

.menu-item--search {
  position: relative;
  bottom: -0.2rem;
  margin-left: 2rem;
}

@media screen and (min-width: 1024px) {
  .menu-item--search {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .menu-item--search {
    position: absolute;
    top: 3.1rem;
    margin-left: 2rem;
    right: 6rem;
  }
}

.menu-item--search svg {
  width: 2.2rem;
}

.menu-item--search:hover path {
  fill: #1EAAF0;
}

@media screen and (min-width: 1024px) {
  .child-trigger {
    width: 10px;
    height: 6px;
    display: block !important;
    position: absolute;
    right: -15px;
    top: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.263' height='6.263' viewBox='0 0 10.263 6.263'%3E%3Cpath id='Path_111' data-name='Path 111' d='M696.034,131.747l4,4,4-4' transform='translate(-694.903 -130.616)' fill='none' stroke='rgba(30,30,30,0.2)' stroke-linecap='round' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  }

  .home-page:not(.stickyNav) .child-trigger,
  .case-blog:not(.hs-blog-listing):not(.stickyNav) .child-trigger,
  .hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .child-trigger,
  .home-page:not(.stickyNav) .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,
  .case-blog:not(.hs-blog-listing):not(.stickyNav) .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,
  .hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.263' height='6.263' viewBox='0 0 10.263 6.263'%3E%3Cpath id='Path_111' data-name='Path 111' d='M696.034,131.747l4,4,4-4' transform='translate(-694.903 -130.616)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  }
}

.home-page:not(.stickyNav) .menu-item--search svg path,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .menu-item--search svg path,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .menu-item--search svg path {
  fill: white;
}

/* =============== Mobile Toggle Menu =============== */
/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
  display: none;
}

@media (max-width: 1024px) {
  .close-trigger {
    width: 2rem;
    z-index: 99999999 !important;
    position: absolute !important;
    top: 3.2rem !important;
    left: auto;
    right: 3.2rem;
    cursor: pointer;
    overflow: hidden;
    height: 2rem;
  }

  .close-trigger:before,
  .close-trigger:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1E1E1E;
    transform: rotate(45deg) translateY(calc(50% - 1px));
    transform-origin: center;
    top: 50%;
    position: absolute;
  }

  .close-trigger:after {
    transform: rotate(-45deg) translateY(calc(50% - 1px));
  }

  /* ===== Mobile Toggle Button ===== */
  .wprmenu_bar {
    width: 2.6rem;
    z-index: 909 !important;
    position: absolute !important;
    top: 3.2rem !important;
    left: auto;
    right: 2rem;
    cursor: pointer;
    overflow: hidden;
    height: 1.8rem;
    background-color: transparent;
  }

  div.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }

  .hamburger-inner {
    width: 26px;
    height: 18px;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_425' data-name='Group 425' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26' height='18' viewBox='0 0 26 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_317' data-name='Rectangle 317' width='26' height='18' fill='%231e1e1e'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_421' data-name='Group 421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_515' data-name='Path 515' d='M26,1.18a1.182,1.182,0,0,1-1.18,1.18H1.18A1.18,1.18,0,0,1,1.18,0H24.82A1.182,1.182,0,0,1,26,1.18' fill='%231e1e1e'/%3E%3Cpath id='Path_516' data-name='Path 516' d='M26,9a1.182,1.182,0,0,1-1.18,1.18H17.76L8.11,18V10.18H1.18a1.18,1.18,0,0,1,0-2.36h9.3v5.22l6.44-5.22h7.9A1.182,1.182,0,0,1,26,9' fill='%231e1e1e'/%3E%3Cpath id='Path_517' data-name='Path 517' d='M5.33,15.64V18H1.18a1.18,1.18,0,1,1,0-2.36Z' fill='%231e1e1e'/%3E%3Cpath id='Path_518' data-name='Path 518' d='M26,16.821h0A1.179,1.179,0,0,1,24.821,18H11.87l2.907-2.358H24.821A1.179,1.179,0,0,1,26,16.821' fill='%231e1e1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .home-page:not(.stickyNav) .hamburger-inner,
  .case-blog:not(.hs-blog-listing):not(.stickyNav) .hamburger-inner,
  .hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .hamburger-inner {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_425' data-name='Group 425' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26' height='18' viewBox='0 0 26 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_317' data-name='Rectangle 317' width='26' height='18' fill='%23ffffff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_421' data-name='Group 421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_515' data-name='Path 515' d='M26,1.18a1.182,1.182,0,0,1-1.18,1.18H1.18A1.18,1.18,0,0,1,1.18,0H24.82A1.182,1.182,0,0,1,26,1.18' fill='%23ffffff'/%3E%3Cpath id='Path_516' data-name='Path 516' d='M26,9a1.182,1.182,0,0,1-1.18,1.18H17.76L8.11,18V10.18H1.18a1.18,1.18,0,0,1,0-2.36h9.3v5.22l6.44-5.22h7.9A1.182,1.182,0,0,1,26,9' fill='%23ffffff'/%3E%3Cpath id='Path_517' data-name='Path 517' d='M5.33,15.64V18H1.18a1.18,1.18,0,1,1,0-2.36Z' fill='%23ffffff'/%3E%3Cpath id='Path_518' data-name='Path 518' d='M26,16.821h0A1.179,1.179,0,0,1,24.821,18H11.87l2.907-2.358H24.821A1.179,1.179,0,0,1,26,16.821' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .hamburger--slider .hamburger-inner {
    top: 0;
  }

  /* ===== Mobile Child Toggle Buttons ===== */




  .child-trigger {
    display: block !important;
    top: -6px;
    width: 18px !important;
    min-width: 18px !important;
    height: 30px !important;
    font-family: 'wprmenu';
    position: absolute;
    right: -10px;
    line-height: 38px;
    padding: 12px 24px;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    z-index: 20;
  }

  .child-trigger:before {
    right: 20px;
    top: 6px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.828 14.828'%3E%3Cpath data-name='Path 464' d='m1.414 1.414 6 6-6 6' fill='none' stroke='rgba(30,30,30,0.2)' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
    width: 9px;
    height: 15px;
    background-size: cover;
    position: absolute;
  }

  .child-trigger.child-open:before {
    content: "\6f";
  }

  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    /* Makes room for button */
    margin: 0 0 0 0;
  }

  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Hide menu on mobile */
  /* Make child lists appear below parent items */
  .custom-lp-header .wprmenu_bar {
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary .hs-menu-wrapper {
    z-index: 99;
    left: -100%;
    padding: 3.2rem;
    background-color: #ffffff;
    box-shadow: 8px 0px 40px rgba(0, 0, 0, 0.14);
    top: 0% !important;
    margin-top: -2px;
    width: 80%;
    max-width: 400px;
    transition: all .3s ease;
    position: fixed;
    height: 100%;
    overflow-y: auto !important;
    transition: all .3s ease;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    left: 0 !important;
    z-index: 999;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 40px !important;
    padding-top: 8rem;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.024' height='60'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-187.5 -694.05)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M201.412 789.413V778.87H187.5v-8.57h3.669v4.9h13.911v6.514l8.035-6.514h37.74v-4.9h3.669v8.575h-40.108Z' transform='translate(0 -35.363)' fill='%23fabe14'/%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(187.5 694.05)' fill='%231e1e1e'%3E%3Cpath id='Path_7' data-name='Path 7' d='M211.792 714.493v15.969h-6.71v-15.137c0-3.537-2.133-5.358-5.15-5.358-3.277 0-5.722 1.925-5.722 6.45v14.044h-6.71V694.05h6.71v13.316c1.56-2.341 4.265-3.641 7.75-3.641 5.515 0 9.832 3.849 9.832 10.768Z' transform='translate(-187.5 -694.05)'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M266.284 712.822v26.009h-6.71v-3.069a10.355 10.355 0 0 1-8.479 3.8c-6.918 0-12.641-5.982-12.641-13.732s5.722-13.732 12.641-13.732a10.353 10.353 0 0 1 8.479 3.8v-3.069Zm-6.71 13a7.206 7.206 0 1 0-7.23 7.334 6.993 6.993 0 0 0 7.23-7.33Z' transform='translate(-211.133 -702.419)'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M296.008 726.716a4.421 4.421 0 1 1 4.421 4.422 4.418 4.418 0 0 1-4.421-4.422Zm.364-22.263v-10.4h8.063v10.4l-1.353 13.784h-5.306Z' transform='translate(-237.827 -694.05)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 4.5rem;
    height: 4rem;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 1rem 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    overflow: visible;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    right: 14px;
    top: 6px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.828 14.828'%3E%3Cpath data-name='Path 464' d='m1.414 1.414 6 6-6 6' fill='none' stroke='rgba(30,30,30,0.2)' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
    width: 9px;
    height: 15px;
    background-size: cover;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper {
    box-shadow: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-top: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    width: auto;
    display: inline-block;
    align-self: flex-start;
    background: #1EAAF0;
    border-radius: 0;
    border: 0;
    color: white;
    font-family: 'Gilroy' !important;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: none;
    padding: 1.2rem 2rem;
    line-height: 1.8rem;
    height: unset !important;
    transition: all .25s ease;
    border: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:active,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:focus {
    background: #0b6d9e;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
    width: .9rem;
    height: 1.5rem;
    margin-left: 1rem;
    position: relative;
    margin-bottom: -.2rem;
    background-repeat: no-repeat;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0 10px;
    margin: 0;
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul .child-trigger:before {
    right: 6px;
    top: 7px;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  /* Level 1 Menu List Styles */
  /* Level 1 and Higher Menu List Styles */
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
    padding: 0 10px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  /* Level 4 and Higher Menu List Styles */
}

.mobile-open:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: white;
  opacity: 0.6;
  z-index: 20;
}

.topnav {
  position: relative;
  z-index: 10;
  background: rgba(53, 43, 43, 0.2);
  text-align: right;
  padding: 0.23529em 0;
  color: white;
  transition: right .25s ease;
}

.stickyNav .topnav {
  background: rgba(53, 43, 43, 0.5);
}

.topnav .container,
.topnav .page-center,
.topnav .home-section-4>h2,
.topnav .reviews .section_header .home-section-4>h3,
.reviews .section_header .topnav .home-section-4>h3 {
  max-width: 152rem;
}

.topnav span {
  font-size: 0.64706em;
  line-height: 0.82353em;
}

@media screen and (max-width: 1024px) {
  .topnav {
    text-align: center;
    position: fixed;
    right: -80%;
    width: 80%;
    bottom: 8%;
  }
}

.open-nav .topnav {
  right: 0;
}

.topnav .hs-menu-wrapper {
  display: inline-block;
}

.topnav .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}

.topnav .hs-menu-item {
  display: block;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .topnav .hs-menu-item {
    float: left;
  }
}

.topnav .hs-menu-item:hover>.hs-menu-children-wrapper {
  display: block;
}

.topnav .hs-menu-item .hs-menu-children-wrapper {
  display: none;
  left: 0;
  width: 100%;
  min-width: 250px;
  margin: 0;
  background: rgba(30, 30, 30, 0.82);
}

@media screen and (min-width: 1024px) {
  .topnav .hs-menu-item .hs-menu-children-wrapper {
    position: absolute;
    padding: 20px;
  }
}

.topnav .hs-menu-item.hs-item-has-children {
  position: relative;
  padding-left: 20px;
}

.topnav .hs-menu-item.hs-item-has-children:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3EPath 2 Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Index-1280-grid' transform='translate(-764.000000, -89.000000)' stroke='%23FFFFFF' stroke-width='2'%3E%3Cpolyline id='Path-2-Copy-2' transform='translate(770.000000, 90.000000) rotate(-45.000000) translate(-770.000000, -90.000000) ' points='767 87 767 93 773 93'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.topnav .container,
.topnav .page-center,
.topnav .home-section-4>h2,
.topnav .reviews .section_header .home-section-4>h3,
.reviews .section_header .topnav .home-section-4>h3 {
  display: flex;
}

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

  .topnav .container,
  .topnav .page-center,
  .topnav .home-section-4>h2,
  .topnav .reviews .section_header .home-section-4>h3,
  .reviews .section_header .topnav .home-section-4>h3 {
    justify-content: flex-end;
    align-items: center;
  }
}

.topnav .container .topnav_link--phone a,
.topnav .page-center .topnav_link--phone a,
.topnav .home-section-4>h2 .topnav_link--phone a,
.topnav .reviews .section_header .home-section-4>h3 .topnav_link--phone a,
.reviews .section_header .topnav .home-section-4>h3 .topnav_link--phone a {
  padding: 0 10px 0 0;
}

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

  .topnav .container,
  .topnav .page-center,
  .topnav .home-section-4>h2,
  .topnav .reviews .section_header .home-section-4>h3,
  .reviews .section_header .topnav .home-section-4>h3 {
    display: flex;
    flex-direction: column;
  }
}

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

  .topnav .container .topnav_link,
  .topnav .page-center .topnav_link,
  .topnav .home-section-4>h2 .topnav_link,
  .topnav .reviews .section_header .home-section-4>h3 .topnav_link,
  .reviews .section_header .topnav .home-section-4>h3 .topnav_link,
  .topnav .container .topnav_link--phone,
  .topnav .page-center .topnav_link--phone,
  .topnav .home-section-4>h2 .topnav_link--phone,
  .topnav .reviews .section_header .home-section-4>h3 .topnav_link--phone,
  .reviews .section_header .topnav .home-section-4>h3 .topnav_link--phone {
    line-height: 2em;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .topnav .hs_cos_wrapper_type_language_switcher {
    position: fixed;
    right: 80px;
    top: 30px;
    z-index: 2;
    transition: right .25s ease;
  }

  .open-nav .topnav .hs_cos_wrapper_type_language_switcher {
    right: 100%;
  }
}

.topnav a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.64706em;
  line-height: 0.82353em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.88235em;
}

.topnav a:hover {
  color: #1E1E1E;
}

.topnav a.topnav_link--phone {
  position: relative;
  top: -1px;
}

@media screen and (min-width: 1024px) {
  .topnav {
    display: block;
  }
}

.topnav .phone-icon {
  width: 15px;
  position: relative;
  bottom: -4px;
}

.topnav .globe_class {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  position: relative;
  bottom: -2px;
}

.cm-header .header-top {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5rem 0;
  transition: padding .25s ease;
}

@media screen and (max-width: 567px) {
  .cm-header .header-top {
    left: -100%;
    position: fixed;
    bottom: 0;
    background-color: #FAFAFA;
    width: 80%;
    max-width: 400px;
    transition: all .3s ease;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 567px) {
  .cm-header .header-top .menu-item--search {
    display: none;
  }
}

.cm-header .header-top .page-center {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .cm-header .header-top .page-center .personal-info {
    display: flex;
    align-items: center;
  }
}

.cm-header .header-top .page-center .personal-info a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1E1E1E;
  text-decoration: none;
}

/*.home-page:not(.stickyNav) .cm-header .header-top .page-center .personal-info a,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a {
  color: white;
}*/

.mobile-open.home-page:not(.stickyNav) .cm-header .header-top .page-center .personal-info a,
.mobile-open.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a,
.mobile-open.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a {
  color: #1e1e1e;
}

.home-page:not(.stickyNav) .cm-header .header-top .page-center .personal-info a svg path,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a svg path,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info a svg path {
  fill: white;
}

.home-page:not(.stickyNav) .cm-header .header-top .page-center .menu-item--search svg path,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .menu-item--search svg path,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .menu-item--search svg path {
  fill: white;
}

.cm-header .header-top .page-center .personal-info ul {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .cm-header .header-top .page-center .personal-info ul {
    flex-direction: column;
  }
}

.cm-header .header-top .page-center .personal-info ul li {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 2rem;
}

@media screen and (max-width: 1023px) {
  .cm-header .header-top .page-center .personal-info ul li {
    margin-right: 0;
    padding-bottom: 1.2rem;
  }
}

.cm-header .header-top .page-center .personal-info ul li a {
  text-decoration: none;
}

.home-page:not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a {
  color: white;
}

.home-page:not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a svg path,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a svg path,
.hs-blog-post:not(.hs-blog-listing):not(.stickyNav) .cm-header .header-top .page-center .personal-info ul li a svg path {
  fill: white;
}

.cm-header .header-top .page-center .personal-info ul li span {
  background: #1EAAF0;
  display: inline-block;
  color: white;
  border-radius: 2rem;
  font-size: .8rem;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.3rem;
  position: relative;
  top: -0.7rem;
  left: -0.2rem;
}

.cm-header .widget-type-logo a:before {
  content: '';
  display: block;
  width: 6.7rem;
  height: 6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.024' height='60'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-187.5 -694.05)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M201.412 789.413V778.87H187.5v-8.57h3.669v4.9h13.911v6.514l8.035-6.514h37.74v-4.9h3.669v8.575h-40.108Z' transform='translate(0 -35.363)' fill='%23fabe14'/%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(187.5 694.05)' fill='%231e1e1e'%3E%3Cpath id='Path_7' data-name='Path 7' d='M211.792 714.493v15.969h-6.71v-15.137c0-3.537-2.133-5.358-5.15-5.358-3.277 0-5.722 1.925-5.722 6.45v14.044h-6.71V694.05h6.71v13.316c1.56-2.341 4.265-3.641 7.75-3.641 5.515 0 9.832 3.849 9.832 10.768Z' transform='translate(-187.5 -694.05)'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M266.284 712.822v26.009h-6.71v-3.069a10.355 10.355 0 0 1-8.479 3.8c-6.918 0-12.641-5.982-12.641-13.732s5.722-13.732 12.641-13.732a10.353 10.353 0 0 1 8.479 3.8v-3.069Zm-6.71 13a7.206 7.206 0 1 0-7.23 7.334 6.993 6.993 0 0 0 7.23-7.33Z' transform='translate(-211.133 -702.419)'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M296.008 726.716a4.421 4.421 0 1 1 4.421 4.422 4.418 4.418 0 0 1-4.421-4.422Zm.364-22.263v-10.4h8.063v10.4l-1.353 13.784h-5.306Z' transform='translate(-237.827 -694.05)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 567px) {
  .cm-header .widget-type-logo a:before {
    width: 4.5rem;
    height: 4rem;
    background-size: cover;
  }
}

.home-page:not(.stickyNav) .cm-header .widget-type-logo a:before,
.case-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .widget-type-logo a:before,
.ha-blog:not(.hs-blog-listing):not(.stickyNav) .cm-header .widget-type-logo a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.024' height='60'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-187.5 -694.05)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M201.412 789.413V778.87H187.5v-8.57h3.669v4.9h13.911v6.514l8.035-6.514h37.74v-4.9h3.669v8.575h-40.108Z' transform='translate(0 -35.363)' fill='%23fabe14'/%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(187.5 694.05)' fill='%23ffffff'%3E%3Cpath id='Path_7' data-name='Path 7' d='M211.792 714.493v15.969h-6.71v-15.137c0-3.537-2.133-5.358-5.15-5.358-3.277 0-5.722 1.925-5.722 6.45v14.044h-6.71V694.05h6.71v13.316c1.56-2.341 4.265-3.641 7.75-3.641 5.515 0 9.832 3.849 9.832 10.768Z' transform='translate(-187.5 -694.05)'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M266.284 712.822v26.009h-6.71v-3.069a10.355 10.355 0 0 1-8.479 3.8c-6.918 0-12.641-5.982-12.641-13.732s5.722-13.732 12.641-13.732a10.353 10.353 0 0 1 8.479 3.8v-3.069Zm-6.71 13a7.206 7.206 0 1 0-7.23 7.334 6.993 6.993 0 0 0 7.23-7.33Z' transform='translate(-211.133 -702.419)'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M296.008 726.716a4.421 4.421 0 1 1 4.421 4.422 4.418 4.418 0 0 1-4.421-4.422Zm.364-22.263v-10.4h8.063v10.4l-1.353 13.784h-5.306Z' transform='translate(-237.827 -694.05)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cm-header .widget-type-logo a {
  padding: 3rem 0 2rem;
  display: inline-block;
}

.stickyNav .cm-header .widget-type-logo a {
  padding: 3rem 0 2rem;
}

@media screen and (max-width: 1023px) {
  .cm-header .widget-type-logo a {
    padding: 2.5rem 0 1.5rem;
  }

  .stickyNav .cm-header .widget-type-logo a {
    padding-bottom: 1.5rem;
  }
}

.cm-header .widget-type-logo img {
  display: none;
}

@media screen and (max-width: 567px) {
  .mobile-open .header-top {
    z-index: 100;
    left: -0% !important;
  }
}

.search-form {
  opacity: 0;
  transition: all .25s ease;
  background: rgba(250, 190, 20, 0.9);
  display: flex;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 99988;
}

.search-form.hidden {
  display: none;
}

.search-form input {
  background-color: transparent;
  border: 0;
  position: relative;
  color: white;
  font-size: 24px;
  padding: 15px;
}

.search-form input:focus {
  outline: none !important;
}

.search-form .search-input {
  display: flex;
  position: relative;
}

.search-form .search-input:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: white;
  display: block;
  bottom: 0;
  transition: all .25s ease;
  transition-delay: .25s;
}

.search-form svg {
  width: 25px;
}

.search-form .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.search-form .close span {
  width: 40px;
  height: 3px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
}

.search-form .close span:nth-child(1) {
  transform: rotate(45deg);
}

.search-form .close span:nth-child(2) {
  transform: rotate(-45deg);
}

.search-form.animate-in {
  opacity: 1;
}

.search-form.animate-in .search-input:before {
  width: 100%;
}

.hs-search-field__bar {
  position: relative;
  margin-top: 25px;
}

@media screen and (min-width: 1024px) {
  .hs-search-field__bar {
    width: 50%;
  }
}

.hs-search-field__bar:before {
  content: '';
  width: 16px;
  height: 16px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3E%3Cpath d='M13.713 13.04a6.639 6.639 0 01-4.673 2.294 6.637 6.637 0 01-4.904-1.745c-2.645-2.425-2.885-6.603-.533-9.313A6.638 6.638 0 018.67 1.97a6.63 6.63 0 014.51 1.757c2.645 2.424 2.884 6.602.533 9.313m7.828 5.787l-5.808-5.179a8.574 8.574 0 001.248-2.594 8.66 8.66 0 00.307-3.081 8.6 8.6 0 00-.89-3.194 8.625 8.625 0 00-2.026-2.625 8.604 8.604 0 00-6.21-2.14 8.6 8.6 0 00-5.966 2.882A8.6 8.6 0 00.015 9.153a8.601 8.601 0 002.881 5.967A8.595 8.595 0 009.153 17.3a8.646 8.646 0 002.922-.684 8.57 8.57 0 002.349-1.5l5.808 5.178a.976.976 0 00.711.248.985.985 0 00.598-1.716' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.hs-search-field__bar .hs-search-field__input {
  height: 48px;
}

.hs-search-results__listing {
  margin-top: 25px;
}

.hs-search-results__listing li {
  padding: 20px;
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 35px;
}

.hs-search-results__listing li a {
  color: #1E1E1E;
}

.mega-menu {
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: none;
  left: 0;
  z-index: 35;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .mega-menu {
    display: block !important;
    left: -100% !important;
    position: fixed;
    width: 80% !important;
    max-width: 400px;
    background-color: white;
    z-index: 999;
    top: 0;
    transition: all .3s ease;
    padding: 0;
    top: 11rem;
    height: 100%;
    overflow: scroll;
  }

  .mega-menu .row-number-1 {
    padding: 0 3rem;
  }

  .mega-menu .row-number-1 .mega-menu-back {
    display: block;
    z-index: 999;
    font-size: 1.6rem;
    font-weight: bold;
    color: black;
    padding-bottom: 2rem;
  }

  .mega-menu .row-number-1 .mega-menu-back .hs_cos_wrapper_type_text:before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_467' data-name='Path 467' d='M0,0,6,6l6-6' transform='translate(7.414 1.414) rotate(90)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 9px;
    height: 15px;
    margin-right: 1rem;
    margin-bottom: -2px;
  }

  .mega-menu .row-number-2 {
    padding-bottom: 11rem;
  }
}

@media screen and (min-width: 1024px) {
  .mega-menu-1 .span2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .mega-menu {
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.14);
  }
}

.mega-menu strong {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #1E1E1E;
}

.mega-menu p,
.mega-menu ul,
.mega-menu li,
.mega-menu a {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

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

  .mega-menu p,
  .mega-menu ul {
    padding-bottom: 1.4rem;
  }
}

@media screen and (max-width: 567px) {
  .mega-menu .hs-cta-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .mega-menu .hs-menu-flow-vertical {
    padding-top: 0 !important;
  }
}

.mega-menu a {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .mega-menu .row-depth-2>.row-fluid {
    display: flex;
  }
}

.mega-menu .span2 {
  padding: 4rem;
}

@media screen and (max-width: 1023px) {
  .mega-menu .span2 {
    padding: 2rem 0;
    margin: 0 4rem !important;
    border-bottom: 1px solid #E6E6E6;
  }
}

.mega-menu .span4,
.mega-menu .span2 {
  margin: 0;
}

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

  .mega-menu .span4,
  .mega-menu .span2 {
    width: 20% !important;
  }
}

.mega-menu .span4.mega-menu-3-links,
.mega-menu .span2.mega-menu-3-links {
  padding: 4rem;
}

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

  .mega-menu .span4.mega-menu-3-links,
  .mega-menu .span2.mega-menu-3-links {
    width: 40% !important;
  }
}

.mega-menu-audit {
  background: #FABE14;
  padding: 4rem;
}

.mega-menu-audit strong {
  color: white;
}

.mega-menu-audit p,
.mega-menu-audit ul,
.mega-menu-audit li,
.mega-menu-audit a {
  color: white;
}

.mega-menu-audit ul li {
  padding-left: 1.5rem;
  line-height: 1.8rem;
}

.mega-menu-audit ul li:before {
  top: 6px;
  width: 4px;
  height: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='2' cy='2' r='2' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
}

.mega-menu .mega-menu-3-links ul li {
  list-style-type: none;
  display: block;
  font-weight: normal;
  white-space: normal !important;
  padding-left: 2rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-bottom: .5rem;
  color: #1E1E1E;
}

.mega-menu .mega-menu-3-links ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #1E1E1E;
}

.mega-menu .mega-menu-3-links ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.828' height='10.828' viewBox='0 0 6.828 10.828'%3E%3Cpath id='Path_183' data-name='Path 183' d='M723.829,3827.721l4-4,4,4' transform='translate(3829.135 -722.415) rotate(90)' fill='none' stroke='%231eaaf0' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mega-menu .mega-menu-3-links ul li:hover {
  color: #1EAAF0;
}

.mega-menu .hs-menu-flow-vertical {
  padding-top: 2.5rem;
}

.mega-menu .hs-menu-flow-vertical ul {
  display: flex;
  flex-direction: column;
}

.mega-menu .hs-menu-flow-vertical ul .hs-menu-item {
  padding-left: 1.5rem;
  position: relative;
}

.mega-menu .hs-menu-flow-vertical ul .hs-menu-item:before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.828' height='10.828' viewBox='0 0 6.828 10.828'%3E%3Cpath id='Path_183' data-name='Path 183' d='M723.829,3827.721l4-4,4,4' transform='translate(3829.135 -722.415) rotate(90)' fill='none' stroke='%231eaaf0' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mega-menu .hs-menu-flow-vertical ul .hs-menu-item a {
  font-weight: normal;
  font-size: 1.2rem;
}

.mega-menu-calc.span2 {
  padding: 4rem !important;
  margin: 0 !important;
  /*     border: 1rem solid white; */
  background: rgba(30, 170, 240, 0.06);
}

.mega-menu-calc.span2 ul li {
  padding-left: 1.5rem;
  line-height: 1.8rem;
}

.mega-menu-calc.span2 ul li:before {
  top: 6px;
  width: 4px;
  height: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='2' cy='2' r='2' fill='%231EAAF0'/%3E%3C/svg%3E%0A") !important;
}

@media screen and (min-width: 1024px) {
  .mega-menu-active {
    position: relative;
  }

  .mega-menu-active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    pointer-events: none;
  }
}

@media screen and (min-width: 1024px) {
  .home-page .mega-menu-active:before {
    bottom: -17px;
  }
}

.mobile-mega-menu-1 .mega-menu-1 {
  left: 0 !important;
}

.mobile-mega-menu-2 .mega-menu-2 {
  left: 0 !important;
}

.mobile-mega-menu-3 .mega-menu-3 {
  left: 0 !important;
}

.mobile-mega-menu-4 .mega-menu-4 {
  left: 0 !important;
}

.card,
.hs-blog-listing .post-listing .post-item,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
.training_listing__wrap,
.tab-content__block {
  border-radius: 0;
  box-shadow: none;
  padding: 1.5rem;
  margin-bottom: 4rem;
  background: transparent;
  display: flex !important;
  z-index: 1;
  position: relative;
  width: 100%;
}

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

  .card,
  .hs-blog-listing .post-listing .post-item,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
  .training_listing__wrap,
  .tab-content__block {
    padding: 2rem;
    margin-bottom: 0;
  }
}

.card .home-section-3-desc,
.hs-blog-listing .post-listing .post-item .home-section-3-desc,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .home-section-3-desc,
.training_listing__wrap .home-section-3-desc,
.tab-content__block .home-section-3-desc {
  background: white;
  padding: 3rem;
  width: 100%;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);
}

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

  .card .home-section-3-desc,
  .hs-blog-listing .post-listing .post-item .home-section-3-desc,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .home-section-3-desc,
  .training_listing__wrap .home-section-3-desc,
  .tab-content__block .home-section-3-desc {
    padding: 2rem 4rem;
  }
}

.card:after,
.hs-blog-listing .post-listing .post-item:after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:after,
.training_listing__wrap:after,
.tab-content__block:after {
  content: '';
  width: calc(100% - 4rem);
  height: 50%;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='364' height='220' viewBox='0 0 364 220'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='364' height='220' transform='translate(1196 3117)' fill='%23fabe14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_14' data-name='Mask Group 14' transform='translate(-1196 -3117)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_788' data-name='Group 788' transform='translate(886 2463)'%3E%3Cg id='Group_748' data-name='Group 748'%3E%3Cpath id='Path_897' data-name='Path 897' d='M51.312,0C37.037,12.837,24.85,15.875,13.987,18.587A101.274,101.274,0,0,0,0,22.812V9.5C3.812,8.238,7.45,7.325,10.962,6.462,17.237,4.9,23.325,3.387,29.825,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_749' data-name='Group 749'%3E%3Cpath id='Path_898' data-name='Path 898' d='M95.762,0A77.694,77.694,0,0,1,80.15,21.362C64.212,37.3,50.813,40.637,38.987,43.587c-11.238,2.8-21.863,5.45-35.337,18.925Q1.662,64.5,0,66.387V48.837C13.687,37.013,25.45,34.075,35.962,31.462c11.25-2.8,21.862-5.45,35.35-18.937A71.233,71.233,0,0,0,81.5,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_750' data-name='Group 750'%3E%3Cpath id='Path_899' data-name='Path 899' d='M128.687,0c-.462,1.725-.887,3.462-1.325,5.212-2.95,11.825-6.287,25.225-22.212,41.15S75.812,65.637,63.987,68.587c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35C7.787,130.6,5.687,139.012,0,148.362V110.875c2.925-9.562,7.762-20.162,19.8-32.2C35.737,62.75,49.138,59.4,60.962,56.462c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c.175-.725.362-1.45.55-2.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_751' data-name='Group 751'%3E%3Cpath id='Path_900' data-name='Path 900' d='M166.55,0c-9.437,11.137-11.75,20.425-14.187,30.212-2.95,11.825-6.287,25.225-22.212,41.15S100.812,90.637,88.987,93.588c-11.238,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15A86.6,86.6,0,0,1,0,199.487v-15.85c1.2-1.063,2.412-2.213,3.662-3.463,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.162S74.137,84.4,85.962,81.462c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.05-8.2,4.275-17.15,10.762-27.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_752' data-name='Group 752'%3E%3Cpath id='Path_901' data-name='Path 901' d='M235.337,0c-1.25.325-2.488.637-3.7.937-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15-14.312,14.313-26.575,18.462-37.5,21.3v-12.95c8.912-2.55,17.862-6.387,28.662-17.187,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162A85.629,85.629,0,0,1,200.775,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_753' data-name='Group 753'%3E%3Cpath id='Path_902' data-name='Path 902' d='M301.337,0c-1.1,1.225-2.275,2.462-3.538,3.725-15.937,15.925-29.338,19.262-41.163,22.212-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225C14.275,263,7.45,264.7,0,269.087V255.012A101.664,101.664,0,0,1,18.312,249.1c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.212c9.65-2.4,18.825-4.687,29.762-13.812Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_754' data-name='Group 754'%3E%3Cpath id='Path_903' data-name='Path 903' d='M341.462,0c-3.05,8.637-8.063,18.125-18.663,28.725-15.937,15.925-29.337,19.262-41.162,22.213-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925A70.371,70.371,0,0,0,0,319V298.563c.687-.738,1.412-1.488,2.162-2.238,15.925-15.937,29.325-19.275,41.15-22.225,11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937C321.237,12.6,325.362,6.15,328.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_755' data-name='Group 755'%3E%3Cpath id='Path_904' data-name='Path 904' d='M373.675,0a111.45,111.45,0,0,0-3.663,12.562c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.338,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.6,10.425-5.5,22.075-17.075,35.613V378.175a93.864,93.864,0,0,0,4.938-15.7c2.95-11.825,6.287-25.225,22.225-41.15S56.487,302.05,68.313,299.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.338C358.65,6.475,359.45,3.3,360.475,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_756' data-name='Group 756'%3E%3Cpath id='Path_905' data-name='Path 905' d='M416.25,0c-.762.7-1.538,1.45-2.312,2.225C400.462,15.7,397.812,26.312,395.012,37.562c-2.95,11.825-6.287,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162A79.137,79.137,0,0,1,0,446.525V432.037a74.45,74.45,0,0,0,11.012-9.212c13.488-13.488,16.125-24.1,18.925-35.35,2.95-11.825,6.288-25.225,22.225-41.15S81.488,327.05,93.313,324.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.338c2.537-10.15,5.35-21.462,16.175-34.537Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_757' data-name='Group 757'%3E%3Cpath id='Path_906' data-name='Path 906' d='M497.35,0c-8.387,4.637-16,6.537-23.062,8.287-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S15.525,475.925,3.7,478.875c-1.237.313-2.475.613-3.7.938v-12.9c.225-.05.45-.112.675-.162,11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162C440.375,8.1,449.612,3.063,458.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_758' data-name='Group 758'%3E%3Cpath id='Path_907' data-name='Path 907' d='M549.9,0a88.125,88.125,0,0,1-9.463,11.075C524.512,27,511.112,30.35,499.287,33.287c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S40.525,500.925,28.7,503.875c-9.325,2.325-18.237,4.55-28.7,12.95V501.562c9.412-5.775,17.888-7.875,25.675-9.813,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.937-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.088,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.337-18.925.75-.75,1.475-1.5,2.15-2.237Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_759' data-name='Group 759'%3E%3Cpath id='Path_908' data-name='Path 908' d='M586.362,0c-2.837,10.562-7.225,22.375-20.925,36.075C549.512,52,536.112,55.35,524.287,58.287c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S65.525,525.925,53.7,528.875c-11.237,2.8-21.862,5.45-35.337,18.925C5.775,560.375,2.637,570.462,0,580.887v-30.8a88.147,88.147,0,0,1,9.525-11.125c15.925-15.937,29.325-19.275,41.15-22.213,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.338-18.925C566.825,17.012,570.812,8.45,573.375,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_760' data-name='Group 760'%3E%3Cpath id='Path_909' data-name='Path 909' d='M619.687,0c-3.775,6.887-5.375,13.3-7.025,19.912-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S90.525,550.925,78.7,553.875c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162-.738.738-1.475,1.462-2.212,2.137V633.012c7.875-10.112,10.037-18.8,12.3-27.888,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.138-24.1,18.938-35.35A105.085,105.085,0,0,1,605.812,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_761' data-name='Group 761'%3E%3Cpath id='Path_910' data-name='Path 910' d='M668.15,0a72.74,72.74,0,0,0-11.562,9.575c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.163C17.225,684.287,8.238,689.325,0,692.425V678.862a64.935,64.935,0,0,0,18.375-13.4c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.162-22.212c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162.25-.25.487-.487.737-.725Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_762' data-name='Group 762'%3E%3Cpath id='Path_911' data-name='Path 911' d='M750.813,0c-12.788,10.387-23.9,13.162-33.875,15.637-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213C7.35,722.437,3.7,723.35,0,724.637V711.525c2.762-.825,5.437-1.487,8.037-2.137,11.238-2.8,21.862-5.45,35.337-18.925S59.5,666.362,62.3,655.125c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S702.087,6.462,713.912,3.512A113.928,113.928,0,0,0,726.062,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_763' data-name='Group 763'%3E%3Cpath id='Path_912' data-name='Path 912' d='M797.187,0a80.581,80.581,0,0,1-14.1,18.425C767.162,34.35,753.762,37.7,741.937,40.637c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925-.25.25-.5.5-.725.738V749.35c12.437-9.825,23.275-12.525,33.037-14.963,11.237-2.8,21.862-5.45,35.337-18.925S84.5,691.362,87.3,680.125c2.95-11.825,6.288-25.238,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925A74.19,74.19,0,0,0,782.462,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_764' data-name='Group 764'%3E%3Cpath id='Path_913' data-name='Path 913' d='M830.875,0c-.188.75-.375,1.5-.563,2.262-2.95,11.825-6.288,25.225-22.225,41.162S778.762,62.7,766.937,65.637c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S9.6,814.537,6.8,825.787c-1.562,6.25-3.225,12.937-6.8,20.2V805.75c3.175-7.388,8.125-15.388,16.887-24.15,15.925-15.925,29.325-19.263,41.15-22.213,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C812.437,21.4,815.262,10.962,818,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_765' data-name='Group 765'%3E%3Cpath id='Path_914' data-name='Path 914' d='M867.137,0c-7.488,9.85-9.6,18.362-11.825,27.262-2.95,11.825-6.288,25.225-22.225,41.162S803.762,87.7,791.937,90.637c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S34.6,839.537,31.8,850.787c-2.95,11.825-6.288,25.225-22.225,41.15A90.717,90.717,0,0,1,0,900.312V883.825c.237-.238.487-.475.737-.725,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.112,18.937-35.35C845.025,16.85,847.025,8.85,852.137,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_766' data-name='Group 766'%3E%3Cpath id='Path_915' data-name='Path 915' d='M926.975,0c-8.612,2.55-17.313,6.5-27.725,16.912-13.487,13.487-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.088-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S59.6,864.537,56.8,875.787c-2.95,11.825-6.287,25.225-22.225,41.15-13.038,13.05-24.4,17.65-34.575,20.5v-13.05c7.962-2.575,16.125-6.675,25.737-16.288,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162A91.676,91.676,0,0,1,899.575,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_767' data-name='Group 767'%3E%3Cpath id='Path_916' data-name='Path 916' d='M1000,0V1.512C984.4,16.8,971.237,20.087,959.6,22.975c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S84.6,889.537,81.8,900.787c-2.95,11.825-6.288,25.225-22.225,41.15s-29.337,19.275-41.15,22.213c-6.138,1.537-12.1,3.025-18.425,6.25V956.687a114.879,114.879,0,0,1,15.4-4.662c11.237-2.8,21.862-5.45,35.338-18.925S66.862,909,69.662,897.762c2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.113,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162S944.75,13.8,956.575,10.85c8.5-2.113,16.65-4.15,25.95-10.85Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_768' data-name='Group 768' transform='translate(0 29.6)'%3E%3Cpath id='Path_917' data-name='Path 917' d='M1000,23.68V37.393a113.083,113.083,0,0,1-15.4,4.663c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162S290.525,745,278.7,747.955c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15s-29.338,19.275-41.15,22.213c-8.513,2.125-16.65,4.15-25.95,10.85H0v-1.513C15.6,977.28,28.762,974,40.4,971.1c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.862-5.45,35.337-18.925S209.5,810.443,212.3,799.2c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.138-24.112,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162S969.75,32.88,981.575,29.93C987.712,28.405,993.662,26.918,1000,23.68Z' transform='translate(0 -23.68)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_769' data-name='Group 769' transform='translate(73.05 62.562)'%3E%3Cpath id='Path_918' data-name='Path 918' d='M985.39,50.05V63.1c-7.975,2.575-16.137,6.675-25.75,16.3-13.488,13.488-16.125,24.1-18.938,35.35-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938S708.2,338.8,705.4,350.05c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925S472.9,574.1,470.1,585.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.238,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162S183.277,881.063,171.453,884c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15a89.9,89.9,0,0,1-9.163,8.063H58.44c8.588-2.55,17.287-6.5,27.688-16.9,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162S627.177,404.25,639,401.3c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S862.477,168.95,874.3,166c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35C931.527,99.9,934.865,86.5,950.8,70.563,963.852,57.5,975.2,52.9,985.39,50.05Z' transform='translate(-58.44 -50.05)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_770' data-name='Group 770' transform='translate(132.85 99.687)'%3E%3Cpath id='Path_919' data-name='Path 919' d='M973.43,79.75V96.238c-.25.238-.5.488-.75.738-13.488,13.488-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.275-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S666.893,428.05,655.067,431c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35C597.855,497.1,594.5,510.5,578.58,526.437S549.242,545.7,537.417,548.65c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15S431.592,663.35,419.767,666.3c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-1.837,7.375-3.838,15.375-8.937,24.213H106.28c7.475-9.838,9.6-18.35,11.813-27.237,2.95-11.825,6.288-25.225,22.225-41.163s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162A88.18,88.18,0,0,1,973.43,79.75Z' transform='translate(-106.28 -79.75)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_771' data-name='Group 771' transform='translate(169.1 154.012)'%3E%3Cpath id='Path_920' data-name='Path 920' d='M966.18,123.21v40.213c-3.175,7.4-8.125,15.413-16.9,24.2-15.937,15.925-29.337,19.275-41.162,22.212-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925-13.175,13.175-16,23.6-18.725,34.563h-12.9c.187-.75.375-1.488.563-2.237,2.95-11.825,6.287-25.225,22.225-41.163s29.325-19.263,41.15-22.212c11.237-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35C960.93,137.185,962.592,130.485,966.18,123.21Z' transform='translate(-135.28 -123.21)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_772' data-name='Group 772' transform='translate(202.8 233.825)'%3E%3Cpath id='Path_921' data-name='Path 921' d='M959.44,187.06V203.9c-12.45,9.837-23.3,12.55-33.063,14.975-11.25,2.8-21.862,5.45-35.35,18.938S874.9,261.91,872.1,273.147c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S639.6,497.2,636.8,508.448c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S349.965,804.16,338.14,807.11c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.337,18.925a74.772,74.772,0,0,0-8.2,9.563H162.24a80.412,80.412,0,0,1,14.087-18.4c15.925-15.925,29.325-19.262,41.15-22.212,11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S558.578,562.635,570.4,559.7c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S676.227,445,688.052,442.047c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162S793.877,327.348,805.7,324.4c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C958.952,187.56,959.2,187.31,959.44,187.06Z' transform='translate(-162.24 -187.06)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_773' data-name='Group 773' transform='translate(249.187 275.387)'%3E%3Cpath id='Path_922' data-name='Path 922' d='M950.162,220.31v13.125c-2.775.813-5.45,1.475-8.062,2.125-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337C884.875,301.66,881.537,315.06,865.6,331s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S718.625,467.91,706.8,470.86c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162S600.975,585.56,589.15,588.51c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15S483.325,703.21,471.5,706.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925S302.4,866.822,299.6,878.06c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212a115.876,115.876,0,0,0-12.1,3.488H199.35c12.787-10.362,23.875-13.125,33.85-15.613,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937S519.95,651,522.75,639.76c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937S755.25,415.71,758.05,404.46c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213C942.787,222.51,946.45,221.6,950.162,220.31Z' transform='translate(-199.35 -220.31)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_774' data-name='Group 774' transform='translate(331.85 307.6)'%3E%3Cpath id='Path_923' data-name='Path 923' d='M933.63,246.08v13.55a64.691,64.691,0,0,0-18.412,13.425c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.338,18.925S428.5,767.742,425.7,778.98c-2.95,11.825-6.288,25.225-22.212,41.162S374.155,839.4,362.33,842.355c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163-.237.237-.475.475-.712.7H265.48a72.318,72.318,0,0,0,11.525-9.538c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C916.38,254.205,925.38,249.18,933.63,246.08Z' transform='translate(-265.48 -246.08)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_775' data-name='Group 775' transform='translate(380.3 348.55)'%3E%3Cpath id='Path_924' data-name='Path 924' d='M923.94,278.84v18.425C916.04,307.4,913.865,316.1,911.6,325.2c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S679.1,549.252,676.3,560.5c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.163,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338A106.529,106.529,0,0,1,318.1,930.29H304.24c3.763-6.875,5.35-13.275,7-19.875,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163S833.377,379.4,845.2,376.452c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C922.44,280.265,923.2,279.528,923.94,278.84Z' transform='translate(-304.24 -278.84)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_776' data-name='Group 776' transform='translate(413.612 419.037)'%3E%3Cpath id='Path_925' data-name='Path 925' d='M917.277,335.23v30.837a88.1,88.1,0,0,1-9.562,11.2c-15.925,15.925-29.325,19.275-41.15,22.213-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S760.74,514.18,748.915,517.13c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S643.09,631.83,631.265,634.78c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S525.44,749.48,513.615,752.43c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925-10.213,10.2-14.2,18.762-16.75,27.2h-13c2.837-10.55,7.237-22.363,20.912-36.038,15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163S734.065,507.955,745.89,505c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.337-18.925C911.5,355.805,914.628,345.705,917.277,335.23Z' transform='translate(-330.89 -335.23)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_777' data-name='Group 777' transform='translate(450.062 483.187)'%3E%3Cpath id='Path_926' data-name='Path 926' d='M909.987,386.55v15.263c-9.438,5.788-17.913,7.9-25.713,9.838-11.25,2.8-21.862,5.45-35.35,18.938S832.8,454.688,830,465.925c-2.95,11.825-6.288,25.225-22.213,41.162S778.45,526.35,766.625,529.3c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162S660.8,644,648.975,646.95c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S543.15,761.65,531.325,764.6c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925-.737.738-1.45,1.475-2.125,2.2H360.05a89.036,89.036,0,0,1,9.463-11.038c15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213C890.587,397.2,899.512,394.975,909.987,386.55Z' transform='translate(-360.05 -386.55)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_778' data-name='Group 778' transform='translate(502.687 520.225)'%3E%3Cpath id='Path_927' data-name='Path 927' d='M899.462,416.18v12.888c-.237.062-.475.112-.713.175-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.163-10.237,10.225-19.425,15.262-27.812,18.337H402.15c8.35-4.612,15.95-6.5,22.988-8.25,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.213C896.975,416.8,898.225,416.493,899.462,416.18Z' transform='translate(-402.15 -416.18)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_779' data-name='Group 779' transform='translate(583.75 553.5)'%3E%3Cpath id='Path_928' data-name='Path 928' d='M883.25,442.8v14.488a73.262,73.262,0,0,0-11.062,9.237c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.525,10.138-5.35,21.438-16.15,34.5H467c.75-.687,1.5-1.412,2.262-2.175,13.488-13.488,16.125-24.1,18.938-35.35,2.937-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162A79.244,79.244,0,0,1,883.25,442.8Z' transform='translate(-467 -442.8)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_780' data-name='Group 780' transform='translate(626.287 598.887)'%3E%3Cpath id='Path_929' data-name='Path 929' d='M874.742,479.11v22.9a91.519,91.519,0,0,0-4.987,15.775c-2.95,11.825-6.288,25.225-22.213,41.162S818.205,578.21,806.38,581.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162S700.555,695.86,688.73,698.81c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S582.905,813.51,571.08,816.46c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-.762,3.063-1.55,6.225-2.575,9.5H501.03a110.883,110.883,0,0,0,3.662-12.525c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937S854.83,526.01,857.63,514.76C860.23,504.323,863.142,492.66,874.742,479.11Z' transform='translate(-501.03 -479.11)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_781' data-name='Group 781' transform='translate(658.5 680.95)'%3E%3Cpath id='Path_930' data-name='Path 930' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_782' data-name='Group 782' transform='translate(698.675 730.95)'%3E%3Cpath id='Path_931' data-name='Path 931' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_783' data-name='Group 783' transform='translate(764.8 764.725)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_784' data-name='Group 784' transform='translate(833.437 800.512)'%3E%3Cpath id='Path_933' data-name='Path 933' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_785' data-name='Group 785' transform='translate(871.275 851.6)'%3E%3Cpath id='Path_934' data-name='Path 934' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_786' data-name='Group 786' transform='translate(904.212 933.612)'%3E%3Cpath id='Path_935' data-name='Path 935' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_787' data-name='Group 787' transform='translate(948.675 977.225)'%3E%3Cpath id='Path_936' data-name='Path 936' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fabe14'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: -1;
}

.home-page .card-nobg:after {
  display: block;
}

.card.nonumber h3 b,
.hs-blog-listing .post-listing .nonumber.post-item h3 b,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .nonumber.post-item h3 b,
.nonumber.training_listing__wrap h3 b,
.nonumber.tab-content__block h3 b {
  display: none;
}

.single-logo {
  width: 50%;
  opacity: 0.5;
  flex: none;
}

.single-logo:hover {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .single-logo {
    width: 20%;
  }
}

.page-center {
  padding: 0 1rem;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

@media screen and (max-width: 567px) {
  .page-center {
    padding: 0 3rem;
  }
}

.content-wrapper:not(.content-wide) {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .content-wrapper:not(.content-wide) {
    margin-top: 6.6rem;
    z-index: 10;
  }
}

.content-wrapper:not(.content-wide) h1:first-child {
  padding-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .content-wrapper:not(.content-wide) h1:first-child {
    line-height: 5.8rem;
  }
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_cta {
  max-width: 128rem;
  display: block;
}

.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_cta h3 {
  padding-bottom: 1.5rem;
}

.last-word {
  position: unset;
  border-bottom: unset;
  border-right: unset;
  padding-bottom: unset;
  display: inline-block;
  margin-bottom: unset;
}

@media screen and (max-width: 567px) {
  .last-word {
    margin-bottom: 2rem;
  }
}

.last-word:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56.714' height='36.356' viewBox='0 0 56.714 36.356'%3E%3Cpath id='Path_13' data-name='Path 13' d='M433.4,474v13.842h26.031V504l19.627-16.158h8.056' transform='translate(-430.397 -474)' fill='none' stroke='%23fabe14' stroke-width='6'/%3E%3C/svg%3E%0A");
  background-color: white;
  width: 5.6rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}

.last-word:after {
  content: '';
  display: block;
  width: 6px;
  height: 3.3rem;
  position: absolute;
  right: -6px;
  background-color: white;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .last-word:after {
    height: 4.7rem;
  }
}

.one-col-top-icon-wrapper {
  margin: 6rem auto 5rem 0;
}

@media screen and (min-width: 568px),
print {
  .one-col-top-icon-wrapper {
    margin: 8rem auto 12rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .one-col-top-icon-wrapper {
    margin: 12rem auto;
  }
}

.one-col-top-icon-wrapper--background {
  padding: 5rem 0 10rem;
}

@media screen and (min-width: 1024px) {
  .one-col-top-icon-wrapper--background {
    padding: 12rem 0 12rem;
  }
}

.hs-breadcrumb-menu {
  color: rgba(30, 30, 30, 0.2);
  font-size: 1.2rem;
}

.hs-breadcrumb-menu a {
  color: rgba(30, 30, 30, 0.2);
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: '/';
  padding-left: 5px;
}

.hs-breadcrumb-menu .last-crumb {
  color: #1e1e1e;
}

@media screen and (min-width: 568px),
print {
  .is-flex-row-tablet {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1024px) {
  .span6.main-content+.main-content {
    padding-top: 12rem;
    padding-left: 4rem;
  }
}

.home-page .blog-breadcrumb-menu-wrap,
.home-page .hs-breadcrumb-menu-wrapper {
  display: none !important;
}

.customer-rating-wrapper {
  margin: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .customer-rating-wrapper {
    margin: 12rem 0;
  }
}

.mw_headerimage {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mw_headerimage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.mw_headerimage .container,
.mw_headerimage .page-center,
.mw_headerimage .home-section-4>h2,
.mw_headerimage .reviews .section_header .home-section-4>h3,
.reviews .section_header .mw_headerimage .home-section-4>h3 {
  z-index: 3;
}

.mw_headerimage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-size: 25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='700' height='640' viewBox='0 0 700 640'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_381' data-name='Rectangle 381' width='700' height='640' transform='translate(1220 240)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_27' data-name='Mask Group 27' transform='translate(-1220 -240)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_1082' data-name='Group 1082' transform='translate(-165.492 700)'%3E%3Cg id='Group_1079' data-name='Group 1079' transform='translate(1145.493 -850)'%3E%3Cpath id='Path_1217' data-name='Path 1217' d='M2248.451-850a150.647,150.647,0,0,0-23.953,19.835c-27.915,27.915-33.4,49.926-39.2,73.205-6.112,24.5-13.026,52.256-46.042,85.272-32.99,32.99-60.75,39.93-85.246,46.015-23.305,5.8-45.29,11.29-73.231,39.231-27.915,27.914-33.4,49.9-39.2,73.2-6.111,24.5-13.025,52.256-46.016,85.272-33.016,32.99-60.775,39.9-85.271,46.015-23.306,5.8-45.291,11.29-73.231,39.2-27.915,27.941-33.4,49.925-39.2,73.231-6.085,24.5-13.025,52.256-46.015,85.272-33.016,32.99-60.775,39.9-85.272,46.015-23.279,5.8-45.29,11.29-73.2,39.2-27.941,27.94-33.431,49.925-39.231,73.231-6.085,24.5-13.026,52.256-46.015,85.246-33.016,33.016-60.775,39.93-85.272,46.041-23.28,5.8-45.29,11.29-73.2,39.2s-33.4,49.925-39.205,73.2c-6.111,24.5-13.025,52.256-46.015,85.272-33.016,32.99-60.776,39.9-85.272,46.015-23.28,5.8-45.291,11.29-73.205,39.2-27.423,27.4-33.2,49.1-38.868,71.884h-26.7c.389-1.631.8-3.263,1.217-4.92,6.111-24.5,13.025-52.282,46.041-85.272,32.99-32.99,60.749-39.93,85.246-46.015,23.305-5.8,45.29-11.29,73.205-39.2,27.94-27.941,33.4-49.925,39.23-73.231,6.086-24.5,13-52.256,46.016-85.246,32.99-33.016,60.749-39.93,85.246-46.015,23.306-5.826,45.29-11.29,73.231-39.231,27.914-27.915,33.4-49.925,39.2-73.2,6.112-24.5,13.026-52.256,46.016-85.272,33.016-32.99,60.775-39.93,85.272-46.015,23.306-5.8,45.29-11.29,73.231-39.231,27.914-27.915,33.4-49.925,39.2-73.2,6.112-24.5,13.025-52.256,46.016-85.272,33.016-32.99,60.775-39.9,85.272-46.015,23.305-5.8,45.291-11.29,73.231-39.231,27.915-27.915,33.4-49.9,39.2-73.2,6.111-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.9,85.272-46.015,23.279-5.8,45.29-11.29,73.2-39.2,27.94-27.941,33.43-49.925,39.231-73.231,6.085-24.5,13.025-52.256,46.015-85.272.518-.518,1.01-1.01,1.528-1.5Z' transform='translate(-940.37 850)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1080' data-name='Group 1080' transform='translate(1311.116 -850)'%3E%3Cpath id='Path_1218' data-name='Path 1218' d='M2414.1-850c-6.5,11.937-15.666,24.6-29.21,38.169-32.99,32.99-60.749,39.93-85.246,46.015-23.305,5.8-45.29,11.29-73.231,39.231-27.915,27.915-33.4,49.926-39.2,73.2-6.111,24.5-13.025,52.256-46.042,85.272-32.99,32.99-60.749,39.93-85.246,46.015-23.306,5.8-45.291,11.29-73.231,39.231-27.914,27.915-33.4,49.9-39.2,73.2-6.111,24.5-13.025,52.256-46.016,85.272-33.016,32.99-60.775,39.9-85.272,46.015-23.306,5.8-45.291,11.29-73.231,39.2-27.915,27.94-33.4,49.925-39.2,73.231-6.085,24.5-13.025,52.256-46.016,85.272-33.016,32.99-60.775,39.9-85.272,46.015-23.28,5.8-45.29,11.29-73.2,39.2-27.941,27.941-33.431,49.925-39.231,73.231-6.085,24.5-13.025,52.256-46.015,85.246-33.016,33.016-60.775,39.93-85.272,46.041-23.279,5.8-45.29,11.29-73.2,39.2s-33.4,49.925-39.205,73.2c-6.111,24.5-13.025,52.256-46.016,85.272-33.016,32.99-60.775,39.9-85.272,46.015a230.892,230.892,0,0,0-25.817,7.51H1004.33c26.62-21.7,49.718-27.474,70.46-32.628,23.305-5.8,45.29-11.29,73.2-39.2,27.941-27.941,33.4-49.925,39.231-73.231,6.086-24.5,13-52.256,46.015-85.246,32.99-33.016,60.749-39.93,85.246-46.015,23.306-5.826,45.29-11.29,73.231-39.231,27.914-27.915,33.4-49.925,39.2-73.2,6.111-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.93,85.272-46.015,23.305-5.8,45.291-11.29,73.231-39.231,27.915-27.915,33.4-49.926,39.2-73.205,6.111-24.5,13.025-52.256,46.016-85.272,33.016-32.99,60.775-39.9,85.272-46.015,23.305-5.8,45.29-11.29,73.231-39.231,27.914-27.915,33.4-49.9,39.2-73.2,6.111-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.9,85.272-46.015,23.279-5.8,45.29-11.29,73.2-39.2,27.94-27.941,33.43-49.926,39.231-73.231,6.085-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.9,85.272-46.016,23.28-5.8,45.29-11.29,73.2-39.2A153.635,153.635,0,0,0,2383.6-850Z' transform='translate(-1004.33 850)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1081' data-name='Group 1081' transform='translate(1582.884 -850)'%3E%3Cpath id='Path_1219' data-name='Path 1219' d='M2392.191-850c-15.511,20.4-19.887,38.04-24.5,56.477-6.112,24.5-13.026,52.256-46.016,85.272-33.016,32.99-60.775,39.93-85.272,46.015-23.305,5.8-45.29,11.29-73.231,39.231-27.915,27.915-33.4,49.925-39.2,73.205-6.111,24.5-13.025,52.256-46.042,85.272-32.99,32.99-60.749,39.93-85.245,46.015-23.305,5.8-45.29,11.29-73.23,39.231-27.915,27.915-33.4,49.9-39.205,73.2-6.111,24.5-13.025,52.256-46.015,85.272-33.016,32.99-60.775,39.9-85.272,46.015-23.306,5.8-45.291,11.29-73.231,39.2-27.914,27.94-33.4,49.925-39.205,73.231-6.085,24.5-13.025,52.256-46.015,85.272-33.016,32.99-60.775,39.9-85.272,46.015-23.28,5.8-45.291,11.29-73.205,39.2-27.941,27.941-33.43,49.925-39.231,73.231-6.085,24.5-13.025,52.256-46.015,85.246-33.016,33.016-60.775,39.93-85.272,46.041-23.279,5.8-45.29,11.29-73.2,39.2s-33.4,49.925-39.2,73.2c-2.745,11.031-5.671,22.71-11.031,35.217h-28.8c7.95-14.372,11.264-27.708,14.708-41.484,6.086-24.5,13-52.256,46.015-85.246,32.99-33.016,60.749-39.93,85.246-46.015,23.306-5.826,45.29-11.29,73.231-39.231,27.915-27.915,33.4-49.926,39.2-73.2,6.111-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.93,85.272-46.015,23.305-5.8,45.29-11.29,73.231-39.231,27.915-27.915,33.4-49.925,39.2-73.2,6.112-24.5,13.025-52.256,46.016-85.272,33.016-32.99,60.775-39.9,85.272-46.015,23.305-5.8,45.29-11.29,73.231-39.231,27.915-27.915,33.4-49.9,39.2-73.2,6.111-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.9,85.272-46.015,23.279-5.8,45.29-11.29,73.2-39.2,27.94-27.94,33.43-49.925,39.231-73.231,6.085-24.5,13.025-52.256,46.015-85.272,33.016-32.99,60.776-39.9,85.272-46.015,23.28-5.8,45.29-11.29,73.205-39.205,27.94-27.94,33.43-49.925,39.231-73.231,3.807-15.3,7.95-31.877,18.541-50.21Z' transform='translate(-1109.28 850)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}

@media screen and (max-width: 567px) {
  .mw_headerimage:after {
    background-size: 40vw;
  }
}

@media screen and (min-width: 1024px) {
  .mw_headerimage {
    align-items: flex-start;
    padding-top: 28rem !important;
  }
}

.mw_headerimage--homepage {
  padding-top: 10rem !important;
  background: #000;
}

@media screen and (min-width: 768px) {
  .mw_headerimage--homepage {
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .mw_headerimage--homepage {
    align-items: center;
    padding-top: 20rem !important;
  }

  .mw_headerimage--homepage h1 {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.video-background video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 110%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.hs-content-id-75931312902 .video-background video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 118%;
}

@media screen and (min-width: 1408px) {
  .video-background video {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hs-content-id-51641085519 .video-background video {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hs-content-id-75931312902 .video-background video {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    height: 108%;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: .5rem;
  }

  .vid-info h1 {
    margin-bottom: .2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.button--header {
  min-width: 13rem;
  margin-right: 4rem;
}

.button--header:after {
  content: '';
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: -2.4rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='38' viewBox='0 0 24 38'%3E%3Crect id='Rectangle_330' data-name='Rectangle 330' width='24' height='38' fill='%234b1332'/%3E%3Cpath id='Path_185' data-name='Path 185' d='M620,703l6-6,6,6' transform='translate(712.677 -607) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  background-position: center center;
}

.header__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 62.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .header__background {
    width: 200%;
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 567px) {
  .header__background {
    width: 330%;
    padding-bottom: 200%;
  }
}

.header__background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header__video-overlay {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}

.header__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}

.controls {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 20;
}

@media screen and (max-width: 567px) {
  .controls {
    top: 3rem;
    right: 10rem;
  }

  .controls svg {
    transform: scale(1.2);
  }
}

.mw_header_wrapper {
  margin-bottom: 0rem;
}

.home-section-1 .container,
.home-section-1 .page-center,
.home-section-1 .home-section-4>h2,
.home-section-1 .reviews .section_header .home-section-4>h3,
.reviews .section_header .home-section-1 .home-section-4>h3 {
  position: unset;
}

.home-section-1 .right-column {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .home-section-1 .right-column {
    position: absolute;
    right: 0;
    margin-top: -2rem;
  }

  .home-section-1 .right-column .right-image {
    position: absolute;
    right: 0;
    margin-top: -5rem;
  }
}

.home-section-2 {
  margin: 5rem auto;
}

@media screen and (min-width: 1024px) {
  .home-section-2 {
    margin: 10rem auto;
  }
}

.home-section-3-center {
  margin: 0 auto 5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 568px),
print {
  .home-section-3-center {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .home-section-3-center {
    margin: 0 auto 10rem;
    padding-bottom: 8rem;
  }
}

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

  .home-section-3-center .card,
  .home-section-3-center .hs-blog-listing .post-listing .post-item,
  .hs-blog-listing .post-listing .home-section-3-center .post-item,
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item,
  .home-section-3-center .training_listing__wrap,
  .home-section-3-center .tab-content__block {
    max-width: 320px;
    margin-bottom: 1rem;
  }

  .home-section-3-center .card:nth-child(1),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(1),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(1),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(1),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(1),
  .home-section-3-center .training_listing__wrap:nth-child(1),
  .home-section-3-center .tab-content__block:nth-child(1),
  .home-section-3-center .card:nth-child(4),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(4),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(4),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(4),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(4),
  .home-section-3-center .training_listing__wrap:nth-child(4),
  .home-section-3-center .tab-content__block:nth-child(4) {
    left: -1rem;
  }

  .home-section-3-center .card:nth-child(2),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(2),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(2),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(2),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(2),
  .home-section-3-center .training_listing__wrap:nth-child(2),
  .home-section-3-center .tab-content__block:nth-child(2),
  .home-section-3-center .card:nth-child(5),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(5),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(5),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(5),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(5),
  .home-section-3-center .training_listing__wrap:nth-child(5),
  .home-section-3-center .tab-content__block:nth-child(5) {
    left: 2rem;
  }

  .home-section-3-center .card:nth-child(3),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(3),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(3),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(3),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(3),
  .home-section-3-center .training_listing__wrap:nth-child(3),
  .home-section-3-center .tab-content__block:nth-child(3),
  .home-section-3-center .card:nth-child(6),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(6),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(6),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(6),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(6),
  .home-section-3-center .training_listing__wrap:nth-child(6),
  .home-section-3-center .tab-content__block:nth-child(6) {
    right: -5rem;
  }
}

.home-section-3-center .home-section-3-desc-img img {
  margin: 2rem 0 2rem;
  max-width: 100px;
}

@media screen and (max-width: 567px) {
  .home-section-3-center .home-section-3-desc-img img {
    margin: 2rem auto 2rem;
    max-width: 100px;
  }
}

.home-section-3-center .home-section-3-desc-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
}

.home-section-3-center .home-section-3-desc-content p {
  margin: 2rem 0;
  padding: 0;
}

.home-section-3-center .home-section-3-desc {
  padding-bottom: 8rem;
}

@media screen and (min-width: 1024px) {
  .home-section-3-center .home-section-3-desc {
    padding-bottom: 8rem;
  }
}

.home-section-3-center .home-section-3-desc:hover .button:after,
.home-section-3-center .home-section-3-desc:hover .reviews .cta a:after,
.reviews .cta .home-section-3-center .home-section-3-desc:hover a:after {
  transform: translateX(5px);
}

.home-section-3-center .home-section-3-desc .button,
.home-section-3-center .home-section-3-desc .reviews .cta a,
.reviews .cta .home-section-3-center .home-section-3-desc a {
  position: absolute;
  bottom: 4rem;
}

.home-section-3-center .bottom-button {
  display: none;
}

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

  .home-section-3-center .card:nth-child(2),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(2),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(2),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(2),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(2),
  .home-section-3-center .training_listing__wrap:nth-child(2),
  .home-section-3-center .tab-content__block:nth-child(2) {
    margin-top: 4rem;
    margin-bottom: -4rem;
  }

  .home-section-3-center .card:nth-child(3),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(3),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(3),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(3),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(3),
  .home-section-3-center .training_listing__wrap:nth-child(3),
  .home-section-3-center .tab-content__block:nth-child(3) {
    margin-top: 8rem;
    margin-bottom: -8rem;
  }

  .home-section-3-center .card:nth-child(4),
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(4),
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(4),
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(4),
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(4),
  .home-section-3-center .training_listing__wrap:nth-child(4),
  .home-section-3-center .tab-content__block:nth-child(4) {
    margin-top: 12rem;
    margin-bottom: -12rem;
  }

  .home-section-3-center .card:nth-child(4).is-4-desktop,
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(4).is-4-desktop,
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(4).is-4-desktop,
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(4).is-4-desktop,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(4).is-4-desktop,
  .home-section-3-center .training_listing__wrap:nth-child(4).is-4-desktop,
  .home-section-3-center .tab-content__block:nth-child(4).is-4-desktop {
    margin-top: 4rem;
    margin-bottom: -4rem;
  }

  .home-section-3-center .card:nth-child(5).is-4-desktop,
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(5).is-4-desktop,
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(5).is-4-desktop,
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(5).is-4-desktop,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(5).is-4-desktop,
  .home-section-3-center .training_listing__wrap:nth-child(5).is-4-desktop,
  .home-section-3-center .tab-content__block:nth-child(5).is-4-desktop {
    margin-top: 8rem;
    margin-bottom: -8rem;
  }

  .home-section-3-center .card:nth-child(6).is-4-desktop,
  .home-section-3-center .hs-blog-listing .post-listing .post-item:nth-child(6).is-4-desktop,
  .hs-blog-listing .post-listing .home-section-3-center .post-item:nth-child(6).is-4-desktop,
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(6).is-4-desktop,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:nth-child(6).is-4-desktop,
  .home-section-3-center .training_listing__wrap:nth-child(6).is-4-desktop,
  .home-section-3-center .tab-content__block:nth-child(6).is-4-desktop {
    margin-top: 12rem;
    margin-bottom: -12rem;
  }

  .home-section-3-center .card:last-child,
  .home-section-3-center .hs-blog-listing .post-listing .post-item:last-child,
  .hs-blog-listing .post-listing .home-section-3-center .post-item:last-child,
  .home-section-3-center .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:last-child,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .home-section-3-center .post-item:last-child,
  .home-section-3-center .training_listing__wrap:last-child,
  .home-section-3-center .tab-content__block:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-3-desktop .home-section-3-center {
    padding-bottom: 12.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .home-page .home-section-1 {
    margin-top: 10rem;
  }
}

.home-page .home-section-1 .left-column {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 567px) {
  .home-page .home-section-1 .right-image {
    margin-top: -10rem;
    margin-bottom: -5rem;
  }
}

.home-page .home-section-1 .right-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='1851.922' viewBox='0 0 1920 1851.922'%3E%3Cpath id='Subtraction_2' data-name='Subtraction 2' d='M0,1887.922v-699.45L1325.138,97.55,1399.9,36H1920V576H1593.585L0,1887.921H0Z' transform='translate(-0.001 -36)' fill='%23fabe14'/%3E%3C/svg%3E%0A");
  content: '';
  width: 100vw;
  padding-bottom: 100vw;
  max-width: 256rem;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: 28.6rem;
  position: absolute;
  background-position: right top;
  position: absolute;
}

@media screen and (max-width: 567px) {
  .home-page .home-section-1 .right-image:before {
    top: 11rem;
    right: -3rem;
    width: 150vw;
    padding-bottom: 120vw;
  }
}

.home-page .home-section-1 .right-image img {
  position: relative;
  z-index: 1;
  max-width: 120%;
}

@media screen and (min-width: 1024px) {
  .home-page .home-section-1 .right-image img {
    margin-left: -5rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1440px) {
  .home-page .home-section-1 .right-image img {
    max-width: 109.4%;
  }
}

@media screen and (max-width: 567px) {
  .home-page .home-section-1 .right-image img {
    right: -50px;
  }
}

@media screen and (max-width: 567px) {
  .home-page .home-section-1 .columns {
    margin-top: 2rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }

  .home-page .home-section-1 .columns .column {
    width: 50%;
    flex: none;
    margin: 0 !important;
  }
}

.home-page .oembed_container {
  z-index: 10;
  padding-top: 0;
}

@media screen and (max-width: 567px) {
  .home-page .oembed_container {
    padding: 0 3rem;
  }

  .home-page .oembed_container .iframe_wrapper:before {
    display: none;
  }
}

@media screen and (min-width: 568px),
print {
  .home-page .oembed_container {
    margin-top: 25rem;
    margin-bottom: -10rem;
  }

  .home-page .oembed_container .iframe_wrapper {
    top: -10rem;
  }
}

.home-section-4 {
  margin-top: 30px;
}

.home-section-4-main {
  position: relative;
  margin-top: 78px;
}

.home-section-4 .section4-bg {
  background-size: cover !important;
  position: absolute;
  height: 100%;
  width: 66.66666667%;
  background-color: #52748F;
}

.home-section-4 .section4-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.home-section-4-main .span4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0 !important;
}

.home-section-4-main .row {
  margin-right: -15px;
  margin-left: -15px;
}

.home-section-4-left {
  text-align: center;
}

.home-section-4 .home-section-4-left-one {
  background: #FABE14;
  padding: 142px 40px 132px;
  position: relative;
}

.home-section-4 .home-section-4-left-two {
  padding: 142px 40px 132px;
  position: relative;
}

.home-section-4-left h3 {
  margin: 0px;
  line-height: 32px;
  position: relative;
  z-index: 9;
}

.home-section-4 .home-section-4-left-two {
  position: relative;
}

.home-section-4 .home-section-4-left-two .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-section-4 .home-section-4-left-two .background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  opacity: .8;
}

.home-section-4 .home-section-4-left-two .background .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-section-4-main .span8 {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  margin-left: 0 !important;
}

.home-section-4-main .span7 {
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  position: relative;
}

.home-section-4-main .span5 {
  display: none;
}

.home-section-4-right {
  position: relative;
}

.home-section-4-right-content {
  padding: 0px 60px;
  top: 100%;
  bottom: 0px;
  padding-top: 450px;
}

@media (min-width: 1400px) {
  .home-section-4 {
    margin-top: 51px;
  }

  .home-section-4 .section4-bg {
    width: 73.3%;
    /*     left: 26.7%; */
    background-position: right !important;
  }

  .home-section-4-main {
    margin-top: 73px;
  }

  .home-section-4 .home-section-4-left-one,
  .home-section-4 .home-section-4-left-two {
    padding: 142px 40px 154px;
  }

  .home-section-4-left h3 {
    font-size: 34px;
  }

  .home-section-4-main .span8 {
    width: 73.3%;
  }

  .home-section-4-right-content {
    padding: 0px 52px;
    padding-top: 450px;
  }

  .home-section-4 .span8 .span5 .home-section-4-left {
    height: 436px;
    width: 570px;
    border: 17px solid #ffa72a;
    position: absolute;
    right: 92px;
    top: -68px;
    border-bottom: transparent;
  }

  .home-section-4 .span8 .span5 .home-section-4-left:after {
    position: absolute;
    content: '';
    background: url(https://www.ha-marketing.nl/hubfs/HaMarketing_March2019/Images/home-section-4-after.png) no-repeat;
    height: 69px;
    width: calc(100% + 34px);
    left: -17px;
    bottom: -69px;
    background-size: cover;
  }

  .home-section-4-main .span4 {
    width: 26.7%;
  }
}

@media (min-width: 768px) {
  .span7.bg-mobile {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .span7.bg-mobile {
    background-size: cover;
    background-position: bottom right;
  }
}

.results_wrapper {
  background: #414853;
  color: white;
  position: relative;
}

.result_wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .result_wrapper {
    flex-direction: column;
  }
}

.results_texts_wrap {
  text-align: left;
}

.results_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  color: white !important;
}

.results_item:before {
  display: none !important;
}

.results_item .button--text {
  color: white;
}

.results_item--dark {
  background: #1EAAF0 !important;
}

@media screen and (max-width: 1280px) {
  .results_item {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .results_item {
    padding: 30px 0;
  }
}

.results_item img {
  width: 72px;
  margin-right: 15px;
}

.results_item:nth-child(2) {
  background: rgba(0, 0, 0, 0.1);
}

.results_item:nth-child(3) {
  background: rgba(0, 0, 0, 0.2);
}

.results_item:nth-child(4) {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1280px) {
  .results_item:last-child {
    padding-right: 0;
  }

  .results_item:nth-child(1) {
    padding-left: 0;
  }
}

.results_number {
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: -10px;
  margin-top: 0;
}

.results_text {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .results_number {
    font-size: 40px;
  }

  .results_text {
    font-size: 2rem;
  }
}

.results_wrapper__label {
  background: #F6A530;
  color: white;
  font-size: 23px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .results_wrapper__label {
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .results_wrapper__label {
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}

/*================= inbound marketing ==========================*/
.inbound-lay .hs_cos_wrapper_type_cta {
  display: block;
  width: 100%;
}

.inbound_contentblocks {
  overflow: hidden;
}

.scrolling_buttons.sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.scrolling_buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scrolling_buttons ul li {
  display: block;
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #334049;
  color: #fff;
  text-align: center;
}

.scrolling_buttons ul li:nth-child(1),
.scrolling_buttons ul li:nth-child(3) {
  background: #3f4b55;
}

.scrolling_buttons ul li.active {
  background: #00d2a8;
  position: relative;
}

.scrolling_buttons ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  right: 35px;
  bottom: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #00d2a8;
}

.scrolling_buttons ul li a {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}

.inbound-marketing-top {
  position: relative;
  background: #F4F4F4;
  display: flex;
}

.inbound-marketing-top .background {
  position: relative;
  float: left;
  width: 33.3%;
  min-height: 490px;
}

.inbound-marketing-top .background .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.inbound-marketing-top .page-center {
  max-width: 1413px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.inbound-marketing-top .span4 {
  width: 33.33333333%;
}

.inbound-marketing-top .span8 {
  width: 66.66666667% !important;
  padding: 0 15px;
  margin-left: 0;
}

.inbound-marketing-top-right {
  padding: 100px 0px 30px 60px;
}

.inbound-marketing-top-right h2,
.inbound-marketing-top-right .reviews .section_header h3,
.reviews .section_header .inbound-marketing-top-right h3 {
  margin-bottom: 40px;
  margin-top: 0;
}

.inbound-marketing-top.even {
  background: #ffa833;
  color: white;
}

.inbound-marketing-top.even h2,
.inbound-marketing-top.even .reviews .section_header h3,
.reviews .section_header .inbound-marketing-top.even h3,
.inbound-marketing-top.even h3,
.inbound-marketing-top.even p,
.inbound-marketing-top.even a {
  color: white;
}

.inbound-marketing-top.even .container,
.inbound-marketing-top.even .page-center,
.inbound-marketing-top.even .home-section-4>h2,
.inbound-marketing-top.even .reviews .section_header .home-section-4>h3,
.reviews .section_header .inbound-marketing-top.even .home-section-4>h3 {
  order: 1;
}

.inbound-marketing-top.even .container .span8,
.inbound-marketing-top.even .page-center .span8,
.inbound-marketing-top.even .home-section-4>h2 .span8,
.inbound-marketing-top.even .reviews .section_header .home-section-4>h3 .span8,
.reviews .section_header .inbound-marketing-top.even .home-section-4>h3 .span8 {
  float: right;
}

.inbound-marketing-top.even .background {
  order: 2;
}

.inbound-marketing-top.even:last-child,
.inbound-marketing-top.odd:last-child {
  background: #343b46;
  color: white;
}

.inbound-marketing-top.even:last-child h2,
.inbound-marketing-top.even:last-child .reviews .section_header h3,
.reviews .section_header .inbound-marketing-top.even:last-child h3,
.inbound-marketing-top.odd:last-child h2,
.inbound-marketing-top.odd:last-child .reviews .section_header h3,
.reviews .section_header .inbound-marketing-top.odd:last-child h3,
.inbound-marketing-top.even:last-child p,
.inbound-marketing-top.odd:last-child p,
.inbound-marketing-top.even:last-child a,
.inbound-marketing-top.odd:last-child a {
  color: white;
}

@media screen and (max-width: 1024px) {
  .inbound-marketing-top {
    flex-direction: column;
  }

  .inbound-marketing-top .background,
  .inbound-marketing-top.even .background {
    width: 100%;
    order: 1;
    min-height: 250px;
  }

  .inbound-marketing-top .background .image {
    top: 30px;
    left: 50%;
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .inbound-marketing-top .container,
  .inbound-marketing-top .page-center,
  .inbound-marketing-top .home-section-4>h2,
  .inbound-marketing-top .reviews .section_header .home-section-4>h3,
  .reviews .section_header .inbound-marketing-top .home-section-4>h3 {
    order: 2;
  }

  .inbound-marketing-top .container .span8,
  .inbound-marketing-top .page-center .span8,
  .inbound-marketing-top .home-section-4>h2 .span8,
  .inbound-marketing-top .reviews .section_header .home-section-4>h3 .span8,
  .reviews .section_header .inbound-marketing-top .home-section-4>h3 .span8 {
    width: 100% !important;
  }

  .inbound-marketing-top-right {
    padding: 50px 0;
  }
}

.inbound-iconen {
  background: #fafafa;
  padding: 5rem 0 !important;
  margin: 5rem 0 !important;
}

@media screen and (min-width: 1024px) {
  .inbound-iconen {
    padding: 12rem 0 !important;
    margin: 12rem 0 !important;
  }
}

.marketing-two-col-wrapper {
  margin: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .marketing-two-col-wrapper {
    margin: 12rem 0 !important;
  }
}

.inbound-iconen .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.inbound-iconen-desc h2,
.inbound-iconen-desc .reviews .section_header h3,
.reviews .section_header .inbound-iconen-desc h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: bold;
  max-width: 50%;
}

.inbound-iconen-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.inbound-iconen-desc ul li {
  list-style-type: none;
  float: left;
  padding-right: 20px;
  width: 33%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .inbound-iconen-desc ul li {
    text-align: center;
    width: 100%;
  }

  .inbound-iconen-desc h2,
  .inbound-iconen-desc .reviews .section_header h3,
  .reviews .section_header .inbound-iconen-desc h3 {
    max-width: 100%;
  }
}

.inbound-iconen-desc ul li:nth-child(2n+1) {
  clear: left;
}

.inbound_whitepaper {
  background-color: #FABE14;
  position: relative;
  background-repeat: no-repeat;
  margin: 4rem 0 0;
}

.inbound_whitepaper:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1000' height='521' viewBox='0 0 1000 521'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='1000' height='521' transform='translate(30 3477)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_6' data-name='Mask Group 6' transform='translate(-30 -3477)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_610' data-name='Group 610'%3E%3Cg id='Group_584' data-name='Group 584' transform='translate(30 3263)'%3E%3Cpath id='Path_747' data-name='Path 747' d='M830.875,0c-.188.75-.375,1.5-.563,2.262-2.95,11.825-6.288,25.225-22.225,41.162S778.762,62.7,766.937,65.637c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S9.6,814.537,6.8,825.787c-1.562,6.25-3.225,12.937-6.8,20.2V805.75c3.175-7.388,8.125-15.388,16.887-24.15,15.925-15.925,29.325-19.263,41.15-22.213,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C812.437,21.4,815.262,10.962,818,0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_585' data-name='Group 585' transform='translate(30 3263)'%3E%3Cpath id='Path_748' data-name='Path 748' d='M867.137,0c-7.488,9.85-9.6,18.362-11.825,27.262-2.95,11.825-6.288,25.225-22.225,41.162S803.762,87.7,791.937,90.637c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S34.6,839.537,31.8,850.787c-2.95,11.825-6.288,25.225-22.225,41.15A90.717,90.717,0,0,1,0,900.312V883.825c.237-.238.487-.475.737-.725,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.112,18.937-35.35C845.025,16.85,847.025,8.85,852.137,0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_586' data-name='Group 586' transform='translate(30 3263)'%3E%3Cpath id='Path_749' data-name='Path 749' d='M926.975,0c-8.612,2.55-17.313,6.5-27.725,16.912-13.487,13.487-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.088-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S59.6,864.537,56.8,875.787c-2.95,11.825-6.287,25.225-22.225,41.15-13.038,13.05-24.4,17.65-34.575,20.5v-13.05c7.962-2.575,16.125-6.675,25.737-16.288,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162A91.676,91.676,0,0,1,899.575,0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_587' data-name='Group 587' transform='translate(30 3263)'%3E%3Cpath id='Path_750' data-name='Path 750' d='M1000,0V1.512C984.4,16.8,971.237,20.087,959.6,22.975c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S84.6,889.537,81.8,900.787c-2.95,11.825-6.288,25.225-22.225,41.15s-29.337,19.275-41.15,22.213c-6.138,1.537-12.1,3.025-18.425,6.25V956.687a114.879,114.879,0,0,1,15.4-4.662c11.237-2.8,21.862-5.45,35.338-18.925S66.862,909,69.662,897.762c2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.113,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162S944.75,13.8,956.575,10.85c8.5-2.113,16.65-4.15,25.95-10.85Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_588' data-name='Group 588' transform='translate(30 3292.6)'%3E%3Cpath id='Path_751' data-name='Path 751' d='M1000,23.68V37.393a113.083,113.083,0,0,1-15.4,4.663c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162S290.525,745,278.7,747.955c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15s-29.338,19.275-41.15,22.213c-8.513,2.125-16.65,4.15-25.95,10.85H0v-1.513C15.6,977.28,28.762,974,40.4,971.1c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.862-5.45,35.337-18.925S209.5,810.443,212.3,799.2c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.138-24.112,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162S969.75,32.88,981.575,29.93C987.712,28.405,993.662,26.918,1000,23.68Z' transform='translate(0 -23.68)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_589' data-name='Group 589' transform='translate(103.05 3325.563)'%3E%3Cpath id='Path_752' data-name='Path 752' d='M985.39,50.05V63.1c-7.975,2.575-16.137,6.675-25.75,16.3-13.488,13.488-16.125,24.1-18.938,35.35-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938S708.2,338.8,705.4,350.05c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925S472.9,574.1,470.1,585.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.238,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162S183.277,881.063,171.453,884c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15a89.9,89.9,0,0,1-9.163,8.063H58.44c8.588-2.55,17.287-6.5,27.688-16.9,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162S627.177,404.25,639,401.3c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S862.477,168.95,874.3,166c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35C931.527,99.9,934.865,86.5,950.8,70.563,963.852,57.5,975.2,52.9,985.39,50.05Z' transform='translate(-58.44 -50.05)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_591' data-name='Group 591' transform='translate(199.1 3417.012)'%3E%3Cpath id='Path_754' data-name='Path 754' d='M966.18,123.21v40.213c-3.175,7.4-8.125,15.413-16.9,24.2-15.937,15.925-29.337,19.275-41.162,22.212-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925-13.175,13.175-16,23.6-18.725,34.563h-12.9c.187-.75.375-1.488.563-2.237,2.95-11.825,6.287-25.225,22.225-41.163s29.325-19.263,41.15-22.212c11.237-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35C960.93,137.185,962.592,130.485,966.18,123.21Z' transform='translate(-135.28 -123.21)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 567px) {
  .inbound_whitepaper:before {
    transform: rotate(360deg);
    left: -7rem;
    top: -2rem;
  }
}

.inbound_whitepaper:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1000' height='521' viewBox='0 0 1000 521'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='1000' height='521' transform='translate(30 3477)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_7' data-name='Mask Group 7' transform='translate(-30 -3477)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_590' data-name='Group 590' transform='translate(162.85 3362.688)'%3E%3Cpath id='Path_753' data-name='Path 753' d='M973.43,79.75V96.238c-.25.238-.5.488-.75.738-13.488,13.488-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.275-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S666.893,428.05,655.067,431c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35C597.855,497.1,594.5,510.5,578.58,526.437S549.242,545.7,537.417,548.65c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15S431.592,663.35,419.767,666.3c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-1.837,7.375-3.838,15.375-8.937,24.213H106.28c7.475-9.838,9.6-18.35,11.813-27.237,2.95-11.825,6.288-25.225,22.225-41.163s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162A88.18,88.18,0,0,1,973.43,79.75Z' transform='translate(-106.28 -79.75)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 567px) {
  .inbound_whitepaper:after {
    transform: rotate(360deg);
    left: -7rem;
    top: -2rem;
  }
}

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

  .inbound_whitepaper:before,
  .inbound_whitepaper:after {
    width: 100%;
    height: 48%;
    background-position: right top;
  }
}

.inbound_whitepaper .hs_cos_wrapper_widget {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .inbound_whitepaper {
    margin: 14rem 0 0rem;
  }
}

.inbound_whitepaper .container.page-center,
.inbound_whitepaper .page-center,
.inbound_whitepaper .home-section-4>h2.page-center,
.inbound_whitepaper .reviews .section_header .home-section-4>h3.page-center,
.reviews .section_header .inbound_whitepaper .home-section-4>h3.page-center {
  display: flex;
}

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

  .inbound_whitepaper .container.page-center,
  .inbound_whitepaper .page-center,
  .inbound_whitepaper .home-section-4>h2.page-center,
  .inbound_whitepaper .reviews .section_header .home-section-4>h3.page-center,
  .reviews .section_header .inbound_whitepaper .home-section-4>h3.page-center {
    flex-direction: column;
    padding: 20px !important;
  }
}

.inbound_whitepaper__image {
  width: 50%;
  margin-top: -4rem;
  margin-left: -3rem;
}

@media screen and (min-width: 1024px) {
  .inbound_whitepaper__image {
    margin-left: 0rem;
  }

  .inbound_whitepaper__image img {
    max-height: 670px;
    width: auto;
    transform: translateX(-20%);
  }
}

@media screen and (max-width: 567px) {
  .inbound_whitepaper__image {
    width: 100%;
    z-index: 2;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .inbound_whitepaper__image {
    flex: 1;
    padding-right: 8rem;
  }
}

.inbound_whitepaper__content {
  width: 50%;
  padding: 5rem 0 5rem 5rem;
}

@media screen and (max-width: 567px) {
  .inbound_whitepaper__content {
    padding-top: 1rem;
    padding-left: 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .inbound_whitepaper__content {
    flex: 2;
  }
}

@media screen and (min-width: 1024px) {
  .inbound_whitepaper__content {
    padding: 10rem 0;
  }
}

.inbound_whitepaper__content h2,
.inbound_whitepaper__content .reviews .section_header h3,
.reviews .section_header .inbound_whitepaper__content h3 {
  color: white;
  position: relative;
}

@media screen and (min-width: 568px),
print {

  .inbound_whitepaper__content h2,
  .inbound_whitepaper__content .reviews .section_header h3,
  .reviews .section_header .inbound_whitepaper__content h3 {
    padding-bottom: 3rem;
  }
}

.inbound_whitepaper__content h3 {
  color: white;
}

@media screen and (min-width: 568px),
print {
  .inbound_whitepaper__content p {
    padding-bottom: 3rem;
  }
}

.inbound_whitepaper__content p,
.inbound_whitepaper__content p a,
.inbound_whitepaper__content p strong {
  color: white;
}

.inbound_whitepaper__content p a {
  text-decoration: underline;
}

.inbound_whitepaper__content .cta_button {
  background: #1EAAF0 !important;
}

.hs_cos_gallery_main,
.hs_cos_gallery_thumbnails,
.hs_cos_gallery_lightbox {
  padding: 0;
}

.hs_cos_gallery_thumbnails button {
  display: none !important;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 33% !important;
  height: 58px;
}

@media screen and (min-width: 568px),
print {
  .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    width: 20% !important;
    height: 120px;
  }
}

.partner_logo {
  text-align: center;
  margin: 5rem 0 0;
}

.partner_logo .container,
.partner_logo .page-center,
.partner_logo .home-section-4>h2,
.partner_logo .reviews .section_header .home-section-4>h3,
.reviews .section_header .partner_logo .home-section-4>h3 {
  max-width: 140rem !important;
}

.partner_logo h2,
.partner_logo .reviews .section_header h3,
.reviews .section_header .partner_logo h3 {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .partner_logo {
    margin: 10rem 0 6rem;
  }
}

.partner_logo .partner_slider {
  margin-top: 5rem;
}

.partner_logo .partner_slider .hs_cos_gallery_slide {
  pointer-events: none;
}

@media screen and (max-width: 567px) {
  .partner_logo .hs_cos_gallery_thumbnails {
    margin-bottom: 0 !important;
  }
}

.team-mem-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .team-mem-wrap {
    padding-left: 10rem;
    margin-bottom: -6rem;
  }
}

.team-mem-wrap img {
  float: right;
}

.team-mem-wrap .team-mem-infowrap {
  background-color: white;
  padding: 4rem;
  width: 100%;
  margin-top: -10rem;
  margin-left: -4rem;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);
  max-width: 42rem;
}

@media screen and (max-width: 567px) {
  .team-mem-wrap .team-mem-infowrap {
    width: calc(100% - 4rem);
    margin-top: -10rem;
    margin-left: 2rem;
  }
}

.team-mem-wrap .team-mem-infowrap h3 {
  margin-bottom: 1rem;
}

.team-mem-wrap .team-mem-infowrap a:not(.button--blue) {
  color: #1E1E1E;
}

.team-mem-wrap .team-mem-infowrap a:not(.button--blue):hover {
  color: #1EAAF0;
}

.team-mem-wrap .team-mem-infowrap ul {
  list-style: none;
}

.team-mem-wrap .team-mem-infowrap .fa {
  margin-right: 1rem;
}

.team-mem-wrap .team-mem-infowrap .fa-mobile {
  font-size: 22px;
  padding-right: 12px;
  position: relative;
  bottom: -2px;
  left: 4px;
}

.team-mem-wrap .columns,
.team-mem-wrap .columns strong {
  color: #7C7C7C;
  font-size: 2rem;
}

.team-mem-wrap .columns small,
.team-mem-wrap .columns strong small {
  font-size: 1.2rem;
}

.team-mem-wrap .columns p,
.team-mem-wrap .columns strong p {
  line-height: 2.4rem;
}

.hs-blog-listing {
  margin: 5rem 0;
  text-align: center;
}

.hs-blog-listing.hs-blog-listing--team {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .hs-blog-listing {
    margin: 16rem 0;
  }

  .hs-blog-listing.hs-blog-listing--team {
    margin: 0;
  }
}

.hs-blog-listing .post-listing,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts {
  display: flex;
  flex-wrap: wrap;
}

.hs-blog-listing .post-listing .post-item,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item {
  width: 100%;
  text-align: left;
  display: flex !important;
  height: 58rem;
}

@media screen and (min-width: 568px),
print {

  .hs-blog-listing .post-listing .post-item,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item {
    width: 50%;
  }
}

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

  .hs-blog-listing .post-listing .post-item,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item {
    width: 33%;
  }
}

.hs-blog-listing .post-listing .post-item .item-inner,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .item-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.hs-blog-listing .post-listing .post-item .single-posts--inner-text,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-posts--inner-text {
  position: relative;
  padding: 0 4rem 4rem;
  pointer-events: none;
  z-index: 2;
  width: 100%;
}

.hs-blog-listing .post-listing .post-item .single-posts--inner-text .single-posts__name,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-posts--inner-text .single-posts__name {
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.hs-blog-listing .post-listing .post-item .single-posts--inner-text .single-posts__author,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-posts--inner-text .single-posts__author {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: .4rem;
}

.hs-blog-listing .post-listing .post-item .single-posts--inner-text a,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-posts--inner-text a {
  color: white;
  text-decoration: none;
}

.hs-blog-listing .post-listing .post-item .button--text,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .button--text {
  color: white;
}

.hs-blog-listing .post-listing .post-item .single-post--category,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-post--category {
  position: absolute;
  left: 4rem;
  top: 4rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  z-index: 1;
}

.hs-blog-listing .post-listing .post-item .single-post--category .topic-link,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-post--category .topic-link {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  padding: .3rem .7rem;
  background: #FABE14;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.hs-blog-listing .post-listing .post-item .single-post--category+a,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-post--category+a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.hs-blog-listing .post-listing .post-item .single-post--category+a:before,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-post--category+a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%);
  z-index: 1;
}

.hs-blog-listing .post-listing .post-item .single-post--category+a img,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .single-post--category+a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  transition: 0.6s ease;
}

.hs-blog-listing .post-listing .post-item--team .single-posts--inner-text,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team .single-posts--inner-text {
  pointer-events: inherit;
}

.hs-blog-listing .post-listing .post-item--team .single-posts--inner-text:after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team .single-posts--inner-text:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cg id='Group_92' data-name='Group 92' transform='translate(-612 -4806)' style='isolation: isolate'%3E%3Cline id='Line_10' data-name='Line 10' x2='24' transform='translate(613.5 4819.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_11' data-name='Line 11' y1='24' transform='translate(625.5 4807.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  width: 2.7rem;
  height: 2.7rem;
}

.hs-blog-listing .post-listing .post-item--team .single-posts__name,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team .single-posts__name {
  margin-bottom: 0 !important;
}

.hs-blog-listing .post-listing .post-item--team p,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team p {
  color: white;
  padding-bottom: 0;
}

.hs-blog-listing .post-listing .post-item--team img,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team img {
  transition: all .25s ease;
}

.hs-blog-listing .post-listing .post-item--team ul,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: all .25s ease;
  list-style: none;
}

.hs-blog-listing .post-listing .post-item--team ul li,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team ul li {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.hs-blog-listing .post-listing .post-item--team ul li:before,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team ul li:before {
  display: none;
}

.hs-blog-listing .post-listing .post-item--team ul .fa,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team ul .fa {
  color: #FABE14;
  font-size: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.hs-blog-listing .post-listing .post-item--team:hover ul,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team:hover ul {
  padding-top: 2rem;
  opacity: 1;
  height: 7rem;
}

.hs-blog-listing .post-listing .post-item--team:hover img,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item--team:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.hs-blog-listing .card:after,
.hs-blog-listing .post-listing .post-item:after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:after,
.hs-blog-listing .training_listing__wrap:after,
.hs-blog-listing .tab-content__block:after {
  display: none;
}

.hs-blog-listing .card:nth-child(1):after,
.hs-blog-listing .post-listing .post-item:nth-child(1):after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(1):after,
.hs-blog-listing .training_listing__wrap:nth-child(1):after,
.hs-blog-listing .tab-content__block:nth-child(1):after,
.hs-blog-listing .card:nth-child(6n):after,
.hs-blog-listing .post-listing .post-item:nth-child(6n):after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(6n):after,
.hs-blog-listing .training_listing__wrap:nth-child(6n):after,
.hs-blog-listing .tab-content__block:nth-child(6n):after,
.hs-blog-listing .card:nth-child(8n):after,
.hs-blog-listing .post-listing .post-item:nth-child(8n):after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(8n):after,
.hs-blog-listing .training_listing__wrap:nth-child(8n):after,
.hs-blog-listing .tab-content__block:nth-child(8n):after {
  content: '';
  width: calc(100% - 4rem);
  height: 50%;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='364' height='220' viewBox='0 0 364 220'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='364' height='220' transform='translate(1196 3117)' fill='%23fabe14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_14' data-name='Mask Group 14' transform='translate(-1196 -3117)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_788' data-name='Group 788' transform='translate(886 2463)'%3E%3Cg id='Group_748' data-name='Group 748'%3E%3Cpath id='Path_897' data-name='Path 897' d='M51.312,0C37.037,12.837,24.85,15.875,13.987,18.587A101.274,101.274,0,0,0,0,22.812V9.5C3.812,8.238,7.45,7.325,10.962,6.462,17.237,4.9,23.325,3.387,29.825,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_749' data-name='Group 749'%3E%3Cpath id='Path_898' data-name='Path 898' d='M95.762,0A77.694,77.694,0,0,1,80.15,21.362C64.212,37.3,50.813,40.637,38.987,43.587c-11.238,2.8-21.863,5.45-35.337,18.925Q1.662,64.5,0,66.387V48.837C13.687,37.013,25.45,34.075,35.962,31.462c11.25-2.8,21.862-5.45,35.35-18.937A71.233,71.233,0,0,0,81.5,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_750' data-name='Group 750'%3E%3Cpath id='Path_899' data-name='Path 899' d='M128.687,0c-.462,1.725-.887,3.462-1.325,5.212-2.95,11.825-6.287,25.225-22.212,41.15S75.812,65.637,63.987,68.587c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35C7.787,130.6,5.687,139.012,0,148.362V110.875c2.925-9.562,7.762-20.162,19.8-32.2C35.737,62.75,49.138,59.4,60.962,56.462c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c.175-.725.362-1.45.55-2.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_751' data-name='Group 751'%3E%3Cpath id='Path_900' data-name='Path 900' d='M166.55,0c-9.437,11.137-11.75,20.425-14.187,30.212-2.95,11.825-6.287,25.225-22.212,41.15S100.812,90.637,88.987,93.588c-11.238,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15A86.6,86.6,0,0,1,0,199.487v-15.85c1.2-1.063,2.412-2.213,3.662-3.463,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.162S74.137,84.4,85.962,81.462c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.05-8.2,4.275-17.15,10.762-27.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_752' data-name='Group 752'%3E%3Cpath id='Path_901' data-name='Path 901' d='M235.337,0c-1.25.325-2.488.637-3.7.937-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15-14.312,14.313-26.575,18.462-37.5,21.3v-12.95c8.912-2.55,17.862-6.387,28.662-17.187,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162A85.629,85.629,0,0,1,200.775,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_753' data-name='Group 753'%3E%3Cpath id='Path_902' data-name='Path 902' d='M301.337,0c-1.1,1.225-2.275,2.462-3.538,3.725-15.937,15.925-29.338,19.262-41.163,22.212-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225C14.275,263,7.45,264.7,0,269.087V255.012A101.664,101.664,0,0,1,18.312,249.1c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.212c9.65-2.4,18.825-4.687,29.762-13.812Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_754' data-name='Group 754'%3E%3Cpath id='Path_903' data-name='Path 903' d='M341.462,0c-3.05,8.637-8.063,18.125-18.663,28.725-15.937,15.925-29.337,19.262-41.162,22.213-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925A70.371,70.371,0,0,0,0,319V298.563c.687-.738,1.412-1.488,2.162-2.238,15.925-15.937,29.325-19.275,41.15-22.225,11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937C321.237,12.6,325.362,6.15,328.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_755' data-name='Group 755'%3E%3Cpath id='Path_904' data-name='Path 904' d='M373.675,0a111.45,111.45,0,0,0-3.663,12.562c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.338,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.6,10.425-5.5,22.075-17.075,35.613V378.175a93.864,93.864,0,0,0,4.938-15.7c2.95-11.825,6.287-25.225,22.225-41.15S56.487,302.05,68.313,299.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.338C358.65,6.475,359.45,3.3,360.475,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_756' data-name='Group 756'%3E%3Cpath id='Path_905' data-name='Path 905' d='M416.25,0c-.762.7-1.538,1.45-2.312,2.225C400.462,15.7,397.812,26.312,395.012,37.562c-2.95,11.825-6.287,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162A79.137,79.137,0,0,1,0,446.525V432.037a74.45,74.45,0,0,0,11.012-9.212c13.488-13.488,16.125-24.1,18.925-35.35,2.95-11.825,6.288-25.225,22.225-41.15S81.488,327.05,93.313,324.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.338c2.537-10.15,5.35-21.462,16.175-34.537Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_757' data-name='Group 757'%3E%3Cpath id='Path_906' data-name='Path 906' d='M497.35,0c-8.387,4.637-16,6.537-23.062,8.287-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S15.525,475.925,3.7,478.875c-1.237.313-2.475.613-3.7.938v-12.9c.225-.05.45-.112.675-.162,11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162C440.375,8.1,449.612,3.063,458.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_758' data-name='Group 758'%3E%3Cpath id='Path_907' data-name='Path 907' d='M549.9,0a88.125,88.125,0,0,1-9.463,11.075C524.512,27,511.112,30.35,499.287,33.287c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S40.525,500.925,28.7,503.875c-9.325,2.325-18.237,4.55-28.7,12.95V501.562c9.412-5.775,17.888-7.875,25.675-9.813,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.937-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.088,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.337-18.925.75-.75,1.475-1.5,2.15-2.237Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_759' data-name='Group 759'%3E%3Cpath id='Path_908' data-name='Path 908' d='M586.362,0c-2.837,10.562-7.225,22.375-20.925,36.075C549.512,52,536.112,55.35,524.287,58.287c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S65.525,525.925,53.7,528.875c-11.237,2.8-21.862,5.45-35.337,18.925C5.775,560.375,2.637,570.462,0,580.887v-30.8a88.147,88.147,0,0,1,9.525-11.125c15.925-15.937,29.325-19.275,41.15-22.213,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.338-18.925C566.825,17.012,570.812,8.45,573.375,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_760' data-name='Group 760'%3E%3Cpath id='Path_909' data-name='Path 909' d='M619.687,0c-3.775,6.887-5.375,13.3-7.025,19.912-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S90.525,550.925,78.7,553.875c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162-.738.738-1.475,1.462-2.212,2.137V633.012c7.875-10.112,10.037-18.8,12.3-27.888,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.138-24.1,18.938-35.35A105.085,105.085,0,0,1,605.812,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_761' data-name='Group 761'%3E%3Cpath id='Path_910' data-name='Path 910' d='M668.15,0a72.74,72.74,0,0,0-11.562,9.575c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.163C17.225,684.287,8.238,689.325,0,692.425V678.862a64.935,64.935,0,0,0,18.375-13.4c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.162-22.212c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162.25-.25.487-.487.737-.725Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_762' data-name='Group 762'%3E%3Cpath id='Path_911' data-name='Path 911' d='M750.813,0c-12.788,10.387-23.9,13.162-33.875,15.637-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213C7.35,722.437,3.7,723.35,0,724.637V711.525c2.762-.825,5.437-1.487,8.037-2.137,11.238-2.8,21.862-5.45,35.337-18.925S59.5,666.362,62.3,655.125c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S702.087,6.462,713.912,3.512A113.928,113.928,0,0,0,726.062,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_763' data-name='Group 763'%3E%3Cpath id='Path_912' data-name='Path 912' d='M797.187,0a80.581,80.581,0,0,1-14.1,18.425C767.162,34.35,753.762,37.7,741.937,40.637c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925-.25.25-.5.5-.725.738V749.35c12.437-9.825,23.275-12.525,33.037-14.963,11.237-2.8,21.862-5.45,35.337-18.925S84.5,691.362,87.3,680.125c2.95-11.825,6.288-25.238,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925A74.19,74.19,0,0,0,782.462,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_764' data-name='Group 764'%3E%3Cpath id='Path_913' data-name='Path 913' d='M830.875,0c-.188.75-.375,1.5-.563,2.262-2.95,11.825-6.288,25.225-22.225,41.162S778.762,62.7,766.937,65.637c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S9.6,814.537,6.8,825.787c-1.562,6.25-3.225,12.937-6.8,20.2V805.75c3.175-7.388,8.125-15.388,16.887-24.15,15.925-15.925,29.325-19.263,41.15-22.213,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C812.437,21.4,815.262,10.962,818,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_765' data-name='Group 765'%3E%3Cpath id='Path_914' data-name='Path 914' d='M867.137,0c-7.488,9.85-9.6,18.362-11.825,27.262-2.95,11.825-6.288,25.225-22.225,41.162S803.762,87.7,791.937,90.637c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S34.6,839.537,31.8,850.787c-2.95,11.825-6.288,25.225-22.225,41.15A90.717,90.717,0,0,1,0,900.312V883.825c.237-.238.487-.475.737-.725,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.112,18.937-35.35C845.025,16.85,847.025,8.85,852.137,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_766' data-name='Group 766'%3E%3Cpath id='Path_915' data-name='Path 915' d='M926.975,0c-8.612,2.55-17.313,6.5-27.725,16.912-13.487,13.487-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.088-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S59.6,864.537,56.8,875.787c-2.95,11.825-6.287,25.225-22.225,41.15-13.038,13.05-24.4,17.65-34.575,20.5v-13.05c7.962-2.575,16.125-6.675,25.737-16.288,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162A91.676,91.676,0,0,1,899.575,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_767' data-name='Group 767'%3E%3Cpath id='Path_916' data-name='Path 916' d='M1000,0V1.512C984.4,16.8,971.237,20.087,959.6,22.975c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S84.6,889.537,81.8,900.787c-2.95,11.825-6.288,25.225-22.225,41.15s-29.337,19.275-41.15,22.213c-6.138,1.537-12.1,3.025-18.425,6.25V956.687a114.879,114.879,0,0,1,15.4-4.662c11.237-2.8,21.862-5.45,35.338-18.925S66.862,909,69.662,897.762c2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.113,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162S944.75,13.8,956.575,10.85c8.5-2.113,16.65-4.15,25.95-10.85Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_768' data-name='Group 768' transform='translate(0 29.6)'%3E%3Cpath id='Path_917' data-name='Path 917' d='M1000,23.68V37.393a113.083,113.083,0,0,1-15.4,4.663c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162S290.525,745,278.7,747.955c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15s-29.338,19.275-41.15,22.213c-8.513,2.125-16.65,4.15-25.95,10.85H0v-1.513C15.6,977.28,28.762,974,40.4,971.1c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.862-5.45,35.337-18.925S209.5,810.443,212.3,799.2c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.138-24.112,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162S969.75,32.88,981.575,29.93C987.712,28.405,993.662,26.918,1000,23.68Z' transform='translate(0 -23.68)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_769' data-name='Group 769' transform='translate(73.05 62.562)'%3E%3Cpath id='Path_918' data-name='Path 918' d='M985.39,50.05V63.1c-7.975,2.575-16.137,6.675-25.75,16.3-13.488,13.488-16.125,24.1-18.938,35.35-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938S708.2,338.8,705.4,350.05c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925S472.9,574.1,470.1,585.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.238,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162S183.277,881.063,171.453,884c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15a89.9,89.9,0,0,1-9.163,8.063H58.44c8.588-2.55,17.287-6.5,27.688-16.9,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162S627.177,404.25,639,401.3c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S862.477,168.95,874.3,166c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35C931.527,99.9,934.865,86.5,950.8,70.563,963.852,57.5,975.2,52.9,985.39,50.05Z' transform='translate(-58.44 -50.05)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_770' data-name='Group 770' transform='translate(132.85 99.687)'%3E%3Cpath id='Path_919' data-name='Path 919' d='M973.43,79.75V96.238c-.25.238-.5.488-.75.738-13.488,13.488-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.275-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S666.893,428.05,655.067,431c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35C597.855,497.1,594.5,510.5,578.58,526.437S549.242,545.7,537.417,548.65c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15S431.592,663.35,419.767,666.3c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-1.837,7.375-3.838,15.375-8.937,24.213H106.28c7.475-9.838,9.6-18.35,11.813-27.237,2.95-11.825,6.288-25.225,22.225-41.163s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162A88.18,88.18,0,0,1,973.43,79.75Z' transform='translate(-106.28 -79.75)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_771' data-name='Group 771' transform='translate(169.1 154.012)'%3E%3Cpath id='Path_920' data-name='Path 920' d='M966.18,123.21v40.213c-3.175,7.4-8.125,15.413-16.9,24.2-15.937,15.925-29.337,19.275-41.162,22.212-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925-13.175,13.175-16,23.6-18.725,34.563h-12.9c.187-.75.375-1.488.563-2.237,2.95-11.825,6.287-25.225,22.225-41.163s29.325-19.263,41.15-22.212c11.237-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35C960.93,137.185,962.592,130.485,966.18,123.21Z' transform='translate(-135.28 -123.21)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_772' data-name='Group 772' transform='translate(202.8 233.825)'%3E%3Cpath id='Path_921' data-name='Path 921' d='M959.44,187.06V203.9c-12.45,9.837-23.3,12.55-33.063,14.975-11.25,2.8-21.862,5.45-35.35,18.938S874.9,261.91,872.1,273.147c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S639.6,497.2,636.8,508.448c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S349.965,804.16,338.14,807.11c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.337,18.925a74.772,74.772,0,0,0-8.2,9.563H162.24a80.412,80.412,0,0,1,14.087-18.4c15.925-15.925,29.325-19.262,41.15-22.212,11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S558.578,562.635,570.4,559.7c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S676.227,445,688.052,442.047c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162S793.877,327.348,805.7,324.4c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C958.952,187.56,959.2,187.31,959.44,187.06Z' transform='translate(-162.24 -187.06)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_773' data-name='Group 773' transform='translate(249.187 275.387)'%3E%3Cpath id='Path_922' data-name='Path 922' d='M950.162,220.31v13.125c-2.775.813-5.45,1.475-8.062,2.125-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337C884.875,301.66,881.537,315.06,865.6,331s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S718.625,467.91,706.8,470.86c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162S600.975,585.56,589.15,588.51c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15S483.325,703.21,471.5,706.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925S302.4,866.822,299.6,878.06c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212a115.876,115.876,0,0,0-12.1,3.488H199.35c12.787-10.362,23.875-13.125,33.85-15.613,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937S519.95,651,522.75,639.76c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937S755.25,415.71,758.05,404.46c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213C942.787,222.51,946.45,221.6,950.162,220.31Z' transform='translate(-199.35 -220.31)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_774' data-name='Group 774' transform='translate(331.85 307.6)'%3E%3Cpath id='Path_923' data-name='Path 923' d='M933.63,246.08v13.55a64.691,64.691,0,0,0-18.412,13.425c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.338,18.925S428.5,767.742,425.7,778.98c-2.95,11.825-6.288,25.225-22.212,41.162S374.155,839.4,362.33,842.355c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163-.237.237-.475.475-.712.7H265.48a72.318,72.318,0,0,0,11.525-9.538c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C916.38,254.205,925.38,249.18,933.63,246.08Z' transform='translate(-265.48 -246.08)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_775' data-name='Group 775' transform='translate(380.3 348.55)'%3E%3Cpath id='Path_924' data-name='Path 924' d='M923.94,278.84v18.425C916.04,307.4,913.865,316.1,911.6,325.2c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S679.1,549.252,676.3,560.5c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.163,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338A106.529,106.529,0,0,1,318.1,930.29H304.24c3.763-6.875,5.35-13.275,7-19.875,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163S833.377,379.4,845.2,376.452c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C922.44,280.265,923.2,279.528,923.94,278.84Z' transform='translate(-304.24 -278.84)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_776' data-name='Group 776' transform='translate(413.612 419.037)'%3E%3Cpath id='Path_925' data-name='Path 925' d='M917.277,335.23v30.837a88.1,88.1,0,0,1-9.562,11.2c-15.925,15.925-29.325,19.275-41.15,22.213-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S760.74,514.18,748.915,517.13c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S643.09,631.83,631.265,634.78c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S525.44,749.48,513.615,752.43c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925-10.213,10.2-14.2,18.762-16.75,27.2h-13c2.837-10.55,7.237-22.363,20.912-36.038,15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163S734.065,507.955,745.89,505c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.337-18.925C911.5,355.805,914.628,345.705,917.277,335.23Z' transform='translate(-330.89 -335.23)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_777' data-name='Group 777' transform='translate(450.062 483.187)'%3E%3Cpath id='Path_926' data-name='Path 926' d='M909.987,386.55v15.263c-9.438,5.788-17.913,7.9-25.713,9.838-11.25,2.8-21.862,5.45-35.35,18.938S832.8,454.688,830,465.925c-2.95,11.825-6.288,25.225-22.213,41.162S778.45,526.35,766.625,529.3c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162S660.8,644,648.975,646.95c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S543.15,761.65,531.325,764.6c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925-.737.738-1.45,1.475-2.125,2.2H360.05a89.036,89.036,0,0,1,9.463-11.038c15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213C890.587,397.2,899.512,394.975,909.987,386.55Z' transform='translate(-360.05 -386.55)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_778' data-name='Group 778' transform='translate(502.687 520.225)'%3E%3Cpath id='Path_927' data-name='Path 927' d='M899.462,416.18v12.888c-.237.062-.475.112-.713.175-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.163-10.237,10.225-19.425,15.262-27.812,18.337H402.15c8.35-4.612,15.95-6.5,22.988-8.25,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.213C896.975,416.8,898.225,416.493,899.462,416.18Z' transform='translate(-402.15 -416.18)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_779' data-name='Group 779' transform='translate(583.75 553.5)'%3E%3Cpath id='Path_928' data-name='Path 928' d='M883.25,442.8v14.488a73.262,73.262,0,0,0-11.062,9.237c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.525,10.138-5.35,21.438-16.15,34.5H467c.75-.687,1.5-1.412,2.262-2.175,13.488-13.488,16.125-24.1,18.938-35.35,2.937-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162A79.244,79.244,0,0,1,883.25,442.8Z' transform='translate(-467 -442.8)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_780' data-name='Group 780' transform='translate(626.287 598.887)'%3E%3Cpath id='Path_929' data-name='Path 929' d='M874.742,479.11v22.9a91.519,91.519,0,0,0-4.987,15.775c-2.95,11.825-6.288,25.225-22.213,41.162S818.205,578.21,806.38,581.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162S700.555,695.86,688.73,698.81c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S582.905,813.51,571.08,816.46c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-.762,3.063-1.55,6.225-2.575,9.5H501.03a110.883,110.883,0,0,0,3.662-12.525c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937S854.83,526.01,857.63,514.76C860.23,504.323,863.142,492.66,874.742,479.11Z' transform='translate(-501.03 -479.11)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_781' data-name='Group 781' transform='translate(658.5 680.95)'%3E%3Cpath id='Path_930' data-name='Path 930' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_782' data-name='Group 782' transform='translate(698.675 730.95)'%3E%3Cpath id='Path_931' data-name='Path 931' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_783' data-name='Group 783' transform='translate(764.8 764.725)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_784' data-name='Group 784' transform='translate(833.437 800.512)'%3E%3Cpath id='Path_933' data-name='Path 933' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_785' data-name='Group 785' transform='translate(871.275 851.6)'%3E%3Cpath id='Path_934' data-name='Path 934' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_786' data-name='Group 786' transform='translate(904.212 933.612)'%3E%3Cpath id='Path_935' data-name='Path 935' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_787' data-name='Group 787' transform='translate(948.675 977.225)'%3E%3Cpath id='Path_936' data-name='Path 936' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fabe14'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: 0rem;
  bottom: -5.9rem;
  background-repeat: no-repeat;
  z-index: -1;
}

.ha-blog {
  margin: 0 !important;
  text-align: left !important;
}

@media screen and (max-width: 567px) {
  .ha-blog {
    margin: 0 -1rem !important;
  }
}

.ha-blog .post-item {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 1024px) {
  .ha-blog .post-listing {
    width: calc(100% + 2rem) !important;
  }
}

.hs-blog-post .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child,
.hs-blog-listing .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child {
  position: relative;
  padding: 0 0 7rem 0;
  z-index: 0;
  margin-bottom: 3rem;
  z-index: 0;
}

.hs-blog-post .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child:after,
.hs-blog-listing .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child:after {
  content: '';
  display: none;
  width: 100vw;
  height: calc(100% + 12rem);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}

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

  .hs-blog-post .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child:after,
  .hs-blog-listing .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child:after {
    display: block;
    left: 75%;
    top: -14rem;
    transform: translateX(-50vw);
  }
}

body.hs-blog-listing {
  text-align: left !important;
  margin: 0 auto !important;
}

.new-blog-sidebar {
  padding: 0;
}

.new-blog-sidebar h3,
.new-blog-sidebar p {
  padding: 0 4rem;
}

.new-blog-sidebar .hs_cos_wrapper_type_rich_text {
  padding-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .new-vacature-sidebar {
    margin-top: -15rem;
  }
}

.new-vacature-sidebar h2,
.new-vacature-sidebar .reviews .section_header h3,
.reviews .section_header .new-vacature-sidebar h3 {
  font-size: 3.6rem !important;
}

.vacature-content .ha-blog-post-body .hs_cos_wrapper_type_rich_text:first-child p:first-child:after {
  height: calc(100% + 8rem);
  top: -8rem;
}

.ha-blog-post-body {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .ha-blog-post-body {
    margin-bottom: 10rem;
  }
}

.blog .mw_textblock.mw_block--none .container,
.blog .mw_textblock.mw_block--none .page-center,
.blog .mw_textblock.mw_block--none .home-section-4>h2,
.blog .mw_textblock.mw_block--none .reviews .section_header .home-section-4>h3,
.reviews .section_header .blog .mw_textblock.mw_block--none .home-section-4>h3 {
  padding: 0 1rem;
}

.case-blog .mw_textblock.mw_block--none .container,
.case-blog .mw_textblock.mw_block--none .page-center,
.case-blog .mw_textblock.mw_block--none .home-section-4>h2,
.case-blog .mw_textblock.mw_block--none .reviews .section_header .home-section-4>h3,
.reviews .section_header .case-blog .mw_textblock.mw_block--none .home-section-4>h3 {
  padding: 0 3rem;
}

.span12.mw_textblock__text {
  float: none;
}

@media screen and (min-width: 1024px) {
  .hs-blog-listing .row-number-3 .mw_textblock {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .hs-blog-listing .row-number-2 .mw_textblock {
    margin-top: 6rem;
  }
}

.case__rating_wrapper {
  margin: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .case__rating_wrapper {
    margin: 10rem 0;
  }
}

.reviews .section_header {
  margin-bottom: 3rem;
  text-align: center;
}

.reviews .section_header h3 {
  position: relative;
  display: inline-block;
}

.reviews .reference_item {
  position: relative;
  float: left;
  width: 30%;
  height: 250px;
}

.reviews .reference_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

.reviews .reference_item .stars {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 19px;
  overflow: hidden;
}

.reviews .reference_item .star {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.reviews .reference_item .fa-star {
  font-size: 20px;
  color: lightgray;
}

.reviews .reference_item .star.check .fa-star {
  color: #ffa71f;
}

.reviews .reference_item p {
  max-width: 100%;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.42857143;
}

.reviews .reference_item .author {
  position: absolute;
  bottom: 0;
  left: 0;
}

.reviews .cta {
  text-align: center;
  margin-top: 3rem;
}

.reviews .cta p {
  margin: 0 0 10px;
  max-width: 100%;
}

@media (max-width: 640px) {
  .reviews .reference_item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
  }

  .reviews .reference_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.quote {
  position: relative;
}

.quote p {
  font-size: 2rem;
}

.quote p span {
  text-align: left !important;
}

.case__rating_wrapper .reviews .reference_item--new {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  float: none;
}

@media screen and (max-width: 567px) {
  .case__rating_wrapper .reviews .reference_item--new {
    width: 100%;
  }
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content {
  display: flex;
  flex-wrap: wrap;
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .stars {
  order: 1;
  width: 130px;
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .quote_feedback_logo {
  order: 2;
  width: 50%;
  opacity: 0.7;
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .quote_feedback_logo img {
  margin-top: -7px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .quote {
  order: 3;
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .quote p {
  font-size: 2rem;
}

.case__rating_wrapper .reviews .reference_item--new .reference_item__content .quote_name {
  order: 4;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .case__rating_wrapper .reviews .reference_item--new {
    flex-direction: column;
  }

  .quote {
    max-width: 100%;
  }
}

.case__rating_wrapper .reviews .reference_item .stars {
  display: inline-block;
}

.quote_feedback_logo {
  width: 100%;
  display: block;
}

.quote_name {
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}

.quote_logo {
  width: 255px;
}

.feedback_company_logo {
  width: 75px;
  display: inline-block;
}

.training_listing__wrap {
  width: calc(100% + 4rem);
  max-width: unset;
  margin: 0 -2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 567px) {
  .training_listing__wrap {
    width: calc(100% + 2rem);
  }
}

.training_listing__wrap:after {
  display: none;
}

.training_listing__wrap:nth-child(3n):after {
  display: block;
}

.training_listing__wrap .training_listing__item {
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .training_listing__wrap .training_listing__item {
    flex-direction: column;
  }
}

.training_listing__wrap .hs-button.primary-new {
  background: #1EAAF0;
  color: white;
  border: 0;
  position: relative;
  transition: all .25s ease;
  font-size: 15px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  margin-right: 2rem;
  border: 1px solid #1EAAF0 !important;
  white-space: nowrap;
}

.training_listing__wrap .hs-button.primary-new:after {
  margin-top: 5px;
}

.training_listing__wrap .hs-button.open {
  color: white;
  border: 0;
  position: relative;
  transition: all .25s ease;
  font-size: 15px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #1EAAF0 !important;
  color: #1EAAF0;
  background: white;
  white-space: nowrap;
}

.training_listing__wrap .hs-button.open:after {
  margin-top: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='14.828' viewBox='0 0 8.828 14.828'%3E%3Cpath id='Path_367' data-name='Path 367' d='M723.829,3829.721l6-6,6,6' transform='translate(3831.135 -722.415) rotate(90)' fill='none' stroke='%231EAAF0' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.training_listing {
  margin: 0 -2rem;
}

.training_listing h2,
.training_listing .reviews .section_header h3,
.reviews .section_header .training_listing h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
}

.training_listing h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}

.training_listing p {
  padding: 0;
}

.training_listing__item_pricing {
  color: #1E1E1E;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.training_listing__item_pricing .price {
  font-size: 5.2rem;
  line-height: 5.8rem;
  font-weight: bold;
}

.training_listing__item__type {
  display: none;
}

.listing__item_col__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listing__item_col__wrap {
  width: 50%;
  margin-bottom: 1rem;
}

.listing__item_col__buttons {
  display: flex;
  margin-top: 3rem;
}

.training_listing__item_col1 {
  width: 55%;
  background: white;
  z-index: 2;
  padding: 2rem 5rem 2rem 2rem;
}

@media screen and (max-width: 567px) {
  .training_listing__item_col1 {
    width: 100%;
  }
}

.training_listing__item_col3 {
  width: 25%;
  background: white;
  z-index: 2;
}

@media screen and (max-width: 567px) {
  .training_listing__item_col3 {
    width: 100%;
    padding: 0 2rem;
  }
}

.training_listing__item_col2 {
  width: 20%;
}

@media screen and (max-width: 567px) {
  .training_listing__item_col2 {
    width: 100%;
    padding: 0 2rem;
  }
}

.training_sort {
  margin-bottom: 0;
}

.training_sort select {
  float: right;
  border: none;
  background-color: transparent;
  color: rgba(30, 30, 30, 0.2);
  border: none;
}

.training_count {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #1E1E1E;
}

.training_listing__label {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 25px;
  background: #FABE14;
}

.training_listing__label--bestseller {
  background: #FABE14;
  text-transform: uppercase;
  transform: rotate(45deg) translate(33%, -100%);
  text-align: center;
  transform-origin: center;
  font-size: 1.6rem;
  font-weight: bold;
  left: auto;
  padding: 5px 76px;
  right: 0;
  z-index: 10;
}

input[name="training_startdatum"],
#subscribeform .hs-dateinput {
  pointer-events: none;
}

/* Generic Utility */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Specific to example one */
@media screen and (min-width: 1408px) {
  .tabs:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 128rem;
    margin: 0 auto;
  }

  .tabs.is-extrawide {
    max-width: 151rem !important;
  }
}

.tabs .tab-nav {
  display: flex;
  list-style: none;
  overflow: hidden;
  padding: 0;
  background: white;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);
}

.tabs .tab-nav li {
  flex: 1;
  margin: 0;
  padding: 0;
}

.tabs .tab-nav li:before {
  display: none;
}

.tabs .tab-nav li.last {
  margin-right: 0;
  margin: 0;
}

.tabs .tab-nav li a {
  display: block;
  padding: 15px 25px;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  border: 0;
  color: rgba(30, 30, 30, 0.2);
  font-weight: bold;
}

.tabs .tab-nav li a.current {
  background: #FABE14;
  color: white;
}

.tabs .tab-nav li a:hover {
  background-color: #1E1E1E;
  color: white;
}

.tab-list-wrap .tab-content {
  padding: 0;
}

@media (max-width: 1024px) {
  .tabs .tab-nav {
    margin: 0;
  }

  .tabs .tab-nav li {
    width: 33%;
    margin: 0 2px 0 0;
  }

  .tabs .tab-nav li a {
    width: 100%;
    padding: 17px 5px;
    font-size: 18px;
  }

  .tab-list-wrap .tab-content {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .tab-list-wrap .tab-content {
    margin-top: 30px;
  }
}

.tab-content_wrapper {
  display: flex;
}

.tab-content__image {
  width: 33%;
  min-height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
  height: 0;
  padding-bottom: 21%;
}

.tab-content__content {
  width: 67%;
  padding: 50px;
}

.tab-content__content h4 {
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .tab-content_wrapper {
    flex-direction: column;
  }

  .tab-content__image {
    width: 100%;
    min-height: 250px;
    margin-top: 0;
  }

  .tab-content__content {
    width: 100%;
    padding: 2rem;
  }
}

.table_inschrijven {
  width: 100%;
  margin-top: 20px;
}

.table_inschrijven_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1.6;
  align-items: center;
  margin: 10px 0 20px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  background: white;
}

.table_inschrijven .fa {
  padding: 3px 10px 0px 5px;
  color: white;
  background: #FABE14;
  display: none;
}

.table_inschrijven__text {
  padding: 10px;
  flex: 2;
}

.table_inschrijven__date {
  padding: 10px;
  color: white;
  background: #FABE14;
  flex: 1.2;
}

.table_inschrijven__price {
  padding: 10px;
  border-left: 1px solid #b5b5b5;
}

.table_inschrijven__link a {
  padding: 10px;
  background: #1EAAF0;
  display: block;
  color: white;
}

.table_inschrijven__date {
  display: flex;
}

@media (max-width: 767px) {
  .table_inschrijven_row {
    flex-direction: column;
    align-items: inherit;
  }

  .table_inschrijven__date {
    display: flex;
  }

  .table_inschrijven__text {
    padding-left: 10px;
  }

  .table_inschrijven .fa {
    padding: 3px 10px 0px 5px;
  }
}

.tab-content__content .hs_cos_wrapper_type_form {
  background: transparent !important;
  padding: 0 !important;
}

fieldset.form-columns-0 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#subscribeform input:disabled {
  color: #929292 !important;
  padding: 7px;
  background: #e2e2e2 !important;
}

.tab-content .hs-button {
  display: inline-block;
  margin-top: 2rem;
  background: #1EAAF0;
}

@media screen and (min-width: 1024px) {
  .mw_block--training_detail {
    padding-top: 7rem !important;
  }
}

@media (max-width: 768px) {
  .usp-section {
    background-image: unset !important;
  }
}

.usp-section {
  background-color: #FABE14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='899.682' height='332.276' viewBox='0 0 899.682 332.276'%3E%3Cpath id='Path_110' data-name='Path 110' d='M1140.285,585.819H802.238L643.682,716.35V585.819H267.6V441.274' transform='translate(-240.603 -441.274)' fill='none' stroke='%23fff' stroke-width='54' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: top right;
  background-size: 90rem 33rem;
  background-repeat: no-repeat;
  color: white;
  padding: 5rem 0;
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .usp-section {
    padding: 10rem 0;
  }
}

.usp-section h2,
.usp-section .reviews .section_header h3,
.reviews .section_header .usp-section h3 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 3rem;
}

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

  .usp-section h2,
  .usp-section .reviews .section_header h3,
  .reviews .section_header .usp-section h3 {
    margin-bottom: 5rem;
  }
}

.usp-section h2 div,
.usp-section .reviews .section_header h3 div,
.reviews .section_header .usp-section h3 div {
  width: 100%;
  max-width: 100% !important;
}

.usp-section .container,
.usp-section .page-center,
.usp-section .home-section-4>h2,
.usp-section .reviews .section_header .home-section-4>h3,
.reviews .section_header .usp-section .home-section-4>h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.usps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100% !important;
  width: 100%;
}

@media (max-width: 767px) {
  .usps {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .usp-section .container,
  .usp-section .page-center,
  .usp-section .home-section-4>h2,
  .usp-section .reviews .section_header .home-section-4>h3,
  .reviews .section_header .usp-section .home-section-4>h3 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.usp {
  display: flex;
  width: 33%;
  align-items: center;
}

@media (max-width: 767px) {
  .usp {
    width: 100%;
    margin-bottom: 20px;
  }
}

.usp_icon {
  width: 60px;
  margin-right: 20px;
}

.usp_icon svg {
  max-width: 100%;
  max-height: 80px;
  fill: #ffffff;
}

.usp_text {
  padding: 0px 0 0 0;
  text-align: left;
  width: 100%;
  font-size: 2rem;
}

.usp_text div {
  max-width: 100% !important;
}

.usp_text span {
  color: white !important;
  font-size: 4.6rem !important;
  line-height: 5.2rem !important;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .usp_text span {
    font-size: 3.6rem !important;
    line-height: 4.2rem !important;
  }
}

.usp_text p {
  margin: 0 !important;
  padding: 0;
}

.identity-wrapper .werkwijze-section-5-desc ul {
  display: flex;
  flex-wrap: wrap;
}

.identity-wrapper .werkwijze-section-5-desc ul li {
  width: 100%;
  padding: 2rem 2rem 2rem 0;
}

.identity-wrapper .werkwijze-section-5-desc ul li:before {
  display: none;
}

.identity-wrapper .werkwijze-section-5-desc ul li img,
.identity-wrapper .werkwijze-section-5-desc ul li h3 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .identity-wrapper .werkwijze-section-5-desc ul li {
    width: 50%;
    padding: 2rem 7rem 8rem 0;
  }

  .identity-wrapper .werkwijze-section-5-desc ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 7rem;
  }
}

.old_marketing {
  padding-bottom: 5rem;
  margin: 0 auto;
  max-width: 90%;
}

.old_marketing__description {
  width: 33.333%;
  padding: 2rem 1.5rem;
}

.old_marketing__checkboxes {
  width: 33.333%;
  padding: 2rem 1.5rem;
  border-left: 1px solid #D8D8D8;
}

.old_marketing__head {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.old_marketing__title {
  color: white;
  font-size: 2.1rem;
  background: #424242;
  padding: 3rem 1.5rem;
  width: 33.333%;
}

.old_marketing__title--new {
  background: #FABE14;
}

.old_marketing__row {
  display: flex;
  background: #F9F9F9;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.old_marketing__row:nth-child(even) {
  background: #F2F2F2;
}

@media screen and (max-width: 768px) {
  .old_markering__title {
    font-size: 12px;
    padding: 20px 5px;
  }

  .old_markering__title span {
    display: none;
  }

  .old_markering__description,
  .old_markering__checkboxes {
    font-size: 12px;
    padding: 20px 5px;
  }

  .old_markering__description {
    width: 60%;
    text-align: left;
  }

  .old_markering__checkboxes,
  .old_markering__title {
    width: 20%;
  }

  .old_markering__checkboxes svg {
    width: 20px;
  }
}

.tab-content__block {
  display: flex;
  flex-direction: column;
  padding: 4rem 4rem 6rem 6rem;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .tab-content__block {
    width: calc(33% - 2rem);
  }
}

.tab-content__block:before {
  content: '';
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: white;
  position: absolute;
  left: 2rem;
  top: 0;
  z-index: 1;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);
}

.tab-content__block h3,
.tab-content__block div {
  z-index: 2;
}

.tab-content__block h3 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .tab-content__block:nth-child(2) {
    margin-top: 5rem;
  }

  .tab-content__block:nth-child(3) {
    margin-top: 10rem;
  }
}

.tab-content__blocks {
  display: flex;
  display: flex;
  margin-top: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .tab-content__blocks {
    flex-direction: row;
  }
}

.tabs .tab-nav {
  flex-direction: column;
}

.tabs .tab-nav li {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabs .tab-nav {
    flex-direction: row;
  }
}

.tab-content__intro {
  display: none;
}

.blog-listing-filter {
  padding: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .blog-listing-filter {
    padding: 4rem;
    margin-bottom: 5rem;
  }
}

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

  .blog-listing-filter .container,
  .blog-listing-filter .page-center,
  .blog-listing-filter .home-section-4>h2,
  .blog-listing-filter .reviews .section_header .home-section-4>h3,
  .reviews .section_header .blog-listing-filter .home-section-4>h3 {
    padding: 0;
  }
}

.blog-listing-filter .block h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #7C7C7C;
}

.blog-listing-filter .block select {
  font-weight: bold;
  font-size: 2rem;
}

.filter-title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  margin-bottom: 1rem;
}

.filter-title svg {
  margin-right: 1rem;
}

.container-fluid .row-fluid .page-center.post_meta_data_wrapper,
.results_wrapper_2020 .result_wrapper {
  margin: 0 auto 0 auto !important;
  transform: translateY(-50%);
  z-index: 2;
}

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

  .container-fluid .row-fluid .page-center.post_meta_data_wrapper,
  .results_wrapper_2020 .result_wrapper {
    margin: 0 !important;
    transform: translateY(-20%);
  }
}

.container-fluid .row-fluid .page-center.post_meta_data_wrapper {
  padding: 4rem 2rem;
}

.results_wrapper_2020 {
  background-color: #fafafa;
}

.results_wrapper_2020 .result_wrapper {
  display: flex;
  margin-bottom: -7rem !important;
}

.results_wrapper_2020 .result_wrapper .results_item {
  background: none !important;
  display: flex;
  flex-direction: row;
}

.results_wrapper_2020 .result_wrapper .results_number,
.results_wrapper_2020 .result_wrapper .results_text {
  font-family: "Gilroy", "Franklin Gothic Medium", Tahoma, sans-serif;
  color: #1E1E1E;
}

.results_wrapper_2020 .result_wrapper .results_text {
  opacity: .2;
}

.post_author_data {
  width: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: bottom;
  color: #1E1E1E;
}

.post_autor_data__image {
  width: 165px;
  position: relative;
  margin-top: 0;
  position: absolute;
  bottom: -2.5em;
}

@media screen and (min-width: 1024px) {
  .post_author_data__content {
    display: flex;
    margin-left: 200px;
    width: calc(100% - 200px);
  }
}

.post_author_data__content__wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.post_autor_meta__tags .hs-button {
  top: 2rem;
  position: relative;
}

.post_author_data__name span,
.post_author_meta span,
.post_autor_meta__tags span {
  font-size: 1.6rem;
  display: block;
  color: rgba(30, 30, 30, 0.2);
}

.post_autor_meta__tags {
  margin-right: 2rem;
}

@media screen and (min-width: 1024px) {
  .post_autor_meta__tags {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .post_autor_meta__tags:last-child {
    width: 33%;
        display: flex;     margin-right: 0;     gap: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .post_author_data__name {
    width: 22%;
    border-right: 1px solid rgba(30, 30, 30, 0.2);
    margin-right: 2rem;
  }
}

.post_author_data__name .author-link {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #1E1E1E;
}

.post_author_data__name .hubspot-editable {
  margin-bottom: 0;
}

.post_author_data__name .hs-author-bio {
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .post_author_meta {
    width: 20%;
    border-right: 1px solid rgba(30, 30, 30, 0.2);
    margin-right: 2rem;
  }
}

.post_author_meta p {
  font-size: 2rem;
  font-weight: bold;
  color: #1E1E1E;
}

.topic-link_button {
  font-size: 2rem;
  font-weight: bold;
  color: #1E1E1E;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .post_author_data__content__wrap {
    flex-direction: column;
    padding-left: 20px;
  }

  .post_author_data__name,
  .post_author_meta {
    padding-bottom: 1rem;
  }

  .post_autor_meta__tags:last-child {
    padding-bottom: 2rem;
  }

  .post_autor_data__image {
    width: 210px;
    margin-top: -25px;
  }

  .post_author_data__content {
    width: calc(100% - 210px);
    padding: 20px 0;
  }

  .container-fluid .row-fluid .page-center.post_meta_data_wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 567px) {
  .container-fluid .row-fluid .page-center.post_meta_data_wrapper {
    margin: 2rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .post_author_data__name span {
    display: inline-block;
    width: 200px;
  }

  .post_author_meta span,
  .post_autor_meta__tags span {
    display: inline-block;
    width: 200px;
  }

  .post_author_data__name .hs-author-bio {
    padding-left: 205px;
  }
}

@media screen and (max-width: 767px) {
  .post_autor_data__image {
    position: absolute;
    right: 20px;
    width: 100px;
    margin-top: 20px;
    top: 0;
  }

  .post_author_data__content {
    width: 100%;
  }

  .post_author_data__name span,
  .post_author_meta span,
  .post_autor_meta__tags span {
    display: block;
    width: 100%;
  }

  .post_author_data__name .hs-author-bio {
    padding-left: 0;
  }
}

.results_wrapper_2020 .result_wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .results_wrapper_2020 .result_wrapper {
    flex-direction: column;
  }
}

.results_wrapper_2020 .results_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  border-right: 1px solid rgba(65, 72, 83, 0.3);
  padding: 25px 0;
}

.results_wrapper_2020 .results_item:last-child {
  border-right: 0;
}

.results_wrapper_2020 .results_number {
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
  margin-right: 20px;
  margin-top: 0;
}

.results_wrapper_2020 .results_text {
  max-width: 185px;
}

@media screen and (max-width: 1024px) {
  .results_wrapper_2020 .results_item {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .results_wrapper_2020 .results_number {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .results_wrapper_2020 .result_wrapper .results_item {
    padding: 10px 0;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(65, 72, 83, 0.3);
    border-right: 0;
    flex-direction: column;
  }

  .results_wrapper_2020 .results_item:last-child {
    border-bottom: 0;
  }
}

.blog-banner.banner-area {
  position: relative;
  background-size: cover;
  height: 70rem;
  background-position: bottom;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 567px) {
  .blog-banner.banner-area {
    height: 50rem;
  }
}

.blog-banner.banner-area:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.blog-banner.banner-area .cm-site-branding {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-banner.banner-area .page-center {
  height: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .blog-banner.banner-area .page-center {
    align-items: center;
  }
}

.blog-banner.banner-area .case-content img {
  max-width: 14rem;
}

.blog-banner.banner-area #breadcrumbs {
  font-size: 1.2rem;
  color: white;
}

.blog-banner.banner-area #breadcrumbs span {
  opacity: .4;
}

.blog-banner.banner-area #breadcrumbs strong {
  font-size: 1.2rem;
  color: white;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .custom-banner-inner-wrapper {
    max-width: 70%;
    margin-top: 8rem;
  }
}

.banner-main h1 {
  color: white;
  margin-top: 2rem;
}

@media screen and (max-width: 567px) {
  .banner-main h1 {
    padding: 0;
  }
}

.banner-main p {
  color: white;
}

.banner-main .last-word-transparent {
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.banner-main .last-word-transparent span {
  display: block;
  position: absolute;
  right: 0;
  bottom: -.6rem;
  width: calc(100% - 5.6rem);
  height: 1.7rem;
  border-right: 6px solid #FABE14;
  border-bottom: 6px solid #FABE14;
}

.banner-main .last-word-transparent:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56.714' height='36.356' viewBox='0 0 56.714 36.356'%3E%3Cpath id='Path_13' data-name='Path 13' d='M433.4,474v13.842h26.031V504l19.627-16.158h8.056' transform='translate(-430.397 -474)' fill='none' stroke='%23fabe14' stroke-width='6'/%3E%3C/svg%3E%0A");
  width: 5.6rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}

.data_table {
  max-width: 1400px;
  padding-bottom: 50px;
}

.data_table__description,
.data_table__checkboxes {
  width: 33.333%;
  padding: 19px 15px;
  font-size: 13px;
}

.data_table__description .check circle,
.data_table__checkboxes .check circle {
  fill: #1EAAF0;
}

.data_table__description .cross circle,
.data_table__checkboxes .cross circle {
  fill: #FABE14;
}

.data_table__checkboxes {
  border-left: 1px solid #D8D8D8;
}

.data_table__head {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.data_table__title {
  color: white;
  font-size: 15px;
  background: #1E1E1E;
  padding: 20px 15px;
  width: 33.333%;
  font-weight: bold;
}

.data_table__title--new {
  background: #1EAAF0;
}

.data_table__row {
  display: flex;
  background: #F9F9F9;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.data_table__row:nth-child(even) {
  background: #F2F2F2;
}

@media screen and (max-width: 768px) {
  .data_table__title {
    font-size: 12px;
    padding: 20px 5px;
  }

  .data_table__title span {
    display: none;
  }

  .data_table__description,
  .data_table__checkboxes {
    font-size: 12px;
    padding: 20px 5px;
  }

  .data_table__description {
    width: 40%;
    text-align: left;
  }

  .data_table__checkboxes,
  .data_table__title {
    width: 30%;
  }

  .data_table__checkboxes svg {
    width: 30px;
  }
}

.data_table__description.tussenkop {
  background: #FABE14;
  color: white;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .data_table__description.tussenkop {
    font-size: 2.4rem;
    padding: 15px;
  }
}

.data_table__description.tussenkop:before {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #FABE14;
}

@media screen and (max-width: 480px) {
  .data_table__head.sticky {
    position: fixed;
    top: 107px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }

  .data_table__head.fixed {
    position: absolute;
  }

  .data_table__title {
    padding: 0 5px;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
  }

  .data_table__row {
    flex-wrap: wrap;
  }

  .data_table__description {
    width: 100%;
    padding: 15px 25px 25px;
  }

  .check_tussen {
    display: none;
  }

  .data_table__checkboxes {
    width: 33%;
    box-sizing: border-box;
    border: 0;
    padding: 0 0 10px;
  }
}

.pricing_contact_wrapper {
  background: #F8F8F8;
  margin-top: 50px;
}

.pricing-column {
  background: #F8F8F8;
}

.pricing-column__header {
  color: white;
  background: #FABE14;
  position: relative;
  padding: 60px 40px;
}

.pricing-column__header h2,
.pricing-column__header .reviews .section_header h3,
.reviews .section_header .pricing-column__header h3 {
  font-weight: bold;
  color: white;
}

.pricing-column__header h2 span,
.pricing-column__header .reviews .section_header h3 span,
.reviews .section_header .pricing-column__header h3 span {
  font-size: 24px;
  font-weight: 400;
}

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

  .pricing-column__header h2 span,
  .pricing-column__header .reviews .section_header h3 span,
  .reviews .section_header .pricing-column__header h3 span {
    font-size: 27px;
  }
}

.pricing-column__header img {
  position: absolute;
  right: 40px;
  top: 40px;
}

.pricing-column__header--strategie {
  background: #FABE14;
}

.pricing-column__header:after {
  content: '';
  height: 46px;
  width: 46px;
  bottom: -36px;
  position: absolute;
  right: 46px;
}

.pricing-column__header--strategie:after {
  background: url("https://www.ha-marketing.nl/hubfs/angle-orange.svg") no-repeat;
}

.pricing-column__header--activatie {
  background: #9B9B9B;
}

.pricing-column__header--activatie:after {
  background: url("https://www.ha-marketing.nl/hubfs/angle-blue.svg") no-repeat;
}

.pricing-column__header--optimalisatie {
  background: #1EAAF0;
}

.pricing-column__header--optimalisatie:after {
  content: '';
  background: url("https://www.ha-marketing.nl/hubfs/angle-teal.svg") no-repeat;
}

.pricing-column__header--noarrow:after {
  display: none;
}

.pricing-column__content {
  padding: 15px;
  font-size: 16px;
}

@media screen and (min-width: 1139px) {
  .pricing-column__content {
    padding: 30px;
  }
}

.pricing-columns {
  display: flex;
}

.pricing-columns--flex .pricing-column {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .pricing-columns--flex .pricing-column {
    margin: 0 10px;
  }
}

.pricing-columns .pricing-column:first-child {
  margin-left: 0;
}

.pricing-columns .pricing-column:last-child {
  margin-right: 0;
}

.pricing-columns--flex .pricing-column {
  display: flex !important;
  flex-direction: column;
}

.opmerking {
  position: absolute;
  right: 175px;
  top: -300px;
}

.pricing-columns--flex .pricing-column .pricing-column__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.pricing-columns-no--flex .pricing-column__header {
  padding: 20px 40px;
}

@media screen and (max-width: 1024px) {
  .pricing-column__content .config_item.span12 {
    margin-left: 0 !important;
  }

  .pricing-columns {
    flex-direction: column;
    row-gap: 2rem;
  }

  .pricing-column {
    flex: 1;
  }
}

.pricing-column__content p {
  color: #352b2b;
  margin-bottom: 25px;
}

.pricing-column__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.pricing-column__content ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 7px;
  color: #352b2b;
}

.pricing-column__content ul li:before {
  content: '';
  background: url("https://www.ha-marketing.nl/hubfs/checkbox.svg") center center no-repeat;
  background-position: center;
  width: 17px;
  height: 13px;
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
}

.wp-button--strategie {
  border-color: #FABE14;
}

.wp-button--optimalisatie {
  border-color: #1EAAF0;
}

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 24px;
  background: gray;
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.switch label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.switch input:checked+label {
  background: #1EAAF0;
}

.switch input:checked+label:after {
  left: calc(100%);
  transform: translateX(-100%);
}

.switch label:active:after {
  width: 30px;
}

.config_item {
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0;
  margin-bottom: 5px;
  margin-left: 0 !important;
}

.config_item__label h4 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.config_item__price {
  font-size: 14px;
  font-weight: regular;
  text-align: right;
}

.pricing_bar__wrapper {
  padding: 70px 0 30px;
}

.pricing_bar {
  height: 53px;
  background: #e5e5e5;
  width: 100%;
}

.pricing_totals {
  height: 53px;
  background: #FABE14;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}

.pricing_totals--points {
  background: #352b2b;
  margin-bottom: 20px;
}

.pricing_totals:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 11px;
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #FABE14;
}

.pricing_totals--points:before {
  border-right-color: #352b2b;
}

.range-slider__range {
  width: 100%;
}

.buttons_activated {
  margin-bottom: 25px;
}

.buttons_activated .button,
.buttons_activated .reviews .cta a,
.reviews .cta .buttons_activated a {
  border: 3px solid #9B9FA4;
  color: #fff !important;
  width: 250px;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  background: #9B9B9B;
}

.buttons_activated .button.button--active,
.buttons_activated .reviews .cta a.button--active,
.reviews .cta .buttons_activated a.button--active {
  background: #1EAAF0;
  color: white;
}

input[type=range] {
  height: 38px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #E5E5E5;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 32px;
  width: 32px;
  border-radius: 45px;
  background: #FABE14;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E5E5E5;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #E5E5E5;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 32px;
  width: 32px;
  border-radius: 45px;
  background: #FABE14;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #E5E5E5;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #E5E5E5;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 32px;
  width: 32px;
  border-radius: 45px;
  background: #FABE14;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #E5E5E5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #E5E5E5;
}

.strategie_bar,
.activatie_bar,
.optimalisatie_bar {
  width: 0;
  float: left;
  height: 53px;
  background: #FABE14;
  background: repeating-linear-gradient(-45deg, #FABE14, #FABE14 20px, #fbc733 20px, #fbc733 40px);
  transition: all .25s ease;
}

.activatie_bar {
  background: #9B9B9B;
  background: repeating-linear-gradient(-45deg, #9B9B9B, #9B9B9B 20px, #827f7f 20px, #827f7f 40px);
}

.optimalisatie_bar {
  background: #1EAAF0;
  background: repeating-linear-gradient(-45deg, #1EAAF0, #1EAAF0 20px, #4ab6eb 20px, #4ab6eb 40px);
}

.investment_cloud {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  background: #FABE14;
  -o-border-image: initial;
  border-image: initial;
  padding: 20px;
  color: white;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 567px) {
  .investment_cloud {
    margin-top: 2rem;
    width: 100%;
    margin-left: 0;
  }
}

.investment_cloud .wp-button {
  float: none;
  background: #1EAAF0;
  border: 0;
  color: white;
  line-height: 1;
  margin-top: 25px;
  font-size: 18px;
  line-height: 52px;
  z-index: 1;
  position: relative;
}

.total_investement {
  width: 100%;
  padding: 15px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  margin-bottom: 25px;
}

.part_investment {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}

.part_investement_text {
  float: left;
  width: 70%;
  color: white;
}

.part_investment_block {
  background: white;
  float: right;
  width: 30%;
  text-align: right;
  padding-right: 10px;
}

.investment_cloud:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5rem;
  left: 2rem;
  border: 5rem solid transparent;
  border-left: 7rem solid #fabe14;
  z-index: 0;
}

.contact_cloud {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: -10px;
  background: #FABE14;
  padding: 60px;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 567px) {
  .contact_cloud {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}

.contact_cloud__smalltext {
  font-size: 16px;
  line-height: 32px;
  color: white;
}

.contact_cloud__smalltext a {
  color: #1EAAF0;
}

.contact_cloud h3 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
}

.body-container .pricing_contact_wrapper .hs_cos_wrapper_type_form {
  background: transparent;
}

.contact_wrapper_pricing {
  position: relative;
  padding: 40px 50px;
}

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

  .contact_wrapper_pricing h2,
  .contact_wrapper_pricing .reviews .section_header h3,
  .reviews .section_header .contact_wrapper_pricing h3 {
    padding-left: 20px;
  }
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .pricing-column__content .config_item.span12 {
    margin-left: 0 !important;
  }

  .pricing-column__content .config_item.span12:after {
    content: "";
    clear: both;
    display: table;
  }

  .pricing-columns {
    flex-direction: column;
  }

  .pricing-column {
    flex: 1;
  }

  .pricing_totals {
    margin-top: 20px;
  }

  .pricing_totals:before {
    display: none;
  }

  .opmerking {
    display: none;
  }

  .contact_cloud {
    padding: 20px;
  }

  .contact_cloud:after {
    display: none;
  }

  .contact_wrapper_pricing {
    padding: 2rem 0 5rem;
  }

  .config_item__price {
    float: right !important;
    width: 100px !important;
  }

  .config_item__label {
    padding-left: 50px;
    width: calc(100% - 150px) !important;
    float: left !important;
  }

  .switch {
    position: absolute;
  }

  .pricing-column__header {
    padding: 20px 40px;
  }

  .pricing-column__header h2,
  .pricing-column__header .reviews .section_header h3,
  .reviews .section_header .pricing-column__header h3 {
    margin: 0 !important;
    padding: 0 !important;
  }

  .pricing-column__header img {
    top: 30px;
    width: 50px;
  }
}

.mw_textblock {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .mw_textblock {
    padding: 16rem 0;
  }
}

.mw_textblock.offset-top {
  padding: 0;
  margin-top: -15rem;
  padding-top: 5rem;
}

.mw_textblock.offset-bottom {
  padding: 0;
  margin-bottom: -15rem;
  padding-bottom: 15rem;
}

.mw_textblock .is-flex-direction-column {
  justify-content: center;
}

.mw_textblock .ctas .hs_cos_wrapper_type_cta {
  margin-right: 2rem;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mw_textblock .columns.is-contact {
    display: flex;
    flex-direction: column-reverse;
  }
}

.mw_textblock__image {
  padding: 2rem 0 0 0;
}

@media screen and (min-width: 1024px) {
  .mw_textblock__image {
    padding: 5rem 0 0 0;
  }
}

@media screen and (max-width: 567px) {
  .mw_textblock .columns[data-align='right'].is-app {
    display: flex;
    flex-direction: column-reverse;
  }

  .mw_textblock .columns[data-align='right'].is-app .column--appointment {
    margin-bottom: 4rem;
  }
}

.mw_textblock .columns[data-align='right'] .is-flex-direction-column {
  padding-right: 8rem;
}

.mw_textblock .columns[data-align='right'] .column--image {
  margin-top: 3.5rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .mw_textblock .columns[data-align='right'] .column--image {
    margin-top: 0;
    padding-left: 16rem;
  }
}

.mw_textblock .columns[data-align='right'] .is-4-tablet {
  position: relative;
  align-self: flex-start;
}

@media screen and (min-width: 1024px) {
  .mw_textblock .columns[data-align='right'] .column--appointment {
    padding-right: 18rem;
  }
}

.mw_textblock .columns[data-align='left'] .column--image {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .mw_textblock .columns[data-align='left'] .column--image {
    padding-right: 16rem;
  }
}

@media screen and (min-width: 1024px) {
  .mw_textblock .columns[data-align='left'] .column--appointment {
    padding-left: 18rem;
  }
}

.mw_textblock .card,
.mw_textblock .hs-blog-listing .post-listing .post-item,
.hs-blog-listing .post-listing .mw_textblock .post-item,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item,
.mw_textblock .training_listing__wrap,
.mw_textblock .tab-content__block {
  margin-bottom: 4rem;
}

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

  .mw_textblock .card,
  .mw_textblock .hs-blog-listing .post-listing .post-item,
  .hs-blog-listing .post-listing .mw_textblock .post-item,
  .mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item,
  .mw_textblock .training_listing__wrap,
  .mw_textblock .tab-content__block {
    max-width: calc(100% - 2rem);
    margin-left: 2rem;
    margin-bottom: 0;
  }
}

.mw_textblock .card-image {
  padding: 0 4rem;
}

.mw_textblock .card .button,
.mw_textblock .hs-blog-listing .post-listing .post-item .button,
.hs-blog-listing .post-listing .mw_textblock .post-item .button,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .button,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .button,
.mw_textblock .training_listing__wrap .button,
.mw_textblock .tab-content__block .button,
.mw_textblock .card .reviews .cta a,
.reviews .cta .mw_textblock .card a,
.mw_textblock .hs-blog-listing .post-listing .post-item .reviews .cta a,
.reviews .cta .mw_textblock .hs-blog-listing .post-listing .post-item a,
.hs-blog-listing .post-listing .mw_textblock .post-item .reviews .cta a,
.reviews .cta .hs-blog-listing .post-listing .mw_textblock .post-item a,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .reviews .cta a,
.reviews .cta .mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item a,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .reviews .cta a,
.reviews .cta .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item a,
.mw_textblock .training_listing__wrap .reviews .cta a,
.reviews .cta .mw_textblock .training_listing__wrap a,
.mw_textblock .tab-content__block .reviews .cta a,
.reviews .cta .mw_textblock .tab-content__block a {
  position: relative;
  bottom: auto;
}

.mw_textblock .card .card-content,
.mw_textblock .hs-blog-listing .post-listing .post-item .card-content,
.hs-blog-listing .post-listing .mw_textblock .post-item .card-content,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content,
.mw_textblock .training_listing__wrap .card-content,
.mw_textblock .tab-content__block .card-content {
  padding: 2rem 4rem 4rem;
}

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

  .mw_textblock .card .card-content,
  .mw_textblock .hs-blog-listing .post-listing .post-item .card-content,
  .hs-blog-listing .post-listing .mw_textblock .post-item .card-content,
  .mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content,
  .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content,
  .mw_textblock .training_listing__wrap .card-content,
  .mw_textblock .tab-content__block .card-content {
    padding: 2rem;
  }
}

.mw_textblock .card .card-content h2,
.mw_textblock .hs-blog-listing .post-listing .post-item .card-content h2,
.hs-blog-listing .post-listing .mw_textblock .post-item .card-content h2,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content h2,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content h2,
.mw_textblock .training_listing__wrap .card-content h2,
.mw_textblock .tab-content__block .card-content h2,
.mw_textblock .card .card-content .reviews .section_header h3,
.reviews .section_header .mw_textblock .card .card-content h3,
.mw_textblock .hs-blog-listing .post-listing .post-item .card-content .reviews .section_header h3,
.reviews .section_header .mw_textblock .hs-blog-listing .post-listing .post-item .card-content h3,
.hs-blog-listing .post-listing .mw_textblock .post-item .card-content .reviews .section_header h3,
.reviews .section_header .hs-blog-listing .post-listing .mw_textblock .post-item .card-content h3,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content .reviews .section_header h3,
.reviews .section_header .mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content h3,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content .reviews .section_header h3,
.reviews .section_header .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content h3,
.mw_textblock .training_listing__wrap .card-content .reviews .section_header h3,
.reviews .section_header .mw_textblock .training_listing__wrap .card-content h3,
.mw_textblock .tab-content__block .card-content .reviews .section_header h3,
.reviews .section_header .mw_textblock .tab-content__block .card-content h3,
.mw_textblock .card .card-content p,
.mw_textblock .hs-blog-listing .post-listing .post-item .card-content p,
.hs-blog-listing .post-listing .mw_textblock .post-item .card-content p,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content p,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content p,
.mw_textblock .training_listing__wrap .card-content p,
.mw_textblock .tab-content__block .card-content p {
  margin-bottom: 0;
}

.mw_textblock .card .card-content p,
.mw_textblock .hs-blog-listing .post-listing .post-item .card-content p,
.hs-blog-listing .post-listing .mw_textblock .post-item .card-content p,
.mw_textblock .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .card-content p,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_textblock .post-item .card-content p,
.mw_textblock .training_listing__wrap .card-content p,
.mw_textblock .tab-content__block .card-content p {
  padding-bottom: 2.5rem;
}

.intro_text {
  padding-top: 80px;
}

.intro_form {
  background: #f8f8f8;
  padding: 10px 30px;
  z-index: 200;
  position: relative;
}

.intro_form input {
  padding: 5px 10px !important;
  background: #f8f8f8 !important;
}

.intro_form button,
.intro_form input[type="submit"] {
  line-height: 27px !important;
}

@media screen and (max-width: 768px) {
  .intro_form--margin {
    margin-top: 50px !important;
  }

  .intro_text {
    padding-top: 30px;
  }
}

@media screen and (max-width: 567px) {
  .is-order-2 .mw_textblock__image {
    padding: 2rem 6rem 0 !important;
  }
}

@media screen and (max-width: 567px) {
  .is-overlay {
    position: relative;
    padding: 0;
  }
}

@media screen and (max-width: 567px) {
  .mw_cases {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mw_cases {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .mw_cases {
    padding: 16rem 0;
  }
}

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

  .mw_cases .container,
  .mw_cases .page-center,
  .mw_cases .home-section-4>h2,
  .mw_cases .reviews .section_header .home-section-4>h3,
  .reviews .section_header .mw_cases .home-section-4>h3 {
    padding: 0;
  }
}

.mw_cases .slick-list {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(88, 88, 88, 0.1);
}

@media screen and (min-width: 568px) {
  .mw_cases .cases-slider--1 {
    margin: 0 9rem;
  }
}

.mw_cases .cases-slider--1 .slick-track {
  display: flex !important;
}

.mw_cases .cases-slider--1 .slick-slide {
  height: inherit !important;
}

.mw_cases .slick-prev,
.mw_cases .slick-next {
  background: rgba(255, 255, 255, 0.2);
  width: 5rem;
  height: 6rem;
  transform: translateY(-50%);
  transition: all .25s ease;
  z-index: 10;
  top: 50%;
  display: block;
  position: absolute;
}

.mw_cases .slick-prev:hover,
.mw_cases .slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.mw_cases .slick-prev:before,
.mw_cases .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.3rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.mw_cases .slick-next {
  right: 0;
}

@media screen and (max-width: 567px) {
  .mw_cases .slick-next {
    right: 2.5rem;
  }
}

.mw_cases .slick-next:hover {
  right: -.5rem;
}

@media screen and (max-width: 567px) {
  .mw_cases .slick-next:hover {
    right: 2.5rem;
  }
}

.mw_cases .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.828' height='22.828' viewBox='0 0 12.828 22.828'%3E%3Cpath id='Path_352' data-name='Path 352' d='M0,10,10,0,20,10' transform='translate(11.414 1.414) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mw_cases .slick-prev {
  left: 0;
}

.mw_cases .slick-prev:hover {
  left: -.5rem;
}

.mw_cases .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.828' height='22.828' viewBox='0 0 12.828 22.828'%3E%3Cpath id='Path_375' data-name='Path 375' d='M0,10,10,0,20,10' transform='translate(1.414 21.414) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mw_cases .cases-slider--2 {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .mw_cases .cases-slider--2 {
    width: calc(100% + ((100vw - 89.6rem) / 2));
    left: calc(((100vw - 89.6rem) / 2) * -1);
  }
}

@media screen and (min-width: 1216px) {
  .mw_cases .cases-slider--2 {
    width: calc(100% + ((100vw - 108.8rem) / 2));
    left: calc(((100vw - 108.8rem) / 2) * -1);
  }
}

@media screen and (min-width: 1404px) {
  .mw_cases .cases-slider--2 {
    width: calc(100% + ((100vw - 128rem) / 2));
    left: calc(((100vw - 128rem) / 2) * -1);
  }
}

.mw_cases .cases-slider--2 .slick-track {
  display: flex !important;
}

.mw_cases .cases-slider--2 .slick-slide {
  height: inherit !important;
  padding: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .mw_cases .cases-slider--2 .slick-slide {
    width: 44.4rem !important;
  }
}

@media screen and (max-width: 567px) {
  .mw_cases .cases-slider--2 .slick-slide {
    padding: 0 0 2rem 3rem;
    position: relative;
  }
}

@media screen and (min-width: 568px),
print {
  .mw_cases .cases-slider--2 .slick-slide {
    padding: 0 3rem 2rem;
  }
}

.mw_cases .cases-slider--2 .slick-slide.slick-active {
  position: relative;
}

.mw_cases .cases-slider--2 .slick-slide.slick-current+.slick-active:after {
  opacity: 1;
}

.mw_cases .cases-slider--2 .slick-list {
  background-color: transparent;
  box-shadow: none;
}

.mw_cases__item .image {
  transition: 0.6s ease;
}

.mw_cases__item .image img {
  transition: 0.6s ease;
}

.mw_cases__item:hover .image {
  transform: scale(1.05);
}

.mw_cases__item {
  position: relative;
  height: 52rem;
  display: flex;
  overflow: hidden;
}

.mw_cases__item:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 166px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166.563' height='199.487' viewBox='0 0 166.563 199.487'%3E%3Cg id='Group_2038' data-name='Group 2038' transform='translate(-783.438 -3007.513)'%3E%3Cg id='Group_604' data-name='Group 604' transform='translate(783.438 3007.512)'%3E%3Cpath id='Path_767' data-name='Path 767' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_605' data-name='Group 605' transform='translate(821.275 3058.6)'%3E%3Cpath id='Path_768' data-name='Path 768' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_607' data-name='Group 607' transform='translate(898.675 3184.225)'%3E%3Cpath id='Path_770' data-name='Path 770' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 1;
}

.mw_cases__item:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2041' data-name='Group 2041' xmlns='http://www.w3.org/2000/svg' width='95.787' height='66.387' viewBox='0 0 95.787 66.387'%3E%3Cpath id='Path_769' data-name='Path 769' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fff'/%3E%3C/svg%3E%0A");
  z-index: 2;
}

@media screen and (max-width: 567px) {
  .mw_cases__item {
    height: 45rem;
    padding-left: 0;
  }
}

.mw_cases__item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.mw_cases__item .image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}

.mw_cases__item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mw_cases__item--logo {
  position: absolute;
  top: 3rem;
  left: 4rem;
  z-index: 2;
  max-height: 4rem;
  max-width: 18rem;
  width: auto;
  height: auto;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--logo {
    top: 2rem;
    left: 2rem;
  }
}

.mw_cases__item--content {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
  padding: 4rem;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--content {
    padding: 2.4rem;
  }
}

.mw_cases__item--content h3 {
  color: white;
}

.mw_cases__item--content a {
  color: white;
}

.mw_cases__item--overlay {
  position: absolute;
  width: calc(100% - 4rem);
  background: #FABE14;
  bottom: 2rem;
  left: 2rem;
  padding: 1rem;
  color: white;
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--overlay {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}

.mw_cases__item--overlay strong {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--overlay strong {
    font-size: 1.4rem;
  }
}

.mw_cases__item--overlay .button--text {
  position: absolute;
  bottom: 100%;
  display: none;
}

.mw_cases__item--overlay .results_texts {
  display: flex;
  align-items: center;
  width: 100%;
}

.mw_cases__item--overlay .results_texts .results_number {
  margin-bottom: 0;
  width: 25%;
  display: inline-flex;
  font-size: 1.8rem;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--overlay .results_texts .results_number {
    font-size: 1.4rem;
  }
}

.mw_cases__item--overlay .results_text {
  width: 80%;
}

@media screen and (max-width: 567px) {
  .mw_cases__item--overlay .results_text {
    font-size: 1.4rem;
  }
}

.mw_cases__item--overlay .results_item {
  border-bottom: 1px solid white;
  padding: .75rem 0;
  background: none !important;
}

.mw_cases__item--overlay .results_item:last-child {
  border-bottom: 0;
}

.mw_cases__item--overlay .results_block {
  position: relative;
}

.mw_cases__item:hover h3,
.mw_cases__item:hover p {
  display: none;
}

.mw_cases__item:hover .button--text {
  cursor: pointer;
  display: block;
}

.flex-content .mw_block {
  padding: 0;
  margin: 4rem auto;
}

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

  .flex-content .mw_block .container,
  .flex-content .mw_block .page-center,
  .flex-content .mw_block .home-section-4>h2,
  .flex-content .mw_block .reviews .section_header .home-section-4>h3,
  .reviews .section_header .flex-content .mw_block .home-section-4>h3 {
    padding: 0 3rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .flex-content .mw_block {
    padding: 0;
    margin: 8rem auto;
  }
}

.flex-content .mw_block--gray,
.flex-content .mw_block--half_top,
.flex-content .mw_block--half_bottom {
  padding: 4rem 0;
  margin: 0 !important;
}

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

  .flex-content .mw_block--gray,
  .flex-content .mw_block--half_top,
  .flex-content .mw_block--half_bottom {
    padding: 4rem 0;
    margin: 0 !important;
  }
}

.flex-content .mw_block--gray:last-child,
.flex-content .mw_block--half_top:last-child,
.flex-content .mw_block--half_bottom:last-child {
  padding-bottom: 8rem;
}

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

  .flex-content .mw_block--gray:last-child,
  .flex-content .mw_block--half_top:last-child,
  .flex-content .mw_block--half_bottom:last-child {
    padding-bottom: 16rem;
  }
}

.flex-content .mw_block__image img {
  width: 100%;
}

.flex-content .mw_textblock .row-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-content .mw_textblock .row-fluid[data-align="right"] .mw_textblock__image {
  text-align: right;
  padding-top: 0;
}

.flex-content .mw_textblock .row-fluid[data-align="right"] .mw_textblock__image img {
  display: inline-block;
}

.flex-content .mw_textblock .row-fluid .span6 {
  margin: 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .flex-content .mw_textblock--gray {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-content .mw_textblock .row-fluid {
    display: block;
  }

  .flex-content .mw_textblock .row-fluid .span6 {
    width: 100%;
    padding: 0 !important;
  }
}

.flex-content .mw_textblock .row-fluid[data-align="left"] {
  flex-direction: row-reverse;
}

.flex-content .slick-list {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(88, 88, 88, 0.1);
}

.flex-content .flex-content-slider {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .flex-content .flex-content-slider {
    width: calc(100% + ((100vw - 89.6rem) / 2));
    left: calc(((100vw - 89.6rem) / 2) * -1);
  }
}

@media screen and (min-width: 1216px) {
  .flex-content .flex-content-slider {
    width: calc(100% + ((100vw - 108.8rem) / 2));
    left: calc(((100vw - 108.8rem) / 2) * -1);
  }
}

@media screen and (min-width: 1404px) {
  .flex-content .flex-content-slider {
    width: calc(100% + ((100vw - 128rem) / 2));
    left: calc(((100vw - 128rem) / 2) * -1);
  }
}

@media screen and (min-width: 1404px) {
  .flex-content .flex-content-slider .slick-list {
    padding-left: calc(((100vw - 122rem) / 2));
  }
}

.flex-content .flex-content-slider .slick-track {
  display: flex !important;
}

.flex-content .flex-content-slider .slick-slide {
  height: inherit !important;
  padding: 0 3rem 0 0;
}

.flex-content .flex-content-slider .slick-slide.slick-current+.slick-active {
  position: relative;
}

.flex-content .flex-content-slider .slick-list {
  background-color: transparent;
  box-shadow: none;
}

.flex-content .slick-prev,
.flex-content .slick-next {
  background: rgba(255, 255, 255, 0.2);
  width: 5rem;
  height: 6rem;
  transform: translateY(-50%);
  transition: all .25s ease;
  z-index: 10;
  top: 50%;
  display: block;
  position: absolute;
}

.flex-content .slick-prev:hover,
.flex-content .slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.flex-content .slick-prev:before,
.flex-content .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.3rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.flex-content .slick-next {
  right: 0;
}

.flex-content .slick-next:hover {
  right: -.5rem;
}

.flex-content .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.828' height='22.828' viewBox='0 0 12.828 22.828'%3E%3Cpath id='Path_352' data-name='Path 352' d='M0,10,10,0,20,10' transform='translate(11.414 1.414) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.flex-content .slick-prev {
  left: 0;
}

.flex-content .slick-prev:hover {
  left: -.5rem;
}

.flex-content .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.828' height='22.828' viewBox='0 0 12.828 22.828'%3E%3Cpath id='Path_375' data-name='Path 375' d='M0,10,10,0,20,10' transform='translate(1.414 21.414) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mw_block--slider_right .flex-content-slider {
  left: 0 !important;
}

.mw_block--slider_right .flex-content-slider .slick-list {
  padding-left: 0 !important;
}

.is-white h3,
.is-white p {
  color: white;
}

.featured_case {
  padding: 0 !important;
}

.featured_case .is-10-tablet {
  position: relative;
}

@media screen and (max-width: 567px) {
  .featured_case .is-10-tablet {
    height: 20rem;
  }
}

.featured_case .is-10-tablet:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

@media screen and (max-width: 567px) {
  .featured_case .is-10-tablet>img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width: 567px) {
  .featured_case .is-overlay {
    height: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 567px) {
  .post-listing-cases .mw_cases__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 568px) {
  .post-listing-cases {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-gap: 2rem;
    width: calc(100% - 2rem);
  }

  .post-listing-cases .mw_cases__item:nth-child(1),
  .post-listing-cases .mw_cases__item:nth-child(7),
  .post-listing-cases .mw_cases__item:nth-child(15),
  .post-listing-cases .mw_cases__item:nth-child(23) {
    grid-column: span 2;
  }

  .post-listing-cases .mw_cases__item:nth-child(3),
  .post-listing-cases .mw_cases__item:nth-child(10) {
    grid-row: span 2;
    height: auto;
  }

  .post-listing-cases .mw_cases__item .mw_cases__item--logo {
    width: auto;
    height: auto;
    max-width: 14rem;
  }
}

.post-listing-cases .mw_cases__item--content {
  width: 100%;
}

.post-listing-cases .mw_cases__item--content .results_block {
  max-width: 30rem;
}

.results_block p {
  color: white;
}

.item-inner.single-posts {
  overflow: hidden;
}

.post-item:hover img {
  transform: scale(1.05);
}

.post-listing .mw_cases__item {
  position: relative;
}

.post-listing .mw_cases__item .button--text {
  color: white;
}

.post-listing .mw_cases__item .image:before {
  transition: all .25s ease;
}

.post-listing .mw_cases__item--link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.post-listing .mw_cases__item:hover h3,
.post-listing .mw_cases__item:hover p {
  display: block;
}

.post-listing .mw_cases__item:hover .button--text {
  display: inline-block;
}

.post-listing .mw_cases__item:hover .image:before {
  opacity: 0;
}

.post-listing .mw_cases__item--overlay {
  width: auto;
  left: auto;
  right: 2rem;
  width: 26rem;
}

@media screen and (max-width: 567px) {
  .post-listing .mw_cases__item--overlay {
    left: 1rem;
    right: auto;
    width: calc(100% - 2rem);
  }
}

.post-listing .mw_cases__item--overlay .results_texts {
  display: block;
}

.post-listing .mw_cases__item--overlay img,
.post-listing .mw_cases__item--overlay h3 {
  display: none !important;
}

.post-listing .mw_cases__item--overlay .button--text {
  display: none;
}

.contactbar {
  position: relative;
  padding: 0 3rem;
}

@media screen and (min-width: 1024px) {
  .contactbar {
    padding: 0;
    margin-top: 10rem;
  }
}

.contactbar:before {
  content: '';
  display: block;
  background: #F5F5F5;
  width: 100vw;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactbar .container.page-center,
.contactbar .page-center,
.contactbar .home-section-4>h2.page-center,
.contactbar .reviews .section_header .home-section-4>h3.page-center,
.reviews .section_header .contactbar .home-section-4>h3.page-center {
  display: flex;
  background-color: #FABE14;
  align-items: center;
}

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

  .contactbar .container.page-center,
  .contactbar .page-center,
  .contactbar .home-section-4>h2.page-center,
  .contactbar .reviews .section_header .home-section-4>h3.page-center,
  .reviews .section_header .contactbar .home-section-4>h3.page-center {
    flex-direction: column;
    padding: 2rem !important;
  }

  .contactbar .container.page-center .contactbar__image,
  .contactbar .page-center .contactbar__image,
  .contactbar .home-section-4>h2.page-center .contactbar__image,
  .contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image,
  .reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image {
    z-index: 1;
    position: relative;
  }
}

.contactbar .container.page-center .contactbar__image,
.contactbar .page-center .contactbar__image,
.contactbar .home-section-4>h2.page-center .contactbar__image,
.contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image,
.reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image {
  position: relative;
}

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

  .contactbar .container.page-center .contactbar__image,
  .contactbar .page-center .contactbar__image,
  .contactbar .home-section-4>h2.page-center .contactbar__image,
  .contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image,
  .reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image {
    padding: 0 !important;
    width: 180px;
    margin-bottom: -2rem;
    margin-right: -13rem;
    margin-top: -5rem;
  }
}

.contactbar .container.page-center .contactbar__image:before,
.contactbar .page-center .contactbar__image:before,
.contactbar .home-section-4>h2.page-center .contactbar__image:before,
.contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image:before,
.reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image:before {
  content: '';
  position: absolute;
  display: block;
  right: -1rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1000' height='456' viewBox='0 0 1000 456'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_350' data-name='Rectangle 350' width='1000' height='456' transform='translate(600 7476)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_12' data-name='Mask Group 12' transform='translate(-600 -7476)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_609' data-name='Group 609' transform='translate(600 6932)'%3E%3Cg id='Group_601' data-name='Group 601' transform='translate(658.5 680.95)'%3E%3Cpath id='Path_764' data-name='Path 764' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_603' data-name='Group 603' transform='translate(764.8 764.725)'%3E%3Cpath id='Path_766' data-name='Path 766' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_604' data-name='Group 604' transform='translate(833.437 800.512)'%3E%3Cpath id='Path_767' data-name='Path 767' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_605' data-name='Group 605' transform='translate(871.275 851.6)'%3E%3Cpath id='Path_768' data-name='Path 768' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_606' data-name='Group 606' transform='translate(904.212 933.612)'%3E%3Cpath id='Path_769' data-name='Path 769' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_607' data-name='Group 607' transform='translate(948.675 977.225)'%3E%3Cpath id='Path_770' data-name='Path 770' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 0;
}

.contactbar .container.page-center .contactbar__image:after,
.contactbar .page-center .contactbar__image:after,
.contactbar .home-section-4>h2.page-center .contactbar__image:after,
.contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image:after,
.reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image:after {
  content: '';
  position: absolute;
  display: block;
  right: -1rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1000' height='456' viewBox='0 0 1000 456'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_351' data-name='Rectangle 351' width='1000' height='456' transform='translate(600 7476)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_13' data-name='Mask Group 13' transform='translate(-600 -7476)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_746' data-name='Group 746' transform='translate(600 6932)'%3E%3Cg id='Group_740' data-name='Group 740' transform='translate(698.675 730.95)'%3E%3Cpath id='Path_896' data-name='Path 896' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 2;
}

.contactbar .container.page-center .contactbar__image img,
.contactbar .page-center .contactbar__image img,
.contactbar .home-section-4>h2.page-center .contactbar__image img,
.contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image img,
.reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image img {
  position: relative;
  z-index: 1;
}

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

  .contactbar .container.page-center .contactbar__image:before,
  .contactbar .page-center .contactbar__image:before,
  .contactbar .home-section-4>h2.page-center .contactbar__image:before,
  .contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image:before,
  .reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image:before,
  .contactbar .container.page-center .contactbar__image:after,
  .contactbar .page-center .contactbar__image:after,
  .contactbar .home-section-4>h2.page-center .contactbar__image:after,
  .contactbar .reviews .section_header .home-section-4>h3.page-center .contactbar__image:after,
  .reviews .section_header .contactbar .home-section-4>h3.page-center .contactbar__image:after {
    width: 300%;
    height: 140%;
    background-position: left top;
  }
}

.contactbar .container.page-center:after,
.contactbar .page-center:after,
.contactbar .home-section-4>h2.page-center:after,
.contactbar .reviews .section_header .home-section-4>h3.page-center:after,
.reviews .section_header .contactbar .home-section-4>h3.page-center:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5rem;
  left: 20rem;
  border: 5rem solid transparent;
  border-left: 7rem solid #FABE14;
}

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

  .contactbar .container.page-center:after,
  .contactbar .page-center:after,
  .contactbar .home-section-4>h2.page-center:after,
  .contactbar .reviews .section_header .home-section-4>h3.page-center:after,
  .reviews .section_header .contactbar .home-section-4>h3.page-center:after {
    left: 10rem;
    bottom: -3rem;
    border-width: 3rem;
    border-left-width: 4rem;
  }
}

.contactbar__image {
  margin-top: 2rem;
}

@media screen and (min-width: 568px),
print {
  .contactbar__image {
    margin-top: -10rem;
    width: 50%;
  }
}

.contactbar__content {
  padding: 1rem 2rem 2rem 3rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 568px),
print {
  .contactbar__content {
    padding-left: 8rem;
    width: 50%;
  }
}

@media screen and (max-width: 567px) {
  .contactbar__content {
    padding-right: 0;
  }
}

.contactbar__content h2,
.contactbar__content .reviews .section_header h3,
.reviews .section_header .contactbar__content h3 {
  color: white;
  position: relative;
  max-width: 80%;
}

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

  .contactbar__content h2,
  .contactbar__content .reviews .section_header h3,
  .reviews .section_header .contactbar__content h3 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 568px),
print {

  .contactbar__content h2,
  .contactbar__content .reviews .section_header h3,
  .reviews .section_header .contactbar__content h3 {
    padding-bottom: 2rem;
  }
}

.contactbar__content h2:before,
.contactbar__content .reviews .section_header h3:before,
.reviews .section_header .contactbar__content h3:before {
  display: none;
  content: '';
  position: absolute;
  left: -5rem;
  top: 0.4rem;
  width: 3.6rem;
  height: 8.9rem;
  background-size: 3.6rem 8.9rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.356' height='89.572' viewBox='0 0 36.356 89.572'%3E%3Cpath id='Path_108' data-name='Path 108' d='M0,30V16.158H26.031V0L45.658,16.158H83.572V30' transform='translate(6.356 86.572) rotate(-90)' fill='none' stroke='%231eaaf0' stroke-width='6'/%3E%3C/svg%3E%0A");
}

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

  .contactbar__content h2:before,
  .contactbar__content .reviews .section_header h3:before,
  .reviews .section_header .contactbar__content h3:before {
    left: -3.5rem;
    top: 0.4rem;
    width: 2.7rem;
    height: 5.5rem;
    background-size: 2.7rem 5.5rem;
  }
}

.contactbar__content p {
  max-width: 90%;
}

@media screen and (min-width: 568px),
print {
  .contactbar__content p {
    padding-bottom: 2rem;
  }
}

.contactbar__content p,
.contactbar__content p a,
.contactbar__content p strong {
  color: white;
}

.contactbar__content p a {
  text-decoration: underline;
}

.mw_steps {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .mw_steps {
    padding: 16rem 0;
  }
}

.mw_steps .columns:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_297' data-name='Group 297' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1088.32' height='702.199' viewBox='0 0 1088.32 702.199'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='1088.32' height='702.199' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_239' data-name='Rectangle 239' width='1088.321' height='702.199' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_296' data-name='Group 296' clip-path='url(%23clip-path)'%3E%3Cg id='Group_295' data-name='Group 295'%3E%3Cg id='Group_294' data-name='Group 294' clip-path='url(%23clip-path-2)'%3E%3Cg id='Group_293' data-name='Group 293' opacity='0.2'%3E%3Cg id='Group_292' data-name='Group 292'%3E%3Cg id='Group_291' data-name='Group 291' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_378' data-name='Path 378' d='M64.241,1.459C-75.676,132.6,15.931,521.059,383.508,422.612s381.6-69.959,452.825-73.775c65.6-3.515,294.127,47.026,242.447,282.181-4.507,20.51-33.521,47.461-42.364,70.463' fill='none' stroke='%23171717' stroke-linejoin='round' stroke-width='4' stroke-dasharray='20 20'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 108rem;
  height: 70rem;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: 100%;
}

.mw_steps .columns.is-multiline {
  display: flex;
}

@media screen and (max-width: 567px) {
  .mw_steps .columns.is-multiline {
    flex-direction: column;
  }
}

.mw_steps .column-start {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .mw_steps .column-start {
    max-width: 60%;
  }
}

.mw_steps .column-start:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_290' data-name='Group 290' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='743.958' height='68.664' viewBox='0 0 743.958 68.664'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_237' data-name='Rectangle 237' width='743.958' height='68.664' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_236' data-name='Rectangle 236' width='743.958' height='68.664' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_289' data-name='Group 289' clip-path='url(%23clip-path)'%3E%3Cg id='Group_288' data-name='Group 288'%3E%3Cg id='Group_287' data-name='Group 287' clip-path='url(%23clip-path-2)'%3E%3Cg id='Group_286' data-name='Group 286' opacity='0.2'%3E%3Cg id='Group_285' data-name='Group 285'%3E%3Cg id='Group_284' data-name='Group 284' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_376' data-name='Path 376' d='M739.111,41.27s5.026,1.128-1.8,0C657.3,28.063,130.371-53.707,1.367,67.205' fill='none' stroke='%23171717' stroke-linejoin='round' stroke-width='4' stroke-dasharray='20 20'/%3E%3Cpath id='Path_377' data-name='Path 377' d='M737.958,35.27a6,6,0,1,1-6,6,6,6,0,0,1,6-6' fill='%23171717'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 74rem;
  height: 7rem;
  position: absolute;
  right: 110%;
  top: 40%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
}

.mw_steps .column-end {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .mw_steps .column-end {
    max-width: 60%;
  }
}

.mw_steps .column-end:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_297' data-name='Group 297' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='742.352' height='165.98' viewBox='0 0 742.352 165.98'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='742.352' height='165.98' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_296' data-name='Group 296' clip-path='url(%23clip-path)'%3E%3Cg id='Group_295' data-name='Group 295'%3E%3Cg id='Group_294' data-name='Group 294' clip-path='url(%23clip-path)'%3E%3Cg id='Group_293' data-name='Group 293' opacity='0.2'%3E%3Cg id='Group_292' data-name='Group 292'%3E%3Cg id='Group_291' data-name='Group 291' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_378' data-name='Path 378' d='M740.585.937C586.752,291.037,6.485,105.6,6.485,105.6' fill='none' stroke='%23171717' stroke-linejoin='round' stroke-width='4' stroke-dasharray='20 20'/%3E%3Cpath id='Path_379' data-name='Path 379' d='M6,98.98a6,6,0,1,1-6,6,6,6,0,0,1,6-6' fill='%23171717'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 74rem;
  height: 16rem;
  position: absolute;
  left: 110%;
  top: 10%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
}

.mw_steps .card:nth-child(3):after:after,
.mw_steps .hs-blog-listing .post-listing .post-item:nth-child(3):after:after,
.hs-blog-listing .post-listing .mw_steps .post-item:nth-child(3):after:after,
.mw_steps .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(3):after:after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_steps .post-item:nth-child(3):after:after,
.mw_steps .training_listing__wrap:nth-child(3):after:after,
.mw_steps .tab-content__block:nth-child(3):after:after {
  content: '';
  width: calc(100% - 4rem);
  height: 50%;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='364' height='220' viewBox='0 0 364 220'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='364' height='220' transform='translate(1196 3117)' fill='%23fabe14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_14' data-name='Mask Group 14' transform='translate(-1196 -3117)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_788' data-name='Group 788' transform='translate(886 2463)'%3E%3Cg id='Group_748' data-name='Group 748'%3E%3Cpath id='Path_897' data-name='Path 897' d='M51.312,0C37.037,12.837,24.85,15.875,13.987,18.587A101.274,101.274,0,0,0,0,22.812V9.5C3.812,8.238,7.45,7.325,10.962,6.462,17.237,4.9,23.325,3.387,29.825,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_749' data-name='Group 749'%3E%3Cpath id='Path_898' data-name='Path 898' d='M95.762,0A77.694,77.694,0,0,1,80.15,21.362C64.212,37.3,50.813,40.637,38.987,43.587c-11.238,2.8-21.863,5.45-35.337,18.925Q1.662,64.5,0,66.387V48.837C13.687,37.013,25.45,34.075,35.962,31.462c11.25-2.8,21.862-5.45,35.35-18.937A71.233,71.233,0,0,0,81.5,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_750' data-name='Group 750'%3E%3Cpath id='Path_899' data-name='Path 899' d='M128.687,0c-.462,1.725-.887,3.462-1.325,5.212-2.95,11.825-6.287,25.225-22.212,41.15S75.812,65.637,63.987,68.587c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35C7.787,130.6,5.687,139.012,0,148.362V110.875c2.925-9.562,7.762-20.162,19.8-32.2C35.737,62.75,49.138,59.4,60.962,56.462c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c.175-.725.362-1.45.55-2.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_751' data-name='Group 751'%3E%3Cpath id='Path_900' data-name='Path 900' d='M166.55,0c-9.437,11.137-11.75,20.425-14.187,30.212-2.95,11.825-6.287,25.225-22.212,41.15S100.812,90.637,88.987,93.588c-11.238,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15A86.6,86.6,0,0,1,0,199.487v-15.85c1.2-1.063,2.412-2.213,3.662-3.463,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.162S74.137,84.4,85.962,81.462c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.05-8.2,4.275-17.15,10.762-27.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_752' data-name='Group 752'%3E%3Cpath id='Path_901' data-name='Path 901' d='M235.337,0c-1.25.325-2.488.637-3.7.937-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15-14.312,14.313-26.575,18.462-37.5,21.3v-12.95c8.912-2.55,17.862-6.387,28.662-17.187,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162A85.629,85.629,0,0,1,200.775,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_753' data-name='Group 753'%3E%3Cpath id='Path_902' data-name='Path 902' d='M301.337,0c-1.1,1.225-2.275,2.462-3.538,3.725-15.937,15.925-29.338,19.262-41.163,22.212-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225C14.275,263,7.45,264.7,0,269.087V255.012A101.664,101.664,0,0,1,18.312,249.1c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.212c9.65-2.4,18.825-4.687,29.762-13.812Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_754' data-name='Group 754'%3E%3Cpath id='Path_903' data-name='Path 903' d='M341.462,0c-3.05,8.637-8.063,18.125-18.663,28.725-15.937,15.925-29.337,19.262-41.162,22.213-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925A70.371,70.371,0,0,0,0,319V298.563c.687-.738,1.412-1.488,2.162-2.238,15.925-15.937,29.325-19.275,41.15-22.225,11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937C321.237,12.6,325.362,6.15,328.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_755' data-name='Group 755'%3E%3Cpath id='Path_904' data-name='Path 904' d='M373.675,0a111.45,111.45,0,0,0-3.663,12.562c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.338,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.6,10.425-5.5,22.075-17.075,35.613V378.175a93.864,93.864,0,0,0,4.938-15.7c2.95-11.825,6.287-25.225,22.225-41.15S56.487,302.05,68.313,299.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.338C358.65,6.475,359.45,3.3,360.475,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_756' data-name='Group 756'%3E%3Cpath id='Path_905' data-name='Path 905' d='M416.25,0c-.762.7-1.538,1.45-2.312,2.225C400.462,15.7,397.812,26.312,395.012,37.562c-2.95,11.825-6.287,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162A79.137,79.137,0,0,1,0,446.525V432.037a74.45,74.45,0,0,0,11.012-9.212c13.488-13.488,16.125-24.1,18.925-35.35,2.95-11.825,6.288-25.225,22.225-41.15S81.488,327.05,93.313,324.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.338c2.537-10.15,5.35-21.462,16.175-34.537Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_757' data-name='Group 757'%3E%3Cpath id='Path_906' data-name='Path 906' d='M497.35,0c-8.387,4.637-16,6.537-23.062,8.287-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S15.525,475.925,3.7,478.875c-1.237.313-2.475.613-3.7.938v-12.9c.225-.05.45-.112.675-.162,11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162C440.375,8.1,449.612,3.063,458.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_758' data-name='Group 758'%3E%3Cpath id='Path_907' data-name='Path 907' d='M549.9,0a88.125,88.125,0,0,1-9.463,11.075C524.512,27,511.112,30.35,499.287,33.287c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S40.525,500.925,28.7,503.875c-9.325,2.325-18.237,4.55-28.7,12.95V501.562c9.412-5.775,17.888-7.875,25.675-9.813,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.937-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.088,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.337-18.925.75-.75,1.475-1.5,2.15-2.237Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_759' data-name='Group 759'%3E%3Cpath id='Path_908' data-name='Path 908' d='M586.362,0c-2.837,10.562-7.225,22.375-20.925,36.075C549.512,52,536.112,55.35,524.287,58.287c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S65.525,525.925,53.7,528.875c-11.237,2.8-21.862,5.45-35.337,18.925C5.775,560.375,2.637,570.462,0,580.887v-30.8a88.147,88.147,0,0,1,9.525-11.125c15.925-15.937,29.325-19.275,41.15-22.213,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.338-18.925C566.825,17.012,570.812,8.45,573.375,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_760' data-name='Group 760'%3E%3Cpath id='Path_909' data-name='Path 909' d='M619.687,0c-3.775,6.887-5.375,13.3-7.025,19.912-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S90.525,550.925,78.7,553.875c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162-.738.738-1.475,1.462-2.212,2.137V633.012c7.875-10.112,10.037-18.8,12.3-27.888,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.138-24.1,18.938-35.35A105.085,105.085,0,0,1,605.812,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_761' data-name='Group 761'%3E%3Cpath id='Path_910' data-name='Path 910' d='M668.15,0a72.74,72.74,0,0,0-11.562,9.575c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.163C17.225,684.287,8.238,689.325,0,692.425V678.862a64.935,64.935,0,0,0,18.375-13.4c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.162-22.212c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162.25-.25.487-.487.737-.725Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_762' data-name='Group 762'%3E%3Cpath id='Path_911' data-name='Path 911' d='M750.813,0c-12.788,10.387-23.9,13.162-33.875,15.637-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213C7.35,722.437,3.7,723.35,0,724.637V711.525c2.762-.825,5.437-1.487,8.037-2.137,11.238-2.8,21.862-5.45,35.337-18.925S59.5,666.362,62.3,655.125c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S702.087,6.462,713.912,3.512A113.928,113.928,0,0,0,726.062,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_763' data-name='Group 763'%3E%3Cpath id='Path_912' data-name='Path 912' d='M797.187,0a80.581,80.581,0,0,1-14.1,18.425C767.162,34.35,753.762,37.7,741.937,40.637c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925-.25.25-.5.5-.725.738V749.35c12.437-9.825,23.275-12.525,33.037-14.963,11.237-2.8,21.862-5.45,35.337-18.925S84.5,691.362,87.3,680.125c2.95-11.825,6.288-25.238,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925A74.19,74.19,0,0,0,782.462,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_764' data-name='Group 764'%3E%3Cpath id='Path_913' data-name='Path 913' d='M830.875,0c-.188.75-.375,1.5-.563,2.262-2.95,11.825-6.288,25.225-22.225,41.162S778.762,62.7,766.937,65.637c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S9.6,814.537,6.8,825.787c-1.562,6.25-3.225,12.937-6.8,20.2V805.75c3.175-7.388,8.125-15.388,16.887-24.15,15.925-15.925,29.325-19.263,41.15-22.213,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C812.437,21.4,815.262,10.962,818,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_765' data-name='Group 765'%3E%3Cpath id='Path_914' data-name='Path 914' d='M867.137,0c-7.488,9.85-9.6,18.362-11.825,27.262-2.95,11.825-6.288,25.225-22.225,41.162S803.762,87.7,791.937,90.637c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S34.6,839.537,31.8,850.787c-2.95,11.825-6.288,25.225-22.225,41.15A90.717,90.717,0,0,1,0,900.312V883.825c.237-.238.487-.475.737-.725,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.112,18.937-35.35C845.025,16.85,847.025,8.85,852.137,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_766' data-name='Group 766'%3E%3Cpath id='Path_915' data-name='Path 915' d='M926.975,0c-8.612,2.55-17.313,6.5-27.725,16.912-13.487,13.487-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.088-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S59.6,864.537,56.8,875.787c-2.95,11.825-6.287,25.225-22.225,41.15-13.038,13.05-24.4,17.65-34.575,20.5v-13.05c7.962-2.575,16.125-6.675,25.737-16.288,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162A91.676,91.676,0,0,1,899.575,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_767' data-name='Group 767'%3E%3Cpath id='Path_916' data-name='Path 916' d='M1000,0V1.512C984.4,16.8,971.237,20.087,959.6,22.975c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S84.6,889.537,81.8,900.787c-2.95,11.825-6.288,25.225-22.225,41.15s-29.337,19.275-41.15,22.213c-6.138,1.537-12.1,3.025-18.425,6.25V956.687a114.879,114.879,0,0,1,15.4-4.662c11.237-2.8,21.862-5.45,35.338-18.925S66.862,909,69.662,897.762c2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.113,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162S944.75,13.8,956.575,10.85c8.5-2.113,16.65-4.15,25.95-10.85Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_768' data-name='Group 768' transform='translate(0 29.6)'%3E%3Cpath id='Path_917' data-name='Path 917' d='M1000,23.68V37.393a113.083,113.083,0,0,1-15.4,4.663c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162S290.525,745,278.7,747.955c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15s-29.338,19.275-41.15,22.213c-8.513,2.125-16.65,4.15-25.95,10.85H0v-1.513C15.6,977.28,28.762,974,40.4,971.1c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.862-5.45,35.337-18.925S209.5,810.443,212.3,799.2c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.138-24.112,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162S969.75,32.88,981.575,29.93C987.712,28.405,993.662,26.918,1000,23.68Z' transform='translate(0 -23.68)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_769' data-name='Group 769' transform='translate(73.05 62.562)'%3E%3Cpath id='Path_918' data-name='Path 918' d='M985.39,50.05V63.1c-7.975,2.575-16.137,6.675-25.75,16.3-13.488,13.488-16.125,24.1-18.938,35.35-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938S708.2,338.8,705.4,350.05c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925S472.9,574.1,470.1,585.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.238,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162S183.277,881.063,171.453,884c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15a89.9,89.9,0,0,1-9.163,8.063H58.44c8.588-2.55,17.287-6.5,27.688-16.9,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162S627.177,404.25,639,401.3c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S862.477,168.95,874.3,166c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35C931.527,99.9,934.865,86.5,950.8,70.563,963.852,57.5,975.2,52.9,985.39,50.05Z' transform='translate(-58.44 -50.05)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_770' data-name='Group 770' transform='translate(132.85 99.687)'%3E%3Cpath id='Path_919' data-name='Path 919' d='M973.43,79.75V96.238c-.25.238-.5.488-.75.738-13.488,13.488-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.275-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S666.893,428.05,655.067,431c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35C597.855,497.1,594.5,510.5,578.58,526.437S549.242,545.7,537.417,548.65c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15S431.592,663.35,419.767,666.3c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-1.837,7.375-3.838,15.375-8.937,24.213H106.28c7.475-9.838,9.6-18.35,11.813-27.237,2.95-11.825,6.288-25.225,22.225-41.163s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162A88.18,88.18,0,0,1,973.43,79.75Z' transform='translate(-106.28 -79.75)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_771' data-name='Group 771' transform='translate(169.1 154.012)'%3E%3Cpath id='Path_920' data-name='Path 920' d='M966.18,123.21v40.213c-3.175,7.4-8.125,15.413-16.9,24.2-15.937,15.925-29.337,19.275-41.162,22.212-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925-13.175,13.175-16,23.6-18.725,34.563h-12.9c.187-.75.375-1.488.563-2.237,2.95-11.825,6.287-25.225,22.225-41.163s29.325-19.263,41.15-22.212c11.237-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35C960.93,137.185,962.592,130.485,966.18,123.21Z' transform='translate(-135.28 -123.21)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_772' data-name='Group 772' transform='translate(202.8 233.825)'%3E%3Cpath id='Path_921' data-name='Path 921' d='M959.44,187.06V203.9c-12.45,9.837-23.3,12.55-33.063,14.975-11.25,2.8-21.862,5.45-35.35,18.938S874.9,261.91,872.1,273.147c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S639.6,497.2,636.8,508.448c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S349.965,804.16,338.14,807.11c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.337,18.925a74.772,74.772,0,0,0-8.2,9.563H162.24a80.412,80.412,0,0,1,14.087-18.4c15.925-15.925,29.325-19.262,41.15-22.212,11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S558.578,562.635,570.4,559.7c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S676.227,445,688.052,442.047c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162S793.877,327.348,805.7,324.4c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C958.952,187.56,959.2,187.31,959.44,187.06Z' transform='translate(-162.24 -187.06)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_773' data-name='Group 773' transform='translate(249.187 275.387)'%3E%3Cpath id='Path_922' data-name='Path 922' d='M950.162,220.31v13.125c-2.775.813-5.45,1.475-8.062,2.125-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337C884.875,301.66,881.537,315.06,865.6,331s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S718.625,467.91,706.8,470.86c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162S600.975,585.56,589.15,588.51c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15S483.325,703.21,471.5,706.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925S302.4,866.822,299.6,878.06c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212a115.876,115.876,0,0,0-12.1,3.488H199.35c12.787-10.362,23.875-13.125,33.85-15.613,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937S519.95,651,522.75,639.76c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937S755.25,415.71,758.05,404.46c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213C942.787,222.51,946.45,221.6,950.162,220.31Z' transform='translate(-199.35 -220.31)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_774' data-name='Group 774' transform='translate(331.85 307.6)'%3E%3Cpath id='Path_923' data-name='Path 923' d='M933.63,246.08v13.55a64.691,64.691,0,0,0-18.412,13.425c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.338,18.925S428.5,767.742,425.7,778.98c-2.95,11.825-6.288,25.225-22.212,41.162S374.155,839.4,362.33,842.355c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163-.237.237-.475.475-.712.7H265.48a72.318,72.318,0,0,0,11.525-9.538c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C916.38,254.205,925.38,249.18,933.63,246.08Z' transform='translate(-265.48 -246.08)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_775' data-name='Group 775' transform='translate(380.3 348.55)'%3E%3Cpath id='Path_924' data-name='Path 924' d='M923.94,278.84v18.425C916.04,307.4,913.865,316.1,911.6,325.2c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S679.1,549.252,676.3,560.5c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.163,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338A106.529,106.529,0,0,1,318.1,930.29H304.24c3.763-6.875,5.35-13.275,7-19.875,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163S833.377,379.4,845.2,376.452c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C922.44,280.265,923.2,279.528,923.94,278.84Z' transform='translate(-304.24 -278.84)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_776' data-name='Group 776' transform='translate(413.612 419.037)'%3E%3Cpath id='Path_925' data-name='Path 925' d='M917.277,335.23v30.837a88.1,88.1,0,0,1-9.562,11.2c-15.925,15.925-29.325,19.275-41.15,22.213-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S760.74,514.18,748.915,517.13c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S643.09,631.83,631.265,634.78c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S525.44,749.48,513.615,752.43c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925-10.213,10.2-14.2,18.762-16.75,27.2h-13c2.837-10.55,7.237-22.363,20.912-36.038,15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163S734.065,507.955,745.89,505c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.337-18.925C911.5,355.805,914.628,345.705,917.277,335.23Z' transform='translate(-330.89 -335.23)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_777' data-name='Group 777' transform='translate(450.062 483.187)'%3E%3Cpath id='Path_926' data-name='Path 926' d='M909.987,386.55v15.263c-9.438,5.788-17.913,7.9-25.713,9.838-11.25,2.8-21.862,5.45-35.35,18.938S832.8,454.688,830,465.925c-2.95,11.825-6.288,25.225-22.213,41.162S778.45,526.35,766.625,529.3c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162S660.8,644,648.975,646.95c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S543.15,761.65,531.325,764.6c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925-.737.738-1.45,1.475-2.125,2.2H360.05a89.036,89.036,0,0,1,9.463-11.038c15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213C890.587,397.2,899.512,394.975,909.987,386.55Z' transform='translate(-360.05 -386.55)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_778' data-name='Group 778' transform='translate(502.687 520.225)'%3E%3Cpath id='Path_927' data-name='Path 927' d='M899.462,416.18v12.888c-.237.062-.475.112-.713.175-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.163-10.237,10.225-19.425,15.262-27.812,18.337H402.15c8.35-4.612,15.95-6.5,22.988-8.25,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.213C896.975,416.8,898.225,416.493,899.462,416.18Z' transform='translate(-402.15 -416.18)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_779' data-name='Group 779' transform='translate(583.75 553.5)'%3E%3Cpath id='Path_928' data-name='Path 928' d='M883.25,442.8v14.488a73.262,73.262,0,0,0-11.062,9.237c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.525,10.138-5.35,21.438-16.15,34.5H467c.75-.687,1.5-1.412,2.262-2.175,13.488-13.488,16.125-24.1,18.938-35.35,2.937-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162A79.244,79.244,0,0,1,883.25,442.8Z' transform='translate(-467 -442.8)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_780' data-name='Group 780' transform='translate(626.287 598.887)'%3E%3Cpath id='Path_929' data-name='Path 929' d='M874.742,479.11v22.9a91.519,91.519,0,0,0-4.987,15.775c-2.95,11.825-6.288,25.225-22.213,41.162S818.205,578.21,806.38,581.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162S700.555,695.86,688.73,698.81c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S582.905,813.51,571.08,816.46c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-.762,3.063-1.55,6.225-2.575,9.5H501.03a110.883,110.883,0,0,0,3.662-12.525c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937S854.83,526.01,857.63,514.76C860.23,504.323,863.142,492.66,874.742,479.11Z' transform='translate(-501.03 -479.11)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_781' data-name='Group 781' transform='translate(658.5 680.95)'%3E%3Cpath id='Path_930' data-name='Path 930' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_782' data-name='Group 782' transform='translate(698.675 730.95)'%3E%3Cpath id='Path_931' data-name='Path 931' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_783' data-name='Group 783' transform='translate(764.8 764.725)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_784' data-name='Group 784' transform='translate(833.437 800.512)'%3E%3Cpath id='Path_933' data-name='Path 933' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_785' data-name='Group 785' transform='translate(871.275 851.6)'%3E%3Cpath id='Path_934' data-name='Path 934' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_786' data-name='Group 786' transform='translate(904.212 933.612)'%3E%3Cpath id='Path_935' data-name='Path 935' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_787' data-name='Group 787' transform='translate(948.675 977.225)'%3E%3Cpath id='Path_936' data-name='Path 936' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fabe14'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: -1;
}

.mw_steps .card .home-section-3-desc,
.mw_steps .hs-blog-listing .post-listing .post-item .home-section-3-desc,
.hs-blog-listing .post-listing .mw_steps .post-item .home-section-3-desc,
.mw_steps .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .home-section-3-desc,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_steps .post-item .home-section-3-desc,
.mw_steps .training_listing__wrap .home-section-3-desc,
.mw_steps .tab-content__block .home-section-3-desc {
  padding: 4rem;
}

.mw_steps .card .home-section-3-desc h3,
.mw_steps .hs-blog-listing .post-listing .post-item .home-section-3-desc h3,
.hs-blog-listing .post-listing .mw_steps .post-item .home-section-3-desc h3,
.mw_steps .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item .home-section-3-desc h3,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_steps .post-item .home-section-3-desc h3,
.mw_steps .training_listing__wrap .home-section-3-desc h3,
.mw_steps .tab-content__block .home-section-3-desc h3 {
  padding-bottom: 2rem;
}

.mw_steps--werkwijze {
  padding: 0 0 5rem 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .mw_steps--werkwijze {
    padding: 0 0 10rem 0;
  }
}

.mw_steps--werkwijze:before {
  background: white;
  height: 10rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.mw_steps--werkwijze .card:nth-child(1n):after,
.mw_steps--werkwijze .hs-blog-listing .post-listing .post-item:nth-child(1n):after,
.hs-blog-listing .post-listing .mw_steps--werkwijze .post-item:nth-child(1n):after,
.mw_steps--werkwijze .hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .post-item:nth-child(1n):after,
.hs-blog-listing .hs_cos_wrapper_type_related_blog_posts .mw_steps--werkwijze .post-item:nth-child(1n):after,
.mw_steps--werkwijze .training_listing__wrap:nth-child(1n):after,
.mw_steps--werkwijze .tab-content__block:nth-child(1n):after {
  display: block;
}

.mw_steps--werkwijze .columns:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1044.827' height='1128.939' viewBox='0 0 1044.827 1128.939'%3E%3Cpath id='Path_459' data-name='Path 459' d='M16309.5,1026s584.146-32.243,584.146,251.438-604.863,300.552-604.863,300.552-477.64,112.844-433,381.664,466.477,218.731,783.414,58.031' transform='translate(-15850.819 -1022.815)' fill='none' stroke='%231e1e1e' stroke-width='4' stroke-dasharray='20 20' opacity='0.2'/%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: 90%;
}

@media screen and (max-width: 1023px) {
  .is-order-1 {
    order: 1;
  }

  .is-order-2 {
    order: 2;
  }

  .is-order-3 {
    order: 3;
  }
}

.mw_forms {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .mw_forms {
    padding: 16rem 0;
  }
}

.two-column-equal .mw_forms {
  margin: 0 !important;
}

.two-column-equal .mw_forms .container .columns:first-child,
.two-column-equal .mw_forms .page-center .columns:first-child,
.two-column-equal .mw_forms .home-section-4>h2 .columns:first-child,
.two-column-equal .mw_forms .reviews .section_header .home-section-4>h3 .columns:first-child,
.reviews .section_header .two-column-equal .mw_forms .home-section-4>h3 .columns:first-child {
  display: none;
}

.mw_forms .image {
  background: #FABE14;
  padding: 0 6rem !important;
}

.two-column-equal .mw_forms .image {
  display: none;
}

.mw_forms .image:before {
  content: '';
  position: absolute;
  display: block;
  right: 0rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='644' viewBox='0 0 400 644'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='FotografieIngeborgvanBruggen-6631' width='400' height='644' transform='translate(320 4119)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_25' data-name='Mask Group 25' transform='translate(-320 -4119)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_1051' data-name='Group 1051' transform='translate(-395.594 -2450.694)'%3E%3Cg id='Group_594' data-name='Group 594' transform='translate(635.85 6633.6)'%3E%3Cpath id='Path_757' data-name='Path 757' d='M933.63,246.08v13.55a64.691,64.691,0,0,0-18.412,13.425c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.338,18.925S428.5,767.742,425.7,778.98c-2.95,11.825-6.288,25.225-22.212,41.162S374.155,839.4,362.33,842.355c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163-.237.237-.475.475-.712.7H265.48a72.318,72.318,0,0,0,11.525-9.538c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C916.38,254.205,925.38,249.18,933.63,246.08Z' transform='translate(-265.48 -246.08)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_595' data-name='Group 595' transform='translate(684.3 6674.55)'%3E%3Cpath id='Path_758' data-name='Path 758' d='M923.94,278.84v18.425C916.04,307.4,913.865,316.1,911.6,325.2c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S679.1,549.252,676.3,560.5c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.163,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338A106.529,106.529,0,0,1,318.1,930.29H304.24c3.763-6.875,5.35-13.275,7-19.875,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163S833.377,379.4,845.2,376.452c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C922.44,280.265,923.2,279.528,923.94,278.84Z' transform='translate(-304.24 -278.84)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_596' data-name='Group 596' transform='translate(717.612 6745.038)'%3E%3Cpath id='Path_759' data-name='Path 759' d='M917.277,335.23v30.837a88.1,88.1,0,0,1-9.562,11.2c-15.925,15.925-29.325,19.275-41.15,22.213-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S760.74,514.18,748.915,517.13c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S643.09,631.83,631.265,634.78c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S525.44,749.48,513.615,752.43c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925-10.213,10.2-14.2,18.762-16.75,27.2h-13c2.837-10.55,7.237-22.363,20.912-36.038,15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163S734.065,507.955,745.89,505c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.337-18.925C911.5,355.805,914.628,345.705,917.277,335.23Z' transform='translate(-330.89 -335.23)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_597' data-name='Group 597' transform='translate(754.063 6809.188)'%3E%3Cpath id='Path_760' data-name='Path 760' d='M909.987,386.55v15.263c-9.438,5.788-17.913,7.9-25.713,9.838-11.25,2.8-21.862,5.45-35.35,18.938S832.8,454.688,830,465.925c-2.95,11.825-6.288,25.225-22.213,41.162S778.45,526.35,766.625,529.3c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162S660.8,644,648.975,646.95c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S543.15,761.65,531.325,764.6c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925-.737.738-1.45,1.475-2.125,2.2H360.05a89.036,89.036,0,0,1,9.463-11.038c15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213C890.587,397.2,899.512,394.975,909.987,386.55Z' transform='translate(-360.05 -386.55)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_599' data-name='Group 599' transform='translate(887.75 6879.5)'%3E%3Cpath id='Path_762' data-name='Path 762' d='M883.25,442.8v14.488a73.262,73.262,0,0,0-11.062,9.237c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.525,10.138-5.35,21.438-16.15,34.5H467c.75-.687,1.5-1.412,2.262-2.175,13.488-13.488,16.125-24.1,18.938-35.35,2.937-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162A79.244,79.244,0,0,1,883.25,442.8Z' transform='translate(-467 -442.8)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_600' data-name='Group 600' transform='translate(930.288 6924.888)'%3E%3Cpath id='Path_763' data-name='Path 763' d='M874.742,479.11v22.9a91.519,91.519,0,0,0-4.987,15.775c-2.95,11.825-6.288,25.225-22.213,41.162S818.205,578.21,806.38,581.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162S700.555,695.86,688.73,698.81c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S582.905,813.51,571.08,816.46c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-.762,3.063-1.55,6.225-2.575,9.5H501.03a110.883,110.883,0,0,0,3.662-12.525c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937S854.83,526.01,857.63,514.76C860.23,504.323,863.142,492.66,874.742,479.11Z' transform='translate(-501.03 -479.11)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_601' data-name='Group 601' transform='translate(962.5 7006.95)'%3E%3Cpath id='Path_764' data-name='Path 764' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_602' data-name='Group 602' transform='translate(1002.675 7056.95)'%3E%3Cpath id='Path_765' data-name='Path 765' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_603' data-name='Group 603' transform='translate(1068.8 7090.725)'%3E%3Cpath id='Path_766' data-name='Path 766' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_604' data-name='Group 604' transform='translate(1137.438 7126.512)'%3E%3Cpath id='Path_767' data-name='Path 767' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_605' data-name='Group 605' transform='translate(1175.275 7177.6)'%3E%3Cpath id='Path_768' data-name='Path 768' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_606' data-name='Group 606' transform='translate(1208.212 7259.612)'%3E%3Cpath id='Path_769' data-name='Path 769' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_607' data-name='Group 607' transform='translate(1252.675 7303.225)'%3E%3Cpath id='Path_770' data-name='Path 770' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 0;
}

.mw_forms .image:after {
  content: '';
  position: absolute;
  display: block;
  right: 0rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='644' viewBox='0 0 400 644'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='FotografieIngeborgvanBruggen-6631' width='400' height='644' transform='translate(320 4119)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_26' data-name='Mask Group 26' transform='translate(-320 -4119)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_1066' data-name='Group 1066' transform='translate(-395.594 -2450.694)'%3E%3Cg id='Group_1056' data-name='Group 1056' transform='translate(806.688 6846.225)'%3E%3Cpath id='Path_1196' data-name='Path 1196' d='M899.462,416.18v12.888c-.237.062-.475.112-.713.175-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.163-10.237,10.225-19.425,15.262-27.812,18.337H402.15c8.35-4.612,15.95-6.5,22.988-8.25,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.213C896.975,416.8,898.225,416.493,899.462,416.18Z' transform='translate(-402.15 -416.18)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1060' data-name='Group 1060' transform='translate(1002.675 7056.95)'%3E%3Cpath id='Path_1200' data-name='Path 1200' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1061' data-name='Group 1061' transform='translate(1068.8 7090.725)'%3E%3Cpath id='Path_1201' data-name='Path 1201' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1062' data-name='Group 1062' transform='translate(1137.438 7126.512)'%3E%3Cpath id='Path_1202' data-name='Path 1202' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1063' data-name='Group 1063' transform='translate(1175.275 7177.6)'%3E%3Cpath id='Path_1203' data-name='Path 1203' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1064' data-name='Group 1064' transform='translate(1208.212 7259.612)'%3E%3Cpath id='Path_1204' data-name='Path 1204' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_1065' data-name='Group 1065' transform='translate(1252.675 7303.225)'%3E%3Cpath id='Path_1205' data-name='Path 1205' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 2;
}

.mw_forms .image img {
  position: relative;
  z-index: 1;
}

.mw_forms .image img {
  margin-top: -4rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: calc(100% + 4rem);
}

.mw_forms .box,
.mw_forms .training_listing__wrap .training_listing__item,
.training_listing__wrap .mw_forms .training_listing__item,
.mw_forms .blog-listing-filter,
.mw_forms .container-fluid .row-fluid .page-center.post_meta_data_wrapper,
.container-fluid .row-fluid .mw_forms .page-center.post_meta_data_wrapper,
.mw_forms .results_wrapper_2020 .result_wrapper,
.results_wrapper_2020 .mw_forms .result_wrapper {
  padding: 0;
  background-color: white;
}

.mw_forms .is-8-tablet {
  padding: 3rem;
}

.two-column-equal .mw_forms .is-8-tablet {
  width: 100% !important;
}

.form_wrapper--subscibre {
  overflow: hidden;
  padding: 0 3rem;
}

.form_wrapper--subscibre .hs_email {
  margin-top: 1rem;
}

.form_wrapper--subscibre .hs_email label {
  display: none;
}

.form_wrapper--subscibre .hs_email input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #1EAAF0;
  box-shadow: none;
  padding: 0.5rem 0;
  width: 100%;
}

.form_wrapper--subscibre .hs_submit {
  margin-top: 2rem;
  float: right;
}

.oembed_container {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  padding: 2rem 0 5rem;
}

@media screen and (min-width: 1024px) {
  .oembed_container {
    padding: 5rem 0 16rem;
  }
}

.oembed_container .iframe_wrapper {
  box-shadow: 0px 8px 80px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.oembed_container .iframe_wrapper:before {
  content: '';
  display: block;
  width: 36rem;
  height: 18rem;
  background: #FABE14;
  position: absolute;
  z-index: 0;
  left: -2rem;
  bottom: -2rem;
}

.home-page .oembed_container .iframe_wrapper:before {
  display: none;
}

.mw_videoblock__wrapper {
  text-align: center;
  max-width: 132rem;
  margin: 0 auto;
}

.mw_videoblock__text {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .mw_videoblock__text {
    padding: 3rem 4rem;
  }
}

.mw_videoblock__imagewrapper {
  position: relative;
  z-index: 1;
}

.mw_videoblock__imagewrapper img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.mw_videoblock__imagewrapper:before {
  content: '';
  width: calc(100% - 4rem);
  height: 50%;
  background-size: container;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='364' height='220' viewBox='0 0 364 220'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='364' height='220' transform='translate(1196 3117)' fill='%23fabe14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_14' data-name='Mask Group 14' transform='translate(-1196 -3117)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_788' data-name='Group 788' transform='translate(886 2463)'%3E%3Cg id='Group_748' data-name='Group 748'%3E%3Cpath id='Path_897' data-name='Path 897' d='M51.312,0C37.037,12.837,24.85,15.875,13.987,18.587A101.274,101.274,0,0,0,0,22.812V9.5C3.812,8.238,7.45,7.325,10.962,6.462,17.237,4.9,23.325,3.387,29.825,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_749' data-name='Group 749'%3E%3Cpath id='Path_898' data-name='Path 898' d='M95.762,0A77.694,77.694,0,0,1,80.15,21.362C64.212,37.3,50.813,40.637,38.987,43.587c-11.238,2.8-21.863,5.45-35.337,18.925Q1.662,64.5,0,66.387V48.837C13.687,37.013,25.45,34.075,35.962,31.462c11.25-2.8,21.862-5.45,35.35-18.937A71.233,71.233,0,0,0,81.5,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_750' data-name='Group 750'%3E%3Cpath id='Path_899' data-name='Path 899' d='M128.687,0c-.462,1.725-.887,3.462-1.325,5.212-2.95,11.825-6.287,25.225-22.212,41.15S75.812,65.637,63.987,68.587c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35C7.787,130.6,5.687,139.012,0,148.362V110.875c2.925-9.562,7.762-20.162,19.8-32.2C35.737,62.75,49.138,59.4,60.962,56.462c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c.175-.725.362-1.45.55-2.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_751' data-name='Group 751'%3E%3Cpath id='Path_900' data-name='Path 900' d='M166.55,0c-9.437,11.137-11.75,20.425-14.187,30.212-2.95,11.825-6.287,25.225-22.212,41.15S100.812,90.637,88.987,93.588c-11.238,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15A86.6,86.6,0,0,1,0,199.487v-15.85c1.2-1.063,2.412-2.213,3.662-3.463,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.162S74.137,84.4,85.962,81.462c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.05-8.2,4.275-17.15,10.762-27.187Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_752' data-name='Group 752'%3E%3Cpath id='Path_901' data-name='Path 901' d='M235.337,0c-1.25.325-2.488.637-3.7.937-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15-14.312,14.313-26.575,18.462-37.5,21.3v-12.95c8.912-2.55,17.862-6.387,28.662-17.187,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162A85.629,85.629,0,0,1,200.775,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_753' data-name='Group 753'%3E%3Cpath id='Path_902' data-name='Path 902' d='M301.337,0c-1.1,1.225-2.275,2.462-3.538,3.725-15.937,15.925-29.338,19.262-41.163,22.212-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225C14.275,263,7.45,264.7,0,269.087V255.012A101.664,101.664,0,0,1,18.312,249.1c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.212c9.65-2.4,18.825-4.687,29.762-13.812Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_754' data-name='Group 754'%3E%3Cpath id='Path_903' data-name='Path 903' d='M341.462,0c-3.05,8.637-8.063,18.125-18.663,28.725-15.937,15.925-29.337,19.262-41.162,22.213-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925A70.371,70.371,0,0,0,0,319V298.563c.687-.738,1.412-1.488,2.162-2.238,15.925-15.937,29.325-19.275,41.15-22.225,11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937C321.237,12.6,325.362,6.15,328.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_755' data-name='Group 755'%3E%3Cpath id='Path_904' data-name='Path 904' d='M373.675,0a111.45,111.45,0,0,0-3.663,12.562c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.338,19.275-41.162,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.6,10.425-5.5,22.075-17.075,35.613V378.175a93.864,93.864,0,0,0,4.938-15.7c2.95-11.825,6.287-25.225,22.225-41.15S56.487,302.05,68.313,299.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.338C358.65,6.475,359.45,3.3,360.475,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_756' data-name='Group 756'%3E%3Cpath id='Path_905' data-name='Path 905' d='M416.25,0c-.762.7-1.538,1.45-2.312,2.225C400.462,15.7,397.812,26.312,395.012,37.562c-2.95,11.825-6.287,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162A79.137,79.137,0,0,1,0,446.525V432.037a74.45,74.45,0,0,0,11.012-9.212c13.488-13.488,16.125-24.1,18.925-35.35,2.95-11.825,6.288-25.225,22.225-41.15S81.488,327.05,93.313,324.1c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.338c2.537-10.15,5.35-21.462,16.175-34.537Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_757' data-name='Group 757'%3E%3Cpath id='Path_906' data-name='Path 906' d='M497.35,0c-8.387,4.637-16,6.537-23.062,8.287-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S15.525,475.925,3.7,478.875c-1.237.313-2.475.613-3.7.938v-12.9c.225-.05.45-.112.675-.162,11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162C440.375,8.1,449.612,3.063,458.037,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_758' data-name='Group 758'%3E%3Cpath id='Path_907' data-name='Path 907' d='M549.9,0a88.125,88.125,0,0,1-9.463,11.075C524.512,27,511.112,30.35,499.287,33.287c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S40.525,500.925,28.7,503.875c-9.325,2.325-18.237,4.55-28.7,12.95V501.562c9.412-5.775,17.888-7.875,25.675-9.813,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.937-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.438,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.088,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.337-18.925.75-.75,1.475-1.5,2.15-2.237Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_759' data-name='Group 759'%3E%3Cpath id='Path_908' data-name='Path 908' d='M586.362,0c-2.837,10.562-7.225,22.375-20.925,36.075C549.512,52,536.112,55.35,524.287,58.287c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S65.525,525.925,53.7,528.875c-11.237,2.8-21.862,5.45-35.337,18.925C5.775,560.375,2.637,570.462,0,580.887v-30.8a88.147,88.147,0,0,1,9.525-11.125c15.925-15.937,29.325-19.275,41.15-22.213,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.212c11.237-2.8,21.863-5.45,35.338-18.925C566.825,17.012,570.812,8.45,573.375,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_760' data-name='Group 760'%3E%3Cpath id='Path_909' data-name='Path 909' d='M619.687,0c-3.775,6.887-5.375,13.3-7.025,19.912-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.088-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162S90.525,550.925,78.7,553.875c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162-.738.738-1.475,1.462-2.212,2.137V633.012c7.875-10.112,10.037-18.8,12.3-27.888,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.262,41.163-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.138-24.1,18.938-35.35A105.085,105.085,0,0,1,605.812,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_761' data-name='Group 761'%3E%3Cpath id='Path_910' data-name='Path 910' d='M668.15,0a72.74,72.74,0,0,0-11.562,9.575c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.163C17.225,684.287,8.238,689.325,0,692.425V678.862a64.935,64.935,0,0,0,18.375-13.4c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.162-22.212c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162.25-.25.487-.487.737-.725Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_762' data-name='Group 762'%3E%3Cpath id='Path_911' data-name='Path 911' d='M750.813,0c-12.788,10.387-23.9,13.162-33.875,15.637-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213C7.35,722.437,3.7,723.35,0,724.637V711.525c2.762-.825,5.437-1.487,8.037-2.137,11.238-2.8,21.862-5.45,35.337-18.925S59.5,666.362,62.3,655.125c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S702.087,6.462,713.912,3.512A113.928,113.928,0,0,0,726.062,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_763' data-name='Group 763'%3E%3Cpath id='Path_912' data-name='Path 912' d='M797.187,0a80.581,80.581,0,0,1-14.1,18.425C767.162,34.35,753.762,37.7,741.937,40.637c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925-.25.25-.5.5-.725.738V749.35c12.437-9.825,23.275-12.525,33.037-14.963,11.237-2.8,21.862-5.45,35.337-18.925S84.5,691.362,87.3,680.125c2.95-11.825,6.288-25.238,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.862-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.262,41.163-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925A74.19,74.19,0,0,0,782.462,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_764' data-name='Group 764'%3E%3Cpath id='Path_913' data-name='Path 913' d='M830.875,0c-.188.75-.375,1.5-.563,2.262-2.95,11.825-6.288,25.225-22.225,41.162S778.762,62.7,766.937,65.637c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S9.6,814.537,6.8,825.787c-1.562,6.25-3.225,12.937-6.8,20.2V805.75c3.175-7.388,8.125-15.388,16.887-24.15,15.925-15.925,29.325-19.263,41.15-22.213,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.225c11.25-2.8,21.863-5.437,35.35-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C812.437,21.4,815.262,10.962,818,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_765' data-name='Group 765'%3E%3Cpath id='Path_914' data-name='Path 914' d='M867.137,0c-7.488,9.85-9.6,18.362-11.825,27.262-2.95,11.825-6.288,25.225-22.225,41.162S803.762,87.7,791.937,90.637c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.087-18.925,35.338c-2.95,11.825-6.287,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.337,18.925S34.6,839.537,31.8,850.787c-2.95,11.825-6.288,25.225-22.225,41.15A90.717,90.717,0,0,1,0,900.312V883.825c.237-.238.487-.475.737-.725,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.112,18.937-35.35C845.025,16.85,847.025,8.85,852.137,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_766' data-name='Group 766'%3E%3Cpath id='Path_915' data-name='Path 915' d='M926.975,0c-8.612,2.55-17.313,6.5-27.725,16.912-13.487,13.487-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.088-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.262-41.162,22.212c-11.237,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S59.6,864.537,56.8,875.787c-2.95,11.825-6.287,25.225-22.225,41.15-13.038,13.05-24.4,17.65-34.575,20.5v-13.05c7.962-2.575,16.125-6.675,25.737-16.288,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163s29.337-19.275,41.162-22.212c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.338-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162A91.676,91.676,0,0,1,899.575,0Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_767' data-name='Group 767'%3E%3Cpath id='Path_916' data-name='Path 916' d='M1000,0V1.512C984.4,16.8,971.237,20.087,959.6,22.975c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.263-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.163s-29.337,19.262-41.163,22.212c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.337,18.925S84.6,889.537,81.8,900.787c-2.95,11.825-6.288,25.225-22.225,41.15s-29.337,19.275-41.15,22.213c-6.138,1.537-12.1,3.025-18.425,6.25V956.687a114.879,114.879,0,0,1,15.4-4.662c11.237-2.8,21.862-5.45,35.338-18.925S66.862,909,69.662,897.762c2.95-11.825,6.287-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.138-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.113,18.937-35.35c2.95-11.825,6.287-25.225,22.225-41.162S944.75,13.8,956.575,10.85c8.5-2.113,16.65-4.15,25.95-10.85Z' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_768' data-name='Group 768' transform='translate(0 29.6)'%3E%3Cpath id='Path_917' data-name='Path 917' d='M1000,23.68V37.393a113.083,113.083,0,0,1-15.4,4.663c-11.25,2.813-21.875,5.45-35.35,18.937s-16.125,24.1-18.937,35.35c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.937s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162S290.525,745,278.7,747.955c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15s-29.338,19.275-41.15,22.213c-8.513,2.125-16.65,4.15-25.95,10.85H0v-1.513C15.6,977.28,28.762,974,40.4,971.1c11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.862-5.45,35.337-18.925S209.5,810.443,212.3,799.2c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.138-24.112,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162S969.75,32.88,981.575,29.93C987.712,28.405,993.662,26.918,1000,23.68Z' transform='translate(0 -23.68)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_769' data-name='Group 769' transform='translate(73.05 62.562)'%3E%3Cpath id='Path_918' data-name='Path 918' d='M985.39,50.05V63.1c-7.975,2.575-16.137,6.675-25.75,16.3-13.488,13.488-16.125,24.1-18.938,35.35-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.863,5.45-35.35,18.938S708.2,338.8,705.4,350.05c-2.95,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925S472.9,574.1,470.1,585.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.238,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.162S183.277,881.063,171.453,884c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-2.95,11.825-6.287,25.225-22.225,41.15a89.9,89.9,0,0,1-9.163,8.063H58.44c8.588-2.55,17.287-6.5,27.688-16.9,13.475-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.288-25.225,22.225-41.162s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.213c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.937-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.163s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162S627.177,404.25,639,401.3c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162S862.477,168.95,874.3,166c11.238-2.8,21.862-5.45,35.338-18.925s16.137-24.112,18.937-35.35C931.527,99.9,934.865,86.5,950.8,70.563,963.852,57.5,975.2,52.9,985.39,50.05Z' transform='translate(-58.44 -50.05)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_770' data-name='Group 770' transform='translate(132.85 99.687)'%3E%3Cpath id='Path_919' data-name='Path 919' d='M973.43,79.75V96.238c-.25.238-.5.488-.75.738-13.488,13.488-16.125,24.1-18.937,35.35-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.275-41.162,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S666.893,428.05,655.067,431c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35C597.855,497.1,594.5,510.5,578.58,526.437S549.242,545.7,537.417,548.65c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15S431.592,663.35,419.767,666.3c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.35c-1.837,7.375-3.838,15.375-8.937,24.213H106.28c7.475-9.838,9.6-18.35,11.813-27.237,2.95-11.825,6.288-25.225,22.225-41.163s29.325-19.263,41.15-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.212-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.138-24.1,18.938-35.35c2.95-11.825,6.288-25.225,22.225-41.162A88.18,88.18,0,0,1,973.43,79.75Z' transform='translate(-106.28 -79.75)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_771' data-name='Group 771' transform='translate(169.1 154.012)'%3E%3Cpath id='Path_920' data-name='Path 920' d='M966.18,123.21v40.213c-3.175,7.4-8.125,15.413-16.9,24.2-15.937,15.925-29.337,19.275-41.162,22.212-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.087-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.212c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.338,18.925-13.175,13.175-16,23.6-18.725,34.563h-12.9c.187-.75.375-1.488.563-2.237,2.95-11.825,6.287-25.225,22.225-41.163s29.325-19.263,41.15-22.212c11.237-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.237-2.8,21.862-5.45,35.337-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.938-35.35C960.93,137.185,962.592,130.485,966.18,123.21Z' transform='translate(-135.28 -123.21)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_772' data-name='Group 772' transform='translate(202.8 233.825)'%3E%3Cpath id='Path_921' data-name='Path 921' d='M959.44,187.06V203.9c-12.45,9.837-23.3,12.55-33.063,14.975-11.25,2.8-21.862,5.45-35.35,18.938S874.9,261.91,872.1,273.147c-2.95,11.825-6.288,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S639.6,497.2,636.8,508.448c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162S349.965,804.16,338.14,807.11c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.337,18.925a74.772,74.772,0,0,0-8.2,9.563H162.24a80.412,80.412,0,0,1,14.087-18.4c15.925-15.925,29.325-19.262,41.15-22.212,11.238-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S558.578,562.635,570.4,559.7c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S676.227,445,688.052,442.047c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162S793.877,327.348,805.7,324.4c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.162s29.337-19.262,41.162-22.213c11.238-2.8,21.863-5.45,35.338-18.925C958.952,187.56,959.2,187.31,959.44,187.06Z' transform='translate(-162.24 -187.06)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_773' data-name='Group 773' transform='translate(249.187 275.387)'%3E%3Cpath id='Path_922' data-name='Path 922' d='M950.162,220.31v13.125c-2.775.813-5.45,1.475-8.062,2.125-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337C884.875,301.66,881.537,315.06,865.6,331s-29.325,19.275-41.15,22.213c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S718.625,467.91,706.8,470.86c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.937,11.825-6.287,25.225-22.212,41.162S600.975,585.56,589.15,588.51c-11.238,2.8-21.863,5.45-35.337,18.925s-16.138,24.1-18.938,35.35c-2.937,11.825-6.287,25.225-22.212,41.15S483.325,703.21,471.5,706.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.163s-29.338,19.262-41.163,22.212c-11.237,2.8-21.862,5.45-35.338,18.925S302.4,866.822,299.6,878.06c-2.95,11.825-6.288,25.225-22.225,41.162s-29.325,19.275-41.15,22.212a115.876,115.876,0,0,0-12.1,3.488H199.35c12.787-10.362,23.875-13.125,33.85-15.613,11.237-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.238,22.225-41.163s29.325-19.275,41.15-22.212c11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937S519.95,651,522.75,639.76c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937S755.25,415.71,758.05,404.46c2.95-11.825,6.288-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.237-2.8,21.863-5.45,35.338-18.925s16.137-24.1,18.938-35.35c2.938-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213C942.787,222.51,946.45,221.6,950.162,220.31Z' transform='translate(-199.35 -220.31)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_774' data-name='Group 774' transform='translate(331.85 307.6)'%3E%3Cpath id='Path_923' data-name='Path 923' d='M933.63,246.08v13.55a64.691,64.691,0,0,0-18.412,13.425c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.212c-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.163,22.212c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.338,19.275-41.163,22.225c-11.238,2.8-21.863,5.45-35.338,18.925S428.5,767.742,425.7,778.98c-2.95,11.825-6.288,25.225-22.212,41.162S374.155,839.4,362.33,842.355c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.225,41.163-.237.237-.475.475-.712.7H265.48a72.318,72.318,0,0,0,11.525-9.538c13.487-13.475,16.125-24.1,18.925-35.337,2.95-11.825,6.287-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.825,6.275-25.225,22.213-41.15s29.325-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.262,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.262,41.163-22.213c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C916.38,254.205,925.38,249.18,933.63,246.08Z' transform='translate(-265.48 -246.08)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_775' data-name='Group 775' transform='translate(380.3 348.55)'%3E%3Cpath id='Path_924' data-name='Path 924' d='M923.94,278.84v18.425C916.04,307.4,913.865,316.1,911.6,325.2c-2.95,11.825-6.287,25.225-22.225,41.163s-29.325,19.275-41.15,22.213c-11.25,2.8-21.863,5.45-35.35,18.937s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.262-41.162,22.212c-11.25,2.8-21.863,5.45-35.35,18.925S679.1,549.252,676.3,560.5c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.15s-29.337,19.275-41.162,22.225c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.163,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338A106.529,106.529,0,0,1,318.1,930.29H304.24c3.763-6.875,5.35-13.275,7-19.875,2.95-11.825,6.288-25.237,22.225-41.162s29.325-19.275,41.15-22.212c11.25-2.8,21.863-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.938s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163S833.377,379.4,845.2,376.452c11.237-2.8,21.862-5.45,35.338-18.925s16.137-24.1,18.937-35.35c2.938-11.825,6.288-25.225,22.213-41.163C922.44,280.265,923.2,279.528,923.94,278.84Z' transform='translate(-304.24 -278.84)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_776' data-name='Group 776' transform='translate(413.612 419.037)'%3E%3Cpath id='Path_925' data-name='Path 925' d='M917.277,335.23v30.837a88.1,88.1,0,0,1-9.562,11.2c-15.925,15.925-29.325,19.275-41.15,22.213-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.163S760.74,514.18,748.915,517.13c-11.25,2.8-21.862,5.45-35.35,18.925s-16.125,24.1-18.925,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S643.09,631.83,631.265,634.78c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S525.44,749.48,513.615,752.43c-11.237,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.212c-11.237,2.8-21.862,5.45-35.337,18.925-10.213,10.2-14.2,18.762-16.75,27.2h-13c2.837-10.55,7.237-22.363,20.912-36.038,15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.338-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.163S734.065,507.955,745.89,505c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.262,41.162-22.212c11.237-2.8,21.862-5.45,35.337-18.925C911.5,355.805,914.628,345.705,917.277,335.23Z' transform='translate(-330.89 -335.23)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_777' data-name='Group 777' transform='translate(450.062 483.187)'%3E%3Cpath id='Path_926' data-name='Path 926' d='M909.987,386.55v15.263c-9.438,5.788-17.913,7.9-25.713,9.838-11.25,2.8-21.862,5.45-35.35,18.938S832.8,454.688,830,465.925c-2.95,11.825-6.288,25.225-22.213,41.162S778.45,526.35,766.625,529.3c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162S660.8,644,648.975,646.95c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.15S543.15,761.65,531.325,764.6c-11.237,2.8-21.862,5.45-35.337,18.925s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.337,18.925-.737.738-1.45,1.475-2.125,2.2H360.05a89.036,89.036,0,0,1,9.463-11.038c15.925-15.925,29.325-19.275,41.15-22.212,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.938-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.213c11.25-2.813,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.275,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.162s29.338-19.263,41.163-22.213C890.587,397.2,899.512,394.975,909.987,386.55Z' transform='translate(-360.05 -386.55)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_778' data-name='Group 778' transform='translate(502.687 520.225)'%3E%3Cpath id='Path_927' data-name='Path 927' d='M899.462,416.18v12.888c-.237.062-.475.112-.713.175-11.25,2.8-21.862,5.45-35.35,18.938s-16.125,24.1-18.925,35.337c-2.95,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.212,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.863,5.45-35.337,18.925s-16.125,24.1-18.925,35.338c-2.95,11.825-6.288,25.225-22.213,41.163-10.237,10.225-19.425,15.262-27.812,18.337H402.15c8.35-4.612,15.95-6.5,22.988-8.25,11.25-2.8,21.862-5.45,35.337-18.925s16.125-24.1,18.937-35.35c2.938-11.812,6.275-25.225,22.213-41.15s29.337-19.275,41.15-22.212c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.163-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.087,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.263,41.163-22.213C896.975,416.8,898.225,416.493,899.462,416.18Z' transform='translate(-402.15 -416.18)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_779' data-name='Group 779' transform='translate(583.75 553.5)'%3E%3Cpath id='Path_928' data-name='Path 928' d='M883.25,442.8v14.488a73.262,73.262,0,0,0-11.062,9.237c-13.475,13.475-16.125,24.1-18.925,35.337-2.95,11.825-6.288,25.225-22.213,41.163s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.337,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.862,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-2.525,10.138-5.35,21.438-16.15,34.5H467c.75-.687,1.5-1.412,2.262-2.175,13.488-13.488,16.125-24.1,18.938-35.35,2.937-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.275,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.337-19.263,41.162-22.213c11.25-2.8,21.863-5.45,35.35-18.937s16.125-24.088,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162A79.244,79.244,0,0,1,883.25,442.8Z' transform='translate(-467 -442.8)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_780' data-name='Group 780' transform='translate(626.287 598.887)'%3E%3Cpath id='Path_929' data-name='Path 929' d='M874.742,479.11v22.9a91.519,91.519,0,0,0-4.987,15.775c-2.95,11.825-6.288,25.225-22.213,41.162S818.205,578.21,806.38,581.16c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.288,25.225-22.213,41.162S700.555,695.86,688.73,698.81c-11.237,2.8-21.862,5.45-35.337,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.163S582.905,813.51,571.08,816.46c-11.237,2.8-21.863,5.45-35.338,18.925s-16.125,24.1-18.925,35.338c-.762,3.063-1.55,6.225-2.575,9.5H501.03a110.883,110.883,0,0,0,3.662-12.525c2.938-11.812,6.275-25.225,22.212-41.15s29.338-19.275,41.15-22.213c11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.288-25.225,22.213-41.163s29.337-19.275,41.162-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.163s29.337-19.263,41.162-22.212c11.25-2.8,21.862-5.45,35.35-18.937S854.83,526.01,857.63,514.76C860.23,504.323,863.142,492.66,874.742,479.11Z' transform='translate(-501.03 -479.11)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_781' data-name='Group 781' transform='translate(658.5 680.95)'%3E%3Cpath id='Path_930' data-name='Path 930' d='M868.3,544.76v20.5c-.7.75-1.438,1.513-2.2,2.275-15.937,15.925-29.337,19.263-41.162,22.213-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.212c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162s-29.338,19.263-41.163,22.213c-11.237,2.8-21.862,5.45-35.337,18.925-7.263,7.263-11.375,13.688-14.062,19.837H526.8c3.05-8.625,8.075-18.1,18.663-28.675,15.925-15.937,29.338-19.275,41.15-22.213,11.25-2.813,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.337c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162s29.337-19.263,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937A69.949,69.949,0,0,0,868.3,544.76Z' transform='translate(-526.8 -544.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_782' data-name='Group 782' transform='translate(698.675 730.95)'%3E%3Cpath id='Path_931' data-name='Path 931' d='M860.265,584.76v14.05a101.3,101.3,0,0,1-18.362,5.938c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.937,11.825-6.287,25.225-22.212,41.162s-29.337,19.263-41.162,22.213c-11.238,2.8-21.863,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.938,11.825-6.288,25.225-22.213,41.162S618.428,837.1,606.6,840.047c-9.625,2.4-18.787,4.687-29.687,13.763H558.94q1.631-1.819,3.487-3.675c15.925-15.937,29.338-19.275,41.15-22.212,11.25-2.812,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.212-41.162s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937S772.7,667.235,775.5,656c2.95-11.825,6.287-25.225,22.213-41.162s29.338-19.263,41.163-22.213C845.965,590.86,852.8,589.16,860.265,584.76Z' transform='translate(-558.94 -584.76)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_783' data-name='Group 783' transform='translate(764.8 764.725)'%3E%3Cpath id='Path_932' data-name='Path 932' d='M847.04,611.78v12.95c-8.925,2.537-17.9,6.388-28.7,17.188-13.488,13.487-16.138,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.863,5.45-35.338,18.925s-16.138,24.1-18.937,35.35c-2.938,11.825-6.287,25.225-22.212,41.162a86.23,86.23,0,0,1-13.25,10.975H611.84c1.188-.312,2.35-.6,3.512-.888,11.25-2.812,21.863-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162S721.177,731.455,733,728.518c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.288-25.225,22.213-41.162C823.828,618.755,836.1,614.618,847.04,611.78Z' transform='translate(-611.84 -611.78)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_784' data-name='Group 784' transform='translate(833.437 800.512)'%3E%3Cpath id='Path_933' data-name='Path 933' d='M833.313,640.41v15.85c-1.212,1.075-2.437,2.237-3.7,3.5-13.487,13.487-16.137,24.1-18.937,35.35-2.938,11.825-6.288,25.225-22.213,41.162s-29.337,19.263-41.162,22.213c-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-2.037,8.187-4.263,17.125-10.725,27.137H666.75c9.4-11.1,11.713-20.4,14.15-30.162,2.95-11.825,6.288-25.225,22.213-41.163S732.45,749.3,744.275,746.36c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338c2.95-11.825,6.287-25.225,22.213-41.162A87.922,87.922,0,0,1,833.313,640.41Z' transform='translate(-666.75 -640.41)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_785' data-name='Group 785' transform='translate(871.275 851.6)'%3E%3Cpath id='Path_934' data-name='Path 934' d='M825.745,681.28v37.45c-2.925,9.6-7.763,20.225-19.85,32.325-15.937,15.925-29.337,19.263-41.162,22.212-11.237,2.8-21.862,5.45-35.338,18.925s-16.137,24.1-18.937,35.35c-.175.7-.35,1.412-.537,2.138h-12.9c.45-1.712.875-3.437,1.313-5.162,2.95-11.825,6.287-25.225,22.212-41.163s29.338-19.275,41.163-22.213c11.25-2.8,21.862-5.45,35.35-18.937s16.125-24.1,18.925-35.338C817.92,699.1,820.02,690.668,825.745,681.28Z' transform='translate(-697.02 -681.28)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_786' data-name='Group 786' transform='translate(904.212 933.612)'%3E%3Cpath id='Path_935' data-name='Path 935' d='M819.158,746.89v17.55c-13.712,11.862-25.487,14.8-36.012,17.425-11.238,2.8-21.863,5.45-35.338,18.925a71.1,71.1,0,0,0-10.175,12.488H723.37a77.957,77.957,0,0,1,15.588-21.325C754.9,776.028,768.3,772.678,780.12,769.74c11.25-2.8,21.862-5.45,35.35-18.937C816.808,749.465,818.032,748.165,819.158,746.89Z' transform='translate(-723.37 -746.89)' fill='%23fabe14'/%3E%3C/g%3E%3Cg id='Group_787' data-name='Group 787' transform='translate(948.675 977.225)'%3E%3Cpath id='Path_936' data-name='Path 936' d='M810.265,781.78v13.3c-3.825,1.275-7.488,2.188-11.013,3.063-6.237,1.55-12.288,3.063-18.75,6.413H758.94c14.25-12.8,26.438-15.837,37.288-18.538A101.465,101.465,0,0,0,810.265,781.78Z' transform='translate(-758.94 -781.78)' fill='%23fabe14'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  z-index: -1;
}

.mw_videoblock__imagewrapper .iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.mw_videoblock__imagewrapper iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mw_videoblock.mw_block--half.mw_block--bg-top::before {
  height: 20rem;
}

.oembed_custom-thumbnail,
.oembed_custom-thumbnail:hover,
.oembed_custom-thumbnail:active {
  z-index: 10;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  top: -10rem;
}

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

  .oembed_custom-thumbnail,
  .oembed_custom-thumbnail:hover,
  .oembed_custom-thumbnail:active {
    top: 0;
    width: calc(100% - 6rem);
    left: 3rem;
    padding-top: 0;
  }
}

.oembed_custom-thumbnail_icon svg {
  margin-top: 50%;
}

.featured-post-listing {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .featured-post-listing {
    padding: 16rem 0;
  }
}

.featured-post-listing h2,
.featured-post-listing .reviews .section_header h3,
.reviews .section_header .featured-post-listing h3,
.featured-post-listing .subtitle {
  text-align: center;
}

.featured-post-listing h2,
.featured-post-listing .reviews .section_header h3,
.reviews .section_header .featured-post-listing h3 {
  margin-bottom: 7rem;
  padding-bottom: 0;
}

.featured-post-listing .post-listing+.button,
.featured-post-listing .reviews .cta .post-listing+a,
.reviews .cta .featured-post-listing .post-listing+a {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 567px) {
  .featured-post-listing img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.custom-footer {
  background: #F5F5F5;
  padding: 5rem 0 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .custom-footer {
    padding: 10rem 0 6rem;
  }
}

.custom-footer h3 {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  line-height: clamp(2.4rem, 4vw, 3rem);
  padding-bottom: 1.5rem;
  color: rgba(30, 30, 30, 0.6);
}

.custom-footer .tnp-subscription {
  max-width: 510px;
}

.custom-footer .tnp-subscription h3 {
  display: none;
}

.custom-footer .footer_links .span2 {
  margin-left: 0;
  width: 100%;
}

.custom-footer .hs-menu-wrapper li a {
  text-decoration: none;
  color: rgba(30, 30, 30, 0.6);
}

.custom-footer .hs-menu-wrapper li a:hover {
  color: #FABE14;
}

.custom-footer .right-col {
  padding-top: 3rem;
}

.custom-footer .right-col p {
  padding-bottom: 1rem;
}

.custom-footer .social-icon ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-footer .social-icon ul li {
  padding-left: 2rem;
}

@media screen and (max-width: 567px) {
  .custom-footer .cm-logo {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .custom-footer .cm-logo {
    width: 25%;
    padding-left: 2rem;
  }

  .custom-footer .cm-privacy {
    width: 72%;
  }

  .custom-footer .footer_links,
  .custom-footer .cm-contact {
    width: 45%;
  }

  .custom-footer .footer_links {
    padding-left: 27%;
  }

  .custom-footer .left-col {
    width: 27%;
  }

  .custom-footer .footer-spacer {
    display: none;
  }

  .custom-footer .disclaimer {
    width: 45%;
  }
}

@media screen and (max-width: 567px) {
  .custom-footer .cm-logo {
    width: 25%;
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .custom-footer .cm-privacy {
    width: 100%;
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .custom-footer .footer_links,
  .custom-footer .cm-contact {
    width: 100%;
    margin-bottom: 2rem;
  }

  .custom-footer .footer_links {
    padding-left: 0;
  }

  .custom-footer .footer_links li {
    line-height: 2.4rem;
  }

  .custom-footer .left-col {
    width: 100%;
  }

  .custom-footer .footer-spacer {
    display: none;
  }

  .custom-footer .cm-contact {
    padding-left: 0rem;
  }

  .custom-footer .disclaimer {
    width: 100%;
  }

  .custom-footer .custom-footer h3 {
    padding-bottom: 1rem;
  }
}

.custom-footer .disclaimer {
  padding-top: 14rem;
}

@media screen and (max-width: 567px) {
  .custom-footer .disclaimer {
    width: 100% !important;
    padding-top: 6rem;
  }

  .custom-footer .disclaimer .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 567px) and (min-width: 1024px) {
  .custom-footer .disclaimer .row-fluid {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 567px) {
  .custom-footer .disclaimer .row-fluid .span3 {
    width: 25% !important;
    padding: 0 2rem 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 567px) and (min-width: 1024px) {
  .custom-footer .disclaimer .row-fluid .span3 {
    width: 50% !important;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 567px) {
  .custom-footer .disclaimer .row-fluid .span3 img {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .custom-footer .cm-privacy {
    width: 30%;
    padding-right: 4rem;
  }

  .custom-footer .footer_links {
    width: 10%;
  }

  .custom-footer .cm-contact {
    width: 20%;
  }
}

.newsletter-form .page-center {
  padding: 0 !important;
}

.newsletter-form-inner .span4 {
  height: 1px;
}

.newsletter-form-inner .span4 h3 {
  display: none;
}

.newsletter-form-inner form {
  display: flex;
}

.newsletter-form-inner form .hs_email {
  margin: 0;
}

.newsletter-form-inner form .hs_email label {
  display: none;
}

.newsletter-form-inner form .hs_email input {
  background: #E6E6E6;
  border-radius: 0;
  border: 0;
  padding: 1.25rem;
}

@media screen and (max-width: 567px) {
  .newsletter-form-inner form .hs_email input {
    font-size: 1.6rem;
    padding: 0.75rem 1rem;
  }
}

.case-blog.hs-blog-listing .footer-wrapper,
.ha-blog.hs-blog-post .footer-wrapper {
  background: #fafafa;
}




.team-member-grp--story {
  background: rgba(230, 230, 230, 0.2);
  padding: 6rem 0;
}

@media screen and (min-width: 768px) {
  .team-member-grp--story {
    padding: 12rem 0;
  }
}

.intro-tekst {
  padding: 0 2rem;
}

.hs-blog-listing .post-listing .post-item--story .item-inner {
  flex-direction: column;

}

.hs-blog-listing .post-listing .post-item--story .item-inner .single-posts--inner-text {
  background: white;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);
  padding-top: 4rem;
}

.hs-blog-listing .post-listing .post-item--jobs .item-inner .single-posts--inner-text {
  box-shadow: none;
}

.hs-blog-listing .post-listing .post-item.post-item--story:after {
  display: none !important;
}

.post-item__titles {
  color: black;
  font-size: 20px;
  line-height: 24px;
  padding-left: 20px;
  border-left: 2px solid #FABE14;
}

.hs-blog-listing .post-listing .post-item.post-item--jobs {
  height: auto;

}

.hs-blog-listing .post-listing .post-item.post-item--jobs .item-inner {
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.1);

}

.hs-blog-listing .post-listing .post-item.post-item--jobs .post-image {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}

.hs-blog-listing .post-listing .post-item.post-item--jobs .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-blog-listing .post-listing .post-item.post-item--story .single-posts--inner-text .single-posts__name,
.hs-blog-listing .post-listing .post-item.post-item--story .single-posts--inner-text .button--text {
  color: #1e1e1e;
}


.hs-blog-listing .post-listing .post-item.post-item--jobs:after {
  display: block !important;
}

.hs-blog-listing .post-listing .post-item.post-item--jobs .single-posts--inner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.row-depth-1.row-number-8 .mw_block--gray {
  background: white !important;
}

#autocomplete-results {
  display: none;
}

@media (min-width: 800px) {
  .mw-logos {
    margin-left: -20px;
  }
}

input[type="email"],
input[type="text"],
textarea,
input[type="tel"]:focus-visible {
  outline: none !important;
}

select:focus-visible {
  outline: none !important;
}

@media screen and (max-width: 567px) {
  .c-gap {
    gap: 2em;
  }
}

@media screen and (min-width: 1000px) {
  .c-gap {
    gap: 4em;
  }
}

.hs_error_rollup {
  position: absolute;
  white-space: nowrap;
  bottom: 6.5em;
}

ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

.po-h {
  word-break: break-word;
}

/* Two Column Right Type2  Layout 2021 - Redesign (Template) */
.two-col-right-lay.type2.redesign,
.two-col-right-lay.type2.redesign.stickyNav .header-container-wrapper,
.two-col-right-lay.type2.redesign .contactbar-redesign {
  background-color: #1E1E1E;
}
.two-col-right-lay.type2.redesign .breadcrumb-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
.two-col-right-lay.type2.redesign .main-content {
  color: #fff;
}
.two-col-right-lay.type2.redesign .main-content h1,
.two-col-right-lay.type2.redesign .main-content h2,
.two-col-right-lay.type2.redesign .main-content h3,
.two-col-right-lay.type2.redesign .main-content h4,
.two-col-right-lay.type2.redesign .main-content h5,
.two-col-right-lay.type2.redesign .main-content p,
.two-col-right-lay.type2.redesign .main-content li {
  color: #fff;
}
.two-col-right-lay.type2.redesign .main-content h1 {
  font-size: clamp(4rem, 5vw, 6.4rem);
  margin-bottom: 3.8rem;
}
.two-col-right-lay.type2.redesign .main-content h1 .patch {
  transform: rotate(-4deg);
  top: 6px;
  left: 28px;
}
.two-col-right-lay.type2.redesign .main-content h1 .patch:after {
  transform: scaleX(-1);
  left: 40px;
}
.two-col-right-lay.type2.redesign .main-content h2 {
  font-size: clamp(3rem, 3vw, 4rem);
}
.two-col-right-lay.type2.redesign .main-content h2,
.two-col-right-lay.type2.redesign .main-content h3,
.two-col-right-lay.type2.redesign .main-content h4,
.two-col-right-lay.type2.redesign .main-content h5 {
  margin: 4.2rem 0 3.2rem;
}
.two-col-right-lay.type2.redesign .main-content h2:first-child,
.two-col-right-lay.type2.redesign .main-content h3:first-child,
.two-col-right-lay.type2.redesign .main-content h4:first-child,
.two-col-right-lay.type2.redesign .main-content h5:first-child {
  margin-top: 0;
}
.two-col-right-lay.type2.redesign .main-content p,
.two-col-right-lay.type2.redesign .main-content li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.two-col-right-lay.type2.redesign .contact-us-block {
  background-color: #50C8FF;
}
.two-col-right-lay.type2.redesign .contact-us-block .button {
  background-color: #D4E802 !important;
}

@media all and (max-width: 767px) {
  .two-col-right-lay.type2.redesign .main-content {
    margin-bottom: 6.4rem;
  }
}
@media all and (min-width: 768px) {
  .two-col-right-lay.type2.redesign .main-content {
    padding-right: 5.833vw;
  }
  .two-col-right-lay.type2.redesign .main-content h1 .patch big {
    font-size: 4.8rem;
  }
}