#cc-main {
  --cc-font-family: Roboto, sans-serif;
  --cc-modal-border-radius: 4px;
  --cc-btn-border-radius: 4px;
  --cc-modal-transition-duration: 0.3s;
  --cc-link-color: #708091;
  --cc-primary-color: #434D56;
  --cc-secondary-color: #434D56;
  --cc-btn-primary-bg: #708091;
  --cc-btn-primary-hover-bg: #9ba6b2;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-secondary-bg: #F2F3F4;
  --cc-btn-secondary-hover-bg: #d6dadd;
}
.cll {
  --im-font-family: Roboto, sans-serif;
  --im-color: #ffffff;
  --im-link-color: #ffffff;
  --im-link-hover-color: #9ba6b2;
  --im-btn-color: #ffffff;
  --im-btn-bg: #708091;
  --im-btn-hover-bg: #9ba6b2;
  --im-btn-active-box-shadow: none;
  --im-btn-s-color: #434D56;
  --im-btn-s-bg: #F2F3F4;
  --im-btn-s-hover-bg: #d6dadd;
  --im-btn-s-active-bg: #d6dadd;
  --im-overlay-bg: none;
}
#cc-main {
  font-size: 1rem !important;
}
#cc-main .cm__title, #cc-main h2.pm__title {
  font-size: 1.2rem !important;
}
#cc-main button.cm__btn, #cc-main button.pm__btn, #cc-main button.pm__close-btn {
  border: none;
}
#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0 !important;
}
#cc-main .cm__texts {
  padding: 1.5rem 0 0 !important;
}
#cc-main .cm__desc {
  padding: 0 1.5rem 1.5rem 1.5rem !important;
}
#cc-main .cm__btns {
  padding: 1.5rem !important;
}
#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1.5rem !important;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  #cc-main .cm-wrapper .cm__btns, #cc-main .cm-wrapper .cm__desc, #cc-main.cm-wrapper .cm__links, #cc-main .cm-wrapper .cm__title {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #cc-main .pm-wrapper .pm__body, #cc-main .pm-wrapper .pm__footer, #cc-main .pm-wrapper .pm__header {
    padding: 1.5rem !important;
  }
}
.cll .c-bg-i {
  filter: blur(1rem);
}
.cll .c-l-b, .cll .c-la-b {
  box-shadow: none !important;
  border-radius: 4px !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 4rem;
  }
}
body {
  background: #ffffff;
  color: #434D56;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  background: inherit;
  border: inherit;
  font-size: inherit;
  line-height: 1.6;
  padding: 0;
}
::selection {
  text-shadow: none;
  background: #b0c4de80;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  border-top: 1px solid #CBD1D2;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
code {
  background: #F2F3F4;
  border: 1px dashed #CBD1D2;
  border-radius: 3px;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}
figure {
  margin: 0 0 1rem 0;
}
figure:last-child {
  margin: 0;
}
/* Search Form */
.search-form {
  display: flex;
}
.search-form label {
  flex-grow: 1;
}
.screen-reader-text {
  display: none;
}
.search-submit {
  margin-left: 1rem;
}
/* Post Meta Text */
.post-meta-text {
  display: flex;
  gap: 1.5em;
}
.post-meta-text, .post-meta-text a {
  color: #E2E6E8;
  font-size: 0.9rem;
}
.post-meta-text > * {
  position: relative;
}
.post-meta-text > *:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #CBD1D2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  right: -0.75em;
}
.post-meta-text > *:last-child:after {
  display: none;
}
/* Widgets */
.widget:not(:last-child) {
  margin-bottom: 2rem;
}
/* 404 */
.four-o-four-section h1 {
  font-size: 10em;
  color: #CBD1D2;
}
@media (max-width: 640px) {
  .four-o-four-section h1 {
    font-size: 6em;
  }
}
/* Password Protected Page Form */
.post-password-form {
  max-width: 800px;
  margin: 0 auto;
  padding: calc(min(6vw, 80px) + 20px) 6vw;
}
.post-password-form p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=submit] {
  background: #708091;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 1.5rem;
  height: 3rem;
  transition-duration: 0.3s;
  cursor: pointer;
  outline: none;
}
.button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type=submit]:hover {
  background: #9ba6b2;
  color: #ffffff;
}
.button.outline, .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #708091;
  color: #708091;
}
.button.outline svg path {
  fill: #708091;
  transition-duration: 0.3s;
}
.button.outline:hover, .is-style-outline .wp-block-button__link:hover {
  background: #9ba6b2;
  border-color: #9ba6b2;
  color: #ffffff;
}
.button.outline:hover svg path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.button.button-small, .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  height: 2rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
}
.button.button-large, .button-large .wp-block-button__link {
  height: 4rem;
  padding: 0 2.2rem;
  font-size: 1.2rem;
}
.button.with-icon-only {
  display: flex;
  width: 2rem;
  height: 3rem;
  padding: 0;
}
.with-icon-only > * {
  width: 1.8rem;
  height: 1.8rem;
}
.with-icon-only path, .button.with-icon-left path, .button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.with-icon-only:hover path, .button.with-icon-left:hover path, .button.with-icon-right:hover path {
  fill: #ffffff;
}
.button-small.with-icon-only {
  width: 2rem;
  height: 2rem;
}
.button-small.with-icon-only > * {
  width: 1.2rem;
  height: 1.2rem;
}
.button-large.with-icon-only {
  width: 4rem;
  height: 4rem;
}
.button-large.with-icon-only > * {
  width: 2.4rem;
  height: 2.4rem;
}
.inverted .button, .inverted input[type=submit] {
  background: #ffffff;
  color: #434D56;
}
.inverted .button.with-icon-only path, .inverted .button.with-icon-left path, .inverted .button.with-icon-right path {
  fill: #434D56;
  transition-duration: 0.3s;
}
.inverted .button:hover, .inverted input[type=submit]:hover {
  background: #FFCF56;
  color: #ffffff;
}
.inverted .button.with-icon-only:hover path, .inverted .button.with-icon-left:hover path, .inverted .button.with-icon-right:hover path {
  fill: #ffffff;
}
.inverted .button.outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.inverted .button.outline:hover {
  background: #708091;
  border-color: #708091;
  color: #ffffff;
}
.inverted .button.outline path {
  fill: #ffffff;
}
.inverted .button.outline:hover path {
  fill: #ffffff;
}
.button-arrow {
  position: relative;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  padding-left: 3.5rem;
  height: 2.8rem;
}
.button-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #434D56;
  border: 1px #434D56 solid;
  border-radius: 1000px;
  transform: translateX(0%);
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 2rem;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: calc(100% - 0.6rem) 50%;
  background-size: 1.55em;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
}
.button-arrow:hover {
  color: #FFCF56;
}
.button-arrow:hover:before {
  color: #FFCF56;
  border-color: #FFCF56;
  background: url(../images/arrow-right-white.svg) no-repeat;
  background-color: #FFCF56;
  background-position: calc(100% - 0.6rem) 50%;
  background-size: 1.55em;
  transition-duration: 0.3s;
}
.inverted .button-arrow:hover {
  color: #FFCF56;
}
.inverted .button-arrow:before {
  color: #ffffff;
  border: 1px #ffffff solid;
  background: url(../images/arrow-right-white.svg) no-repeat;
  background-color: transparent;
  background-position: calc(100% - 0.6rem) 50%;
  background-size: 1.55em;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
}
.inverted .button-arrow:hover:before {
  color: #FFCF56;
  border-color: #FFCF56;
  background: url(../images/arrow-right.svg) no-repeat;
  background-color: #FFCF56;
  background-position: calc(100% - 0.6rem) 50%;
  background-size: 1.55em;
}
.button.active {
  color: #ffffff;
  background-color: #FFCF56;
}
.accordion-menu a {
  min-height: 2em;
  padding-right: 2.5em;
  display: flex;
  align-items: center;
}
.accordion-menu .menu-item {
  position: relative;
  width: 100%;
}
.accordion-menu .menu-item .sub-menu-icon {
  display: none;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.3s;
}
.accordion-menu .menu-item .sub-menu-icon:hover {
  background: #F2F3F4;
}
.accordion-menu .menu-item-has-children > .sub-menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-menu .menu-item > .sub-menu-icon::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #E2E6E8;
  border-left: 1px solid #E2E6E8;
  transform: rotate(45deg) translate(0.1em, -0.1em);
  transition-duration: var(--accordion-menu-transition-duration);
}
.accordion-menu .sub-menu-icon.sub-menu-open::after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.accordion-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition-duration: var(--accordion-menu-transition-duration);
  padding-left: 1rem;
}
.accordion-menu .sub-menu-open + .sub-menu {
  height: auto;
}
.collapse-js {
  height: 0;
  overflow: hidden;
}
.collapse-js.open-js {
  height: auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.gallery-grid a {
  width: 100%;
  height: 100%;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.lg-backdrop {
  z-index: 3020 !important;
  background-color: #434D56;
}
.lg-backdrop.in {
  opacity: 0.5 !important;
}
.lg-outer {
  z-index: 3070 !important;
}
.lg-outer .lg-inner {
  top: 2rem !important;
  bottom: 2rem !important;
}
.lg-container, .lg-counter {
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: "Roboto", sans-serif !important;
}
.lg-toolbar .lg-icon {
  color: rgba(255, 255, 255, 0.65) !important;
}
.lg-next, .lg-prev {
  color: #ffffff !important;
  background: #708091 !important;
  border-radius: 4px !important;
  transition-duration: 0.3s !important;
  transition-property: all !important;
}
.lg-next:hover, .lg-prev:hover {
  background: #9ba6b2 !important;
}
@media (max-width: 960px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.parallax-background {
  position: relative;
  overflow: hidden;
}
.parallax-background > img:first-of-type {
  position: absolute;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.full-height-js.parallax-background > img:first-of-type, .height-100vh.parallax-background > img:first-of-type {
  top: -50%;
  height: 100%;
}
.full-height-minus-header-js.parallax-background > img:first-of-type {
  top: -50%;
  height: 102%;
}
.viewport-height-3.parallax-background > img:first-of-type, .viewport-min-height-3.parallax-background > img:first-of-type {
  top: calc(50 / 75 * -100%);
  height: calc(50 / 75 * 100% + 50%);
}
.viewport-height-2.parallax-background > img:first-of-type, .viewport-min-height-2.parallax-background > img:first-of-type {
  top: calc(50 / 50 * -100%);
  height: calc(50 / 50 * 100% + 50%);
}
.hero-parallax.parallax-background > img:first-of-type {
  top: -65%;
  height: 105%;
}
/* Examples
25vh = top: -200%; height: 250%;
50vh = top: -100%; height: 150%;
75vh = top: -67%; height: 117%;
100vh = top: -50%; height: 100%;

// 50 / 25 = 2
// 50 / 50 = 1
// 50 / 75 = 0,67
// 50 / 100 = 0.5
*/
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #708091;
  border-radius: 0;
  background: #ffffff;
  color: #708091;
  padding: 0 0;
  flex-grow: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"] {
  height: 3rem;
  line-height: 1.2;
}
textarea {
  padding: -0.4rem 0;
  line-height: 1.6;
  min-height: 150px;
  resize: vertical;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="url"]:hover, textarea:hover {
  background: #ffffff;
  border-color: #E2E6E8;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffffff;
  border-color: #E2E6E8;
}
::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #708091;
  margin: 0 10px 0 0;
  transition-duration: 0.3s;
  transition-property: border-color, background, background-color;
  flex-shrink: 0;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  background-color: #ffffff;
  border-color: #E2E6E8;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  opacity: 0;
  transition-duration: 0.3s;
  background-color: #E2E6E8;
}
input[type="checkbox"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><polyline points="6,13 11,18 20,8" style="fill:none;stroke:white;stroke-width:2" /></svg>');
}
input[type="radio"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><circle cx="13" cy="13" r="6" style="fill:white;" /></svg>');
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"], input[type="checkbox"]:after, input[type="checkbox"]:checked:after {
  border-radius: 2px;
}
input[type="radio"], input[type="radio"]:after, input[type="radio"]:checked:after {
  border-radius: 100%;
}
select {
  height: 3rem;
  line-height: 1.2;
  padding: 0 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #708091;
  border-radius: 0;
  background-color: #ffffff;
  color: #434D56;
  background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
select:hover {
  border-color: #E2E6E8;
}
.inverted input[type="text"], .inverted input[type="email"], .inverted input[type="number"], .inverted input[type="tel"], .inverted input[type="password"], .inverted input[type="search"], .inverted input[type="url"], .inverted textarea {
  background: transparent;
  color: #ffffff;
  border-color: #E2E6E8;
}
.inverted input[type="text"]:hover, .inverted input[type="email"]:hover, .inverted input[type="number"]:hover, .inverted input[type="tel"]:hover, .inverted input[type="password"]:hover, .inverted input[type="search"]:hover, .inverted input[type="url"]:hover, .inverted textarea:hover {
  background: transparent;
  border-color: #CBD1D2;
}
.inverted input[type="text"]:focus, .inverted input[type="email"]:focus, .inverted input[type="number"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="password"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted textarea:focus {
  background: transparent;
  border-color: #CBD1D2;
}
.inverted input::placeholder, .inverted textarea::placeholder {
  color: #E2E6E8;
}
.inverted input[type="checkbox"], .inverted input[type="radio"] {
  background-color: transparent;
  border-color: #E2E6E8;
}
.inverted input[type="checkbox"]:hover, .inverted input[type="radio"]:hover {
  border-color: #CBD1D2;
}
.inverted input[type="checkbox"]:after, .inverted input[type="radio"]:after {
  background-color: transparent;
}
.inverted select {
  background-color: transparent;
  border-color: #E2E6E8;
  color: #ffffff;
}
.inverted select:hover {
  border-color: #CBD1D2;
}
.fluentform .ff-el-input--label label {
  color: #708091;
}
select {
  color: rgba(0, 0, 0, 0.25);
}
.fluentform .ff-el-form-hide_label .ff-el-input--label {
  display: none;
}
.fluentform .ff-el-form-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.fluentform .ff-el-form-check:last-child {
  margin-bottom: 0;
}
.fluentform .ff-el-form-check-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label {
  display: flex;
  flex-direction: row;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label > span {
  width: auto;
}
.inverted .fluentform .ff-el-input--label label, .inverted .fluentform .ff-el-is-error .text-danger, .inverted .fluentform .ff-message-success {
  color: #ffffff;
}
.fluentform .ff-el-tc label.ff_tc_label {
  display: flex !important;
  flex-direction: row !important;
  column-gap: 0.5rem;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
figure.wp-block-table thead > tr, figure.wp-block-table tfoot > tr {
  background: #434D56;
  color: #ffffff;
  text-align: left;
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button__width-100 {
  width: 100%;
}
.wp-block-button__link {
  width: 100%;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file:last-child {
  margin-bottom: 0;
}
.wp-block-file a:first-child {
  color: #434D56;
  margin-right: 1rem;
}
.wp-block-file a:first-child:hover {
  color: #9ba6b2;
}
.wp-block-columns {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-column {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-buttons {
  display: flex;
}
.background-image-absolute {
  position: relative;
}
.background-image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-absolute {
  position: relative;
}
.image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-5-4 {
  padding-bottom: 80%;
}
.ratio-4-3 {
  padding-bottom: 75%;
}
.ratio-3-2 {
  padding-bottom: 66.66%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.ratio-2-1 {
  padding-bottom: 50%;
}
.ratio-3-1 {
  padding-bottom: 33.33%;
}
.ratio-4-1 {
  padding-bottom: 25%;
}
.ratio-2-3 {
  padding-bottom: 150%;
}
.ratio-3-4 {
  padding-bottom: 133.335%;
}
.ratio-4-5 {
  padding-bottom: 125%;
}
@media (max-width: 960px) {
  .md-ratio-3-2 {
    padding-bottom: 66.66%;
  }
}
.object-fit-cover > img:first-of-type {
  object-fit: cover;
}
.object-fit-contain > img:first-of-type {
  object-fit: contain;
}
.object-position-0-0 > img:first-of-type {
  object-position: 0% 0%;
}
.object-position-0-25 > img:first-of-type {
  object-position: 0% 25%;
}
.object-position-0-50 > img:first-of-type {
  object-position: 0% 50%;
}
.object-position-0-75 > img:first-of-type {
  object-position: 0% 75%;
}
.object-position-0-100 > img:first-of-type {
  object-position: 0% 100%;
}
.object-position-25-0 > img:first-of-type {
  object-position: 25% 0%;
}
.object-position-25-25 > img:first-of-type {
  object-position: 25% 25%;
}
.object-position-25-50 > img:first-of-type {
  object-position: 25% 50%;
}
.object-position-25-75 > img:first-of-type {
  object-position: 25% 75%;
}
.object-position-25-100 > img:first-of-type {
  object-position: 25% 100%;
}
.object-position-50-0 > img:first-of-type {
  object-position: 50% 0%;
}
.object-position-50-25 > img:first-of-type {
  object-position: 50% 25%;
}
.object-position-50-50 > img:first-of-type {
  object-position: 50% 50%;
}
.object-position-50-75 > img:first-of-type {
  object-position: 50% 75%;
}
.object-position-50-100 > img:first-of-type {
  object-position: 50% 100%;
}
.object-position-75-0 > img:first-of-type {
  object-position: 75% 0%;
}
.object-position-75-25 > img:first-of-type {
  object-position: 75% 25%;
}
.object-position-75-50 > img:first-of-type {
  object-position: 75% 50%;
}
.object-position-75-75 > img:first-of-type {
  object-position: 75% 75%;
}
.object-position-75-100 > img:first-of-type {
  object-position: 75% 100%;
}
.object-position-100-0 > img:first-of-type {
  object-position: 100% 0%;
}
.object-position-100-25 > img:first-of-type {
  object-position: 100% 25%;
}
.object-position-100-50 > img:first-of-type {
  object-position: 100% 50%;
}
.object-position-100-75 > img:first-of-type {
  object-position: 100% 75%;
}
.object-position-100-100 > img:first-of-type {
  object-position: 100% 100%;
}
.with-icon-left, .with-icon-right {
  display: flex;
  align-items: center;
}
.with-icon-left > *, .with-icon-right > * {
  width: 2em;
  height: 2em;
}
.with-icon-right.download-icon > * {
  width: 1em;
  height: 1em;
}
.with-icon-left > * {
  margin-right: 0.5em;
}
.with-icon-right > * {
  margin-left: 0.5em;
}
.with-icon-left path, .with-icon-right path {
  fill: #434D56;
}
a.with-icon-left path, a.with-icon-right path {
  fill: #708091;
  transition-duration: 0.3s;
}
a.with-icon-left:hover path, a.with-icon-right:hover path {
  fill: #9ba6b2;
}
.icon-large > * {
  width: 1.6em;
  height: 1.6em;
}
.inverted .with-icon-left path, .inverted .with-icon-right path {
  fill: #ffffff;
}
.inverted a.with-icon-left:hover path, .inverted a.with-icon-right:hover path {
  fill: #708091;
}
.button.with-icon-only {
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
}
.button.with-icon-only:hover {
  background: #434D56;
}
a {
  color: #708091;
  transition-duration: 0.3s;
  text-decoration: none;
  overflow-wrap: anywhere;
}
a:hover {
  color: #9ba6b2;
}
.dark-links a {
  color: rgba(255, 255, 255, 0.65);
}
.dark-links a:hover {
  color: #708091;
}
.dark-links a path {
  fill: #434D56;
}
.dark-links a:hover path {
  fill: #708091;
}
.inverted a {
  color: #ffffff;
}
.inverted a:hover, .inverted h1 a:hover, .inverted h2 a:hover, .inverted h3 a:hover, .inverted h4 a:hover {
  color: #708091;
}
p a {
  text-decoration: underline;
}
.list-chevron, .list-chevron ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-chevron li, .list-chevron ul li {
  padding-left: 1em;
  position: relative;
}
.list-chevron li:before, .list-chevron ul li:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #434D56;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.5em;
}
.inverted .list-chevron li:before, .inverted .list-chevron ul li:before {
  border-color: #ffffff;
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vertical-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  list-style-type: none;
}
.stretch-li-content {
  align-items: stretch;
}
.horizontal-list a, .vertical-list a {
  display: flex;
}
.list-spacing-5 li {
  margin-bottom: 1.5em;
}
.list-spacing-4 li {
  margin-bottom: 1em;
}
.list-spacing-3 li {
  margin-bottom: 0.75em;
}
.list-spacing-2 li {
  margin-bottom: 0.5em;
}
.list-spacing-1 li {
  margin-bottom: 0.25em;
}
.list-spacing-last-child-0 li:last-child {
  margin-bottom: 0;
}
.page-width-wide {
  max-width: 1440px;
}
.page-width-default {
  max-width: 1280px;
}
.page-width-narrow {
  max-width: 800px;
}
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
a.page-numbers, span.page-numbers {
  padding: 0.6rem 1rem;
  background: #F2F3F4;
  color: #434D56;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  display: block;
}
span.page-numbers.current {
  background: #708091;
  color: #ffffff;
}
a.page-numbers:hover {
  background: #9ba6b2;
  color: #ffffff;
}
.section-wrapper {
  width: 100%;
  padding: calc(min(6vw, 80px) + 20px) 6vw;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 640px) {
  .section-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  .section-wrapper {
    padding: 30px 15px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  transition-duration: 0.3s;
}
table td, table th {
  padding: 0.5rem 1rem;
}
.table-divider tr {
  border-bottom: 1px solid #CBD1D2;
}
.tabel-cell-border td, .tabel-cell-border th, .is-style-regular td, .is-style-regular th {
  border: 1px solid #CBD1D2;
}
.table-striped tr:nth-child(even), .is-style-stripes tr:nth-child(even) {
  background: #F2F3F4;
}
.table-hover tr:hover {
  background: #CBD1D2;
}
.huge, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #434D56;
  line-height: 1.2;
  margin-top: calc(.7em + 1.3rem);
  margin-bottom: calc(.3em + .7rem);
  overflow-wrap: anywhere;
  /* Manual word break with hyphens by adding &shy; in the word */
  hyphens: manual;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
.huge:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  margin-top: calc(.3em + .7rem);
}
.huge:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, blockquote:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: 700;
}
i, em {
  font-style: italic;
}
blockquote {
  border-left: 0.33rem solid #E2E6E8;
  color: #434D56;
  font-style: italic;
  margin: 1em 0;
  padding-left: 1em;
}
figcaption {
  font-size: 0.9rem;
  color: #E2E6E8;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted blockquote {
  color: #ffffff;
}
.inverted figcaption {
  color: #CBD1D2;
}
@keyframes fade-in-video {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.background-video-embed iframe {
  width: 177.77vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}
.video-height-3 {
  height: 75;
}
.video-height-3 iframe {
  min-height: 75;
}
.video-height-2 {
  height: 50;
}
.video-height-2 iframe {
  min-height: 50;
}
.video-height-1 {
  height: 25;
}
.video-height-1 iframe {
  min-height: 25;
}
.responsive-video-embed, .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-video-embed iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-black {
  background: #434D56;
}
.background-black-alpha-3 {
  background: rgba(0, 0, 0, 0.65);
}
.background-black-alpha-2 {
  background: rgba(0, 0, 0, 0.25);
}
.background-black-alpha-1 {
  background: rgba(0, 0, 0, 0.1);
}
.background-dark {
  background: #E2E6E8;
}
.background-light {
  background: #CBD1D2;
}
.background-pale {
  background: #F2F3F4;
}
.background-white {
  background: #ffffff;
}
.background-white-alpha-3 {
  background: rgba(255, 255, 255, 0.65);
}
.background-white-alpha-2 {
  background: rgba(255, 255, 255, 0.25);
}
.background-white-alpha-1 {
  background: rgba(255, 255, 255, 0.1);
}
.background-primary {
  background: #708091;
}
.background-secondary {
  background: #A3AABE;
}
.background-tertiary {
  background: #FFCF56;
}
.background-success {
  background: green;
}
.background-warning {
  background: orange;
}
.background-error {
  background: red;
}
.background-hover:hover {
  background: #9ba6b2;
}
.background-hover-black:hover {
  background: #434D56;
}
.background-hover-black-alpha-3:hover {
  background: rgba(0, 0, 0, 0.65);
}
.background-hover-black-alpha-2:hover {
  background: rgba(0, 0, 0, 0.25);
}
.background-hover-black-alpha-1:hover {
  background: rgba(0, 0, 0, 0.1);
}
.background-hover-dark:hover {
  background: #E2E6E8;
}
.background-hover-light:hover {
  background: #CBD1D2;
}
.background-hover-pale:hover {
  background: #F2F3F4;
}
.background-hover-white:hover {
  background: #ffffff;
}
.background-hover-white-alpha-3:hover {
  background: rgba(255, 255, 255, 0.65);
}
.background-hover-white-alpha-2:hover {
  background: rgba(255, 255, 255, 0.25);
}
.background-hover-white-alpha-1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.background-hover-primary:hover {
  background: #708091;
}
.background-hover-secondary:hover {
  background: #A3AABE;
}
.background-hover-tertiary:hover {
  background: #FFCF56;
}
.background-hover-success:hover {
  background: green;
}
.background-hover-warning:hover {
  background: orange;
}
.background-hover-error:hover {
  background: red;
}
.border-radius {
  border-radius: 4px;
}
.border-radius-100pr {
  border-radius: 100%;
}
.border-radius-pill {
  border-radius: 100000px;
}
.color-black {
  color: #434D56 !important;
}
.color-black-alpha-3 {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-black-alpha-2 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-black-alpha-1 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-dark {
  color: #E2E6E8 !important;
}
.color-light {
  color: #CBD1D2 !important;
}
.color-pale {
  color: #F2F3F4 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-white-alpha-3 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-white-alpha-2 {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-white-alpha-1 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-primary {
  color: #708091 !important;
}
.color-secondary {
  color: #A3AABE !important;
}
.color-tertiary {
  color: #FFCF56 !important;
}
.color-success {
  color: green !important;
}
.color-warning {
  color: orange !important;
}
.color-error {
  color: red !important;
}
.color-link {
  color: #708091 !important;
}
.color-hover:hover {
  color: #9ba6b2 !important;
}
.color-hover-black:hover {
  color: #434D56 !important;
}
.color-hover-black-alpha-3:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-hover-black-alpha-2:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-hover-black-alpha-1:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-hover-dark:hover {
  color: #E2E6E8 !important;
}
.color-hover-light:hover {
  color: #CBD1D2 !important;
}
.color-hover-pale:hover {
  color: #F2F3F4 !important;
}
.color-hover-white:hover {
  color: #ffffff !important;
}
.color-hover-white-alpha-3:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-hover-white-alpha-2:hover {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-hover-white-alpha-1:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-hover-primary:hover {
  color: #708091 !important;
}
.color-hover-secondary:hover {
  color: #A3AABE !important;
}
.color-hover-tertiary:hover {
  color: #FFCF56 !important;
}
.color-hover-success:hover {
  color: green !important;
}
.color-hover-warning:hover {
  color: orange !important;
}
.color-hover-error:hover {
  color: red !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.none {
  display: none;
}
@media (max-width: 1280px) {
  .lg-flex {
    display: flex;
  }
  .lg-grid {
    display: grid;
  }
  .lg-none {
    display: none;
  }
}
@media (max-width: 960px) {
  .md-flex {
    display: flex;
  }
  .md-grid {
    display: grid;
  }
  .md-none {
    display: none;
  }
}
@media (max-width: 640px) {
  .sm-flex {
    display: flex;
  }
  .sm-grid {
    display: grid;
  }
  .sm-none {
    display: none;
  }
}
.brightness-90pr {
  filter: brightness(90%);
}
.brightness-80pr {
  filter: brightness(80%);
}
.brightness-70pr {
  filter: brightness(70%);
}
.brightness-60pr {
  filter: brightness(60%);
}
.brightness-50pr {
  filter: brightness(50%);
}
.brightness-40pr {
  filter: brightness(40%);
}
.brightness-30pr {
  filter: brightness(30%);
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
@media (max-width: 1280px) {
  .lg-direction-row {
    flex-direction: row;
  }
  .lg-direction-column {
    flex-direction: column;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-nowrap {
    flex-wrap: nowrap;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  .lg-justify-space-around {
    justify-content: space-around;
  }
  .lg-justify-space-between {
    justify-content: space-between;
  }
  .lg-justify-space-evenly {
    justify-content: space-evenly;
  }
  .lg-align-start {
    align-items: flex-start;
  }
  .lg-align-center {
    align-items: center;
  }
  .lg-align-end {
    align-items: flex-end;
  }
  .lg-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 960px) {
  .md-direction-row {
    flex-direction: row;
  }
  .md-direction-column {
    flex-direction: column;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-nowrap {
    flex-wrap: nowrap;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-space-around {
    justify-content: space-around;
  }
  .md-justify-space-between {
    justify-content: space-between;
  }
  .md-justify-space-evenly {
    justify-content: space-evenly;
  }
  .md-align-start {
    align-items: flex-start;
  }
  .md-align-center {
    align-items: center;
  }
  .md-align-end {
    align-items: flex-end;
  }
  .md-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .sm-direction-row {
    flex-direction: row;
  }
  .sm-direction-column {
    flex-direction: column;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-nowrap {
    flex-wrap: nowrap;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-center {
    justify-content: center;
  }
  .sm-justify-end {
    justify-content: flex-end;
  }
  .sm-justify-space-around {
    justify-content: space-around;
  }
  .sm-justify-space-between {
    justify-content: space-between;
  }
  .sm-justify-space-evenly {
    justify-content: space-evenly;
  }
  .sm-align-start {
    align-items: flex-start;
  }
  .sm-align-center {
    align-items: center;
  }
  .sm-align-end {
    align-items: flex-end;
  }
  .sm-align-stretch {
    align-items: stretch;
  }
}
.grow-5 {
  flex-grow: 5;
}
.grow-4 {
  flex-grow: 4;
}
.grow-3 {
  flex-grow: 3;
}
.grow-2 {
  flex-grow: 2;
}
.grow-1 {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.columns-1 {
  grid-template-columns: 1fr;
}
.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.columns-1-2 {
  grid-template-columns: 1fr 2fr;
}
.columns-2-1 {
  grid-template-columns: 2fr 1fr;
}
.columns-1-3 {
  grid-template-columns: 1fr 3fr;
}
.columns-3-1 {
  grid-template-columns: 3fr 1fr;
}
.columns-3-2 {
  grid-template-columns: 3fr 2fr;
}
.columns-2-3 {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 1280px) {
  .lg-columns-1 {
    grid-template-columns: 1fr;
  }
  .lg-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .lg-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .lg-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .lg-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .lg-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .lg-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 960px) {
  .md-columns-1 {
    grid-template-columns: 1fr;
  }
  .md-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .md-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .md-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .md-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .md-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .md-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 640px) {
  .sm-columns-1 {
    grid-template-columns: 1fr;
  }
  .sm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .sm-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .sm-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .sm-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .sm-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .sm-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
.column-start-1 {
  grid-column-start: 1;
}
.column-start-2 {
  grid-column-start: 2;
}
.column-start-3 {
  grid-column-start: 3;
}
.column-start-4 {
  grid-column-start: 4;
}
.column-start-5 {
  grid-column-start: 5;
}
.column-start-6 {
  grid-column-start: 6;
}
.column-start-7 {
  grid-column-start: 7;
}
.column-span-1 {
  grid-column-end: span 1;
}
.column-span-2 {
  grid-column-end: span 2;
}
.column-span-3 {
  grid-column-end: span 3;
}
.column-span-4 {
  grid-column-end: span 4;
}
.column-span-5 {
  grid-column-end: span 5;
}
@media (max-width: 1280px) {
  .lg-column-start-1 {
    grid-column-start: 1;
  }
  .lg-column-start-2 {
    grid-column-start: 2;
  }
  .lg-column-start-3 {
    grid-column-start: 3;
  }
  .lg-column-start-4 {
    grid-column-start: 4;
  }
  .lg-column-start-5 {
    grid-column-start: 5;
  }
  .lg-column-span-1 {
    grid-column-end: span 1;
  }
  .lg-column-span-2 {
    grid-column-end: span 2;
  }
  .lg-column-span-3 {
    grid-column-end: span 3;
  }
  .lg-column-span-4 {
    grid-column-end: span 4;
  }
  .lg-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 960px) {
  .md-column-start-1 {
    grid-column-start: 1;
  }
  .md-column-start-2 {
    grid-column-start: 2;
  }
  .md-column-start-3 {
    grid-column-start: 3;
  }
  .md-column-start-4 {
    grid-column-start: 4;
  }
  .md-column-start-5 {
    grid-column-start: 5;
  }
  .md-column-span-1 {
    grid-column-end: span 1;
  }
  .md-column-span-2 {
    grid-column-end: span 2;
  }
  .md-column-span-3 {
    grid-column-end: span 3;
  }
  .md-column-span-4 {
    grid-column-end: span 4;
  }
  .md-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 640px) {
  .sm-column-start-1 {
    grid-column-start: 1;
  }
  .sm-column-start-2 {
    grid-column-start: 2;
  }
  .sm-column-start-3 {
    grid-column-start: 3;
  }
  .sm-column-start-4 {
    grid-column-start: 4;
  }
  .sm-column-start-5 {
    grid-column-start: 5;
  }
  .sm-column-span-1 {
    grid-column-end: span 1;
  }
  .sm-column-span-2 {
    grid-column-end: span 2;
  }
  .sm-column-span-3 {
    grid-column-end: span 3;
  }
  .sm-column-span-4 {
    grid-column-end: span 4;
  }
  .sm-column-span-5 {
    grid-column-end: span 5;
  }
}
.rows-1 {
  grid-template-rows: 1fr;
}
.rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.rows-4 {
  grid-template-rows: repeat(4, 1fr);
}
.rows-5 {
  grid-template-rows: repeat(5, 1fr);
}
.rows-6 {
  grid-template-rows: repeat(6, 1fr);
}
.rows-7 {
  grid-template-rows: repeat(7, 1fr);
}
@media (max-width: 1280px) {
  .lg-rows-1 {
    grid-template-rows: 1fr;
  }
  .lg-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .lg-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .lg-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .lg-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media (max-width: 960px) {
  .md-rows-1 {
    grid-template-rows: 1fr;
  }
  .md-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .md-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .md-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .md-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .sm-rows-1 {
    grid-template-rows: 1fr;
  }
  .sm-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .sm-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .sm-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .sm-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-span-1 {
  grid-row-end: span 1;
}
.row-span-2 {
  grid-row-end: span 2;
}
.row-span-3 {
  grid-row-end: span 3;
}
.row-span-4 {
  grid-row-end: span 4;
}
.row-span-5 {
  grid-row-end: span 5;
}
@media (max-width: 1280px) {
  .lg-row-start-1 {
    grid-row-start: 1;
  }
  .lg-row-start-2 {
    grid-row-start: 2;
  }
  .lg-row-start-3 {
    grid-row-start: 3;
  }
  .lg-row-start-4 {
    grid-row-start: 4;
  }
  .lg-row-start-5 {
    grid-row-start: 5;
  }
  .lg-row-span-1 {
    grid-row-end: span 1;
  }
  .lg-row-span-2 {
    grid-row-end: span 2;
  }
  .lg-row-span-3 {
    grid-row-end: span 3;
  }
  .lg-row-span-4 {
    grid-row-end: span 4;
  }
  .lg-row-span-5 {
    grid-row-end: span 5;
  }
}
@media (max-width: 960px) {
  .md-row-start-1 {
    grid-row-start: 1;
  }
  .md-row-start-2 {
    grid-row-start: 2;
  }
  .md-row-start-3 {
    grid-row-start: 3;
  }
  .md-row-start-4 {
    grid-row-start: 4;
  }
  .md-row-start-5 {
    grid-row-start: 5;
  }
  .md-row-span-1 {
    grid-row-end: span 1;
  }
  .md-row-span-2 {
    grid-row-end: span 2;
  }
  .md-row-span-3 {
    grid-row-end: span 3;
  }
  .md-row-span-4 {
    grid-row-end: span 4;
  }
  .md-row-span-5 {
    grid-row-end: span 5;
  }
}
@media (max-width: 640px) {
  .sm-row-start-1 {
    grid-row-start: 1;
  }
  .sm-row-start-2 {
    grid-row-start: 2;
  }
  .sm-row-start-3 {
    grid-row-start: 3;
  }
  .sm-row-start-4 {
    grid-row-start: 4;
  }
  .sm-row-start-5 {
    grid-row-start: 5;
  }
  .sm-row-span-1 {
    grid-row-end: span 1;
  }
  .sm-row-span-2 {
    grid-row-end: span 2;
  }
  .sm-row-span-3 {
    grid-row-end: span 3;
  }
  .sm-row-span-4 {
    grid-row-end: span 4;
  }
  .sm-row-span-5 {
    grid-row-end: span 5;
  }
}
.row-gap-tiny {
  row-gap: 0.5rem;
}
.row-gap-small {
  row-gap: 1.5rem;
}
.row-gap-default {
  row-gap: 2.25rem;
}
.row-gap-large {
  row-gap: 3rem;
}
.column-gap-tiny {
  column-gap: 0.5rem;
}
.column-gap-small {
  column-gap: 1.5rem;
}
.column-gap-default {
  column-gap: 2.25rem;
}
.column-gap-large {
  column-gap: 3rem;
}
@media (max-width: 1280px) {
  .row-gap-small {
    row-gap: 1.333rem;
  }
  .row-gap-default {
    row-gap: 1.9995rem;
  }
  .row-gap-large {
    row-gap: 2.666rem;
  }
  .column-gap-small {
    column-gap: 1.333rem;
  }
  .column-gap-default {
    column-gap: 1.9995rem;
  }
  .column-gap-large {
    column-gap: 2.666rem;
  }
}
@media (max-width: 960px) {
  .row-gap-small {
    row-gap: 1.167rem;
  }
  .row-gap-default {
    row-gap: 1.7505rem;
  }
  .row-gap-large {
    row-gap: 2.334rem;
  }
  .column-gap-small {
    column-gap: 1.167rem;
  }
  .column-gap-default {
    column-gap: 1.7505rem;
  }
  .column-gap-large {
    column-gap: 2.334rem;
  }
}
@media (max-width: 640px) {
  .row-gap-small {
    row-gap: 1rem;
  }
  .row-gap-default {
    row-gap: 1.5rem;
  }
  .row-gap-large {
    row-gap: 2rem;
  }
  .column-gap-small {
    column-gap: 1rem;
  }
  .column-gap-default {
    column-gap: 1.5rem;
  }
  .column-gap-large {
    column-gap: 2rem;
  }
}
.row-gap-6 {
  row-gap: 9rem;
}
.row-gap-5 {
  row-gap: 7rem;
}
.row-gap-4 {
  row-gap: 5rem;
}
.row-gap-3 {
  row-gap: 3rem;
}
.row-gap-2 {
  row-gap: 2rem;
}
.row-gap-1 {
  row-gap: 1rem;
}
.row-gap-0 {
  row-gap: 0;
}
.column-gap-6 {
  column-gap: 9rem;
}
.column-gap-5 {
  column-gap: 7rem;
}
.column-gap-4 {
  column-gap: 5rem;
}
.column-gap-3 {
  column-gap: 3rem;
}
.column-gap-2 {
  column-gap: 2rem;
}
.column-gap-1 {
  column-gap: 1rem;
}
.column-gap-0 {
  column-gap: 0;
}
@media (max-width: 1280px) {
  .lg-row-gap-6 {
    row-gap: 9rem;
  }
  .lg-row-gap-5 {
    row-gap: 7rem;
  }
  .lg-row-gap-4 {
    row-gap: 5rem;
  }
  .lg-row-gap-3 {
    row-gap: 3rem;
  }
  .lg-row-gap-2 {
    row-gap: 2rem;
  }
  .lg-row-gap-1 {
    row-gap: 1rem;
  }
  .lg-row-gap-0 {
    row-gap: 0;
  }
  .lg-column-gap-6 {
    column-gap: 9rem;
  }
  .lg-column-gap-5 {
    column-gap: 7rem;
  }
  .lg-column-gap-4 {
    column-gap: 5rem;
  }
  .lg-column-gap-3 {
    column-gap: 3rem;
  }
  .lg-column-gap-2 {
    column-gap: 2rem;
  }
  .lg-column-gap-1 {
    column-gap: 1rem;
  }
  .lg-column-gap-0 {
    column-gap: 0;
  }
}
@media (max-width: 960px) {
  .md-row-gap-6 {
    row-gap: 9rem;
  }
  .md-row-gap-5 {
    row-gap: 7rem;
  }
  .md-row-gap-4 {
    row-gap: 5rem;
  }
  .md-row-gap-3 {
    row-gap: 3rem;
  }
  .md-row-gap-2 {
    row-gap: 2rem;
  }
  .md-row-gap-1 {
    row-gap: 1rem;
  }
  .md-row-gap-0 {
    row-gap: 0;
  }
  .md-column-gap-6 {
    column-gap: 9rem;
  }
  .md-column-gap-5 {
    column-gap: 7rem;
  }
  .md-column-gap-4 {
    column-gap: 5rem;
  }
  .md-column-gap-3 {
    column-gap: 3rem;
  }
  .md-column-gap-2 {
    column-gap: 2rem;
  }
  .md-column-gap-1 {
    column-gap: 1rem;
  }
  .md-column-gap-0 {
    column-gap: 0;
  }
}
@media (max-width: 640px) {
  .sm-row-gap-6 {
    row-gap: 9rem;
  }
  .sm-row-gap-5 {
    row-gap: 7rem;
  }
  .sm-row-gap-4 {
    row-gap: 5rem;
  }
  .sm-row-gap-3 {
    row-gap: 3rem;
  }
  .sm-row-gap-2 {
    row-gap: 2rem;
  }
  .sm-row-gap-1 {
    row-gap: 1rem;
  }
  .sm-row-gap-0 {
    row-gap: 0;
  }
  .sm-column-gap-6 {
    column-gap: 9rem;
  }
  .sm-column-gap-5 {
    column-gap: 7rem;
  }
  .sm-column-gap-4 {
    column-gap: 5rem;
  }
  .sm-column-gap-3 {
    column-gap: 3rem;
  }
  .sm-column-gap-2 {
    column-gap: 2rem;
  }
  .sm-column-gap-1 {
    column-gap: 1rem;
  }
  .sm-column-gap-0 {
    column-gap: 0;
  }
}
.height-18 {
  height: 1536px;
}
.height-17 {
  height: 1408px;
}
.height-16 {
  height: 1280px;
}
.height-15 {
  height: 1152px;
}
.height-14 {
  height: 1024px;
}
.height-13 {
  height: 896px;
}
.height-12 {
  height: 768px;
}
.height-11 {
  height: 640px;
}
.height-10 {
  height: 512px;
}
.height-09 {
  height: 384px;
}
.height-08 {
  height: 256px;
}
.height-07 {
  height: 192px;
}
.height-06 {
  height: 128px;
}
.height-05 {
  height: 96px;
}
.height-04 {
  height: 64px;
}
.height-03 {
  height: 32px;
}
.height-02 {
  height: 24px;
}
.height-01 {
  height: 16px;
}
@media (max-width: 1280px) {
  .lg-height-18 {
    height: 1536px;
  }
  .lg-height-17 {
    height: 1408px;
  }
  .lg-height-16 {
    height: 1280px;
  }
  .lg-height-15 {
    height: 1152px;
  }
  .lg-height-14 {
    height: 1024px;
  }
  .lg-height-13 {
    height: 896px;
  }
  .lg-height-12 {
    height: 768px;
  }
  .lg-height-11 {
    height: 640px;
  }
  .lg-height-10 {
    height: 512px;
  }
  .lg-height-09 {
    height: 384px;
  }
  .lg-height-08 {
    height: 256px;
  }
  .lg-height-07 {
    height: 192px;
  }
  .lg-height-06 {
    height: 128px;
  }
  .lg-height-05 {
    height: 96px;
  }
  .lg-height-04 {
    height: 64px;
  }
  .lg-height-03 {
    height: 32px;
  }
  .lg-height-02 {
    height: 24px;
  }
  .lg-height-01 {
    height: 16px;
  }
}
@media (max-width: 960px) {
  .md-height-18 {
    height: 1536px;
  }
  .md-height-17 {
    height: 1408px;
  }
  .md-height-16 {
    height: 1280px;
  }
  .md-height-15 {
    height: 1152px;
  }
  .md-height-14 {
    height: 1024px;
  }
  .md-height-13 {
    height: 896px;
  }
  .md-height-12 {
    height: 768px;
  }
  .md-height-11 {
    height: 640px;
  }
  .md-height-10 {
    height: 512px;
  }
  .md-height-09 {
    height: 384px;
  }
  .md-height-08 {
    height: 256px;
  }
  .md-height-07 {
    height: 192px;
  }
  .md-height-06 {
    height: 128px;
  }
  .md-height-05 {
    height: 96px;
  }
  .md-height-04 {
    height: 64px;
  }
  .md-height-03 {
    height: 32px;
  }
  .md-height-02 {
    height: 24px;
  }
  .md-height-01 {
    height: 16px;
  }
}
@media (max-width: 640px) {
  .sm-height-18 {
    height: 1536px;
  }
  .sm-height-17 {
    height: 1408px;
  }
  .sm-height-16 {
    height: 1280px;
  }
  .sm-height-15 {
    height: 1152px;
  }
  .sm-height-14 {
    height: 1024px;
  }
  .sm-height-13 {
    height: 896px;
  }
  .sm-height-12 {
    height: 768px;
  }
  .sm-height-11 {
    height: 640px;
  }
  .sm-height-10 {
    height: 512px;
  }
  .sm-height-09 {
    height: 384px;
  }
  .sm-height-08 {
    height: 256px;
  }
  .sm-height-07 {
    height: 192px;
  }
  .sm-height-06 {
    height: 128px;
  }
  .sm-height-05 {
    height: 96px;
  }
  .sm-height-04 {
    height: 64px;
  }
  .sm-height-03 {
    height: 32px;
  }
  .sm-height-02 {
    height: 24px;
  }
  .sm-height-01 {
    height: 16px;
  }
}
.height-100pr {
  height: 100%;
}
.max-height-18 {
  max-height: 1536px;
}
.max-height-17 {
  max-height: 1408px;
}
.max-height-16 {
  max-height: 1280px;
}
.max-height-15 {
  max-height: 1152px;
}
.max-height-14 {
  max-height: 1024px;
}
.max-height-13 {
  max-height: 896px;
}
.max-height-12 {
  max-height: 768px;
}
.max-height-11 {
  max-height: 640px;
}
.max-height-10 {
  max-height: 512px;
}
.max-height-09 {
  max-height: 384px;
}
.max-height-08 {
  max-height: 256px;
}
.max-height-07 {
  max-height: 192px;
}
.max-height-06 {
  max-height: 128px;
}
.max-height-05 {
  max-height: 96px;
}
.max-height-04 {
  max-height: 64px;
}
.max-height-03 {
  max-height: 32px;
}
.max-height-02 {
  max-height: 24px;
}
.max-height-01 {
  max-height: 16px;
}
@media (max-width: 1280px) {
  .lg-max-height-18 {
    max-height: 1536px;
  }
  .lg-max-height-17 {
    max-height: 1408px;
  }
  .lg-max-height-16 {
    max-height: 1280px;
  }
  .lg-max-height-15 {
    max-height: 1152px;
  }
  .lg-max-height-14 {
    max-height: 1024px;
  }
  .lg-max-height-13 {
    max-height: 896px;
  }
  .lg-max-height-12 {
    max-height: 768px;
  }
  .lg-max-height-11 {
    max-height: 640px;
  }
  .lg-max-height-10 {
    max-height: 512px;
  }
  .lg-max-height-09 {
    max-height: 384px;
  }
  .lg-max-height-08 {
    max-height: 256px;
  }
  .lg-max-height-07 {
    max-height: 192px;
  }
  .lg-max-height-06 {
    max-height: 128px;
  }
  .lg-max-height-05 {
    max-height: 96px;
  }
  .lg-max-height-04 {
    max-height: 64px;
  }
  .lg-max-height-03 {
    max-height: 32px;
  }
  .lg-max-height-02 {
    max-height: 24px;
  }
  .lg-max-height-01 {
    max-height: 16px;
  }
}
@media (max-width: 960px) {
  .md-max-height-18 {
    max-height: 1536px;
  }
  .md-max-height-17 {
    max-height: 1408px;
  }
  .md-max-height-16 {
    max-height: 1280px;
  }
  .md-max-height-15 {
    max-height: 1152px;
  }
  .md-max-height-14 {
    max-height: 1024px;
  }
  .md-max-height-13 {
    max-height: 896px;
  }
  .md-max-height-12 {
    max-height: 768px;
  }
  .md-max-height-11 {
    max-height: 640px;
  }
  .md-max-height-10 {
    max-height: 512px;
  }
  .md-max-height-09 {
    max-height: 384px;
  }
  .md-max-height-08 {
    max-height: 256px;
  }
  .md-max-height-07 {
    max-height: 192px;
  }
  .md-max-height-06 {
    max-height: 128px;
  }
  .md-max-height-05 {
    max-height: 96px;
  }
  .md-max-height-04 {
    max-height: 64px;
  }
  .md-max-height-03 {
    max-height: 32px;
  }
  .md-max-height-02 {
    max-height: 24px;
  }
  .md-max-height-01 {
    max-height: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-height-18 {
    max-height: 1536px;
  }
  .sm-max-height-17 {
    max-height: 1408px;
  }
  .sm-max-height-16 {
    max-height: 1280px;
  }
  .sm-max-height-15 {
    max-height: 1152px;
  }
  .sm-max-height-14 {
    max-height: 1024px;
  }
  .sm-max-height-13 {
    max-height: 896px;
  }
  .sm-max-height-12 {
    max-height: 768px;
  }
  .sm-max-height-11 {
    max-height: 640px;
  }
  .sm-max-height-10 {
    max-height: 512px;
  }
  .sm-max-height-09 {
    max-height: 384px;
  }
  .sm-max-height-08 {
    max-height: 256px;
  }
  .sm-max-height-07 {
    max-height: 192px;
  }
  .sm-max-height-06 {
    max-height: 128px;
  }
  .sm-max-height-05 {
    max-height: 96px;
  }
  .sm-max-height-04 {
    max-height: 64px;
  }
  .sm-max-height-03 {
    max-height: 32px;
  }
  .sm-max-height-02 {
    max-height: 24px;
  }
  .sm-max-height-01 {
    max-height: 16px;
  }
}
.min-height-100pr {
  min-height: 100%;
}
.margin-top-n8 {
  margin-top: -7rem;
}
.margin-top-n7 {
  margin-top: -5rem;
}
.margin-top-n6 {
  margin-top: -4rem;
}
.margin-top-n5 {
  margin-top: -3rem;
}
.margin-top-n4 {
  margin-top: -2rem;
}
.margin-top-n3 {
  margin-top: -1.5rem;
}
.margin-top-n2 {
  margin-top: -1rem;
}
.margin-top-n1 {
  margin-top: -0.5rem;
}
@media (max-width: 1280px) {
  .lg-margin-top-n5 {
    margin-top: -3rem;
  }
  .lg-margin-top-n4 {
    margin-top: -2rem;
  }
  .lg-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .lg-margin-top-n2 {
    margin-top: -1rem;
  }
  .lg-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-top-n5 {
    margin-top: -3rem;
  }
  .md-margin-top-n4 {
    margin-top: -2rem;
  }
  .md-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .md-margin-top-n2 {
    margin-top: -1rem;
  }
  .md-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-n5 {
    margin-top: -3rem;
  }
  .sm-margin-top-n4 {
    margin-top: -2rem;
  }
  .sm-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .sm-margin-top-n2 {
    margin-top: -1rem;
  }
  .sm-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
.margin-right-n5 {
  margin-right: -3rem;
}
.margin-right-n4 {
  margin-right: -2rem;
}
.margin-right-n3 {
  margin-right: -1.5rem;
}
.margin-right-n2 {
  margin-right: -1rem;
}
.margin-right-n1 {
  margin-right: -0.5rem;
}
@media (max-width: 1280px) {
  .lg-margin-right-n5 {
    margin-right: -3rem;
  }
  .lg-margin-right-n4 {
    margin-right: -2rem;
  }
  .lg-margin-right-n3 {
    margin-right: -1.5rem;
  }
  .lg-margin-right-n2 {
    margin-right: -1rem;
  }
  .lg-margin-right-n1 {
    margin-right: -0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-right-n5 {
    margin-right: -3rem;
  }
  .md-margin-right-n4 {
    margin-right: -2rem;
  }
  .md-margin-right-n3 {
    margin-right: -1.5rem;
  }
  .md-margin-right-n2 {
    margin-right: -1rem;
  }
  .md-margin-right-n1 {
    margin-right: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-n5 {
    margin-right: -3rem;
  }
  .sm-margin-right-n4 {
    margin-right: -2rem;
  }
  .sm-margin-right-n3 {
    margin-right: -1.5rem;
  }
  .sm-margin-right-n2 {
    margin-right: -1rem;
  }
  .sm-margin-right-n1 {
    margin-right: -0.5rem;
  }
}
.margin-left-n5 {
  margin-left: -3rem;
}
.margin-left-n4 {
  margin-left: -2rem;
}
.margin-left-n3 {
  margin-left: -1.5rem;
}
.margin-left-n2 {
  margin-left: -1rem;
}
.margin-left-n1 {
  margin-left: -0.5rem;
}
@media (max-width: 1280px) {
  .lg-margin-left-n5 {
    margin-left: -3rem;
  }
  .lg-margin-left-n4 {
    margin-left: -2rem;
  }
  .lg-margin-left-n3 {
    margin-left: -1.5rem;
  }
  .lg-margin-left-n2 {
    margin-left: -1rem;
  }
  .lg-margin-left-n1 {
    margin-left: -0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-left-n5 {
    margin-left: -3rem;
  }
  .md-margin-left-n4 {
    margin-left: -2rem;
  }
  .md-margin-left-n3 {
    margin-left: -1.5rem;
  }
  .md-margin-left-n2 {
    margin-left: -1rem;
  }
  .md-margin-left-n1 {
    margin-left: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-n5 {
    margin-left: -3rem;
  }
  .sm-margin-left-n4 {
    margin-left: -2rem;
  }
  .sm-margin-left-n3 {
    margin-left: -1.5rem;
  }
  .sm-margin-left-n2 {
    margin-left: -1rem;
  }
  .sm-margin-left-n1 {
    margin-left: -0.5rem;
  }
}
.margin-5 {
  margin: 3rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-0 {
  margin: 0;
}
@media (max-width: 1280px) {
  .lg-margin-5 {
    margin: 3rem;
  }
  .lg-margin-4 {
    margin: 2rem;
  }
  .lg-margin-3 {
    margin: 1.5rem;
  }
  .lg-margin-2 {
    margin: 1rem;
  }
  .lg-margin-1 {
    margin: 0.5rem;
  }
  .lg-margin-0 {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-5 {
    margin: 3rem;
  }
  .md-margin-4 {
    margin: 2rem;
  }
  .md-margin-3 {
    margin: 1.5rem;
  }
  .md-margin-2 {
    margin: 1rem;
  }
  .md-margin-1 {
    margin: 0.5rem;
  }
  .md-margin-0 {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-5 {
    margin: 3rem;
  }
  .sm-margin-4 {
    margin: 2rem;
  }
  .sm-margin-3 {
    margin: 1.5rem;
  }
  .sm-margin-2 {
    margin: 1rem;
  }
  .sm-margin-1 {
    margin: 0.5rem;
  }
  .sm-margin-0 {
    margin: 0;
  }
}
.margin-top-7 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-top-0 {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .lg-margin-top-5 {
    margin-top: 3rem;
  }
  .lg-margin-top-4 {
    margin-top: 2rem;
  }
  .lg-margin-top-3 {
    margin-top: 1.5rem;
  }
  .lg-margin-top-2 {
    margin-top: 1rem;
  }
  .lg-margin-top-1 {
    margin-top: 0.5rem;
  }
  .lg-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-top-5 {
    margin-top: 3rem;
  }
  .md-margin-top-4 {
    margin-top: 2rem;
  }
  .md-margin-top-3 {
    margin-top: 1.5rem;
  }
  .md-margin-top-2 {
    margin-top: 1rem;
  }
  .md-margin-top-1 {
    margin-top: 0.5rem;
  }
  .md-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-5 {
    margin-top: 3rem;
  }
  .sm-margin-top-4 {
    margin-top: 2rem;
  }
  .sm-margin-top-3 {
    margin-top: 1.5rem;
  }
  .sm-margin-top-2 {
    margin-top: 1rem;
  }
  .sm-margin-top-1 {
    margin-top: 0.5rem;
  }
  .sm-margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-7 {
  margin-right: 5rem;
}
.margin-right-6 {
  margin-right: 4rem;
}
.margin-right-5 {
  margin-right: 3rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-right-0 {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .lg-margin-right-5 {
    margin-right: 3rem;
  }
  .lg-margin-right-4 {
    margin-right: 2rem;
  }
  .lg-margin-right-3 {
    margin-right: 1.5rem;
  }
  .lg-margin-right-2 {
    margin-right: 1rem;
  }
  .lg-margin-right-1 {
    margin-right: 0.5rem;
  }
  .lg-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-right-5 {
    margin-right: 3rem;
  }
  .md-margin-right-4 {
    margin-right: 2rem;
  }
  .md-margin-right-3 {
    margin-right: 1.5rem;
  }
  .md-margin-right-2 {
    margin-right: 1rem;
  }
  .md-margin-right-1 {
    margin-right: 0.5rem;
  }
  .md-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-5 {
    margin-right: 3rem;
  }
  .sm-margin-right-4 {
    margin-right: 2rem;
  }
  .sm-margin-right-3 {
    margin-right: 1.5rem;
  }
  .sm-margin-right-2 {
    margin-right: 1rem;
  }
  .sm-margin-right-1 {
    margin-right: 0.5rem;
  }
  .sm-margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-7 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .lg-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .lg-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .lg-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .lg-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .lg-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .lg-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .md-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .md-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .md-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .md-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .md-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .sm-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .sm-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .sm-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .sm-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .sm-margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-7 {
  margin-left: 5rem;
}
.margin-left-6 {
  margin-left: 4rem;
}
.margin-left-5 {
  margin-left: 3rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-left-0 {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .lg-margin-left-5 {
    margin-left: 3rem;
  }
  .lg-margin-left-4 {
    margin-left: 2rem;
  }
  .lg-margin-left-3 {
    margin-left: 1.5rem;
  }
  .lg-margin-left-2 {
    margin-left: 1rem;
  }
  .lg-margin-left-1 {
    margin-left: 0.5rem;
  }
  .lg-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-left-5 {
    margin-left: 3rem;
  }
  .md-margin-left-4 {
    margin-left: 2rem;
  }
  .md-margin-left-3 {
    margin-left: 1.5rem;
  }
  .md-margin-left-2 {
    margin-left: 1rem;
  }
  .md-margin-left-1 {
    margin-left: 0.5rem;
  }
  .md-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-5 {
    margin-left: 3rem;
  }
  .sm-margin-left-4 {
    margin-left: 2rem;
  }
  .sm-margin-left-3 {
    margin-left: 1.5rem;
  }
  .sm-margin-left-2 {
    margin-left: 1rem;
  }
  .sm-margin-left-1 {
    margin-left: 0.5rem;
  }
  .sm-margin-left-0 {
    margin-left: 0;
  }
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.button-margin-top-3 {
  margin-top: 4rem;
}
.button-margin-top-2 {
  margin-top: 2.5rem;
}
.button-margin-top-1 {
  margin-top: 1.5rem;
}
.header-height-margin-top {
  margin-top: 5rem;
}
@media (max-width: 960px) {
  .header-height-margin-top {
    margin-top: 4rem;
  }
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (max-width: 1280px) {
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
}
@media (max-width: 960px) {
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
}
@media (max-width: 640px) {
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow: hidden;
}
@media (max-width: 1280px) {
  .lg-overflow-scroll {
    overflow: scroll;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-overflow-x-scroll {
    overflow: scroll;
  }
  .lg-overflow-x-hidden {
    overflow: hidden;
  }
  .lg-overflow-y-scroll {
    overflow: scroll;
  }
  .lg-overflow-y-hidden {
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .md-overflow-scroll {
    overflow: scroll;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  .md-overflow-x-scroll {
    overflow: scroll;
  }
  .md-overflow-x-hidden {
    overflow: hidden;
  }
  .md-overflow-y-scroll {
    overflow: scroll;
  }
  .md-overflow-y-hidden {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .sm-overflow-scroll {
    overflow: scroll;
  }
  .sm-overflow-hidden {
    overflow: hidden;
  }
  .sm-overflow-x-scroll {
    overflow: scroll;
  }
  .sm-overflow-x-hidden {
    overflow: hidden;
  }
  .sm-overflow-y-scroll {
    overflow: scroll;
  }
  .sm-overflow-y-hidden {
    overflow: hidden;
  }
}
.padding-small {
  padding: 1.5rem;
}
.padding-default {
  padding: 2.25rem;
}
.padding-large {
  padding: 4rem;
}
@media (max-width: 1280px) {
  .padding-small {
    padding: 1.333rem;
  }
  .padding-default {
    padding: 1.9995rem;
  }
  .padding-large {
    padding: 3.332rem;
  }
}
@media (max-width: 960px) {
  .padding-small {
    padding: 1.167rem;
  }
  .padding-default {
    padding: 1.7505rem;
  }
  .padding-large {
    padding: 2.668rem;
  }
}
@media (max-width: 640px) {
  .padding-small {
    padding: 1rem;
  }
  .padding-default {
    padding: 1.5rem;
  }
  .padding-large {
    padding: 2rem;
  }
}
.padding-top-0 {
  padding-top: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-5 {
  padding: 3rem;
}
.padding-4 {
  padding: 2rem;
}
.padding-3 {
  padding: 1.5rem;
}
.padding-2 {
  padding: 1rem;
}
.padding-1 {
  padding: 0.5rem;
}
.padding-0 {
  padding: 0;
}
@media (max-width: 1280px) {
  .lg-padding-5 {
    padding: 3rem;
  }
  .lg-padding-4 {
    padding: 2rem;
  }
  .lg-padding-3 {
    padding: 1.5rem;
  }
  .lg-padding-2 {
    padding: 1rem;
  }
  .lg-padding-1 {
    padding: 0.5rem;
  }
  .lg-padding-0 {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-5 {
    padding: 3rem;
  }
  .md-padding-4 {
    padding: 2rem;
  }
  .md-padding-3 {
    padding: 1.5rem;
  }
  .md-padding-2 {
    padding: 1rem;
  }
  .md-padding-1 {
    padding: 0.5rem;
  }
  .md-padding-0 {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-5 {
    padding: 3rem;
  }
  .sm-padding-4 {
    padding: 2rem;
  }
  .sm-padding-3 {
    padding: 1.5rem;
  }
  .sm-padding-2 {
    padding: 1rem;
  }
  .sm-padding-1 {
    padding: 0.5rem;
  }
  .sm-padding-0 {
    padding: 0;
  }
}
.padding-top-5 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1280px) {
  .lg-padding-top-5 {
    padding-top: 3rem;
  }
  .lg-padding-top-4 {
    padding-top: 2rem;
  }
  .lg-padding-top-3 {
    padding-top: 1.5rem;
  }
  .lg-padding-top-2 {
    padding-top: 1rem;
  }
  .lg-padding-top-1 {
    padding-top: 0.5rem;
  }
  .lg-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-top-5 {
    padding-top: 3rem;
  }
  .md-padding-top-4 {
    padding-top: 2rem;
  }
  .md-padding-top-3 {
    padding-top: 1.5rem;
  }
  .md-padding-top-2 {
    padding-top: 1rem;
  }
  .md-padding-top-1 {
    padding-top: 0.5rem;
  }
  .md-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-top-5 {
    padding-top: 3rem;
  }
  .sm-padding-top-4 {
    padding-top: 2rem;
  }
  .sm-padding-top-3 {
    padding-top: 1.5rem;
  }
  .sm-padding-top-2 {
    padding-top: 1rem;
  }
  .sm-padding-top-1 {
    padding-top: 0.5rem;
  }
  .sm-padding-top-0 {
    padding-top: 0;
  }
}
.padding-bottom-8 {
  padding-bottom: 7rem;
}
.padding-bottom-7 {
  padding-bottom: 5rem;
}
.padding-bottom-6 {
  padding-bottom: 4rem;
}
.padding-bottom-5 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .lg-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .lg-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .lg-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .lg-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .lg-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .lg-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .md-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .md-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .md-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .md-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .md-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .sm-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .sm-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .sm-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .sm-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .sm-padding-bottom-0 {
    padding-bottom: 0;
  }
}
.remove-section-padding-left {
  padding-left: 0;
}
.remove-section-padding-right {
  padding-right: 0;
}
@media (min-width: 1601px) {
  .hg-remove-section-padding-left {
    padding-left: 0;
  }
  .hg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .lg-remove-section-padding-left {
    padding-left: 0;
  }
  .lg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .md-remove-section-padding-left {
    padding-left: 0;
  }
  .md-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .sm-remove-section-padding-left {
    padding-left: 0;
  }
  .sm-remove-section-padding-right {
    padding-right: 0;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
@media (max-width: 1280px) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-sticky {
    position: sticky;
  }
}
@media (max-width: 960px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 640px) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-sticky {
    position: sticky;
  }
}
.text-align-left, .has-text-align-left {
  text-align: left;
}
.text-align-center, .has-text-align-center {
  text-align: center;
}
.text-align-right, .has-text-align-right {
  text-align: right;
}
@media (max-width: 1280px) {
  .lg-text-align-left {
    text-align: left;
  }
  .lg-text-align-center {
    text-align: center;
  }
  .lg-text-align-right {
    text-align: right;
  }
}
@media (max-width: 960px) {
  .md-text-align-left {
    text-align: left;
  }
  .md-text-align-center {
    text-align: center;
  }
  .md-text-align-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .sm-text-align-left {
    text-align: left;
  }
  .sm-text-align-center {
    text-align: center;
  }
  .sm-text-align-right {
    text-align: right;
  }
}
.text-columns-4 {
  column-count: 4;
}
.text-columns-3 {
  column-count: 3;
}
.text-columns-2 {
  column-count: 2;
}
.text-column-gap-4 {
  column-gap: 4rem;
}
.text-column-gap-3 {
  column-gap: 3rem;
}
.text-column-gap-2 {
  column-gap: 2rem;
}
.text-column-gap-1 {
  column-gap: 1rem;
}
@media (max-width: 1280px) {
  .lg-text-columns-4 {
    column-count: 4;
  }
  .lg-text-columns-3 {
    column-count: 3;
  }
  .lg-text-columns-2 {
    column-count: 2;
  }
  .lg-text-columns-1 {
    column-count: 1;
  }
  .lg-text-column-gap-4 {
    column-gap: 4rem;
  }
  .lg-text-column-gap-3 {
    column-gap: 3rem;
  }
  .lg-text-column-gap-2 {
    column-gap: 2rem;
  }
  .lg-text-column-gap-1 {
    column-gap: 1rem;
  }
}
@media (max-width: 960px) {
  .md-text-columns-4 {
    column-count: 4;
  }
  .md-text-columns-3 {
    column-count: 3;
  }
  .md-text-columns-2 {
    column-count: 2;
  }
  .md-text-columns-1 {
    column-count: 1;
  }
  .md-text-column-gap-4 {
    column-gap: 4rem;
  }
  .md-text-column-gap-3 {
    column-gap: 3rem;
  }
  .md-text-column-gap-2 {
    column-gap: 2rem;
  }
  .md-text-column-gap-1 {
    column-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .sm-text-columns-4 {
    column-count: 4;
  }
  .sm-text-columns-3 {
    column-count: 3;
  }
  .sm-text-columns-2 {
    column-count: 2;
  }
  .sm-text-columns-1 {
    column-count: 1;
  }
  .sm-text-column-gap-4 {
    column-gap: 4rem;
  }
  .sm-text-column-gap-3 {
    column-gap: 3rem;
  }
  .sm-text-column-gap-2 {
    column-gap: 2rem;
  }
  .sm-text-column-gap-1 {
    column-gap: 1rem;
  }
}
.primary-font-family {
  font-family: "Roboto", sans-serif;
}
.secondary-font-family {
  font-family: "Roboto", sans-serif;
}
.tertiary-font-family {
  font-family: "Roboto", sans-serif;
}
.light-weight {
  font-weight: 300;
}
.normal-weight {
  font-weight: 400;
}
.bold-weight {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.line-height-default {
  line-height: 1.6;
}
.line-height-medium {
  line-height: 1.4;
}
.line-height-small {
  line-height: 1.2;
}
.lead-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.4;
}
.meta-text {
  background-color: #64b39e;
  border-radius: 4px;
  padding: 0.5rem 1rem 0.4rem 1rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.inverted .meta-text {
  color: rgba(255, 255, 255, 0.25);
}
.background-pale .meta-text {
  background-color: #64b39e;
  color: #ffffff;
}
body, html {
  font-size: 17px;
}
.huge, .has-huge-font-size {
  font-size: 4rem;
}
h1, .h1-size {
  font-size: 2.7rem;
}
h2, .h2-size {
  font-size: 2.2rem;
}
h3, .h3-size {
  font-size: 1.8rem;
}
h4, .h4-size {
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  body, html {
    font-size: 16.332px;
  }
  .huge, .has-huge-font-size {
    font-size: 3.4656rem;
  }
  h1, .h1-size {
    font-size: 2.533rem;
  }
  h2, .h2-size {
    font-size: 2.0664rem;
  }
  h3, .h3-size {
    font-size: 1.6998rem;
  }
  h4, .h4-size {
    font-size: 1.4332rem;
  }
}
@media (max-width: 960px) {
  body, html {
    font-size: 15.668px;
  }
  .huge, .has-huge-font-size {
    font-size: 2.9344rem;
  }
  h1, .h1-size {
    font-size: 2.367rem;
  }
  h2, .h2-size {
    font-size: 1.9336rem;
  }
  h3, .h3-size {
    font-size: 1.6002rem;
  }
  h4, .h4-size {
    font-size: 1.3668rem;
  }
}
@media (max-width: 640px) {
  body, html {
    font-size: 15px;
  }
  .huge, .has-huge-font-size {
    font-size: 2.4rem;
  }
  h1, .h1-size {
    font-size: 2.2rem;
  }
  h2, .h2-size {
    font-size: 1.8rem;
  }
  h3, .h3-size {
    font-size: 1.5rem;
  }
  h4, .h4-size {
    font-size: 1.3rem;
  }
}
.font-size-large, .has-large-font-size {
  font-size: 1.2rem;
}
.font-size-medium, .has-medium-font-size {
  font-size: 1.1rem;
}
.font-size-default {
  font-size: 1rem;
}
.font-size-small, .has-small-font-size {
  font-size: 0.9rem;
}
.font-size-tiny {
  font-size: 0.8rem;
}
.full-height-js, .full-height-minus-header-js, .height-100vh {
  height: 100vh;
}
.viewport-min-height-3 {
  min-height: 75vh;
}
.viewport-min-height-2 {
  min-height: 50vh;
}
.viewport-min-height-1 {
  min-height: 25vh;
}
.width-100pr {
  width: 100%;
}
.width-80pr {
  width: 80%;
}
.width-75pr {
  width: 75%;
}
.width-66pr {
  width: 66.66%;
}
.width-60pr {
  width: 60%;
}
.width-50pr {
  width: 50%;
}
.width-40pr {
  width: 40%;
}
.width-33pr {
  width: 33.33%;
}
.width-25pr {
  width: 25%;
}
.width-20pr {
  width: 20%;
}
@media (max-width: 1280px) {
  .lg-width-100pr {
    width: 100%;
  }
  .lg-width-80pr {
    width: 80%;
  }
  .lg-width-75pr {
    width: 75%;
  }
  .lg-width-66pr {
    width: 66.66%;
  }
  .lg-width-60pr {
    width: 60%;
  }
  .lg-width-50pr {
    width: 50%;
  }
  .lg-width-40pr {
    width: 40%;
  }
  .lg-width-33pr {
    width: 33.33%;
  }
  .lg-width-25pr {
    width: 25%;
  }
  .lg-width-20pr {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .md-width-100pr {
    width: 100%;
  }
  .md-width-80pr {
    width: 80%;
  }
  .md-width-75pr {
    width: 75%;
  }
  .md-width-66pr {
    width: 66.66%;
  }
  .md-width-60pr {
    width: 60%;
  }
  .md-width-50pr {
    width: 50%;
  }
  .md-width-40pr {
    width: 40%;
  }
  .md-width-33pr {
    width: 33.33%;
  }
  .md-width-25pr {
    width: 25%;
  }
  .md-width-20pr {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .sm-width-100pr {
    width: 100%;
  }
  .sm-width-80pr {
    width: 80%;
  }
  .sm-width-75pr {
    width: 75%;
  }
  .sm-width-66pr {
    width: 66.66%;
  }
  .sm-width-60pr {
    width: 60%;
  }
  .sm-width-50pr {
    width: 50%;
  }
  .sm-width-40pr {
    width: 40%;
  }
  .sm-width-33pr {
    width: 33.33%;
  }
  .sm-width-25pr {
    width: 25%;
  }
  .sm-width-20pr {
    width: 20%;
  }
}
.text-width-9 {
  max-width: 90ch;
}
.text-width-8 {
  max-width: 80ch;
}
.text-width-7 {
  max-width: 60ch;
}
.text-width-6 {
  max-width: 50ch;
}
.text-width-5 {
  max-width: 30ch;
}
.text-width-4 {
  max-width: 25ch;
}
.text-width-3 {
  max-width: 20ch;
}
.text-width-2 {
  max-width: 15ch;
}
.text-width-1 {
  max-width: 10ch;
}
.z-index-3 {
  z-index: 3;
}
.z-index-2 {
  z-index: 2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-n1 {
  z-index: -1;
}
.header {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #434D56;
  position: sticky;
  top: 0;
  z-index: 2000;
  height: 5rem;
  transition-duration: 0.3s;
}
.scrolled .header {
  height: 5rem;
}
.transparent-header:not(.scrolled) .header {
  background: transparent;
}
.transparent-header .main {
  margin-top: -5rem;
}
.transparent-header .main > .section-wrapper:first-child .section-content {
  padding-top: 5rem;
}
@media (max-width: 960px) {
  .transparent-header .main > .section-wrapper:first-child .section-content {
    padding-top: 4rem;
  }
}
.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0 6vw;
}
.logo {
  display: flex;
  justify-items: center;
  align-items: center;
}
.logo svg {
  width: 7rem;
}
.scrolled svg path.scrolled-logo d {
  fill: #434D56 ! !important;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 960px) {
  .header {
    height: 4rem;
  }
  .scrolled .header {
    height: 4rem;
  }
  .header-height-margin-top {
    margin-top: 4rem;
  }
}
@media (max-width: 640px) {
  .header-row {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .header-row {
    padding: 0 15px;
  }
}
/* Main Menu Desktop */
.main-menu-desktop {
  margin-right: -1rem;
}
.main-menu-desktop > ul {
  height: 100%;
}
.main-menu-desktop a {
  color: rgba(255, 255, 255, 0.65);
  padding: 0 1rem;
  height: 100%;
  font-size: 1rem;
  word-break: keep-all;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item.hover > a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.main-menu-desktop a:hover, .main-menu-desktop .current-menu-item > a, .main-menu-desktop .current-menu-parent > a {
  color: #ffffff;
}
.transparent-header:not(.scrolled) .main-menu-desktop a {
  color: #ffffff;
}
.main-menu-desktop .menu-item {
  position: relative;
}
.main-menu-desktop .menu-item-has-children > a {
  padding-right: 2rem;
  cursor: pointer;
}
.main-menu-desktop .menu-item.hover > a.placeholder-menu-item {
  cursor: default;
}
.main-menu-desktop .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1rem;
  margin: 0;
  padding: 1rem;
  width: 13rem;
  border-radius: 4px;
  list-style-type: none;
  background: #434D56;
  transition-duration: 0.3s;
  transform: translate(0px, -10px);
  font-size: 0.8rem;
  line-height: 1.4;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > .sub-menu {
  background: #434D56;
}
.main-menu-desktop .menu-item-has-children:last-child > .sub-menu, .main-menu-desktop .menu-item-has-children.sub-menu-left > .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-desktop .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
.main-menu-desktop .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 0.9rem;
  transform: rotate(45deg);
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > a:after {
  border-color: #ffffff;
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  left: calc(100% - 0.5rem);
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu-desktop .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  top: calc(50% - 0.25rem);
  transform: rotate(-45deg);
}
.main-menu-desktop .sub-menu a {
  padding: 0.5rem 1rem;
}
@media (max-width: 960px) {
  .main-menu-desktop {
    display: none;
  }
}
/* Main Menu Desktop Hover Styles */
/* Hamburger */
.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 0;
  margin-left: 0.5rem;
  padding: 15px;
  margin-right: -15px;
  z-index: 1000;
}
.hamburger-inner {
  width: 28px;
  height: 20px;
  display: flex;
  position: relative;
  margin-top: -2px;
}
.hamburger-top-bar, .hamburger-middle-bar, .hamburger-bottom-bar {
  position: absolute;
  background: #ffffff;
  height: 2px;
}
.transparent-header:not(.scrolled, .off-canvas-open) .hamburger-top-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-middle-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-bottom-bar {
  background: #ffffff;
}
.hamburger-top-bar {
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-middle-bar {
  opacity: 1;
  top: 50%;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-bottom-bar {
  top: 100%;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.off-canvas-open .hamburger-top-bar {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-middle-bar {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-bottom-bar {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-top-bar, .off-canvas-open .hamburger-middle-bar, .off-canvas-open .hamburger-bottom-bar {
  width: 100%;
}
@media (max-width: 960px) {
  .hamburger {
    display: flex;
  }
}
/* Off-canvas */
body.off-canvas-open {
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #434D56;
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(0);
  transition-duration: 0.4s;
  z-index: 2000;
  padding-top: 5rem;
}
.scrolled .off-canvas {
  padding-top: 5rem;
}
@media (max-width: 960px) {
  .off-canvas {
    padding-top: 4rem;
  }
  .scrolled .off-canvas {
    padding-top: 4rem;
  }
}
.off-canvas-open .off-canvas {
  transform: translateX(100vw);
}
.off-canvas-content {
  width: 100%;
  height: 100%;
  padding: 0 10vw;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.off-canvas-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.off-canvas-content::-webkit-scrollbar {
  display: none;
}
.search-trigger {
  display: flex;
  background: none;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 100%;
  transition-duration: 0.3s;
  cursor: pointer;
}
.search-trigger path {
  fill: #434D56;
  transition-duration: 0.3s;
}
.search-trigger:hover path {
  fill: #708091;
}
.transparent-header:not(.scrolled, .off-canvas-open) .search-trigger path {
  fill: #ffffff;
}
.transparent-header:not(.scrolled) .search-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.search-overlay-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: calc(0.5rem + 5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: z-index 0.4s step-end;
  pointer-events: none;
}
.search-open .search-overlay-wrapper {
  z-index: 100;
  transition: z-index 0.4s step-start;
}
.search-overlay-content {
  background: #ffffff;
  width: 100%;
  max-width: 48rem;
  border-radius: 4px;
  pointer-events: auto;
  opacity: 0;
  z-index: -1;
  transform: translateY(1rem);
  transition: opacity 0.4s, z-index 0.4s step-end, transform 0.4s;
}
.search-open .search-overlay-content {
  opacity: 1;
  z-index: 100;
  transform: translateY(0);
  transition: opacity 0.4s, z-index 0.4s step-start, transform 0.4s;
}
.viewport-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0.4s step-end;
}
.off-canvas-open .viewport-overlay, .search-open .viewport-overlay {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.4s, z-index 0.4s step-start;
}
body.off-canvas-open, body.search-open {
  overflow: hidden;
}
/* Main Menu Mobile */
.off-canvas nav > ul > .menu-item {
  font-size: 1.1rem;
}
.off-canvas .menu-item {
  font-size: 1rem;
}
.off-canvas .accordion-menu .menu-item .sub-menu-icon {
  border: 1px solid #CBD1D2;
}
.costume-negative-margins {
  margin-top: -10rem;
  margin-right: -10rem;
  margin-bottom: 10rem;
}
.accordion-menu a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.accordion-menu .menu-item.current-menu-item a {
  color: rgba(255, 255, 255, 0.65);
}
.accordion-menu .menu-item .sub-menu-icon:hover {
  background: #708091;
}
.footer-logo svg {
  width: 7rem;
}
/* Footer Columns */
.footer-columns {
  display: grid;
  justify-content: space-between;
  column-gap: 4rem;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.65);
}
.footer-menu a:hover {
  color: #ffffff;
}
@media (max-width: 960px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 640px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .footer-columns > div {
    border-top: 1px solid #CBD1D2;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-columns > div:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.custom-clip-path-parent {
  filter: url(#round);
}
.custom-clip-path {
  background: white;
  clip-path: polygon(0% 0%, calc(100% - 3rem) 0%, 100% 3rem, 100% 100%, 0% 100%);
}
.meta-text-clip-path-parent {
  filter: url(#round);
}
.meta-text-clip-path {
  background: white;
  clip-path: polygon(0% 0%, calc(100% - 0.7rem) 0%, 100% 0.7rem, 100% 100%, 0% 100%);
}
.img-border-radius img {
  border-radius: 4px;
}
.square-video {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.square-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.78);
  aspect-ratio: 1;
  overflow: hidden;
}
.corner {
  clip-path: polygon(0 100%, calc(100% - 83.33333px) calc(100% - 0px), calc(100% - 82.13333px) calc(100% - 0.06667px), calc(100% - 80.93333px) calc(100% - 0.23333px), calc(100% - 79.76667px) calc(100% - 0.53333px), calc(100% - 78.6px) calc(100% - 0.96667px), calc(100% - 77.46667px) calc(100% - 1.46667px), calc(100% - 76.43333px) calc(100% - 2.13333px), calc(100% - 75.4px) calc(100% - 2.86667px), calc(100% - 2.86667px) calc(100% - 75.4px), calc(100% - 2.13333px) calc(100% - 76.43333px), calc(100% - 1.46667px) calc(100% - 77.46667px), calc(100% - 0.96667px) calc(100% - 78.6px), calc(100% - 0.53333px) calc(100% - 79.76667px), calc(100% - 0.23333px) calc(100% - 80.93333px), calc(100% - 0.06667px) calc(100% - 82.13333px), calc(100% - 0px) calc(100% - 83.33333px), 100% 0, 0 0);
}
.corner-top {
  clip-path: polygon(50% 0%, 87% 0%, 100% 20%, 100% 80%, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.button-arrow-container svg {
  width: 1.5rem;
}
.inverted .button-arrow-container {
  border: 1px #ffffff solid;
}
.button.hero-button-arrow-container:hover {
  background-color: #FFCF56;
  border: #ffffff;
}
.button-arrow-container svg:hover {
  color: #ffffff;
}
.section-container {
  max-width: 100%;
  background-color: #708091;
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.list-decoration-none ul {
  list-style: none;
  padding-inline-start: 0px !important;
}
.custume-max-width-wide {
  width: 163px;
}
.item-location {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  padding: 1rem;
  padding-left: 0rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  font-size: 0.85rem;
  color: #708091;
}
.img-hover img {
  transition-duration: 0.5s;
  transform: scale(1.05) rotate(-0.1deg);
}
.img-hover:hover img {
  transform: scale(1) rotate(0.1deg);
}
.news-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 3fr 10rem;
  column-gap: 3rem;
}
@media (max-width: 960px) {
  .news-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 3rem;
  }
}
.border-bottom-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.quote-wrapper {
  position: relative;
}
.quote-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/logo-primary-2:3-left.svg) no-repeat;
}
.quote-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/logo-primary-2:3-right.svg) no-repeat;
}
.text-background {
  background-color: #F2F3F4;
  border-radius: 4px;
}
.text-background-primary {
  background-color: #708091;
  border-radius: 4px;
}
.square-img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.square-img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.78);
  aspect-ratio: 1;
  overflow: hidden;
}
.offer-icons {
  width: 3.5rem;
}
.custom-negative-margin {
  margin-top: -11rem;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.remove-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.remove-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.timeline-row {
  position: relative;
  margin-left: 0.5rem;
}
.timeline-container-row {
  position: relative;
  width: 14rem;
  flex-shrink: 0;
}
.timeline-container-row:first-child {
  margin-top: 0;
}
.timeline-container-row:after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  top: -1.15rem;
  left: -0.5rem;
  background-color: #22665d;
  border: 1px solid #22665d;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-container-row:before {
  content: "";
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  position: absolute;
  top: 10rem;
  right: -8px;
  background-color: #E2E6E8;
  z-index: 0;
}
.timeline-container-row:last-child:before {
  content: "";
  display: none;
}
.timeline-row:after {
  content: "1";
}
.timeline-container-row-2:nth-child(2):after {
  content: "2";
}
.timeline-container-row-3:after {
  content: "3";
}
.timeline-container-row-4:after {
  content: "4";
}
.timeline-container-row-5:after {
  content: "5";
}
.timeline-content-row {
  position: relative;
  color: #434D56;
  height: 100%;
}
.timeline-content-row .list-check-mark li:before, .list-check-mark ul li:before {
  content: "";
  border-color: #ffffff;
  background-color: #E2E6E8;
}
.timeline-color-1 .timeline-content-row {
  background-color: #E2E6E8;
}
.sps-line {
  border-top: 5px solid #64b39e;
  margin-top: 2rem;
  width: calc(100% - 2rem);
}
.sps-line {
  position: relative;
}
.sps-line:before {
  content: "";
  position: absolute;
  top: -17px;
  right: -20px;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 0.9rem solid #64b39e;
  border-right: 0.9rem solid transparent;
}
.sps-line:after {
  content: "";
  position: absolute;
  top: -17px;
  left: -20px;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid #64b39e;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline h4 {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  margin-top: 0rem;
}
.timeline:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #434D56;
  top: 15px;
  bottom: 0;
  left: calc(50% - 3px);
}
.timeline-container {
  padding: 1rem 2rem;
  position: relative;
  width: 50%;
}
.timeline-container:first-child {
  margin-top: 0;
}
.timeline-container:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 29px;
  background-color: #22665d;
  border: 1px solid #22665d;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-left {
  left: -10px;
}
.timeline-right {
  left: calc(50% + 7px);
}
.timeline-right:after {
  left: -28px;
}
.timeline-left:after {
  right: -26px;
}
.timeline-content {
  position: relative;
  color: #434D56;
}
.timeline-content .list-check-mark li:before, .list-check-mark ul li:before {
  content: "";
  border-color: #ffffff;
}
.timeline-container:before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  top: 45px;
  z-index: 0;
}
.timeline-left:before {
  right: -22px;
}
.timeline-right:before {
  left: -22px;
}
.timeline-color-1.timeline-left:before, .timeline-color-1.timeline-right:before {
  background: #434D56;
}
.timeline-container-10.timeline-left:before {
  background-color: #F2F3F4;
}
.timeline-color-1 .timeline-content {
  background-color: #E2E6E8;
}
.timeline-container-1, .timeline-container-2, .timeline-container-3, .timeline-container-9, .timeline-container-10 {
  margin-top: -25rem;
}
.timeline-container-2 {
  margin-top: -10rem;
}
.timeline-container-4 {
  margin-top: -20rem;
}
.timeline-container-5, .timeline-container-6 {
  margin-top: -12rem;
}
.timeline-container-7, .timeline-container-8 {
  margin-top: -4rem;
}
.timeline-container-1:after {
  content: "1";
}
.timeline-container-2:after {
  content: "2";
}
.timeline-container-3:after {
  content: "3";
}
.timeline-container-4:after {
  content: "4";
}
.timeline-container-5:after {
  content: "5";
}
.timeline-container-6:after {
  content: "6";
}
.timeline-container-7:after {
  content: "7";
}
.timeline-container-8:after {
  content: "8";
}
.timeline-container-9:after {
  content: "9";
}
.timeline-container-10:after {
  content: "10";
}
.timeline-container-11:after {
  content: "11";
}
@media (max-width: 960px) {
  .timeline:after {
    left: 10px;
  }
  .timeline-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
    margin-top: 0;
  }
  .timeline-container:before {
    top: 46px;
    left: 28px;
  }
  .timeline-left:after, .timeline-right:after {
    left: -3px;
  }
  .timeline-right, .timeline-left {
    left: 0;
  }
  .description-wrapper {
    position: static;
    top: 10rem;
  }
}
.contact-information-wrapper {
  width: 25rem;
}
.contact-icons {
  width: 2.3rem;
  height: 2.3rem;
  background: transparent;
  border: 0.8px solid #434D56;
  border-radius: 50%;
}
.contact-icons svg {
  width: 1.1rem;
  fill: #434D56;
}
.list-decoration-none li {
  list-style: none;
}
.icon-text-container {
  height: 10rem;
  width: 20rem;
}
.background-beige {
  background-color: #f3eeec;
}
.background-light-green {
  background-color: #64b39e;
}
.background-dark-green {
  background-color: #22665d;
}
.custom-width {
  width: 17rem;
}
.background-illustration {
  position: absolute;
  height: 25rem;
  width: 50rem;
  left: -22rem;
  bottom: 0;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(0deg);
}
@media (max-width: 960px) {
  .background-illustration {
    height: 28rem;
    width: 35rem;
    left: -15rem;
    bottom: -3rem;
  }
}
@media (max-width: 640px) {
  .background-illustration {
    height: 28rem;
    width: 35rem;
    left: -15rem;
    bottom: -3rem;
  }
}
@media (max-width: 320px) {
  .background-illustration {
    height: 28rem;
    width: 35rem;
    left: -15rem;
    bottom: -3rem;
  }
}
.light-green-text {
  color: #64b39e;
}
.file-icon {
  width: 1.3rem;
  height: 1.3rem;
  fill: #708091;
}
/* Cision Archive */
.cision-section h2 {
  margin-bottom: 2rem;
}
.cision-feed-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.cision-feed-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 35px !important;
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.cision-feed-item p {
  font-size: 0;
  margin: 20px 0 20px 0;
}
.cision-feed-item img {
  object-fit: contain;
  width: 100%;
  max-height: 400px;
}
.cision-feed-item h2 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.cision-feed-item time {
  background: #E2E6E8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  padding: 4px 10px 4px 10px;
  border-bottom-right-radius: 3px;
}
.cision-feed-pager {
  text-align: left !important;
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
  padding-left: 0;
}
.cision-feed-pager li {
  list-style: none;
}
.cision-feed-pager li a {
  display: block;
  background: #ffffff;
  padding: 0.5rem 1rem;
  margin-right: 2px;
}
.cision-feed-pager li a:hover {
  background: #A3AABE;
  color: #ffffff;
}
.cision-feed-pager li a.active {
  background: #434D56;
  color: #ffffff;
}
/* Cision Singe */
.blog .header {
  background: #434D56;
}
.scrolled.blog .header {
  background: #ffffff;
}
.cision-feed-item-media {
  display: none;
}
.cision-block-post {
  margin: 0 auto;
  padding: 240px 80px;
}
.cision-block-post .entry-title {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .cision-block-post {
    padding: 200px 80px;
  }
  .cision-feed-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .investor-relations-governance img {
    max-width: 220px;
  }
  .investor-relations-governance {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .cision-block-post {
    padding: 240px 60px;
  }
}
@media (max-width: 650px) {
  .investor-relations-welcome-grid {
    grid-template-columns: 1fr;
  }
  .investor-relations-grid-box {
    min-height: 250px;
  }
  .investor-relations-governance {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media (max-width: 511px) {
  .cision-feed-wrapper {
    grid-template-columns: 1fr;
  }
  .investor-relations-governance img {
    max-width: 200px;
  }
  .cision-block-post {
    padding: 200px 20px;
  }
}
.container-1-arrow {
  position: relative;
}
.container-1-arrow:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #64b39e;
  top: 2rem;
  right: -2rem;
  transform: rotate(-45deg);
  z-index: 2;
  border-radius: 1000px;
}
@media (max-width: 960px) {
  .container-1-arrow:before {
    width: 4rem;
    height: 4rem;
    top: 2rem;
    right: -2rem;
  }
}
@media (max-width: 640px) {
  .container-1-arrow:before {
    width: 4.2rem;
    height: 4.2rem;
    top: 11rem;
    right: 2rem;
  }
}
.container-2-arrow {
  position: relative;
}
.container-2-arrow:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #22665d;
  bottom: 2rem;
  left: -2rem;
  transform: rotate(-45deg);
  z-index: 2;
  border-radius: 1000px;
}
@media (max-width: 960px) {
  .container-2-arrow:before {
    width: 4rem;
    height: 4rem;
    bottom: 2rem;
    left: -2rem;
  }
}
@media (max-width: 640px) {
  .container-2-arrow:before {
    width: 4.2rem;
    height: 4.2rem;
    top: -2rem;
    left: 2rem;
  }
}
@media (max-width: 320px) {
  .container-1-arrow:before {
    width: 4.2rem;
    height: 4.2rem;
    top: 12rem;
  }
}
.process-box {
  width: 12rem;
  flex-shrink: 0;
}
.process-arrow {
  position: relative;
}
.process-arrow:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  position: absolute;
  top: 10rem;
  right: -8px;
  background-color: #22665d;
  z-index: 0;
}
.map-rotate img {
  transform: rotate(-20deg);
}
.bussiness-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.bussiness-areas-grid > div:first-child {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 960px) {
  .bussiness-areas-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1rem;
  }
  .bussiness-areas-grid > div:first-child {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
.remove-underline-link a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.remove-underline-link a:hover {
  color: #434D56;
}
.vacancy-item {
  width: 100%;
}
.vacancy-item .button {
  flex-shrink: 0;
}
.splide__slide img {
  height: 100%;
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
}
