@import url(https://use.typekit.net/uot8ego.css);
@font-face {
  font-family: "NibPro";
  src: url("../helpers/fonts/NibPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NibPro";
  src: url("../helpers/fonts/NibPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "BlindsAudience";
  src: url("../helpers/fonts/Blinds-Audience.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Abuget";
  src: url("../helpers/fonts/Abuget.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*font-family: nimbus-sans, sans-serif;*/
/*font-family: "aw-conqueror-didot", serif;*/
.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 1253px;
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  .inner .cl {
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
  }
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-28 {
  width: 28%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-36 {
  width: 36%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/***
 *
font-family: "fieldwork-hum", sans-serif;
font-family: "fieldwork", sans-serif;

 *
 **/
body {
  background-color: #fff;
  margin: 0;
  color: #14213d;
  font-size: 13.5px;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  line-height: 1.6;
}
@media only screen and (min-width: 1520px) {
  body {
    font-size: 0.8881578947vw;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #3f3f3f;
  margin-bottom: 15px;
}
body h1 {
  font-size: 40px;
}
body h2 {
  font-size: 49px;
}
body h3 {
  font-size: 33px;
}
body h4 {
  font-size: 23px;
}
body h5 {
  font-size: 19px;
}
body h6 {
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: 1.5px;
}
body p {
  margin-bottom: 15px;
}
body.logged-in > header .primary {
  top: 32px !important;
}
@media only screen and (min-width: 1520px) {
  body.logged-in > header .primary {
    top: 2.1052631579vw !important;
  }
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary {
    top: 0 !important;
  }
}
body > header {
  position: relative;
}
body > header.no-banner .empty-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #30645f;
}
@media only screen and (min-width: 1520px) {
  body > header.no-banner .empty-banner {
    padding-top: 3.9473684211vw;
    padding-bottom: 3.9473684211vw;
  }
}
@media only screen and (max-width: 991px) {
  body > header.no-banner .empty-banner {
    margin-top: 15px;
  }
}
body > header.no-banner .empty-banner h3,
body > header.no-banner .empty-banner h2 {
  text-align: center;
  color: #c1e4a1;
  font-weight: 600;
}
@media only screen and (max-width: 531px) {
  body > header.no-banner .empty-banner h2 {
    font-size: 37px;
  }
}
body > header.no-banner .empty-banner h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 531px) {
  body > header.no-banner .empty-banner h3 {
    font-size: 25px;
  }
}
body > header > .primary {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary {
    padding-top: 1.3157894737vw;
    padding-bottom: 0.9868421053vw;
  }
}
body > header > .primary .inner {
  max-width: 1492px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner {
    max-width: 98.1578947368vw;
  }
}
body > header > .primary .inner .cl.mobile-menu {
  display: none;
  width: 106px;
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.mobile-menu {
    display: flex;
    align-items: center;
  }
}
body > header > .primary .inner .cl.logo, body > header > .primary .inner .cl.search-n-sml {
  width: 345px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.logo, body > header > .primary .inner .cl.search-n-sml {
    width: 22.6973684211vw;
  }
}
@media only screen and (max-width: 1276px) {
  body > header > .primary .inner .cl.logo, body > header > .primary .inner .cl.search-n-sml {
    width: 286px;
  }
}
@media only screen and (max-width: 1176px) {
  body > header > .primary .inner .cl.logo, body > header > .primary .inner .cl.search-n-sml {
    width: 247px;
  }
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.logo {
    width: calc(100% - 212px);
  }
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.logo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 466px) {
  body > header > .primary .inner .cl.logo {
    width: calc(100% - 188px);
  }
}
@media only screen and (max-width: 390px) {
  body > header > .primary .inner .cl.logo {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
body > header > .primary .inner .cl.logo a {
  width: 254px;
  display: block;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.logo a {
    width: 16.7105263158vw;
  }
}
@media only screen and (max-width: 1176px) {
  body > header > .primary .inner .cl.logo a {
    width: 217px;
    transform: translateY(6px);
  }
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.logo a {
    max-width: 254px;
    width: 100%;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}
body > header > .primary .inner .cl.logo a img {
  width: 100%;
  height: auto;
  display: block;
}
body > header > .primary .inner .cl.search-n-sml {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1276px) {
  body > header > .primary .inner .cl.search-n-sml {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.search-n-sml {
    width: 106px;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-end;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper {
    -moz-column-gap: 0.9868421053vw;
         column-gap: 0.9868421053vw;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form {
  display: flex;
}
@media only screen and (max-width: 1276px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper form {
    display: none;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form input {
  border: 0;
  background-color: #f5f7f7;
  background-size: 19px;
  padding-left: 15px;
  padding-right: 15px;
  width: 195px;
  height: 24px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper form input {
    background-size: 1.25vw;
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
    width: 12.8289473684vw;
    height: 1.5789473684vw;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form input:focus {
  outline: none;
}
body > header > .primary .inner .cl.search-n-sml .wrapper form button {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 19px;
  margin-left: 10px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper form button {
    width: 1.25vw;
    margin-left: 0.6578947368vw;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form button img {
  width: 100%;
  height: auto;
  display: block;
}
body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper {
    -moz-column-gap: 0.8552631579vw;
         column-gap: 0.8552631579vw;
  }
}
@media only screen and (max-width: 466px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
@media only screen and (max-width: 535px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li:nth-child(2), body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li:not(.js-search) {
    display: none;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li.js-search {
  display: none;
}
@media only screen and (max-width: 1276px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li.js-search {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li.js-search a {
    font-size: 25px;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li a {
  font-size: 19px;
  color: #30645f;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper .social-media-link-wrapper li a {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 466px) {
  body > header > .primary .inner .cl.mobile-menu, body > header > .primary .inner .cl.search-n-sml {
    width: 94px;
  }
}
@media only screen and (max-width: 390px) {
  body > header > .primary .inner .cl.mobile-menu, body > header > .primary .inner .cl.search-n-sml {
    width: 60px;
  }
}
body > header > .primary .inner .cl.main-menu {
  width: calc(100% - 690px);
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.main-menu {
    width: calc(100% - 45.3947368421vw);
  }
}
@media only screen and (max-width: 1276px) {
  body > header > .primary .inner .cl.main-menu {
    width: calc(100% - 572px);
  }
}
@media only screen and (max-width: 1206px) {
  body > header > .primary .inner .cl.main-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1176px) {
  body > header > .primary .inner .cl.main-menu {
    width: calc(100% - 494px);
  }
}
@media only screen and (max-width: 1058px) {
  body > header > .primary .inner .cl.main-menu {
    display: none;
  }
}
body > header > .primary .inner .cl.main-menu .menu-main {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "NibPro", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.main-menu .menu-main {
    margin-top: 0.9868421053vw;
    margin-bottom: 0.9868421053vw;
  }
}
body > header > .primary .inner .cl.main-menu .menu-main > li {
  list-style: none;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 2px;
  position: relative;
  margin-right: 10px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.main-menu .menu-main > li {
    padding-top: 0.3947368421vw;
    padding-bottom: 0.1315789474vw;
    margin-right: 0.6578947368vw;
  }
}
@media only screen and (max-width: 1176px) {
  body > header > .primary .inner .cl.main-menu .menu-main > li {
    margin-right: 2px;
  }
}
body > header > .primary .inner .cl.main-menu .menu-main > li:last-of-type {
  margin-right: 0;
}
body > header > .primary .inner .cl.main-menu .menu-main > li > a {
  text-decoration: none;
  color: #30645f;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  line-height: 1;
  background-color: transparent;
  color: #30645f;
  display: flex;
  align-items: center;
  font-size: 14.7px;
  height: 23px;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 12px;
}
@media only screen and (min-width: 1520px) {
  body > header > .primary .inner .cl.main-menu .menu-main > li > a {
    font-size: 0.9671052632vw;
    height: 1.5131578947vw;
    padding-top: 0.1973684211vw;
    padding-left: 0.7894736842vw;
    padding-right: 0.7894736842vw;
    border-radius: 0.7894736842vw;
  }
}
body > header > .primary .inner .cl.main-menu .menu-main > li:hover > a, body > header > .primary .inner .cl.main-menu .menu-main > li.current-menu-item > a {
  background-color: #30645f;
  color: #fff;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.button > a {
  background-color: #C1E4A1;
  color: #30645f;
}
@media only screen and (max-width: 991px) {
  body > header > .banner {
    margin-top: 15px;
  }
}
body > main > section {
  margin-top: 70px;
}
body > main.no-space > section:first-of-type {
  margin-top: 0;
}
body footer section.main-details {
  padding-top: 51px;
  padding-bottom: 48px;
  background-color: #30645f;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details {
    padding-top: 3.3552631579vw;
    padding-bottom: 3.1578947368vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body footer section.main-details .inner {
  max-width: 1440px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner {
    max-width: 94.7368421053vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner {
    row-gap: 15px;
  }
}
body footer section.main-details .inner .cl.footer-logo {
  width: calc(100% - 863px);
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.footer-logo {
    width: calc(100% - 56.7763157895vw);
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.footer-logo {
    width: 100%;
    text-align: center;
  }
}
body footer section.main-details .inner .cl.footer-logo > a {
  margin-top: 10px;
  display: block;
  width: 268px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.footer-logo > a {
    margin-top: 0.6578947368vw;
    width: 17.6315789474vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.footer-logo > a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
body footer section.main-details .inner .cl.footer-logo > a img {
  width: 100%;
  height: auto;
  display: block;
}
body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper {
    margin-top: 2.6315789474vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper {
    margin-top: 0;
  }
}
body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li {
  margin-bottom: 0;
  margin-right: 22px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li {
    margin-right: 1.4473684211vw;
  }
}
body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li.js-search {
  display: none;
}
body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li:nth-last-child(2) {
  margin-right: 0;
}
body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li a {
  color: #c1e4a1;
  font-size: 25px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.footer-logo .social-media-link-wrapper li a {
    font-size: 1.6447368421vw;
  }
}
body footer section.main-details .inner .cl h2 {
  font-family: "NibPro", "Times New Roman", Times, serif;
  color: #c1e4a1;
  font-weight: 400;
  font-size: 40px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl h2 {
    font-size: 2.6315789474vw;
  }
}
body footer section.main-details .inner .cl.contact {
  width: 392px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.contact {
    width: 25.7894736842vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.contact {
    width: 100%;
    text-align: center;
  }
}
body footer section.main-details .inner .cl.links {
  width: 471px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.links {
    width: 30.9868421053vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.links {
    width: 100%;
    text-align: center;
  }
}
body footer section.main-details .inner .cl.links .menu-column {
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.links .menu-column {
    -moz-column-gap: 2.7631578947vw;
         column-gap: 2.7631578947vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.links .menu-column {
    flex-flow: column;
  }
}
body footer section.main-details .inner .cl.links .menu-column ul {
  padding-left: 0;
  margin-bottom: 0;
}
body footer section.main-details .inner .cl.links .menu-column ul:first-of-type {
  width: 150px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.links .menu-column ul:first-of-type {
    width: 9.8684210526vw;
  }
}
@media only screen and (max-width: 1165px) {
  body footer section.main-details .inner .cl.links .menu-column ul:first-of-type {
    width: 100%;
  }
}
body footer section.main-details .inner .cl.links .menu-column ul li {
  list-style: none;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1520px) {
  body footer section.main-details .inner .cl.links .menu-column ul li {
    margin-bottom: 0.1973684211vw;
  }
}
body footer section.main-details .inner .cl.links .menu-column ul li a {
  -webkit-text-decoration-color: #30645f;
          text-decoration-color: #30645f;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body footer section.main-details .inner .cl.links .menu-column ul li:hover a {
  color: #c1e4a1;
}
body footer section.website-author {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 1520px) {
  body footer section.website-author {
    padding-top: 1.1184210526vw;
    padding-bottom: 1.1184210526vw;
  }
}
body footer section.website-author .inner .cl p {
  margin-bottom: 0;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.5;
  font-family: "montserrat", sans-serif !important;
}
@media only screen and (min-width: 1520px) {
  body footer section.website-author .inner .cl p {
    font-size: 0.7565789474vw;
  }
}
body footer section.website-author .inner .cl p a {
  color: inherit;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  transition: all 0.5s ease-in-out;
}
body footer section.website-author .inner .cl p a:hover {
  color: #30645f;
}
body footer section.website-author .inner .cl p:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: #30645f;
          text-decoration-color: #30645f;
}
body .social-media-link-wrapper {
  padding-left: 0;
  margin-bottom: 0;
}
body .social-media-link-wrapper li {
  list-style: none;
  display: inline-block;
  margin-right: 1px;
}
body .social-media-link-wrapper li:last-of-type {
  margin-right: 0;
}
body .social-media-link-wrapper li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #172a39;
  line-height: 1;
}
body.logged-in > header .primary.im-sticky.see-im-sticky {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 0 !important;
  }
}
body .theme-btn {
  background-color: #30645f;
  font-weight: 700;
  text-transform: uppercase;
  color: #c0e3a0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  margin-top: 37px;
  font-size: 16px;
  min-height: 33px;
  height: auto;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 58px;
  border-radius: 16px;
}
@media only screen and (min-width: 1520px) {
  body .theme-btn {
    margin-top: 2.4342105263vw;
    font-size: 1.0526315789vw;
    min-height: 2.1710526316vw;
    padding-top: 0.1315789474vw;
    padding-left: 2.1052631579vw;
    padding-right: 3.8157894737vw;
    border-radius: 1.0526315789vw;
  }
}
body .theme-btn span {
  transition: transform 0.5s ease;
  display: inline-block;
  background-color: #c1e4a1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  right: 5px;
  width: 26px;
  height: 26px;
  background-size: 15px;
}
@media only screen and (min-width: 1520px) {
  body .theme-btn span {
    right: 0.3289473684vw;
    width: 1.7105263158vw;
    height: 1.7105263158vw;
    background-size: 0.9868421053vw;
  }
}
body .theme-btn:hover span {
  transform: translateY(-50%) rotateX(180deg);
}
body .arrow-link {
  display: inline-block;
  width: 96px;
  margin-top: 11px;
}
@media only screen and (min-width: 1520px) {
  body .arrow-link {
    width: 6.3157894737vw;
    margin-top: 0.7236842105vw;
  }
}
body .arrow-link img {
  width: 100%;
  display: block;
  height: auto;
}
body.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events {
  overflow: unset;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
  max-width: 78.125vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
    max-width: 1171.875px;
  }
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .page-banner {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1520px) {
  body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .page-banner {
    border-radius: 1.3157894737vw;
  }
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl {
  margin-top: 2vw;
  margin-bottom: 4vw;
  color: #30645f;
}
@media only screen and (max-width: 1500px) {
  body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .editor-genformat-bigger {
  margin-top: 30px;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .editor-genformat-bigger h2 {
  font-family: "NibPro";
  font-size: 30px;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h1 {
  margin-bottom: 0;
  font-family: "NibPro";
  color: #30645f;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap p.date {
  color: #30645f;
}
body.single-tribe_events footer.main-foot {
  margin-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container {
  min-height: auto;
  padding: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__events-bar,
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__messages {
  display: none;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-common-c-btn-icon {
  all: unset;
  font-size: 55px;
  color: #3f3f3f;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 53px;
  padding-top: 10px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 59px;
  padding-right: 59px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0082ba;
  padding-top: 8px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn {
  background-color: #0082ba;
  color: #fff;
  border: 1px solid #0082ba;
  background-image: none;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn:hover {
  background-color: transparent;
  color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  background-color: #828282;
  padding: 21px 0;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 3px solid #ffffff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 {
  color: #fff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 .tribe-events-calendar-month__header-column-title-desktop {
  font-size: 21px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:first-of-type {
  background-color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day {
  border: 3px solid #ffffff;
  background-color: #f2f2f2;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type {
  background-color: #e6f2ff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type .tribe-events-calendar-month__day-cell h3 {
  color: #4fadff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 {
  color: #4f4f4f;
  opacity: 1;
  font-weight: 500;
  font-size: 26px;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 .tribe-events-calendar-month__day-date-daynum {
  color: inherit;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article {
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 a {
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    display: none;
  }
}
body .edtr {
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1520px) {
  body .edtr {
    font-size: 0.9210526316vw;
    letter-spacing: 0.0657894737vw;
  }
}
body .edtr .big-text {
  font-size: 225px !important;
  line-height: 118px !important;
}
@media only screen and (min-width: 1520px) {
  body .edtr .big-text {
    font-size: 14.8026315789vw !important;
    line-height: 8.2236842105vw !important;
  }
}
@media only screen and (max-width: 1022px) {
  body .edtr .big-text {
    font-size: 22.0156555773vw !important;
    line-height: 12.2309197652vw !important;
  }
}
body .edtr > *:last-child {
  margin-bottom: 0;
}
body .edtr h1,
body .edtr h2,
body .edtr h3,
body .edtr h4 {
  font-family: "NibPro", "Times New Roman", Times, serif;
  color: #c1e4a1;
  font-weight: 400;
}
body .edtr h2 {
  font-size: 68px;
}
@media only screen and (min-width: 1520px) {
  body .edtr h2 {
    font-size: 4.4736842105vw;
  }
}
body .edtr h3 {
  font-size: 39px;
}
@media only screen and (min-width: 1520px) {
  body .edtr h3 {
    font-size: 2.5657894737vw;
  }
}
body .edtr h4 {
  font-size: 21px;
}
@media only screen and (min-width: 1520px) {
  body .edtr h4 {
    font-size: 1.3815789474vw;
  }
}
body .edtr .border-table {
  border: 1px solid #30645f;
  border-radius: 20px;
}
@media only screen and (min-width: 1520px) {
  body .edtr .border-table {
    border-radius: 1.3157894737vw;
  }
}
body .edtr .border-table table {
  border-collapse: separate; /* Important for border-radius to work */
  border-spacing: 0;
  border: 1px solid #ccc; /* Optional, for a visible border */
  border-radius: 10px; /* Adjust the radius as you like */
  overflow: hidden; /* Sometimes needed to clip the rounded edges */
}
@media only screen and (min-width: 1520px) {
  body .edtr .border-table table {
    border-radius: 0.6578947368vw;
    border: 0.0657894737vw solid #ccc;
  }
}
body .edtr .border-table table tr {
  height: auto !important;
}
body .edtr .border-table table tr td {
  height: auto !important;
}
@media only screen and (max-width: 451px) {
  body .edtr .border-table table tr td {
    font-size: 3.9911308204vw;
  }
}
@media only screen and (max-width: 745px) {
  body .edtr .border-table table tbody tr td {
    display: block;
    width: 100% !important;
  }
}
body .edtr table tr td {
  border: 1px solid #30645f;
  font-size: 14px;
  padding: 32px 35px;
}
@media only screen and (min-width: 1520px) {
  body .edtr table tr td {
    border: 0.0657894737vw solid #30645f;
    font-size: 0.9210526316vw;
    padding: 2.1052631579vw 2.3026315789vw;
  }
}
body .edtr table tr td > * {
  color: #30645f;
}
body .edtr table tr td > *:last-child {
  margin-bottom: 0;
}
body .edtr .theme-btn {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1520px) {
  body .edtr .theme-btn {
    margin-bottom: 0.9868421053vw;
  }
}
body .ed1tor > * {
  font-size: 11px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1520px) {
  body .ed1tor > * {
    font-size: 0.7236842105vw;
    letter-spacing: 0.0657894737vw;
  }
}
body .ed1tor > *:last-child {
  margin-bottom: 0;
}
body .ed1tor a {
  color: inherit;
  -webkit-text-decoration-color: #c1e4a1;
          text-decoration-color: #c1e4a1;
}
body .ed1tor > h2 {
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 40px;
}
@media only screen and (min-width: 1520px) {
  body .ed1tor > h2 {
    font-size: 2.6315789474vw;
  }
}

section.image-banner > div.no-top-space {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner > div.no-top-space {
    margin-top: -4.6052631579vw;
  }
}
section.image-banner .content {
  position: relative;
}
section.image-banner .content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.32;
}
section.image-banner .content .captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .content .captions {
    padding-bottom: 2.6315789474vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-banner .content .captions {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  section.image-banner .content .captions {
    padding-bottom: 2.75vw;
  }
}
section.image-banner .content .captions h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-size: 220px;
  line-height: 140px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  color: #c1e4a1;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .content .captions h2 {
    font-size: 14.4736842105vw;
    line-height: 9.2105263158vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-banner .content .captions h2 {
    font-size: 18.3333333333vw;
    line-height: 11.6666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  section.image-banner .content .captions h2 {
    font-size: 73.3333333332px;
    line-height: 54.666667px;
  }
}
section.image-banner .image-list {
  overflow: hidden;
}
section.image-banner .image-list.zooming .img {
  -webkit-animation: myMove 5s 1 ease-in-out;
  animation: myMove 5s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: myMove 5s forwards; /* for less modern browsers */
  animation: myMove 5s forwards;
}
section.image-banner .image-list .img {
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 895px) {
  section.image-banner .image-list .img {
    padding-top: unset;
    height: 350px;
  }
}
section.image-banner .image-list .img.img-bottom {
  background-position: bottom center;
}
section.image-banner .image-list .img.img-center {
  background-position: center center;
}
section.image-banner.as-video .content .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, transparent 50%, rgb(0, 0, 0) 100%);
  opacity: 1;
}
section.image-banner .video-wrap .inner-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap {
    height: 320px !important;
  }
}
section.image-banner .video-wrap .inner-wrap .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-banner .video-wrap .inner-wrap .loader .lds-roller div:after {
  background-color: gold;
}
section.image-banner .video-wrap .inner-wrap .overflow {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #241f21;
  padding-bottom: var(--vimeo-default-h);
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow {
    padding-bottom: 460px;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow iframe {
  transform: scale(1.1);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    top: -0.0657894737vw;
  }
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.search-results-list {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f2f2f2;
}
section.search-results-list > div .inner {
  max-width: 1240px;
}
section.search-results-list > div .inner .cl .search-results {
  margin-bottom: 50px;
}
section.search-results-list > div .inner .cl .search-results:last-of-type {
  margin-bottom: 0;
}
section.search-results-list > div .inner .cl .search-results h3 {
  margin-bottom: 3px;
  color: #14213d;
  font-size: 24px;
  text-transform: uppercase;
}
section.search-results-list > div .inner .cl .search-results p {
  margin-bottom: 0;
}
section.search-results-list > div .inner .cl .search-results .theme-btn {
  display: inline-flex;
  margin-top: 10px;
  height: auto;
  padding-left: 0;
  color: #14213d !important;
  background-image: url(../helpers/images/sharks-black-logo.png);
  background-color: transparent;
  font-weight: 500;
}
section.text-content {
  margin-top: 90px;
}
@media only screen and (min-width: 1520px) {
  section.text-content {
    margin-top: 5.9210526316vw;
  }
}
@media only screen and (max-width: 745px) {
  section.text-content {
    margin-top: 12.0805369128vw;
  }
}
section.text-content.x-margin-top {
  margin-top: 0;
}
section.text-content.below-banner {
  position: relative;
  margin-top: -42px;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  overflow: hidden;
}
@media only screen and (min-width: 1520px) {
  section.text-content.below-banner {
    margin-top: -2.7631578947vw;
    border-top-left-radius: 3.0263157895vw;
    border-top-right-radius: 3.0263157895vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.text-content.below-banner {
    margin-top: -3.5vw;
    border-top-left-radius: 3.8333333333vw;
    border-top-right-radius: 3.8333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  section.text-content.below-banner {
    margin-top: -16px;
  }
}
section.text-content.huge > div {
  padding-top: 170px;
}
@media only screen and (min-width: 1520px) {
  section.text-content.huge > div {
    padding-top: 11.1842105263vw;
  }
}
@media only screen and (max-width: 1022px) {
  section.text-content.huge > div {
    padding-top: 16.6340508806vw;
  }
}
section.text-content.small > div {
  padding-top: 95px;
}
@media only screen and (min-width: 1520px) {
  section.text-content.small > div {
    padding-top: 6.25vw;
  }
}
@media only screen and (max-width: 1022px) {
  section.text-content.small > div {
    padding-top: 9.2954990215vw;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content.small > div {
    padding-top: 40px;
  }
}
section.text-content.smaller > div {
  padding-top: 45px;
}
@media only screen and (min-width: 1520px) {
  section.text-content.smaller > div {
    padding-top: 2.9605263158vw;
  }
}
@media only screen and (max-width: 1022px) {
  section.text-content.smaller > div {
    padding-top: 4.4031311155vw;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content.smaller > div {
    padding-top: 40px;
  }
}
section.text-content.nega-30 {
  margin-top: -30px;
}
@media only screen and (min-width: 1520px) {
  section.text-content.nega-30 {
    margin-top: -1.9736842105vw;
  }
}
section.text-content > div .inner {
  row-gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1200px) {
  section.text-content > div .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  section.text-content > div .inner {
    width: 100% !important;
  }
}
section.text-content > div .inner.column4-special {
  justify-content: space-evenly;
}
@media only screen and (max-width: 1167px) {
  section.text-content > div .inner.column4-special {
    justify-content: center;
    flex-flow: column;
  }
}
section.text-content > div .inner .cl {
  max-width: 100%;
  height: auto;
  letter-spacing: 0.4px;
  color: #30645f;
}
@media only screen and (max-width: 574px) {
  section.text-content > div .inner .cl .alignleft {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
section.text-content > div .inner .cl.cl-30-70:first-of-type {
  width: 30%;
  padding-right: 30px;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-30-70:first-of-type {
    padding-right: 1.9736842105vw;
  }
}
section.text-content > div .inner .cl.cl-30-70:last-of-type {
  padding-left: 30px;
  width: 70%;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-30-70:last-of-type {
    padding-left: 1.9736842105vw;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-30-70 {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl.cl-70-30:first-of-type {
  width: 70%;
  padding-right: 30px;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-70-30:first-of-type {
    padding-right: 1.9736842105vw;
  }
}
section.text-content > div .inner .cl.cl-70-30:last-of-type {
  padding-left: 1.9736842105vw;
  width: 30%;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-70-30:last-of-type {
    padding-left: 1.9736842105vw;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-70-30 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 690px) {
  section.text-content > div .inner .cl.cl-25 {
    width: 100%;
  }
}
section.text-content > div .inner .cl a:not(.theme-btn) {
  color: inherit;
}
section.text-content > div .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.text-content > div .inner .cl.cl-custom.edtr h2 {
  font-size: 159px;
  line-height: 122px;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-custom.edtr h2 {
    font-size: 10.4605263158vw;
    line-height: 8.0263157895vw;
  }
}
@media only screen and (max-width: 625px) {
  section.text-content > div .inner .cl.cl-custom.edtr h2 {
    font-size: 25.44vw;
    line-height: 19.52vw;
  }
}
section.text-content > div .inner .cl.cl-custom.edtr h3 {
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-custom.edtr h3 {
    font-size: 2.2368421053vw;
    line-height: 2.6315789474vw;
  }
}
section.text-content > div .inner .cl.cl-custom.edtr h4 {
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (min-width: 1520px) {
  section.text-content > div .inner .cl.cl-custom.edtr h4 {
    font-size: 1.7105263158vw;
    line-height: 1.9078947368vw;
  }
}
section.text-content > div .inner .cl.edtr h1,
section.text-content > div .inner .cl.edtr h2,
section.text-content > div .inner .cl.edtr h3,
section.text-content > div .inner .cl.edtr h4,
section.text-content > div .inner .cl.edtr h5 {
  color: #30645f;
}
section.the-map > div {
  position: relative;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div {
    border-top-right-radius: 2.6315789474vw;
    border-top-left-radius: 2.6315789474vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map > div {
    display: flex;
    flex-flow: column-reverse;
  }
}
section.the-map > div #mapz {
  height: 454px;
  background-color: #2d655a;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div #mapz {
    height: 29.8684210526vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map > div #mapz {
    left: auto !important;
  }
}
section.the-map > div .absolute {
  position: absolute;
  background-color: #2d655a;
  top: 0;
  right: 0;
  bottom: 0;
  width: 621px;
  padding-right: 90px;
  padding-left: 15px;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div .absolute {
    width: 40.8552631579vw;
    padding-right: 5.9210526316vw;
    padding-left: 0.9868421053vw;
  }
}
@media only screen and (max-width: 1500px) {
  section.the-map > div .absolute {
    padding-right: 4.6666666667vw;
    width: 41.4vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map > div .absolute {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
section.the-map > div .absolute > div {
  text-align: right;
  padding-bottom: 78px;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div .absolute > div {
    padding-bottom: 5.1315789474vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map > div .absolute > div {
    width: 100%;
    text-align: center;
  }
}
section.the-map > div .absolute > div img {
  width: 66px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div .absolute > div img {
    width: 4.3421052632vw;
    margin-bottom: 1.6447368421vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map > div .absolute > div img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
section.the-map > div .absolute > div h2 {
  color: #c1e4a1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1520px) {
  section.the-map > div .absolute > div h2 {
    margin-bottom: 0.6578947368vw;
  }
}
section.the-map > div .absolute > div p {
  color: #fff;
}
section.the-map.small_negative {
  margin-top: -32px;
}
section.the-map.no_gap {
  margin-top: 0;
}
section.the-map.huge_negative {
  margin-top: -272px;
}
@media only screen and (min-width: 1520px) {
  section.the-map.huge_negative {
    margin-top: -17.8947368421vw;
  }
}
section.the-map.huge_negative > div #mapz {
  height: 650px;
}
@media only screen and (min-width: 1520px) {
  section.the-map.huge_negative > div #mapz {
    height: 42.7631578947vw;
  }
}
@media only screen and (max-width: 900px) {
  section.the-map.huge_negative > div #mapz {
    height: 83.3333333333vw;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map.huge_negative > div #mapz {
    left: auto !important;
  }
}
@media only screen and (max-width: 901px) {
  section.the-map.huge_negative > div .absolute {
    padding-top: 272px;
  }
}
section.gforms {
  position: relative;
  z-index: 1;
}
section.gforms > div .inner .cl-100 .wrapper {
  background-color: #c1e4a1;
  background-image: url(../helpers/images/www-vector.png);
  background-repeat: no-repeat;
  background-size: 520px;
  padding-top: 70px;
  padding-bottom: 72px;
  border-radius: 245px;
  background-position: 98% 590px;
}
@media only screen and (min-width: 1520px) {
  section.gforms > div .inner .cl-100 .wrapper {
    background-size: 34.2105263158vw;
    padding-top: 4.6052631579vw;
    padding-bottom: 4.7368421053vw;
    border-radius: 16.1184210526vw;
    background-position: 98% 38.8157894737vw;
  }
}
@media only screen and (max-width: 630px) {
  section.gforms > div .inner .cl-100 .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.gforms > div .inner .cl-100 .wrapper > h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 223px;
  line-height: 193px;
  font-weight: 400;
  color: #30645f;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1520px) {
  section.gforms > div .inner .cl-100 .wrapper > h2 {
    font-size: 14.6710526316vw;
    line-height: 12.6973684211vw;
    margin-bottom: 0.3289473684vw;
  }
}
@media only screen and (max-width: 951px) {
  section.gforms > div .inner .cl-100 .wrapper > h2 {
    font-size: 23.4490010515vw;
    line-height: 20.294426919vw;
  }
}
section.gforms > div .inner .cl-100 .wrapper > p {
  font-family: "NibPro", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 24px;
  color: #30645f;
}
@media only screen and (min-width: 1520px) {
  section.gforms > div .inner .cl-100 .wrapper > p {
    font-size: 1.5789473684vw;
  }
}
section.gforms > div .inner .cl-100 .wrapper .gform-wrap {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media only screen and (min-width: 1520px) {
  section.gforms > div .inner .cl-100 .wrapper .gform-wrap {
    max-width: 37.8289473684vw;
    margin-top: 4.6052631579vw;
  }
}
section.gforms > div .inner .cl-100 .wrapper .gform-wrap > .gform-theme .gform_heading {
  display: none;
}
section.gforms.no-top-space {
  margin-top: -160px;
}
@media only screen and (min-width: 1520px) {
  section.gforms.no-top-space {
    margin-top: -10.5263157895vw;
  }
}
section.fullwidth-image.no_gap {
  margin-top: -36px;
}
@media only screen and (min-width: 1520px) {
  section.fullwidth-image.no_gap {
    margin-top: -2.3684210526vw;
  }
}
section.fullwidth-image img {
  height: auto;
  width: 100%;
  display: block;
}
section.two-column-heading {
  margin-top: 37px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading {
    margin-top: 2.4342105263vw;
  }
}
section.two-column-heading > div .inner {
  padding-left: 15px;
  padding-right: 15px;
  row-gap: 30px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner {
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
    row-gap: 1.9736842105vw;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div .inner {
    padding-left: 0;
    padding-right: 0;
    flex-flow: column;
    max-width: 745px;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div .inner .cl {
    width: 100%;
  }
}
section.two-column-heading > div .inner .cl .title-wrap {
  background-color: #30645f;
  padding-top: 42px;
  border-radius: 25px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap {
    padding-top: 2.7631578947vw;
    border-radius: 1.6447368421vw;
  }
}
section.two-column-heading > div .inner .cl .title-wrap .text {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap .text {
    padding-left: 1.9736842105vw;
    padding-right: 1.9736842105vw;
    padding-bottom: 4.2763157895vw;
  }
}
section.two-column-heading > div .inner .cl .title-wrap .text > h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  color: #c1e4a1;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 98px;
  line-height: 76px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > h2 {
    font-size: 6.4473684211vw;
    line-height: 5vw;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > h2 {
    font-size: 113.28px;
    line-height: 85.61px;
  }
}
@media only screen and (max-width: 555px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > h2 {
    font-size: 20.4108108108vw;
    line-height: 15.4252252252vw;
  }
}
section.two-column-heading > div .inner .cl .title-wrap .text > a {
  width: 200px;
  position: absolute;
  bottom: -75px;
  width: 150px;
  right: 30px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > a {
    width: 13.1578947368vw;
    bottom: -4.9342105263vw;
    width: 9.8684210526vw;
    right: 1.9736842105vw;
  }
}
@media only screen and (max-width: 1220px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > a {
    width: 16.3934vw;
    bottom: -6.1475vw;
    width: 12.295vw;
    right: 2.459vw;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > a {
    width: 172.95037px;
    bottom: -64.856125px;
    width: 129.71225px;
    right: 25.94245px;
  }
}
@media only screen and (max-width: 555px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > a {
    bottom: -13.5135135135vw;
    width: 27.027027027vw;
    right: 5.4054054054vw;
  }
}
section.two-column-heading > div .inner .cl .title-wrap .text > a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0 #000;
  border-radius: 50%;
}
section.two-column-heading > div .inner .cl .title-wrap .text > a:hover img {
  transform: scale(1.01);
  box-shadow: 0 0 15px -5px #000;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap .text > a:hover img {
    box-shadow: 0 0 15px -0.3289473684vw #000;
  }
}
section.two-column-heading > div .inner .cl .title-wrap .img {
  height: 258px;
  background-size: cover;
  background-position: center center;
  border-radius: 25px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div .inner .cl .title-wrap .img {
    height: 16.9736842105vw;
    border-radius: 1.6447368421vw;
  }
}
@media only screen and (max-width: 1220px) {
  section.two-column-heading > div .inner .cl .title-wrap .img {
    height: 21.1475vw;
    border-radius: 2.0491vw;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div .inner .cl .title-wrap .img {
    height: 223.106125px;
    border-radius: 21.618005px;
  }
}
@media only screen and (max-width: 555px) {
  section.two-column-heading > div .inner .cl .title-wrap .img {
    height: 40.1993018018vw;
    border-radius: 3.895136036vw;
  }
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap {
  position: relative;
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap .text {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #30645f;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap .text {
    padding-left: 1.9736842105vw;
    padding-right: 1.9736842105vw;
    border-bottom-left-radius: 1.6447368421vw;
    border-bottom-right-radius: 1.6447368421vw;
  }
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap .text .theme-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background-color: #c1e4a1;
  color: #30645f;
  margin-top: 15px;
  width: auto;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap .text .theme-btn {
    margin-top: 0.9868421053vw;
  }
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap .text .theme-btn span {
  background-size: cover;
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap .img {
  height: 676px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap .img {
    height: 44.4736842105vw;
  }
}
@media only screen and (max-width: 555px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap .img {
    height: 121.8018018018vw;
  }
}
section.two-column-heading > div.layout2 .inner .cl .title-wrap:hover .text {
  height: 377px;
}
@media only screen and (min-width: 1520px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap:hover .text {
    height: 24.8026315789vw;
  }
}
@media only screen and (max-width: 1055px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap:hover .text {
    height: 417px;
  }
}
@media only screen and (max-width: 555px) {
  section.two-column-heading > div.layout2 .inner .cl .title-wrap:hover .text {
    height: 90.0900900901vw;
  }
}
section.image-text-two-columns {
  margin-top: 120px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns {
    margin-top: 7.8947368421vw;
  }
}
@media only screen and (max-width: 745px) {
  section.image-text-two-columns {
    margin-top: 16.1073825503vw;
  }
}
section.image-text-two-columns.has-bg {
  padding-top: 43px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns.has-bg {
    padding-top: 2.8289473684vw;
  }
}
section.image-text-two-columns.no-margin-top {
  margin-top: 0;
}
section.image-text-two-columns > div .inner {
  padding-left: 15px;
  padding-right: 15px;
  row-gap: 30px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner {
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
    row-gap: 1.9736842105vw;
  }
}
@media only screen and (max-width: 1225px) {
  section.image-text-two-columns > div .inner {
    row-gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
section.image-text-two-columns > div .inner .cl.cl-100 {
  text-align: center;
  margin-bottom: -45px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-100 {
    margin-bottom: -2.9605263158vw;
  }
}
@media only screen and (max-width: 1225px) {
  section.image-text-two-columns > div .inner .cl.cl-100 {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 951px) {
  section.image-text-two-columns > div .inner .cl.cl-100 {
    margin-bottom: -1.5772870662vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-100 h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 203px;
  line-height: 160px;
  font-weight: 400;
  color: #30645f;
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 {
    font-size: 13.3552631579vw;
    line-height: 10.5263157895vw;
  }
}
@media only screen and (max-width: 951px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 {
    font-size: 21.3459516299vw;
    line-height: 16.8243953733vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-100 h2 img {
  display: block;
  width: 106px;
  position: absolute;
  top: -39px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img {
    width: 6.9736842105vw;
    top: -2.5657894737vw;
  }
}
@media only screen and (max-width: 951px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img {
    width: 11.1461619348vw;
    top: -4.1009463722vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-left {
  left: -139px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-left {
    left: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-left {
    left: -14.6161934805vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-right {
  right: -139px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-right {
    right: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.image-text-two-columns > div .inner .cl.cl-100 h2 img.flag-right {
    right: -14.6161934805vw;
  }
}
@media only screen and (max-width: 1225px) {
  section.image-text-two-columns > div .inner .cl.cl-50 {
    width: 100%;
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  section.image-text-two-columns > div .inner .cl.cl-50:last-of-type {
    margin-bottom: 0;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper {
  background-color: #c0e3a0;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  border-radius: 18px;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper {
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 600px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper {
    flex-flow: column-reverse;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  padding-top: 73px;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details {
    padding: 2.1052631579vw;
    padding-top: 4.8026315789vw;
  }
}
@media only screen and (max-width: 600px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details {
    width: 100%;
    padding: 30px;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details > h3 {
  font-family: "NibPro";
  color: #30645f;
  font-weight: 400;
  font-size: 36px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details > h3 {
    font-size: 2.3684210526vw;
  }
}
@media only screen and (max-width: 361px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details > h3 {
    font-size: 9.972299169vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section .content {
  color: #30645f;
  font-weight: 500;
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section .content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section .content br {
    display: none;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section > a {
  background-color: #30645f;
  font-weight: 700;
  text-transform: uppercase;
  color: #c0e3a0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  margin-top: 31px;
  font-size: 16px;
  height: 33px;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 58px;
  border-radius: 16px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section > a {
    margin-top: 2.0394736842vw;
    font-size: 1.0526315789vw;
    height: 2.1710526316vw;
    padding-top: 0.1315789474vw;
    padding-left: 2.1052631579vw;
    padding-right: 3.8157894737vw;
    border-radius: 1.0526315789vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section > a span {
  transition: transform 0.5s ease;
  display: inline-block;
  background-color: #c1e4a1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  right: 5px;
  width: 26px;
  height: 26px;
  background-size: 15px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section > a span {
    right: 0.3289473684vw;
    width: 1.7105263158vw;
    height: 1.7105263158vw;
    background-size: 0.9868421053vw;
  }
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .details .btm-section > a:hover span {
  transform: translateY(-50%) rotateX(180deg);
}
section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .featured-image {
  width: 50%;
  height: 465px;
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .featured-image {
    height: 30.5921052632vw;
  }
}
@media only screen and (max-width: 600px) {
  section.image-text-two-columns > div .inner .cl.cl-50 .wrapper .featured-image {
    background-position: top center;
    width: 100%;
    height: 40.1993018018vw;
  }
}
section.text-content-encircled {
  margin-top: 90px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled {
    margin-top: 5.9210526316vw;
  }
}
@media only screen and (max-width: 745px) {
  section.text-content-encircled {
    margin-top: 12.0805369128vw;
  }
}
section.text-content-encircled.layout2 {
  margin-top: 40px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled.layout2 {
    margin-top: 2.6315789474vw;
  }
}
section.text-content-encircled.layout2 > div {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled.layout2 > div {
    padding-left: 1.9736842105vw;
    padding-right: 1.9736842105vw;
  }
}
@media only screen and (max-width: 751px) {
  section.text-content-encircled.layout2 > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.text-content-encircled.layout2 > div .inner {
  background-color: #f2f2f2;
  padding-top: 100px;
  border-radius: 25px;
  padding-top: 6.5789473684vw;
  padding-bottom: 5.2631578947vw;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled.layout2 > div .inner {
    border-radius: 1.6447368421vw;
  }
}
section.text-content-encircled.margin-remove {
  margin-top: 0;
}
section.text-content-encircled.margin-reduce {
  margin-top: 30px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled.margin-reduce {
    margin-top: 1.9736842105vw;
  }
}
@media only screen and (max-width: 745px) {
  section.text-content-encircled.margin-reduce {
    margin-top: 4.0268456376vw;
  }
}
section.text-content-encircled > div .inner .cl {
  text-align: center;
}
section.text-content-encircled > div .inner .cl .featured-image {
  max-width: 1384px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .featured-image {
    max-width: 90.1315789474vw;
  }
}
section.text-content-encircled > div .inner .cl .featured-image img {
  width: 100%;
  display: block;
  height: auto;
}
section.text-content-encircled > div .inner .cl .the-circle {
  width: 100%;
  max-width: 1384px;
  background-color: #30645f;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .the-circle {
    max-width: 90.1315789474vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
    padding-left: 3.9473684211vw;
    padding-right: 3.9473684211vw;
  }
}
@media only screen and (max-width: 790px) {
  section.text-content-encircled > div .inner .cl .the-circle {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 510px) {
  section.text-content-encircled > div .inner .cl .the-circle {
    padding-left: 17.6470588235vw;
    padding-right: 17.6470588235vw;
  }
}
section.text-content-encircled > div .inner .cl .the-circle h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  text-align: center;
  font-weight: 400;
  color: #c0e3a0;
  text-align: center;
  margin-bottom: 0;
  font-size: 92px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .the-circle h2 {
    font-size: 6.0526315789vw;
  }
}
@media only screen and (max-width: 600px) {
  section.text-content-encircled > div .inner .cl .the-circle h2 {
    font-size: 15.3333333333vw;
  }
}
section.text-content-encircled > div .inner .cl .the-circle .content {
  text-align: center;
  color: #c0e3a0;
  font-family: "NibPro";
  margin-top: 2px;
  font-size: 25px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .the-circle .content {
    margin-top: 0.1315789474vw;
    font-size: 1.6447368421vw;
  }
}
@media only screen and (max-width: 600px) {
  section.text-content-encircled > div .inner .cl .the-circle .content {
    font-size: 4.1666666667vw;
  }
}
section.text-content-encircled > div .inner .cl .the-circle .content > *:last-child {
  margin-bottom: 0;
}
section.text-content-encircled > div .inner .cl .theme-btn2 {
  background-color: #30645f;
  font-weight: 700;
  text-transform: uppercase;
  color: #c0e3a0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  margin-top: 37px;
  font-size: 16px;
  height: 33px;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 58px;
  border-radius: 16px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .theme-btn2 {
    margin-top: 2.4342105263vw;
    font-size: 1.0526315789vw;
    height: 2.1710526316vw;
    padding-top: 0.1315789474vw;
    padding-left: 2.1052631579vw;
    padding-right: 3.8157894737vw;
    border-radius: 1.0526315789vw;
  }
}
section.text-content-encircled > div .inner .cl .theme-btn2 span {
  transition: transform 0.5s ease;
  display: inline-block;
  background-color: #c1e4a1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  right: 5px;
  width: 26px;
  height: 26px;
  background-size: 15px;
}
@media only screen and (min-width: 1520px) {
  section.text-content-encircled > div .inner .cl .theme-btn2 span {
    right: 0.3289473684vw;
    width: 1.7105263158vw;
    height: 1.7105263158vw;
    background-size: 0.9868421053vw;
  }
}
section.text-content-encircled > div .inner .cl .theme-btn2:hover span {
  transform: translateY(-50%) rotateX(180deg);
}
section.grid-3-columns {
  background-color: #c1e4a1;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 46px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns {
    padding-top: 3.9473684211vw;
    padding-bottom: 1.9736842105vw;
    border-radius: 3.0263157895vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns {
    padding-top: 6.0544904137vw;
  }
}
section.grid-3-columns.no-margin {
  margin-top: 0;
}
section.grid-3-columns.negative-half {
  margin-top: 30px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns.negative-half {
    margin-top: 1.9736842105vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns.negative-half {
    margin-top: 3.0272452069vw;
  }
}
section.grid-3-columns.negative {
  margin-top: -42px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns.negative {
    margin-top: -2.7631578947vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns.negative {
    margin-top: -4.2381432896vw;
  }
}
section.grid-3-columns.no-intro {
  padding-top: 51px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns.no-intro {
    padding-top: 3.3552631579vw;
  }
}
section.grid-3-columns.no-intro > div .inner .cl.tiles {
  margin-top: 0;
}
section.grid-3-columns.layout-dual {
  padding-top: 0;
}
section.grid-3-columns.flag.no-margin {
  margin-top: 183px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns.flag.no-margin {
    margin-top: 12.0394736842vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns.flag.no-margin {
    margin-top: 19.2429022082vw;
  }
}
section.grid-3-columns.flag.default {
  margin-top: 253px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns.flag.default {
    margin-top: 16.6447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns.flag.default {
    margin-top: 26.603575184vw;
  }
}
section.grid-3-columns > h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 203px;
  line-height: 160px;
  font-weight: 400;
  color: #30645f;
  position: relative;
  display: inline-block;
  position: relative;
  position: absolute;
  top: -144px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > h2 {
    top: -9.4736842105vw;
    font-size: 13.3552631579vw;
    line-height: 10.5263157895vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns > h2 {
    top: -15.141955836vw;
    font-size: 21.3459516299vw;
    line-height: 16.8243953733vw;
  }
}
section.grid-3-columns > h2 img {
  display: block;
  width: 106px;
  position: absolute;
  top: -39px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > h2 img {
    width: 6.9736842105vw;
    top: -2.5657894737vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns > h2 img {
    width: 11.1461619348vw;
    top: -4.1009463722vw;
  }
}
section.grid-3-columns > h2 img.flag-left {
  left: -139px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > h2 img.flag-left {
    left: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns > h2 img.flag-left {
    left: -14.6161934805vw;
  }
}
section.grid-3-columns > h2 img.flag-right {
  right: -139px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > h2 img.flag-right {
    right: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.grid-3-columns > h2 img.flag-right {
    right: -14.6161934805vw;
  }
}
section.grid-3-columns > div .inner {
  padding-left: 7px;
  padding-right: 7px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner {
    padding-left: 0.4605263158vw;
    padding-right: 0.4605263158vw;
  }
}
section.grid-3-columns > div .inner .cl.featured-header {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.featured-header {
    margin-bottom: 1.0526315789vw;
  }
}
section.grid-3-columns > div .inner .cl.featured-header .img-wrapper {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.featured-header .img-wrapper {
    border-radius: 1.1842105263vw;
  }
}
section.grid-3-columns > div .inner .cl.featured-header .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  border-radius: 15px;
  padding: 8px 66px 3px;
  border: 3px solid #c1e4a1;
}
@media only screen and (max-width: 1036px) {
  section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper {
    border-radius: 1.4478764479vw;
    padding: 0.7722007722vw 6.3706563707vw 0.2895752896vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper {
    position: static;
    transform: unset;
  }
}
section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-weight: 400;
  color: #fff;
  font-size: 113px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 21px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1036px) {
  section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper h2 {
    font-size: 10.9073359073vw;
    gap: 2.027027027vw;
  }
}
section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper h2 span {
  font-family: "Abuget";
  font-size: 70px;
}
@media only screen and (max-width: 1036px) {
  section.grid-3-columns > div .inner .cl.featured-header .img-wrapper .title-wrapper h2 span {
    font-size: 6.7567567568vw;
  }
}
section.grid-3-columns > div .inner .cl.cl-100 img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.cl-100 img {
    max-width: 32.8947368421vw;
  }
}
section.grid-3-columns > div .inner .cl.cl-100 > h2 {
  font-family: "NibPro";
  font-weight: 400;
  font-size: 40px;
  color: #30645f;
  background-color: #fff;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.cl-100 > h2 {
    font-size: 2.6315789474vw;
    height: 9.0789473684vw;
    max-width: 35.5921052632vw;
    border-radius: 0.9868421053vw;
  }
}
section.grid-3-columns > div .inner .cl.cl-100 .edtr {
  margin-top: 60px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.cl-100 .edtr {
    margin-top: 3.9473684211vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.cl-100 .edtr {
    margin-top: 6.0544904137vw;
  }
}
section.grid-3-columns > div .inner .cl.cl-100 .edtr > * {
  color: #30645f;
}
section.grid-3-columns > div .inner .cl.tiles {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-top: 74px;
  justify-content: center;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles {
    -moz-column-gap: 1.0526315789vw;
         column-gap: 1.0526315789vw;
    row-gap: 1.0526315789vw;
    margin-top: 4.8684210526vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles {
    margin-top: 7.4672048436vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile {
  background-color: #30645f;
  position: relative;
  width: calc(33.33% - 11px);
  border-radius: 18px;
  padding-top: 105px;
  padding-top: 6.9078947368vw;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles .tile {
    width: calc(33.33% - 0.7236842105vw);
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile {
    width: calc(50% - 8px);
    padding-top: 105px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-3-columns > div .inner .cl.tiles .tile {
    padding-top: 10.8137044968vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile {
    width: 100%;
    padding-top: 13.91184573vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-3-columns > div .inner .cl.tiles .tile {
    padding-top: 64.1336088153px;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
  padding-top: 40px;
  background-color: #30645f;
  border-radius: 18px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 93px;
  overflow: hidden;
  z-index: 1;
  height: 6.1184210526vw;
  padding-top: 2.6315789474vw;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
    padding-top: 40px;
    height: 93px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
    padding-top: 4.2826552463vw;
    height: 9.5289079229vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
    padding-top: 5.5096418733vw;
    height: 12.258953168vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents {
    padding-top: 25.3994490359px;
    height: 56.5137741045px;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile .text-contents h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-weight: 400;
  color: #c1e4a1;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 64px;
  margin-bottom: 0;
  padding-left: 0.9868421053vw;
  padding-right: 0.9868421053vw;
  font-size: 4.2105263158vw;
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 1.6059957173vw;
    padding-right: 1.6059957173vw;
    font-size: 6.4239828694vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 2.0661157025vw;
    padding-right: 2.0661157025vw;
    font-size: 8.2644628099vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .text-contents h2 {
    font-size: 38px;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile .img {
  margin-top: -12px;
  height: 385px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-top: -0.7894736842vw;
  height: 25.3289473684vw;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img {
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img {
    margin-top: -12px;
    height: 38.8496468214vw;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img {
    margin-top: -1.2847965739vw;
    height: 41.2205567452vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img {
    height: 53.0303030303vw;
    margin-top: -1.652892562vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile .img a {
  display: block;
  width: 98px;
  border-radius: 50%;
  background-color: #c1e4a1;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 6.4473684211vw;
  height: 6.4473684211vw;
  right: 1.3157894737vw;
  bottom: 1.6447368421vw;
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img a {
    height: 9.8890010091vw;
    width: 9.8890010091vw;
    right: 2.0181634712vw;
    bottom: 2.5227043391vw;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img a {
    height: 10.4925053533vw;
    width: 10.4925053533vw;
    right: 2.1413276231vw;
    bottom: 2.6766595289vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile .img a {
    height: 13.4986225895vw;
    width: 13.4986225895vw;
    right: 2.7548209366vw;
    bottom: 3.4435261708vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles .tile .img a img {
  width: 100%;
  display: block;
  height: auto;
}
section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
  font-size: 52px;
  line-height: 70px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 3.4210526316vw;
    line-height: 4.6052631579vw;
  }
}
@media only screen and (max-width: 1500px) {
  section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 3.3vw;
    line-height: 4.7vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 5.2vw;
    line-height: 7.4vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 52px;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 584px) {
  section.grid-3-columns > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 8.904109589vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents {
  transition: all 0.5s ease-in-out;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents.temp-class {
  height: 100%;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description {
  color: #c1e4a1;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 5px;
  height: calc(100% - 66px);
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description {
    font-size: 0.8552631579vw;
    height: calc(100% - 4.3421052632vw);
    padding-left: 1.9736842105vw;
    padding-right: 0.3289473684vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description {
    padding-left: 3.036437247vw;
    padding-right: 1.012145749vw;
    font-size: 2.6315789474vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div {
  height: 100%;
  overflow-y: hidden;
  padding-right: 30px;
  /* Track */
  /* Handle */
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div {
    padding-right: 1.9736842105vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div {
    padding-right: 3.036437247vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div.vertical-align-middle {
  display: flex;
  width: 100%;
  overflow: hidden !important;
  align-items: center;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div.vertical-align-middle > div {
  width: 100%;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div::-webkit-scrollbar {
  width: 15px;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div::-webkit-scrollbar-track {
  background: #c1e4a1;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div::-webkit-scrollbar-thumb {
  background: #30645f;
  border: 3px solid #c1e4a1;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div.no-desc {
  overflow: unset;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div > *:last-child {
  margin-bottom: 0;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div a {
  color: #fff;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description > div > div p {
  margin-bottom: 5px;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description .btn-wrap {
  text-align: center;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description .btn-wrap .theme-btn {
  background-color: #c1e4a1;
  color: #30645f;
  font-family: "montserrat", sans-serif;
  margin-top: 0;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .text-contents .description .btn-wrap .theme-btn span {
  background-size: cover;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile .img a {
  bottom: 40px;
}
section.grid-3-columns > div .inner .cl.tiles.simple2 .tile:hover .text-contents, section.grid-3-columns > div .inner .cl.tiles.simple2 .tile.active .text-contents {
  height: 100%;
}
@media only screen and (max-width: 921px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile {
  padding-top: 144px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile {
    padding-top: 9.4736842105vw;
  }
}
@media only screen and (max-width: 921px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile {
    width: 100%;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile {
    padding-top: 21.0526315789vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents {
  transition: all 0.5s ease-in-out;
  padding-top: 67px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents {
    padding-top: 4.4078947368vw;
    padding-bottom: 4.2763157895vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents {
    padding-top: 13.1578947368vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents.temp-class {
  height: 640px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents.temp-class {
    height: 42.1052631579vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents.temp-class {
    height: 129.5546558704vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
  font-size: 79px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
    font-size: 5.1973684211vw;
  }
}
@media only screen and (max-width: 1277px) and (min-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
    font-size: 60px;
    position: relative;
    top: 16px;
    z-index: 1;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
    font-size: 15.991902834vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description {
  color: #c1e4a1;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 5px;
  height: calc(100% - 15px);
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description {
    font-size: 0.8552631579vw;
    padding-left: 1.9736842105vw;
    padding-right: 0.3289473684vw;
    height: calc(100% - 0.9868421053vw);
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description {
    padding-left: 3.036437247vw;
    padding-right: 1.012145749vw;
    font-size: 2.8340080972vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box {
  height: 100%;
  /* Track */
  /* Handle */
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box.vertical-align-middle {
  display: flex;
  width: 100%;
  overflow: hidden !important;
  align-items: center;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box.vertical-align-middle > div {
  width: 100%;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box::-webkit-scrollbar {
  width: 15px;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box::-webkit-scrollbar-track {
  background: #c1e4a1;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box::-webkit-scrollbar-thumb {
  background: #30645f;
  border: 3px solid #c1e4a1;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box.no-desc {
  overflow: unset;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box > *:last-child {
  margin-bottom: 0;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box .btn-wrap {
  text-align: center;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box .btn-wrap .theme-btn {
  background-color: #c1e4a1;
  color: #30645f;
  font-family: "montserrat", sans-serif;
  margin-top: 0;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .text-contents .description > .temp-box .btn-wrap .theme-btn span {
  background-size: cover;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .img {
  height: 53.2894736842vw;
}
@media only screen and (max-width: 921px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .img {
    height: 648px;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile .img {
    height: 131.1740890688vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile .img a {
  bottom: 40px;
}
section.grid-3-columns > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-3-columns > div .inner .cl.tiles.portrait .tile.active .text-contents {
  height: 640px;
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-3-columns > div .inner .cl.tiles.portrait .tile.active .text-contents {
    height: 42.1052631579vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-3-columns > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-3-columns > div .inner .cl.tiles.portrait .tile.active .text-contents {
    height: 129.5546558704vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.dual {
  row-gap: 1.0526315789vw;
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.dual {
    max-width: 729px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .text-contents {
    padding-top: 40px;
    height: 93px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .text-contents {
    padding-top: 5.3835800808vw;
    height: 12.5168236878vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .text-contents h2 {
    font-size: 64px !important;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .text-contents h2 {
    font-size: 8.6137281292vw !important;
  }
}
section.grid-3-columns > div .inner .cl.tiles.dual .tile {
  width: calc(50% - 9px);
}
@media only screen and (min-width: 1520px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .tile {
    width: calc(50% - 0.5921052632vw);
  }
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .tile {
    width: 100%;
    padding-top: 105px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .tile {
    padding-top: 14.131897712vw;
  }
}
section.grid-3-columns > div .inner .cl.tiles.dual .tile .img {
  height: 710px;
  height: 46.7105263158vw;
}
@media only screen and (max-width: 991px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .tile .img {
    height: 710px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-3-columns > div .inner .cl.tiles.dual .tile .img {
    height: 95.5585464334vw;
  }
}
section.grid-3-columns > div .inner.flag .cl.cl-100 h2 {
  all: unset;
  position: absolute;
  display: none;
}
section.grid-3-columns > div .inner.flag .cl.tiles {
  margin-top: 0;
}
section.title-one-line > div .inner .cl.cl-100 h2 {
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-weight: 400;
  text-align: center;
  color: #30645f;
  font-style: italic;
  font-size: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 0;
  transform: translateY(26px);
}
@media only screen and (min-width: 1520px) {
  section.title-one-line > div .inner .cl.cl-100 h2 {
    font-size: 7.5vw;
    -moz-column-gap: 2.6315789474vw;
         column-gap: 2.6315789474vw;
    transform: translateY(1.7105263158vw);
  }
}
@media only screen and (max-width: 800px) {
  section.title-one-line > div .inner .cl.cl-100 h2 {
    font-size: 14.25vw;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
}
section.title-one-line > div .inner .cl.cl-100 h2 img {
  width: 99px;
  height: auto;
  display: block;
  border-radius: 50%;
  margin-top: -20px;
}
@media only screen and (min-width: 1520px) {
  section.title-one-line > div .inner .cl.cl-100 h2 img {
    width: 6.5131578947vw;
    margin-top: -1.3157894737vw;
  }
}
@media only screen and (max-width: 800px) {
  section.title-one-line > div .inner .cl.cl-100 h2 img {
    width: 12.375vw;
    margin-top: -2.5vw;
  }
}
section.title-one-line2 > div .inner .cl {
  display: flex;
  justify-content: center;
}
section.title-one-line2 > div .inner .cl h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 203px;
  line-height: 160px;
  font-weight: 400;
  color: #30645f;
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  transform: translateY(16px);
}
@media only screen and (min-width: 1520px) {
  section.title-one-line2 > div .inner .cl h2 {
    font-size: 13.3552631579vw;
    line-height: 10.5263157895vw;
    transform: translateY(1.0526315789vw);
  }
}
@media only screen and (max-width: 951px) {
  section.title-one-line2 > div .inner .cl h2 {
    transform: translateY(1.6824395373vw);
    font-size: 21.3459516299vw;
    line-height: 16.8243953733vw;
  }
}
section.title-one-line2 > div .inner .cl h2 img {
  display: block;
  width: 106px;
  position: absolute;
  top: -39px;
}
@media only screen and (min-width: 1520px) {
  section.title-one-line2 > div .inner .cl h2 img {
    width: 6.9736842105vw;
    top: -2.5657894737vw;
  }
}
@media only screen and (max-width: 951px) {
  section.title-one-line2 > div .inner .cl h2 img {
    width: 11.1461619348vw;
    top: -4.1009463722vw;
  }
}
section.title-one-line2 > div .inner .cl h2 img.flag-left {
  left: -139px;
}
@media only screen and (min-width: 1520px) {
  section.title-one-line2 > div .inner .cl h2 img.flag-left {
    left: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.title-one-line2 > div .inner .cl h2 img.flag-left {
    left: -14.6161934805vw;
  }
}
section.title-one-line2 > div .inner .cl h2 img.flag-right {
  right: -139px;
}
@media only screen and (min-width: 1520px) {
  section.title-one-line2 > div .inner .cl h2 img.flag-right {
    right: -9.1447368421vw;
  }
}
@media only screen and (max-width: 951px) {
  section.title-one-line2 > div .inner .cl h2 img.flag-right {
    right: -14.6161934805vw;
  }
}
section.image-banner.as-video {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1520px) {
  section.image-banner.as-video {
    border-bottom-left-radius: 2.6315789474vw;
    border-bottom-right-radius: 2.6315789474vw;
  }
}
section.image-banner.as-video .content .overlay {
  background-size: cover;
}
section.image-banner.as-video .content .overlay img {
  width: 100%;
  height: auto;
  max-width: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (min-width: 1520px) {
  section.image-banner.as-video .content .overlay img {
    max-width: 6.4473684211vw;
  }
}
section.image-banner.as-video .video-wrap .inner-wrap .overflow .embed-player {
  /*
  comment out if you dont want to show controls

  */
}
section.image-banner.as-video.not-full-width {
  padding-left: 22px;
  padding-right: 22px;
}
section.image-banner.as-video.not-full-width .content {
  border-radius: 20px;
  overflow: hidden;
}
section.image-banner.as-video.not-full-width .content .js-body-video {
  border-radius: 20px;
}
section.book_in_your_next_round {
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round {
    padding-left: 1.4473684211vw;
    padding-right: 1.4473684211vw;
  }
}
@media only screen and (max-width: 491px) {
  section.book_in_your_next_round {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.book_in_your_next_round > div {
  padding-top: 75px;
  background-color: #30645f;
  border-radius: 20px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div {
    padding-top: 4.9342105263vw;
    border-radius: 1.3157894737vw;
  }
}
@media only screen and (max-width: 599px) {
  section.book_in_your_next_round > div {
    padding-top: 12.5208681135vw;
  }
}
section.book_in_your_next_round > div .inner .cl > h3 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  color: #c0e3a0;
  font-size: 121px;
  font-weight: 400;
  text-align: center;
  margin-bottom: -23px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl > h3 {
    font-size: 7.9605263158vw;
    margin-bottom: -1.5131578947vw;
  }
}
@media only screen and (max-width: 599px) {
  section.book_in_your_next_round > div .inner .cl > h3 {
    font-size: 19.1986644407vw;
    margin-bottom: -3.8397328881vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents {
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 9px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents {
    max-width: 88.5526315789vw;
    -moz-column-gap: 0.5921052632vw;
         column-gap: 0.5921052632vw;
    row-gap: 0.5921052632vw;
  }
}
@media only screen and (max-width: 1280px) {
  section.book_in_your_next_round > div .inner .cl .contents {
    flex-flow: column;
    max-width: 1030px;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 {
  padding-top: 50px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 27px;
  justify-content: space-between;
  width: 1038px;
  background-color: #bbdd9c;
  display: flex;
  flex-flow: row wrap;
  border-radius: 20px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 {
    padding-top: 3.2894736842vw;
    padding-left: 1.9078947368vw;
    padding-right: 1.9078947368vw;
    padding-bottom: 1.7763157895vw;
    width: 68.2894736842vw;
    border-radius: 1.3157894737vw;
  }
}
@media only screen and (max-width: 1280px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 491px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 {
    padding: 30px 15px;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col {
  color: #30645f;
  padding-right: 7.5px;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col {
    padding-right: 0.4934210526vw;
    font-size: 0.8552631579vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col h4 {
  color: #30645f;
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table {
  text-align: unset;
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr {
  height: auto !important;
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr td {
  border: 0;
  height: auto !important;
  padding: 3px 7.5px;
  font-size: 13px;
  color: #30645f;
  font-weight: 500;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr td {
    padding: 0.1973684211vw 0.4934210526vw;
    font-size: 0.8552631579vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr td:nth-child(3), section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr td:last-child {
  text-align: center;
}
@media only screen and (max-width: 436px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col table tr td {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-1 {
  width: 360px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-1 {
    width: 23.6842105263vw;
  }
}
@media only screen and (max-width: 1002px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-1 {
    width: 50%;
  }
}
@media only screen and (max-width: 822px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-1 {
    width: 100%;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-2 {
  width: 255px;
  padding-top: 39px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-2 {
    width: 16.7763157895vw;
    padding-top: 2.5657894737vw;
  }
}
@media only screen and (max-width: 1002px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 822px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-2 {
    width: 100%;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-3 {
  padding-top: 39px;
  width: 255px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-3 {
    padding-top: 2.5657894737vw;
    width: 16.7763157895vw;
  }
}
@media only screen and (max-width: 1002px) {
  section.book_in_your_next_round > div .inner .cl .contents .content-col-3 .col-3 {
    width: 100%;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details {
  background-color: #fff;
  border-radius: 20px;
  width: 299px;
  padding-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details {
    border-radius: 1.3157894737vw;
    width: 19.6710526316vw;
    padding-top: 2.9605263158vw;
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
  }
}
@media only screen and (max-width: 1280px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details {
    width: 100%;
    padding-bottom: 27px;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap {
  margin-bottom: 26px;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap {
    margin-bottom: 1.7105263158vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap:last-of-type {
  margin-bottom: 0;
}
section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap h2 {
  color: #30645f;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap h2 {
    font-size: 2.6315789474vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap h3 {
  color: #30645f;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details .details-wrap h3 {
    font-size: 1.3815789474vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details a {
  margin-top: 20px;
  display: block;
  width: 95px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .inner .cl .contents .other-details a {
    margin-top: 1.3157894737vw;
    width: 6.25vw;
  }
}
section.book_in_your_next_round > div .inner .cl .contents .other-details a img {
  display: block;
  width: 100%;
  height: auto;
}
section.book_in_your_next_round > div .bottom-featured-image {
  margin-top: 73px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1520px) {
  section.book_in_your_next_round > div .bottom-featured-image {
    margin-top: 4.8026315789vw;
    border-radius: 1.3157894737vw;
  }
}
section.book_in_your_next_round > div .bottom-featured-image img {
  width: 100%;
  display: block;
  height: auto;
}
section.grid-events {
  background-color: #c1e4a1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  border-radius: 46px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events {
    padding-top: 5.2631578947vw;
    padding-bottom: 5.2631578947vw;
    border-radius: 3.0263157895vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events {
    padding-top: 8.8799192735vw;
    padding-top: 8.8799192735vw;
  }
}
section.grid-events.no-margin {
  margin-top: 0;
}
@media only screen and (min-width: 1520px) {
  section.grid-events.no-margin {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events.no-margin {
    margin-top: 0;
  }
}
section.grid-events.negative {
  margin-top: -42px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events.negative {
    margin-top: -2.7631578947vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events.negative {
    margin-top: -4.2381432896vw;
  }
}
section.grid-events.no-intro {
  padding-top: 51px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events.no-intro {
    padding-top: 3.3552631579vw;
  }
}
section.grid-events.no-intro > div .inner .cl.tiles {
  margin-top: 0;
}
section.grid-events > div .inner {
  padding-left: 7px;
  padding-right: 7px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner {
    padding-left: 0.4605263158vw;
    padding-right: 0.4605263158vw;
  }
}
section.grid-events > div .inner .cl.cl-100 > h2 {
  font-family: "NibPro";
  font-weight: 400;
  font-size: 39px;
  color: #30645f;
  text-align: center;
  margin-bottom: 0;
}
section.grid-events > div .inner .cl.cl-100 .edtr {
  font-family: "NibPro";
  text-align: center;
  font-size: 15px;
  margin-top: 14px;
}
section.grid-events > div .inner .cl.cl-100 .edtr > * {
  color: #30645f;
}
section.grid-events > div .inner .cl.tiles {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-top: 74px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles {
    -moz-column-gap: 1.0526315789vw;
         column-gap: 1.0526315789vw;
    row-gap: 1.0526315789vw;
    margin-top: 4.8684210526vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles {
    margin-top: 7.4672048436vw;
  }
}
section.grid-events > div .inner .cl.tiles .tile {
  background-color: #30645f;
  position: relative;
  width: calc(33.33% - 11px);
  border-radius: 18px;
  padding-top: 105px;
  padding-top: 6.9078947368vw;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile {
    width: calc(33.33% - 0.7236842105vw);
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile {
    width: calc(50% - 8px);
    padding-top: 105px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-events > div .inner .cl.tiles .tile {
    padding-top: 10.8137044968vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile {
    width: 100%;
    padding-top: 13.91184573vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-events > div .inner .cl.tiles .tile {
    padding-top: 64.1336088153px;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents {
  padding-top: 40px;
  background-color: #30645f;
  border-radius: 18px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 93px;
  overflow: hidden;
  z-index: 1;
  height: 6.1184210526vw;
  padding-top: 2.6315789474vw;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents {
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents {
    padding-top: 40px;
    height: 93px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents {
    padding-top: 4.2826552463vw;
    height: 9.5289079229vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents {
    padding-top: 5.5096418733vw;
    height: 12.258953168vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents {
    padding-top: 25.3994490359px;
    height: 56.5137741045px;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-weight: 400;
  color: #c1e4a1;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 64px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 0.9868421053vw;
  padding-right: 0.9868421053vw;
  font-size: 4.2105263158vw;
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 1.6059957173vw;
    padding-right: 1.6059957173vw;
    font-size: 6.4239828694vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents h2 {
    padding-left: 2.0661157025vw;
    padding-right: 2.0661157025vw;
    font-size: 8.2644628099vw;
  }
}
@media only screen and (max-width: 461px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents h2 {
    font-size: 38px;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description {
  color: #c1e4a1;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 18px;
  height: calc(100% - 65px);
  text-align: center;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents .description {
    font-size: 1.1842105263vw;
    height: calc(100% - 4.2763157895vw);
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents .description {
    height: calc(100% - 13.1578947368vw);
    font-size: 3.6437246964vw;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description > *:last-child {
  margin-bottom: 0;
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .wyiwyg-editor {
  overflow-y: auto;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #30645f transparent;
  scrollbar-gutter: stable;
  transition: all 0.5s ease 0.5s;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents .description .wyiwyg-editor {
    overflow-y: auto;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .wyiwyg-editor > *:last-child {
  margin-bottom: 0;
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .wyiwyg-editor a.theme-btn {
  margin-top: 13px;
  background-color: #c1e4a1;
  color: #30645f;
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .wyiwyg-editor a.theme-btn span {
  background-image: url(../helpers/images/www-small-arrow.png) !important;
  background-size: cover;
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .btn-wrap {
  text-align: center;
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .btn-wrap .theme-btn {
  background-color: #c1e4a1;
  color: #30645f;
  font-family: "montserrat", sans-serif;
}
@media only screen and (max-width: 1347px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents .description .btn-wrap .theme-btn {
    margin-top: 2.7468448404vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles .tile .text-contents .description .btn-wrap .theme-btn {
    margin-top: 0px;
  }
}
section.grid-events > div .inner .cl.tiles .tile .text-contents .description .btn-wrap .theme-btn span {
  background-size: cover;
}
section.grid-events > div .inner .cl.tiles .tile .img {
  margin-top: -12px;
  height: 283px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-top: -0.7894736842vw;
  height: 18.6184210526vw;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile .img {
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile .img {
    margin-top: -12px;
    height: 38.8496468214vw;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-events > div .inner .cl.tiles .tile .img {
    margin-top: -1.2847965739vw;
    height: 41.2205567452vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile .img {
    height: 53.0303030303vw;
    margin-top: -1.652892562vw;
  }
}
section.grid-events > div .inner .cl.tiles .tile .img a {
  display: block;
  width: 98px;
  border-radius: 50%;
  background-color: #c1e4a1;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 6.4473684211vw;
  height: 6.4473684211vw;
  right: 1.3157894737vw;
  bottom: 1.6447368421vw;
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile .img a {
    height: 9.8890010091vw;
    width: 9.8890010091vw;
    right: 2.0181634712vw;
    bottom: 2.5227043391vw;
  }
}
@media only screen and (max-width: 934px) {
  section.grid-events > div .inner .cl.tiles .tile .img a {
    height: 10.4925053533vw;
    width: 10.4925053533vw;
    right: 2.1413276231vw;
    bottom: 2.6766595289vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile .img a {
    height: 13.4986225895vw;
    width: 13.4986225895vw;
    right: 2.7548209366vw;
    bottom: 3.4435261708vw;
  }
}
section.grid-events > div .inner .cl.tiles .tile .img a img {
  width: 100%;
  display: block;
  height: auto;
}
section.grid-events > div .inner .cl.tiles .tile:hover .text-contents, section.grid-events > div .inner .cl.tiles .tile.active .text-contents {
  height: 100%;
}
section.grid-events > div .inner .cl.tiles .tile:hover .text-contents .description .wyiwyg-editor, section.grid-events > div .inner .cl.tiles .tile.active .text-contents .description .wyiwyg-editor {
  scrollbar-color: #c1e4a1 transparent;
}
section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
  font-size: 52px;
  line-height: 70px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 3.4210526316vw;
    line-height: 4.6052631579vw;
  }
}
@media only screen and (max-width: 1500px) {
  section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 3.3vw;
    line-height: 4.7vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 5.2vw;
    line-height: 7.4vw;
  }
}
@media only screen and (max-width: 726px) {
  section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 52px;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 584px) {
  section.grid-events > div .inner .cl.tiles .tile.small-title .text-contents h2 {
    font-size: 8.904109589vw;
  }
}
@media only screen and (max-width: 921px) {
  section.grid-events > div .inner .cl.tiles.portrait {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile {
  padding-top: 144px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile {
    padding-top: 9.4736842105vw;
  }
}
@media only screen and (max-width: 1305px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 921px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile {
    width: 100%;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile {
    padding-top: 21.0526315789vw;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents {
  transition: all 0.5s ease-in-out;
  padding-top: 67px;
  height: 132px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents {
    padding-top: 4.4078947368vw;
    height: 8.6842105263vw;
    padding-bottom: 1.9736842105vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents {
    padding-top: 6.0728744939vw;
    height: 19.2307692308vw;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
  font-size: 79px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
    font-size: 5.1973684211vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents > h2 {
    font-size: 15.991902834vw;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description {
  color: #c1e4a1;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 16px;
  margin-top: 30px;
  padding-left: 42px;
  padding-right: 42px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description {
    font-size: 1.0526315789vw;
    margin-top: 1.9736842105vw;
    padding-left: 2.7631578947vw;
    padding-right: 2.7631578947vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description {
    margin-top: 4.048582996vw;
    padding-left: 3.036437247vw;
    padding-right: 3.036437247vw;
    font-size: 3.6437246964vw;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description > *:last-child {
  margin-bottom: 0;
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description .btn-wrap {
  text-align: center;
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description .btn-wrap .theme-btn {
  background-color: #c1e4a1;
  color: #30645f;
  font-family: "montserrat", sans-serif;
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description .btn-wrap .theme-btn {
    margin-top: 0px;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .text-contents .description .btn-wrap .theme-btn span {
  background-size: cover;
}
section.grid-events > div .inner .cl.tiles.portrait .tile .img {
  height: 53.2894736842vw;
}
@media only screen and (max-width: 921px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .img {
    height: 648px;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile .img {
    height: 131.1740890688vw;
  }
}
section.grid-events > div .inner .cl.tiles.portrait .tile .img a {
  bottom: 40px;
}
section.grid-events > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-events > div .inner .cl.tiles.portrait .tile.active .text-contents {
  height: 640px;
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-events > div .inner .cl.tiles.portrait .tile.active .text-contents {
    height: 42.1052631579vw;
  }
}
@media only screen and (max-width: 494px) {
  section.grid-events > div .inner .cl.tiles.portrait .tile:hover .text-contents, section.grid-events > div .inner .cl.tiles.portrait .tile.active .text-contents {
    height: 129.5546558704vw;
  }
}
section.grid-events > div .inner .cl.tiles.dual {
  row-gap: 1.0526315789vw;
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles.dual {
    max-width: 729px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles.dual .text-contents {
    padding-top: 40px;
    height: 93px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-events > div .inner .cl.tiles.dual .text-contents {
    padding-top: 5.3835800808vw;
    height: 12.5168236878vw;
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles.dual .text-contents h2 {
    font-size: 64px !important;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-events > div .inner .cl.tiles.dual .text-contents h2 {
    font-size: 8.6137281292vw !important;
  }
}
section.grid-events > div .inner .cl.tiles.dual .tile {
  width: calc(50% - 9px);
}
@media only screen and (min-width: 1520px) {
  section.grid-events > div .inner .cl.tiles.dual .tile {
    width: calc(50% - 0.5921052632vw);
  }
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles.dual .tile {
    width: 100%;
    padding-top: 105px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-events > div .inner .cl.tiles.dual .tile {
    padding-top: 14.131897712vw;
  }
}
section.grid-events > div .inner .cl.tiles.dual .tile .img {
  height: 710px;
  height: 46.7105263158vw;
}
@media only screen and (max-width: 991px) {
  section.grid-events > div .inner .cl.tiles.dual .tile .img {
    height: 710px;
  }
}
@media only screen and (max-width: 743px) {
  section.grid-events > div .inner .cl.tiles.dual .tile .img {
    height: 95.5585464334vw;
  }
}
section.tournaments {
  padding-top: 135px;
  border-radius: 40px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments {
    padding-top: 8.8815789474vw;
    border-radius: 2.6315789474vw;
  }
}
@media only screen and (max-width: 951px) {
  section.tournaments {
    padding-top: 14.1955835962vw;
  }
}
section.tournaments > div .inner {
  justify-content: center;
}
@media only screen and (max-width: 770px) {
  section.tournaments > div .inner {
    flex-flow: column;
    align-items: center;
  }
}
section.tournaments > div .inner .cl.item {
  width: 364px;
  border-right: 1px solid #c1e4a1;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl.item {
    width: 23.9473684211vw;
    border-right: 0.0657894737vw solid #c1e4a1;
  }
}
@media only screen and (max-width: 770px) {
  section.tournaments > div .inner .cl.item {
    border-right: 0;
    border-bottom: 1px solid #c1e4a1;
    width: 100%;
  }
}
section.tournaments > div .inner .cl.item:nth-last-child(2) {
  border-right: 0;
}
@media only screen and (max-width: 770px) {
  section.tournaments > div .inner .cl.item:nth-last-child(2) {
    border-bottom: 0;
  }
  section.tournaments > div .inner .cl.item:nth-last-child(2) .tournament {
    padding-bottom: 0;
  }
}
section.tournaments > div .inner .cl .tournament {
  padding-top: 47px;
  padding-bottom: 47px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl .tournament {
    padding-top: 3.0921052632vw;
    padding-bottom: 3.0921052632vw;
  }
}
section.tournaments > div .inner .cl .tournament h2 {
  color: #c1e4a1;
  font-family: "BlindsAudience";
  text-align: center;
  font-weight: 400;
  font-size: 250px;
  margin-bottom: 0;
  line-height: 200px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl .tournament h2 {
    font-size: 16.4473684211vw;
    line-height: 13.1578947368vw;
    margin-bottom: 0.3289473684vw;
  }
}
section.tournaments > div .inner .cl .tournament h3 {
  color: #c1e4a1;
  font-family: "BlindsAudience";
  text-align: center;
  font-weight: 400;
  font-size: 104px;
  line-height: 66px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl .tournament h3 {
    font-size: 6.8421052632vw;
    line-height: 4.3421052632vw;
  }
}
section.tournaments > div .inner .cl .tournament .edtr {
  margin-top: 34px;
  color: #c1e4a1;
  text-align: center;
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl .tournament .edtr {
    margin-top: 2.2368421053vw;
    padding-left: 1.9078947368vw;
    padding-right: 1.9078947368vw;
  }
}
section.tournaments > div .inner .cl .tournament .edtr > *:last-child {
  margin-bottom: 0;
}
section.tournaments > div .inner .cl .tournament .btn-wrap {
  text-align: center;
}
section.tournaments > div .inner .cl .tournament .btn-wrap .theme-btn {
  background-color: #c1e4a1;
  color: #30645f;
}
section.tournaments > div .inner .cl .tournament .btn-wrap .theme-btn span {
  background-color: #30645f;
  background-size: cover;
}
section.tournaments > div .inner .cl.cl-100 {
  margin-top: 153px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl.cl-100 {
    margin-top: 10.0657894737vw;
  }
}
@media only screen and (max-width: 951px) {
  section.tournaments > div .inner .cl.cl-100 {
    margin-top: 16.0883280757vw;
  }
}
section.tournaments > div .inner .cl.cl-100 h2 {
  color: #c1e4a1;
  font-family: "BlindsAudience";
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 177px;
  line-height: 110px;
}
@media only screen and (min-width: 1520px) {
  section.tournaments > div .inner .cl.cl-100 h2 {
    font-size: 11.6447368421vw;
    line-height: 7.2368421053vw;
  }
}
@media only screen and (max-width: 951px) {
  section.tournaments > div .inner .cl.cl-100 h2 {
    font-size: 18.6119873817vw;
    line-height: 11.5667718191vw;
  }
}
@media only screen and (max-width: 790px) {
  section.contact-us > div .inner.first-section {
    flex-flow: column;
  }
  section.contact-us > div .inner.first-section .cl {
    width: 100% !important;
  }
}
section.contact-us > div .inner.first-section .cl h2.main-title {
  font-family: "BlindsAudience";
  color: #30645f;
  font-weight: 400;
  font-size: 161px;
  margin-bottom: 68px;
  transform: translateY(-20px);
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl h2.main-title {
    font-size: 10.5921052632vw;
    margin-bottom: 4.4736842105vw;
    transform: translateY(-1.3157894737vw);
  }
}
@media only screen and (max-width: 790px) {
  section.contact-us > div .inner.first-section .cl h2.main-title {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 520px) {
  section.contact-us > div .inner.first-section .cl h2.main-title {
    font-size: 30.9615384615vw;
    transform: translateY(-3.8461538462vw);
  }
}
section.contact-us > div .inner.first-section .cl .edtr {
  width: 310px;
  line-height: 16px;
  color: #30645f;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl .edtr {
    width: 20.3947368421vw;
    line-height: 1.0526315789vw;
  }
}
@media only screen and (max-width: 790px) {
  section.contact-us > div .inner.first-section .cl .edtr {
    width: 100%;
    text-align: center;
  }
}
section.contact-us > div .inner.first-section .cl .the-team {
  max-width: 300px;
  margin-left: auto;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl .the-team {
    max-width: 19.7368421053vw;
  }
}
@media only screen and (max-width: 790px) {
  section.contact-us > div .inner.first-section .cl .the-team {
    margin-top: 30px;
    margin-right: auto;
  }
}
section.contact-us > div .inner.first-section .cl .the-team .person {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl .the-team .person {
    margin-bottom: 1.5131578947vw;
  }
}
section.contact-us > div .inner.first-section .cl .the-team .person:last-of-type {
  margin-bottom: 0;
}
section.contact-us > div .inner.first-section .cl .the-team .person h3 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-family: 15px;
  font-size: 17px;
  color: #30645f;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl .the-team .person h3 {
    font-family: 0.9868421053vw;
    font-size: 1.1184210526vw;
    margin-bottom: 0.2631578947vw;
  }
}
section.contact-us > div .inner.first-section .cl .the-team .person h2 {
  font-family: "NibPro";
  font-weight: 500;
  font-size: 29px;
  color: #30645f;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.first-section .cl .the-team .person h2 {
    font-size: 1.9078947368vw;
  }
}
section.contact-us > div .inner.second-section {
  margin-top: 60px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section {
    margin-top: 3.9473684211vw;
  }
}
@media only screen and (max-width: 1176px) {
  section.contact-us > div .inner.second-section {
    flex-flow: column;
  }
  section.contact-us > div .inner.second-section .cl {
    width: 100% !important;
  }
}
@media only screen and (max-width: 790px) {
  section.contact-us > div .inner.second-section .cl {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section h3 {
    font-size: 4.9152542373vw !important;
  }
}
section.contact-us > div .inner.second-section .address {
  margin-bottom: 33px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .address {
    margin-bottom: 2.1710526316vw;
  }
}
section.contact-us > div .inner.second-section .address h3 {
  font-family: "NibPro";
  font-weight: 500;
  font-size: 29px;
  color: #30645f;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .address h3 {
    font-size: 1.9078947368vw;
  }
}
section.contact-us > div .inner.second-section .address h3 img {
  width: 27px;
  display: block;
  height: auto;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .address h3 img {
    width: 1.7763157895vw;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section .address h3 img {
    width: 4.5762711864vw;
  }
}
section.contact-us > div .inner.second-section .address h3.value {
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .address h3.value {
    padding-left: 1.9736842105vw;
  }
}
section.contact-us > div .inner.second-section .address h3.value img {
  position: absolute;
  left: 0;
  top: -3px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .address h3.value img {
    top: -0.1973684211vw;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section .address h3.value img {
    top: -0.5084745763vw;
  }
}
section.contact-us > div .inner.second-section .phone-numbers {
  margin-bottom: 33px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .phone-numbers {
    margin-bottom: 2.1710526316vw;
  }
}
section.contact-us > div .inner.second-section .phone-numbers h3 {
  font-family: "NibPro";
  font-weight: 500;
  font-size: 29px;
  color: #30645f;
  margin-bottom: 0;
  position: relative;
  padding-left: 178px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .phone-numbers h3 {
    font-size: 1.9078947368vw;
    padding-left: 11.7105263158vw;
    margin-bottom: 0.2631578947vw;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section .phone-numbers h3 {
    padding-left: 30.1694915254vw;
  }
}
section.contact-us > div .inner.second-section .phone-numbers h3:last-of-type {
  margin-bottom: 0;
}
section.contact-us > div .inner.second-section .phone-numbers h3 span {
  position: absolute;
  left: 0;
}
section.contact-us > div .inner.second-section .phone-numbers h3 img {
  width: 27px;
  display: inline-block;
  height: auto;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .phone-numbers h3 img {
    width: 1.7763157895vw;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section .phone-numbers h3 img {
    width: 4.5762711864vw;
  }
}
section.contact-us > div .inner.second-section .emails {
  margin-bottom: 33px;
}
section.contact-us > div .inner.second-section .emails h3 {
  font-family: "NibPro";
  font-weight: 500;
  font-size: 29px;
  color: #30645f;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 4px;
  padding-left: 30px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .emails h3 {
    font-size: 1.9078947368vw;
    margin-bottom: 0.2631578947vw;
    padding-left: 1.9736842105vw;
  }
}
section.contact-us > div .inner.second-section .emails h3 a {
  text-decoration: none;
  color: inherit;
}
section.contact-us > div .inner.second-section .emails h3 img {
  width: 27px;
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: -3px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .emails h3 img {
    width: 1.7763157895vw;
    top: -0.1973684211vw;
  }
}
@media only screen and (max-width: 590px) {
  section.contact-us > div .inner.second-section .emails h3 img {
    width: 4.5762711864vw;
    top: -0.5084745763vw;
  }
}
section.contact-us > div .inner.second-section .fax h3 {
  font-family: "NibPro";
  font-weight: 500;
  font-size: 29px;
  color: #30645f;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .fax h3 {
    font-size: 1.9078947368vw;
  }
}
section.contact-us > div .inner.second-section .innerest {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 594px) {
  section.contact-us > div .inner.second-section .innerest {
    flex-flow: column;
    justify-content: center;
  }
}
section.contact-us > div .inner.second-section .innerest .feaured_image img {
  display: block;
  width: 100%;
  height: auto;
  width: 414px;
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .innerest .feaured_image img {
    width: 27.2368421053vw;
  }
}
@media only screen and (max-width: 594px) {
  section.contact-us > div .inner.second-section .innerest .feaured_image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 444px) {
  section.contact-us > div .inner.second-section .innerest .feaured_image img {
    width: 100%;
  }
}
section.contact-us > div .inner.second-section .innerest .the-U {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 594px) {
  section.contact-us > div .inner.second-section .innerest .the-U {
    display: none;
  }
}
section.contact-us > div .inner.second-section .innerest .the-U h2 {
  font-family: "BlindsAudience";
  color: #30645f;
  font-weight: 400;
  font-size: 161px;
  margin-bottom: 0;
  transform: translateY(-37px);
}
@media only screen and (min-width: 1520px) {
  section.contact-us > div .inner.second-section .innerest .the-U h2 {
    font-size: 10.5921052632vw;
    transform: translateY(-2.4342105263vw);
  }
}
section.video_with_text {
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text {
    padding-left: 1.4473684211vw;
    padding-right: 1.4473684211vw;
  }
}
@media only screen and (max-width: 1162px) {
  section.video_with_text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.video_with_text > div {
  background-color: #c1e4a1;
  padding: 45px 30px;
  border-radius: 18px;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text > div {
    padding: 2.9605263158vw 1.9736842105vw;
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 1162px) {
  section.video_with_text > div {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1162px) {
  section.video_with_text > div .inner {
    flex-flow: column-reverse;
  }
}
section.video_with_text > div .inner .cl.description {
  width: 30%;
  display: flex;
  align-items: center;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #30645f;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text > div .inner .cl.description {
    line-height: 1.7763157895vw;
    letter-spacing: 0.0328947368vw;
  }
}
@media only screen and (max-width: 1162px) {
  section.video_with_text > div .inner .cl.description {
    width: 100%;
    margin-top: 15px;
  }
}
section.video_with_text > div .inner .cl.video-wrapper {
  width: 70%;
}
@media only screen and (max-width: 1162px) {
  section.video_with_text > div .inner .cl.video-wrapper {
    width: 100%;
  }
}
section.video_with_text > div .inner .cl.video-wrapper video {
  width: 100%;
  height: 35.7236842105vw;
  border-radius: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text > div .inner .cl.video-wrapper video {
    height: 35.7236842105vw;
    border-radius: 1.1842105263vw;
  }
}
@media only screen and (max-width: 1162px) {
  section.video_with_text > div .inner .cl.video-wrapper video {
    width: 100%;
    height: 54vw;
  }
}
section.video_with_text.video_only > div {
  padding: 0;
  background-color: transparent;
}
section.video_with_text.video_only > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
section.video_with_text.video_only > div .inner .cl.description {
  display: none;
}
section.video_with_text.video_only > div .inner .cl.video-wrapper {
  width: 100%;
  position: relative;
}
section.video_with_text.video_only > div .inner .cl.video-wrapper video {
  height: 54vw;
}
section.video_with_text.video_only > div .inner .cl.video-wrapper .captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text.video_only > div .inner .cl.video-wrapper .captions {
    padding-bottom: 2.6315789474vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.video_with_text.video_only > div .inner .cl.video-wrapper .captions {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
}
section.video_with_text.video_only > div .inner .cl.video-wrapper .captions h2 {
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-size: 220px;
  line-height: 140px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  color: #c1e4a1;
}
@media only screen and (min-width: 1520px) {
  section.video_with_text.video_only > div .inner .cl.video-wrapper .captions h2 {
    font-size: 14.4736842105vw;
    line-height: 9.2105263158vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.video_with_text.video_only > div .inner .cl.video-wrapper .captions h2 {
    font-size: 18.3333333333vw;
    line-height: 11.6666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  section.video_with_text.video_only > div .inner .cl.video-wrapper .captions h2 {
    font-size: 73.3333333332px;
    line-height: 54.666667px;
  }
}
section.the-gallery > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
section.the-gallery > div .inner .cl .the-images-wrap .wrap .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1520px) {
  section.the-gallery > div .inner .cl .the-images-wrap .wrap .img {
    height: 26.3157894737vw;
  }
}
section.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  z-index: 100000;
  display: none;
}
section.popup .inside {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
section.popup .inside .popup-wrapper {
  max-width: 700px;
  background-color: #fff;
  position: relative;
  padding: 15px;
}
section.popup .inside .popup-wrapper .js-close-popup {
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  color: #30645f;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  box-shadow: 0 0 8px -2px #000;
  font-size: 20px;
}
section.timeline-x {
  padding-bottom: 30px;
}
section.timeline-x .wrapper {
  position: relative;
}
section.timeline-x .wrapper .fake-scroll-track {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C1E4A1;
  bottom: 5px;
}
section.timeline-x .wrapper .fake-scroll-track .details {
  position: relative;
}
section.timeline-x .wrapper .fake-scroll-track .details > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  font-family: "BlindsAudience", "Times New Roman", Times, serif;
  font-size: 26px;
  padding-left: 30px;
  padding-right: 30px;
  color: #30645f;
}
section.timeline-x .wrapper .fake-scroll-track .details > div.year-start {
  left: 0;
}
section.timeline-x .wrapper .fake-scroll-track .details > div.year-end {
  right: 0;
}
section.timeline-x .wrapper #scroll-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section.timeline-x .wrapper #scroll-container::-webkit-scrollbar {
  height: 12px;
}
section.timeline-x .wrapper #scroll-container::-webkit-scrollbar-track {
  background: transparent;
  margin-left: 99px;
  margin-right: 99px;
}
section.timeline-x .wrapper #scroll-container::-webkit-scrollbar-thumb {
  background-color: #30645f;
  border-radius: 10px;
}
section.single-post .inner {
  flex-flow: column;
  align-items: center;
  row-gap: 30px;
}
section.single-post .inner .cl .page-banner img {
  border-radius: 24px;
}
section ul {
  padding-left: 15px;
}
section ul li {
  margin-bottom: 4px;
}
section ul li:last-of-type {
  margin-bottom: 0;
}
section strong {
  font-weight: 700;
}
section .gform_wrapper .gform_required_legend {
  display: none;
}
section .gform_wrapper form .gform-body .gform_fields {
  row-gap: 15px;
  -moz-column-gap: 22px;
       column-gap: 22px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields {
    row-gap: 0.9868421053vw;
    -moz-column-gap: 1.4473684211vw;
         column-gap: 1.4473684211vw;
    margin-bottom: 0.3947368421vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
  font-family: "NibPro", "Times New Roman", Times, serif;
  color: #30645f;
  font-size: 20px;
  padding-left: 9px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
    font-size: 1.3157894737vw;
    padding-left: 0.5921052632vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: #f4f4f4;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: 55px;
  border-radius: 12px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    height: 3.6184210526vw;
    border-radius: 0.7894736842vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #30645f;
  text-transform: uppercase;
  font-weight: 700;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #30645f;
  text-transform: uppercase;
  font-weight: 700;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #30645f;
  text-transform: uppercase;
  font-weight: 700;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-block-size: 227px !important;
  resize: none;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    min-block-size: 14.9342105263vw !important;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  color: #0082ba;
  text-transform: uppercase;
  font-weight: 700;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input {
  height: auto;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input {
    height: 1.9736842105vw;
    width: 1.9736842105vw;
  }
}
@media only screen and (max-width: 700px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input {
    width: 14px;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value {
  color: #30645f;
  letter-spacing: 1px;
  font-family: "NibPro", "Times New Roman", Times, serif;
  font-size: 19px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value {
    font-size: 1.3157894737vw;
    letter-spacing: 0.0657894737vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value::before {
  content: "-";
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value::before {
    margin-right: 0.6578947368vw;
    margin-left: 0.6578947368vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value .unit {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .value .unit {
    font-size: 1.4473684211vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_consent input {
  height: auto;
}
section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox {
  margin-top: 20px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox {
    margin-top: 1.3157894737vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_description {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_description {
    margin-bottom: 0.9868421053vw;
  }
}
section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
  width: 100%;
  background-color: #30645f;
  color: #c1e4a1;
  padding: 10px 20px;
  padding-top: 13px;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
    padding: 0.6578947368vw 1.3157894737vw;
    padding-top: 0.8552631579vw;
  }
}
section .gform_wrapper form .gform_footer input[type=submit] {
  background-color: #30645f !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #c1e4a1 !important;
  padding: 0 55px !important;
  min-height: 34px !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 1520px) {
  section .gform_wrapper form .gform_footer input[type=submit] {
    padding: 0 3.6184210526vw !important;
    min-height: 2.2368421053vw !important;
    border-radius: 1.0526315789vw !important;
    border-radius: 1.0526315789vw !important;
    font-size: 0.9210526316vw !important;
  }
}

.the-content-editor a {
  transition: all 0.5s ease-in-out;
  color: #ba8a2e;
}
.the-content-editor a:focus, .the-content-editor a:focus-visible, .the-content-editor a:hover {
  color: #ba8a2e;
}

#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: #30645f;
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

#moby1 {
  min-width: 265px;
  background-color: #30645f;
}
#moby1.moby-active {
  box-shadow: 0 0 27px -4px #000;
}
#moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: #30645f;
  color: #000;
  font-size: 16px;
}
#moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#moby1 .moby-wrap .moby-menu > div .other-links {
  text-align: center;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn {
  font-size: 21px;
  letter-spacing: 0.225px;
  line-height: 30px;
  padding: 0 12px;
  margin-top: 18px;
  width: 240px;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:after {
  background-color: #fbc4a6;
  z-index: 0;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn span {
  z-index: 1;
  color: #fbc4a6;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:hover span {
  color: #e7f1f0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: #c1e4a1;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid #fff;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid #fff;
  padding: 20px 15px;
  color: #c1e4a1;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid #fff;
  background-color: #30645f;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: #c1e4a1;
}

.moby-overlay.light {
  background-color: rgba(255, 255, 255, 0.35);
}

/**

https://drive.google.com/file/d/1iEkfCNgCk0lhABwvF0IXB2Vqy_RxJPkK/view


*/
