/*
 * Stylesheet : Owasso Chamber of Commerce
 * Created    : September 2022
 * -----------------------------------------------------------------------------------
 */
@import url('../fonts/SegoeUI.css');
:root {
  --occ-black: #000;
  --occ-white: #fff;
  --occ-primary: #a32431;
  --occ-secondary: #707070;
  --occ-primary-rgb: 163, 36, 49;
  --occ-secondary-rgb: 112, 112, 112;
  --occ-white-rgb: 255, 255, 255;
  --occ-black-rgb: 0, 0, 0;
  --occ-body-color-rgb: 6, 6, 6;
  --occ-body-bg-rgb: 255, 255, 255;
  --occ-font-sans-serif: 'Segoe UI', sans-serif;
  --occ-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --occ-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --occ-root-font-size: 22px;
  --occ-body-font-family: Segoe UI, sans-serif;
  --occ-body-font-size: 1rem;
  --occ-body-font-weight: 400;
  --occ-body-line-height: 1.55;
  --occ-body-color: #060606;
  --occ-body-bg: #fff;
  --occ-border-width: 1px;
  --occ-border-style: solid;
  --occ-border-color: #707070;
  --occ-border-color-translucent: rgba(0, 0, 0, 0.175);
  --occ-border-radius: 0.375rem;
  --occ-border-radius-sm: 0.25rem;
  --occ-border-radius-lg: 0.5rem;
  --occ-border-radius-xl: 1rem;
  --occ-border-radius-2xl: 2rem;
  --occ-border-radius-pill: 50rem;
  --occ-link-color: #a32431;
  --occ-link-hover-color: #a32431;
  --occ-code-color: #d63384;
  --occ-highlight-bg: #fff3cd;
}

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

:root {
  font-size: var(--occ-root-font-size);
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  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.1875em;
  background-color: var(--occ-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--occ-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--occ-link-hover-color);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--occ-font-monospace);
  font-size: 1em;
}

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: var(--occ-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--occ-body-bg);
  background-color: var(--occ-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

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]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

::file-selector-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;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --occ-gutter-x: 2.73rem;
  --occ-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--occ-gutter-x) * 0.5);
  padding-left: calc(var(--occ-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1390px;
  }
}

@media (min-width: 1560px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
  }
}

.d-none {
  display: none !important;
}

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

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

.d-inherit {
  display: inherit !important;
}

.d-reset {
  display: initial !important;
}

.text-primary {
  color: var(--occ-primary) !important;
}

.text-secondary {
  color: var(--occ-secondary) !important;
}

.text-body {
  color: var(--occ-body-color) !important;
}

.text-color-reset {
  color: inherit !important;
}

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

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

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

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

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

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

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

.text-no-transform {
  text-transform: none !important;
}

.text-underline {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.text-overline {
  -webkit-text-decoration-line: overline !important;
  text-decoration-line: overline !important;
}

.text-line-through {
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
}

.text-no-line {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

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

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

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

.font-weight-reset {
  font-weight: inherit !important;
}

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

.font-not-italic {
  font-style: normal !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inherit {
    display: inherit !important;
  }
  .d-sm-reset {
    display: initial !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inherit {
    display: inherit !important;
  }
  .d-md-reset {
    display: initial !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inherit {
    display: inherit !important;
  }
  .d-lg-reset {
    display: initial !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inherit {
    display: inherit !important;
  }
  .d-xl-reset {
    display: initial !important;
  }
}

@media (min-width: 1560px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inherit {
    display: inherit !important;
  }
  .d-xxl-reset {
    display: initial !important;
  }
}

@media (max-width: 1559.98px) {
  :root {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  :root {
    font-size: 15px;
  }
}

.site {
  overflow: hidden visible;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.menu,
.submenu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.64rem 1.59rem 0.77rem;
  font-size: 1.18rem;
  font-weight: 600 !important;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #a32431;
  border-radius: 0.32rem;
}

.card-list {
  margin: 0;
}

.card {
  max-width: 25.45rem;
  margin: auto;
  margin-bottom: 1.5rem;
  padding-top: 0.68rem;
  border-top: 0.23rem solid #a32431;
}

.card img {
  width: 100%;
}

.card-title {
  margin-top: 0.55rem;
  margin-bottom: 0.36rem;
  font-size: 1.64rem;
  line-height: 1.11;
  letter-spacing: -0.02em;
}

.highlight-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.highlight-box-primary {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 1.82rem 2.95rem;
  color: #fff;
  background-color: #a32431;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .highlight-box-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.highlight-box-primary::before {
  content: '';
  background: url('../images/owasso-O.png') center/contain no-repeat;
  opacity: 0.28;
  mix-blend-mode: multiply;
  position: absolute;
  top: -1.05rem;
  left: 0;
  right: 0;
  bottom: -1.32rem;
  z-index: -1;
}

.highlight-box-primary a {
  color: inherit;
  text-decoration: underline;
}

.highlight-box-primary .button {
  padding: 0.55rem 1.82rem 0.68rem;
  font-size: 1.23rem;
  color: #a32431 !important;
  background-color: #fff;
  border-radius: 0;
}

.highlight-box-secondary {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 1.82rem 2.95rem;
  background-color: #efefef;
}

@media (min-width: 992px) {
  .highlight-box-secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.highlight-box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 400px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .highlight-box-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
  }
}

.highlight-box-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.person-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -1.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.36rem;
  flex: 0 0 16.36rem;
}

.person {
  max-width: 16.36rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}

.person-photo {
  display: block;
  width: calc(100% - 2.05rem);
  margin: auto;
  margin-bottom: 1rem;
}

.person-name {
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #a32431;
}

.person-info {
  font-size: 0.91rem;
  line-height: 1.2;
}

.banner-contact {
  max-width: 21.82rem;
  margin: auto;
}

.banner-contact-body {
  margin: auto;
  padding: 14.55rem 2.05rem 1.82rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  background-color: #a32431;
  position: relative;
  z-index: 1;
}

.banner-contact-body::before {
  content: '';
  display: block;
  width: 10.14rem;
  height: 14.86rem;
  background: url('../images/phone.png') center/contain no-repeat;
  position: absolute;
  top: -1.45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-contact-body::after {
  content: '';
  display: block;
  width: 8.09rem;
  height: 14.77rem;
  background-color: #240606;
  -webkit-box-shadow: 0 0 0.45rem #000;
  box-shadow: 0 0 0.45rem #000;
  opacity: 0.28;
  -webkit-transform: translateX(-50%) rotate(16deg) perspective(11rem)
    rotateY(-11deg) skewY(-9deg) scale(0.96);
  transform: translateX(-50%) rotate(16deg) perspective(11rem) rotateY(-11deg)
    skewY(-9deg) scale(0.96);
  border-radius: 0 0 0.45rem 0.45rem;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  z-index: -1;
}

.banner-contact a {
  color: inherit;
  text-decoration: none !important;
}

.banner-contact a.mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-contact a.mail::before {
  content: '';
  display: block;
  width: 1.18rem;
  height: 0.95rem;
  margin-right: 0.45rem;
  background-color: #fff;
  -webkit-mask: url('../images/icon-material-email.svg') center/contain
    no-repeat;
  mask: url('../images/icon-material-email.svg') center/contain no-repeat;
}

.banner-contact li {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.banner-contact li:first-child {
  font-size: 1.27em;
  line-height: 1;
}

.banner-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.banner-contact ul + ul {
  margin-top: 0.91rem;
  padding-top: 0.91rem;
  border-top: 1px solid #fff;
}

.banner-contact ul:first-child li:first-child {
  font-size: 1.23em;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (min-width: 1280px) {
  .header-sticky {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 75ms linear, -webkit-transform 0.1s linear;
    transition: opacity 75ms linear, -webkit-transform 0.1s linear;
    transition: opacity 75ms linear, transform 0.1s linear;
    transition: opacity 75ms linear, transform 0.1s linear,
      -webkit-transform 0.1s linear;
  }
  .header-sticky.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
}

.header-sticky-top {
  color: #fff;
  background-color: #a32431;
}

@media (min-width: 1280px) {
  .header-sticky-top {
    border-bottom: 1px solid #fff;
  }
}

.header-sticky-top a {
  color: inherit;
  text-decoration: none;
}

.header-sticky-top .wrapper {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-sticky-top .logo {
  width: 150px;
  margin-bottom: 0;
  margin-right: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-sticky-top .logo a {
  display: block;
  height: 0;
  padding-top: 32.5%;
  background: url('../images/logo-white.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-sticky-top .logo a {
    background-image: url('../images/logo-white@2x.png');
  }
}

.header-sticky-top .navbar-toggler {
  width: 56px;
  height: 0;
  padding: 0;
  padding-top: 38px;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    center no-repeat;
}

@media (min-width: 1280px) {
  .header-sticky-top .navbar-toggler {
    display: none;
  }
}

.header-sticky-top .main-menu {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem;
  padding-right: 0.5rem;
  padding-left: 2.08333%;
  padding-right: 0.52083%;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .header-sticky-top .main-menu {
    display: block;
  }
}

.header-sticky-top .menu {
  height: 3.82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-size: 1.09rem;
  font-weight: 600;
}

.header-sticky-top .menu > li {
  position: relative;
}

.header-sticky-top .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky-top .menu > li .submenu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.1s ease-out 0.1s;
  transition: 0.1s ease-out 0.1s;
}

.header-sticky-top .menu > li:hover .submenu {
  padding-bottom: 0.45rem;
  max-height: 13.64rem;
  visibility: visible;
  -webkit-transition: 0.25s ease-in, padding 0.1s ease-in;
  transition: 0.25s ease-in, padding 0.1s ease-in;
}

.header-sticky-top .menu a {
  position: relative;
}

.header-sticky-top .submenu {
  min-width: 10.45rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  background-color: #a32431;
  border-radius: 0 0 0.45rem 0.45rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9;
}

.header-sticky-top .submenu a {
  padding: 0 1rem;
}

.header-sticky-top .submenu a::before {
  content: '\2022\00a0';
}

.header-sticky-top .submenu li {
  margin-bottom: 0.25rem;
}

.header-sticky-top .socials {
  display: none;
}

@media (min-width: 1280px) {
  .header-sticky-top .socials {
    display: block;
  }
}

.header-sticky-top .socials ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky-top .socials ul li + li {
  margin-left: 0.68rem;
}

.header-sticky-top .socials a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: transparent;
  border: 0;
  display: block;
}

.header-sticky-top .socials a::before {
  content: '';
  display: block;
  width: 0.91rem;
  height: 0.91rem;
  background-color: #fff;
}

.header-sticky-top .socials a.twitter::before {
  width: 1.09rem;
  -webkit-mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
  mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
}

.header-sticky-top .socials a.facebook::before {
  width: 0.5rem;
  -webkit-mask: url('../images/icon-zocial-facebook.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-facebook.svg') center/contain no-repeat;
}

.header-sticky-top .socials a.linkedin::before {
  -webkit-mask: url('../images/icon-zocial-linkedin.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-linkedin.svg') center/contain no-repeat;
}

.header-sticky-top .socials a.search::before {
  width: 1.36rem;
  height: 1.36rem;
  -webkit-mask: url('../images/icon-awesome-search.svg') center/contain
    no-repeat;
  mask: url('../images/icon-awesome-search.svg') center/contain no-repeat;
}

.header-sticky-top .buttons {
  display: none;
  margin-left: 1.59rem;
  margin-left: 1.82292%;
}

@media (min-width: 1280px) {
  .header-sticky-top .buttons {
    display: block;
  }
}

.header-sticky-top .buttons ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sticky-top .buttons ul li + li {
  margin-left: 0.82rem;
}

.header-sticky-top .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.86rem;
  height: 1.59rem;
  font-size: 0.77rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff;
  background-color: #a32431;
  border: 1px solid #fff;
}

.header-sticky-bottom {
  display: none;
  font-size: 0.91rem;
  font-weight: 600;
  color: #fff;
  background-color: #373737;
}

@media (min-width: 1280px) {
  .header-sticky-bottom {
    display: block;
  }
}

.header-sticky-bottom .wrapper {
  height: 2.45rem;
  padding: 0 calc(18.75% - 2rem);
  padding-bottom: 0.14rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky-bottom a {
  color: inherit;
  text-decoration: none;
}

.header-sticky-bottom ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-bottom: 0.14rem;
  display: contents;
}

.header-sticky-bottom li {
  padding: 0 0.5rem;
}

.header-sticky-bottom li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky-bottom li > *::before {
  content: '';
  margin-right: 0.5rem;
  background-color: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.header-sticky-bottom li > *.address::before {
  width: 0.77rem;
  height: 1.09rem;
  -webkit-mask-image: url('../images/icon-ionic-ios-pin.svg');
  mask-image: url('../images/icon-ionic-ios-pin.svg');
}

.header-sticky-bottom li > *.phone::before {
  width: 1.09rem;
  height: 0.91rem;
  margin-right: 0.23rem;
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  -webkit-mask-image: url('../images/icon-awesome-phone-alt.svg');
  mask-image: url('../images/icon-awesome-phone-alt.svg');
}

.header-sticky-bottom li > *.mail::before {
  width: 1.23rem;
  height: 0.86rem;
  -webkit-mask-image: url('../images/icon-zocial-email.svg');
  mask-image: url('../images/icon-zocial-email.svg');
}

.header-sticky-bottom li > *.guide::before {
  width: 1.32rem;
  height: 1.32rem;
  -webkit-mask-image: url('../images/icon-guide.svg');
  mask-image: url('../images/icon-guide.svg');
}

.header-main {
  background-color: gray;
  position: relative;
}

@media (min-width: 1280px) {
  .header-main {
    height: 30.23rem;
  }
}

.header-main-top {
  display: none;
  height: 10.91rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(6.68rem, #fff),
    color-stop(8.95rem, rgba(255, 255, 255, 0.77)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    #fff 6.68rem,
    rgba(255, 255, 255, 0.77) 8.95rem,
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 1280px) {
  .header-main-top {
    display: block;
  }
}

.header-main-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-main-top .logo {
  width: 22.18rem;
  margin: 0;
  position: absolute;
  top: 0.73rem;
}

.header-main-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.36rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #7b1f25;
}

.header-main-top .logo a::before {
  content: '';
  width: 100%;
  height: 0;
  padding-top: 25%;
  background: url('../images/logo.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-top .logo a::before {
    background-image: url('../images/logo@2x.png');
  }
}

.header-main-top .logo a > * {
  margin-left: 1.59rem;
  position: relative;
}

.header-main-top .logo a > *::before {
  content: '';
  display: block;
  width: 1.05rem;
  height: 1.5rem;
  background: url('../images/icon-awesome-mouse-pointer.svg') center/contain
    no-repeat;
  -webkit-transform: rotate(-27deg);
  transform: rotate(-27deg);
  position: absolute;
  left: calc(100% + 0.82rem);
  top: 0.23rem;
}

.header-main-top .col-center {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 22.18rem;
  flex-basis: 22.18rem;
  margin: 0 3.75%;
  position: relative;
}

.header-main-top .col-left,
.header-main-top .col-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 4.77rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #060606;
  position: relative;
}

.header-main-top .col-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.91rem;
  line-height: 1.5;
  font-weight: 700;
  color: #616161;
}

.header-main-top .col-left a {
  text-decoration: none;
  color: inherit;
}

.header-main-top .col-left ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 0.32rem;
  margin-right: -0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-main-top .col-left li {
  padding: 0 0.68rem;
}

.header-main-top .col-left li > * {
  padding-left: 1.55rem;
  position: relative;
}

.header-main-top .col-left li > *::before {
  content: '';
  display: block;
  width: 1.09rem;
  height: 1.09rem;
  background-color: #a32431;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.header-main-top .col-left li > *.address::before {
  -webkit-mask-image: url('../images/icon-ionic-ios-pin.svg');
  mask-image: url('../images/icon-ionic-ios-pin.svg');
}

.header-main-top .col-left li > *.phone::before {
  -webkit-mask-image: url('../images/icon-awesome-phone-alt.svg');
  mask-image: url('../images/icon-awesome-phone-alt.svg');
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

.header-main-top .col-left li > *.mail::before {
  margin-top: 0.05rem;
  -webkit-mask-image: url('../images/icon-zocial-email.svg');
  mask-image: url('../images/icon-zocial-email.svg');
}

.header-main-top .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-main-top .col-right > * {
  margin: 0.25rem 0;
}

.header-main-top .col-right .guide {
  margin: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.82rem);
}

.header-main-top .col-right .guide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: #a32431;
}

.header-main-top .col-right .guide a::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.91rem;
  height: 1.91rem;
  margin-right: 0.36rem;
  margin-bottom: -0.14rem;
  background-color: #a32431;
  -webkit-mask: url('../images/icon-guide.svg') center/contain no-repeat;
  mask: url('../images/icon-guide.svg') center/contain no-repeat;
}

.header-main-top .socials ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main-top .socials ul li + li {
  margin-left: 0.68rem;
}

.header-main-top .socials a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: transparent;
  border: 0;
  display: block;
}

.header-main-top .socials a::before {
  content: '';
  display: block;
  width: 0.91rem;
  height: 0.91rem;
  background-color: #656466;
}

.header-main-top .socials a.twitter::before {
  width: 1.09rem;
  -webkit-mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
  mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
}

.header-main-top .socials a.facebook::before {
  width: 0.5rem;
  -webkit-mask: url('../images/icon-zocial-facebook.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-facebook.svg') center/contain no-repeat;
}

.header-main-top .socials a.linkedin::before {
  -webkit-mask: url('../images/icon-zocial-linkedin.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-linkedin.svg') center/contain no-repeat;
}

.header-main-top .socials a.search::before {
  width: 1.36rem;
  height: 1.36rem;
  -webkit-mask: url('../images/icon-awesome-search.svg') center/contain
    no-repeat;
  mask: url('../images/icon-awesome-search.svg') center/contain no-repeat;
}

.header-main-top .buttons {
  margin-left: 1.14rem;
}

.header-main-top .buttons ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-main-top .buttons ul li + li {
  margin-left: 0.82rem;
}

.header-main-top .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.86rem;
  height: 1.59rem;
  font-size: 0.77rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff;
  background-color: #616161;
}

.header-main-top .buttons li:first-child a {
  /* background-color: #616161; */
  background-color: #a32431;
}

.header-main-middle {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .header-main-middle {
    height: calc(100% - 2.27rem);
  }
}

.header-main-middle::before {
  content: '';
  display: block;
  height: 4.09rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#060606)
  );
  background: linear-gradient(to bottom, #fff, #060606);
  opacity: 0.69;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 1280px) {
  .header-main-middle::before {
    bottom: 2.27rem;
  }
}

.header-main-middle .header-image {
  min-height: 400px;
  margin: -50px 0 -35px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .header-main-middle .header-image {
    height: 100%;
    margin: 0;
  }
}

.header-main-middle .header-image::before {
  content: '';
  display: block;
  padding-top: 44.84375%;
}

@media (min-width: 1280px) {
  .header-main-middle .header-image::before {
    display: none;
  }
}

.header-main-middle .header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.header-main-bottom {
  display: none;
  margin-top: auto;
  color: #fff;
  background-color: #a32431;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (min-width: 1280px) {
  .header-main-bottom {
    display: block;
  }
}

.header-main-bottom .main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
}

.header-main-bottom .main-menu .menu > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9.64rem;
  flex: 0 0 9.64rem;
  position: relative;
}

.header-main-bottom .main-menu .menu > li > a {
  height: 4.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.27rem;
  line-height: 2.14;
  text-align: center;
}

.header-main-bottom .main-menu .menu > li > a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.header-main-bottom .main-menu .menu > li > a span::before {
  content: '';
  display: block;
  width: 9.64rem;
  height: 9.64rem;
  border-radius: 50%;
  background: #fff center/cover no-repeat;
  -webkit-box-shadow: inset 0 0 0 0.27rem #fff;
  box-shadow: inset 0 0 0 0.27rem #fff;
  position: absolute;
  bottom: 100%;
  z-index: 3;
}

.header-main-bottom .main-menu .menu > li:nth-child(1) > a span::before {
  background-image: url('../images/menu-chamber.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(1) > a span::before {
    background-image: url('../images/menu-chamber@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li:nth-child(2) > a span::before {
  background-image: url('../images/menu-membership.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(2) > a span::before {
    background-image: url('../images/menu-membership@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li:nth-child(3) > a span::before {
  background-image: url('../images/menu-programs.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(3) > a span::before {
    background-image: url('../images/menu-programs@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li:nth-child(4) > a span::before {
  background-image: url('../images/menu-events.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(4) > a span::before {
    background-image: url('../images/menu-events@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li:nth-child(5) > a span::before {
  background-image: url('../images/menu-advocacy.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(5) > a span::before {
    background-image: url('../images/menu-advocacy@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li:nth-child(6) > a span::before {
  background-image: url('../images/menu-resources.jpg');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header-main-bottom .main-menu .menu > li:nth-child(6) > a span::before {
    background-image: url('../images/menu-resources@2x.png');
  }
}

.header-main-bottom .main-menu .menu > li .submenu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s ease-in 0.1s;
  transition: 0.1s ease-in 0.1s;
}

.header-main-bottom .main-menu .menu > li:hover .submenu {
  max-height: 26.73rem;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.header-main-bottom .main-menu .submenu {
  padding: 0.77rem 1.36rem;
  padding-bottom: 9.77rem;
  font-size: 1rem;
  line-height: 1.33;
  color: #656466;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#808080),
    color-stop(4.55rem, #fff)
  );
  background: linear-gradient(to top, #808080, #fff 4.55rem);
  border-radius: 1.36rem 1.36rem 0 0;
  position: absolute;
  bottom: 100%;
  left: -1rem;
  right: -1rem;
  z-index: 2;
}

.header-main-bottom .main-menu .submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-main-bottom .main-menu .submenu a::before {
  content: '\2022\00a0';
  color: #a32431;
}

.header-main-bottom .main-menu .submenu li + li {
  margin-top: 0.45rem;
}

.mobile-menu {
  background: #efefef;
}

.mobile-menu-head {
  padding: 15px 20px;
  background-color: #fff;
}

.mobile-menu-head .logo {
  width: 244px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.mobile-menu-head .logo a {
  display: block;
  height: 0;
  padding-top: 25%;
  background: url('../images/logo.png') center/contain no-repeat;
}

.mobile-menu .socials ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu .socials ul li + li {
  margin-left: 15px;
}

.mobile-menu .socials a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: transparent;
  border: 0;
  display: block;
}

.mobile-menu .socials a::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-color: #656466;
}

.mobile-menu .socials a.twitter::before {
  -webkit-mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
  mask: url('../images/icon-ionic-twitter.svg') center/contain no-repeat;
}

.mobile-menu .socials a.facebook::before {
  -webkit-mask: url('../images/icon-zocial-facebook.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-facebook.svg') center/contain no-repeat;
}

.mobile-menu .socials a.linkedin::before {
  -webkit-mask: url('../images/icon-zocial-linkedin.svg') center/contain
    no-repeat;
  mask: url('../images/icon-zocial-linkedin.svg') center/contain no-repeat;
}

.mobile-menu .socials a.search::before {
  -webkit-mask: url('../images/icon-awesome-search.svg') center/contain
    no-repeat;
  mask: url('../images/icon-awesome-search.svg') center/contain no-repeat;
}

.mobile-menu .buttons {
  margin: auto;
  margin-bottom: 15px;
}

.mobile-menu .buttons ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu .buttons ul li + li {
  margin-left: 10px;
}

.mobile-menu .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff;
  background-color: #a32431;
}

.mobile-menu .buttons li:last-child a {
  background-color: #616161;
}

.mobile-menu-main {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  background-color: #a32431;
}

.mobile-menu-main a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mobile-menu-main .menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-main .menu > li > a {
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: 600;
}

.mobile-menu-main .submenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-main .submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}

.mobile-menu-main .submenu a::before {
  content: '\2022\00a0';
}

.mobile-menu .contact {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #616161;
}

.mobile-menu .contact a {
  text-decoration: none;
  color: inherit;
}

.mobile-menu .contact ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-menu .contact li + li {
  margin-top: 5px;
}

.mobile-menu .contact li > * {
  display: block;
  padding-left: 24px;
  position: relative;
}

.mobile-menu .contact li > *::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-color: #a32431;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

.mobile-menu .contact li > *.address::before {
  -webkit-mask-image: url('../images/icon-ionic-ios-pin.svg');
  mask-image: url('../images/icon-ionic-ios-pin.svg');
}

.mobile-menu .contact li > *.phone::before {
  -webkit-mask-image: url('../images/icon-awesome-phone-alt.svg');
  mask-image: url('../images/icon-awesome-phone-alt.svg');
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.mobile-menu .contact li > *.mail::before {
  -webkit-mask-image: url('../images/icon-zocial-email.svg');
  mask-image: url('../images/icon-zocial-email.svg');
}

.mobile-menu .guide {
  margin: 0;
  text-align: center;
  line-height: 0;
}

.mobile-menu .guide a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: #a32431;
}

.mobile-menu .guide a::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: -2px;
  background-color: #a32431;
  -webkit-mask: url('../images/icon-guide.svg') center/contain no-repeat;
  mask: url('../images/icon-guide.svg') center/contain no-repeat;
}

.mobile-menu-foot {
  padding: 20px;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

.sidenav-drag {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

@media (min-width: 1280px) {
  .sidenav {
    display: none !important;
  }
  .sidenav-active {
    overflow: auto !important;
    width: auto !important;
  }
  .sidenav-drag,
  .sidenav-overlay,
  .sidenav-button {
    display: none !important;
  }
}

.content a {
  font-weight: 700;
  text-decoration: underline;
}

.content ul {
  padding-left: 0;
  list-style: none;
}

.content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.content .list-disc {
  list-style: disc;
  padding-left: 1em;
}

.content .list-disc > li::marker {
  content: '\2022\00a0\00a0';
  font-weight: 700;
}

.content > *:last-child > *:last-child {
  padding-bottom: 1.82rem;
  border-bottom: 1px solid #060606;
}

.page-staff-board .content > *:last-child > *:last-child,
.page-ambassadors .content > *:last-child > *:last-child,
.page-investors .content > *:last-child > *:last-child,
.page-contact .content > *:last-child > *:last-child,
.page-directory .content > *:last-child > *:last-child,
.page-jobs .content > *:last-child > *:last-child,
.page-submit-event .content > *:last-child > *:last-child,
.page-login .content > *:last-child > *:last-child,
.page-leadership-program .content > *:last-child > *:last-child,
.page-events .content > *:last-child > *:last-child,
.page-subscribe .content > *:last-child > *:last-child,
.page-about .content > *:last-child > *:last-child {
  padding-bottom: 0;
}

.page-staff-board .content > *:last-child > *:last-child,
.page-ambassadors .content > *:last-child > *:last-child,
.page-investors .content > *:last-child > *:last-child,
.page-contact .content > *:last-child > *:last-child,
.page-directory .content > *:last-child > *:last-child,
.page-jobs .content > *:last-child > *:last-child,
.page-submit-event .content > *:last-child > *:last-child,
.page-login .content > *:last-child > *:last-child,
.page-leadership-program .content > *:last-child > *:last-child,
.page-events .content > *:last-child > *:last-child,
.page-subscribe .content > *:last-child > *:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .content .auto-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.27rem;
    column-gap: 2.27rem;
  }
}

.content .spacer {
  padding-top: 1rem;
}

.content section {
  padding-top: 2rem;
}

.content section.bordered,
.content section.with-caption {
  border: 1px solid #060606;
}

.content section.with-caption {
  margin-top: 1.59rem;
  padding: 3.18rem 4.57317%;
  padding-bottom: 1.23rem;
  position: relative;
}

.content section.with-caption > .caption {
  margin: 0;
  padding: 0.73rem 1.45rem;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #a32431;
  border-radius: 0.45rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
}

.content section > .inner {
  padding-left: 3.35366%;
  padding-right: 3.35366%;
}

.content section .wrapper {
  margin: auto;
}

.content-header {
  padding-top: 1.59rem;
  padding-bottom: 0.59rem;
  min-height: 10.8rem;
  text-align: center;
  border-bottom: 1px solid #060606;
}

.content-title {
  margin-bottom: 0.68rem;
  font-size: 1.82rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #a32431;
}

.content-excerpt {
  max-width: 56.36rem;
  margin: auto;
  font-size: 1.23rem;
  line-height: 1.26;
}

.footer-top {
  background: #fff;
}

.footer-top .contact-person {
  padding-left: 0;
  list-style: none;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.36rem;
  line-height: 1.17;
  text-align: center;
  color: #656466;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.footer-top .contact-person li {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 1rem 0;
  position: relative;
}

@media (min-width: 576px) {
  .footer-top .contact-person li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .footer-top .contact-person li:nth-child(even)::before {
    content: '';
    display: block;
    width: 1px;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0.23rem;
    background-color: #707070;
  }
}

@media (min-width: 1280px) {
  .footer-top .contact-person li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .footer-top .contact-person li:nth-child(2n + 3)::before {
    content: '';
    display: block;
    width: 1px;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0.23rem;
    background-color: #707070;
  }
}

.footer-top .contact-person li > * {
  width: 14.82rem;
  margin: auto;
}

.footer-top .contact-person p {
  margin: 0;
}

.footer-top .contact-person img {
  width: 13.91rem;
  height: auto;
  margin-bottom: -0.23rem;
}

.footer-middle {
  font-size: 1rem;
  line-height: 1.36;
  color: #656466;
  background-color: #efefef;
  position: relative;
}

.footer-middle::before {
  content: '';
  display: block;
  height: 0.68rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#fff)
  );
  background: linear-gradient(to bottom, #000, #fff);
  opacity: 0.15;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-middle a {
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 1280px) {
  .footer-middle .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-middle .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 22.18rem;
  margin: auto;
  padding-top: 2.27rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.footer-middle .contact-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.46341%;
  flex: 0 0 41.46341%;
}

.footer-middle .contact::before {
  content: '';
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-top: 25%;
  background: url('../images/logo.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer-middle .contact::before {
    background-image: url('../images/logo@2x.png');
  }
}

.footer-middle .contact ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer-middle .action-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  max-width: 30.27rem;
}

@media (min-width: 1280px) {
  .footer-middle .action-wrapper {
    max-width: 38.86rem;
  }
}

@media (max-width: 575.98px) {
  .footer-middle .action-wrapper {
    max-width: 22.7rem;
  }
}

.footer-middle .action {
  width: 30.27rem;
  margin-top: 3.64rem;
  margin-bottom: 5.23rem;
  padding-left: 2.73rem;
  padding-top: 1.36rem;
  padding-bottom: 1.5rem;
  font-size: 1.36rem;
  line-height: 1.33;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14rem 0.27rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.14rem 0.27rem rgba(0, 0, 0, 0.16);
  position: relative;
}

@media (max-width: 575.98px) {
  .footer-middle .action {
    width: 22.7rem;
    margin-top: 2.73rem;
    margin-bottom: 3.92rem;
    padding-left: 2.05rem;
    padding-top: 1.02rem;
    padding-bottom: 1.13rem;
    font-size: 1.02rem;
  }
}

.footer-middle .action::before {
  content: '';
  display: block;
  width: 20.91rem;
  height: 21.14rem;
  background: url('../images/hello-home.png') center bottom/contain no-repeat;
  position: absolute;
  bottom: -5.23rem;
  left: 15.45rem;
}

@media (max-width: 575.98px) {
  .footer-middle .action::before {
    width: 15.68rem;
    height: 15.34rem;
    bottom: -3.92rem;
    left: 13.91rem;
  }
}

.footer-middle .action p {
  width: 16.36rem;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .footer-middle .action p {
    width: 12.27rem;
  }
}

.footer-middle .action strong {
  color: #a32431;
  font-weight: 700;
}

.footer-map {
  height: 41.82rem;
  background-color: #f8f9fa;
  position: relative;
}

.footer-map::before {
  content: '';
  display: block;
  height: 0.64rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#fff)
  );
  background: linear-gradient(to bottom, #000, #fff);
  opacity: 0.28;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.footer-map .caption {
  width: 22.5rem;
  margin: 0;
  padding: 1.14rem 1rem 1.59rem;
  font-size: 2.73rem;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  background-color: #a32431;
  position: absolute;
  top: 0;
  left: calc(50% - 11.25rem);
  z-index: 1;
}

@media (max-width: 575.98px) {
  .footer-map .caption {
    width: 16.88rem;
    padding-top: 0.85rem;
    padding-bottom: 1.19rem;
    font-size: 2.05rem;
    left: calc(50% - 8.44rem);
  }
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-bottom {
  padding-top: 1.09rem;
  padding-bottom: 1.09rem;
  font-size: 0.68rem;
  text-align: center;
  color: #d4d4d4;
  background-color: #a32431;
}

.footer-bottom p {
  margin: 0;
}

@media (min-width: 1280px) {
  .footer-bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom .inner > *:not(:first-child) {
  margin-top: 0.45rem;
}

@media (min-width: 1280px) {
  .footer-bottom .inner > *:not(:first-child) {
    margin-top: 0;
    margin-left: 2.73rem;
  }
}

.footer-bottom .powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom .powered a {
  width: 9.23rem;
  margin-left: 0.25rem;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: transparent;
  border: 0;
  background-color: #d4d4d4;
  -webkit-mask: url('../images/365dtm-logo.png') center/contain no-repeat;
  mask: url('../images/365dtm-logo.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer-bottom .powered a {
    -webkit-mask-image: url('../images/365dtm-logo@2x.png');
    mask-image: url('../images/365dtm-logo@2x.png');
  }
}

.footer-bottom .powered a::before {
  content: '';
  display: block;
  padding-top: 17.73399%;
}

.page-join .section-form .wrapper {
  max-width: 48.59rem;
  border: 1px solid #707070;
}

.page-join .section-login h3 {
  font-size: 1.64rem;
}

.page-join .section-bottom h3 {
  font-size: 1.27rem;
  line-height: 1.21;
  color: #a32431;
}

.page-join .section-bottom .wrapper {
  max-width: 59.05rem;
}

.page-join .section-bottom .video a {
  text-decoration: none;
}

.page-join .section-bottom .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 1.5rem -0.91rem -1.5rem;
}

.page-join .section-bottom .video-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0.91rem;
  padding-right: 0.91rem;
}

@media (min-width: 576px) {
  .page-join .section-bottom .video-list > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 1280px) {
  .page-join .section-bottom .video-list > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

.page-join .section-bottom .video {
  margin-bottom: 1.5rem;
  text-align: center;
}

.page-join .section-bottom .video-title {
  font-size: 1rem;
  font-weight: 600;
}

.page-join .section-bottom .video-wrapper {
  margin-bottom: 0.5rem;
  background-color: #000;
  position: relative;
}

.page-join .section-bottom .video-wrapper::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 66.28242%;
}

.page-join .section-bottom .video-wrapper > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-join .section-bottom .video-info {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.06;
}

.page-join .section-bottom .video-info .label {
  margin-bottom: 0.56em;
  font-size: 0.89em;
}

.page-join .footer-middle .action::before {
  width: 19.77rem;
  left: 19.68rem;
  background-image: url('../images/hello-join.png');
}

@media (max-width: 575.98px) {
  .page-join .footer-middle .action::before {
    width: 14.83rem;
    left: 14.76rem;
  }
}

.page-relocation-guide .section-middle {
  font-size: 1.27rem;
  line-height: 1.21;
  font-weight: 600;
  color: #a32431;
}

.page-relocation-guide .section-middle .wrapper {
  max-width: 43.86rem;
}

.page-relocation-guide .section-middle .wrapper > * {
  margin: 0;
}

.page-relocation-guide .section-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-relocation-guide .section-bottom .col-left,
.page-relocation-guide .section-bottom .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .page-relocation-guide .section-bottom .col-left {
    -ms-flex-preferred-size: 25.4878%;
    flex-basis: 25.4878%;
    max-width: 25.4878%;
  }
}

.page-relocation-guide .section-bottom .col-right {
  border: 1px solid #707070;
}

@media (min-width: 992px) {
  .page-relocation-guide .section-bottom .col-right {
    -ms-flex-preferred-size: 70.2439%;
    flex-basis: 70.2439%;
    max-width: 70.2439%;
  }
}

.page-relocation-guide .section-bottom .menu-wrapper {
  margin-bottom: 1rem;
  padding: 1rem 1.82rem;
  padding-right: 2.27rem;
  background-color: #f1f1f1;
}

.page-relocation-guide .section-bottom .menu-caption {
  font-size: 1.55rem;
  color: #a32431;
}

.page-relocation-guide .section-bottom .menu a {
  display: inline-block;
  padding-left: 0.75em;
  font-weight: 600;
  text-decoration: none;
}

.page-relocation-guide .section-bottom .menu a::before {
  content: '\2022\00a0';
  float: left;
  margin-left: -0.75em;
  color: #a32431;
}

.page-relocation-guide .section-bottom .menu li {
  padding: 0.45rem;
  padding-left: 0.91rem;
}

.page-relocation-guide .section-bottom .menu li + li {
  border-top: 1px dotted;
}

.page-relocation-guide .footer-middle .action::before {
  height: 21.59rem;
  width: 21.23rem;
  left: 17.59rem;
  background-image: url('../images/hello-relocation-guide.png');
}

@media (max-width: 575.98px) {
  .page-relocation-guide .footer-middle .action::before {
    height: 16.19rem;
    width: 15.92rem;
    left: 13.19rem;
  }
}

.page-lakes .section-map .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-lakes .section-map .col-left {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media (min-width: 992px) {
  .page-lakes .section-map .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-lakes .section-map .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .page-lakes .section-map .col-right {
    -ms-flex-preferred-size: 22.91rem;
    flex-basis: 22.91rem;
    margin-left: 1.73rem;
  }
}

.page-lakes .section-map .map-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #e5eaea;
  position: relative;
}

@media (min-width: 992px) {
  .page-lakes .section-map .map-wrapper {
    margin-bottom: 1rem;
  }
}

.page-lakes .section-map .map-wrapper::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 425px;
}

@media (min-width: 992px) {
  .page-lakes .section-map .map-wrapper::before {
    padding-top: 77.41348%;
  }
}

.page-lakes .section-map .map-wrapper > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-lakes .section-map .map-popup {
  min-width: 160px;
}

.page-lakes .section-map .map-popup a {
  outline: 0 !important;
}

.page-lakes .section-map .map-popup h5 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}

.page-lakes .section-map .map-popup ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-lakes .section-map .map-popup ul li + li {
  margin-left: 0.5rem;
}

.page-lakes .section-map .location-list {
  margin: 0;
  margin-right: -1.36rem;
  line-height: 1.27;
  -webkit-column-width: 11.36rem;
  column-width: 11.36rem;
  -webkit-column-gap: 1.14rem;
  column-gap: 1.14rem;
}

.page-lakes .section-map .location {
  padding-left: 1.18rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}

.page-lakes .section-map .location::before {
  content: '';
  display: block;
  width: 0.64rem;
  height: 0.91rem;
  background-color: #a7a7a7;
  -webkit-mask: url('../images/icon-ionic-ios-pin.svg') center/contain no-repeat;
  mask: url('../images/icon-ionic-ios-pin.svg') center/contain no-repeat;
  position: absolute;
  top: 0.18rem;
  left: 0;
}

.page-lakes .section-map .location a {
  text-decoration: none;
}

.page-lakes .contents-main {
  padding-top: 2.27rem;
}

.page-lakes .contents-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-lakes .contents-main .col-left {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media (min-width: 992px) {
  .page-lakes .contents-main .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-lakes .contents-main .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .page-lakes .contents-main .col-right {
    -ms-flex-preferred-size: 22.91rem;
    flex-basis: 22.91rem;
    margin-left: 1.73rem;
  }
}

.page-lakes .contents-main .map-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  background-color: #e5eaea;
  position: relative;
}

@media (min-width: 992px) {
  .page-lakes .contents-main .map-wrapper {
    margin-bottom: 1rem;
  }
}

.page-lakes .contents-main .map-wrapper::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 425px;
}

@media (min-width: 992px) {
  .page-lakes .contents-main .map-wrapper::before {
    padding-top: 77.41348%;
  }
}

.page-lakes .contents-main .map-wrapper > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-lakes .contents-main .map-wrapper .map-popup {
  min-width: 160px;
}

.page-lakes .contents-main .map-wrapper .map-popup a {
  outline: 0 !important;
}

.page-lakes .contents-main .map-wrapper .map-popup h5 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}

.page-lakes .contents-main .map-wrapper .map-popup ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-lakes .contents-main .map-wrapper .map-popup ul li + li {
  margin-left: 0.5rem;
}

.page-lakes .contents-main .locations {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-right: -1.36rem;
  line-height: 1.27;
  -webkit-column-width: 11.36rem;
  column-width: 11.36rem;
  -webkit-column-gap: 1.14rem;
  column-gap: 1.14rem;
}

.page-lakes .contents-main .location {
  padding-left: 1.18rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}

.page-lakes .contents-main .location::before {
  content: '';
  display: block;
  width: 0.64rem;
  height: 0.91rem;
  background-color: #a7a7a7;
  -webkit-mask: url('../images/icon-ionic-ios-pin.svg') center/contain no-repeat;
  mask: url('../images/icon-ionic-ios-pin.svg') center/contain no-repeat;
  position: absolute;
  top: 0.18rem;
  left: 0;
}

.page-lakes .footer-middle .action::before {
  width: 21.73rem;
  left: 18.73rem;
  background-image: url('../images/hello-lakes.png');
}

@media (max-width: 575.98px) {
  .page-lakes .footer-middle .action::before {
    width: 16.3rem;
    left: 14.05rem;
  }
}

.page-about .content-excerpt {
  max-width: 58.91rem;
}

.page-about .content-bottom {
  position: relative;
}

.page-about .content-bottom::before {
  content: '';
  background: url('../images/about-bg.jpg') center bottom/cover no-repeat;
  position: absolute;
  top: -10.23rem;
  left: -6.36rem;
  right: -6.36rem;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .page-about .content-bottom::before {
    top: -6.82rem;
    bottom: -5.91rem;
  }
}

.page-about .content-bottom::after {
  content: '';
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(33%, rgba(255, 255, 255, 0.71)),
      color-stop(67%, #fff)
    ),
    -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, rgba(255, 255, 255, 0.71)), color-stop(67%, #fff));
  background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0.71) 33%,
      #fff 67%
    ),
    linear-gradient(
      to top,
      transparent,
      rgba(255, 255, 255, 0.71) 33%,
      #fff 67%
    );
  background-size: 100% 30.57rem, 100% 23.47rem;
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -10.23rem;
  left: -6.36rem;
  right: -6.36rem;
  bottom: -5.91rem;
  z-index: -1;
}

@media (min-width: 768px) {
  .page-about .content-bottom::after {
    background-size: 100% 24.45rem, 100% 18.77rem;
    top: -6.82rem;
  }
}

.page-about .footer-middle .action::before {
  width: 26rem;
  left: 18.95rem;
  background-image: url('../images/about-footer.png');
}

@media (max-width: 575.98px) {
  .page-about .footer-middle .action::before {
    width: 12.65rem;
    left: 14.22rem;
  }
}

.page-about .section-about {
  font-size: 1.23rem;
  line-height: 1.26;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-about .section-about {
    padding-bottom: calc(21.95122% - 1rem);
  }
}

.page-about .section-about h3 {
  font-size: 1.82rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #a32431;
}

.page-about .section-about .wrapper {
  max-width: 55.45rem;
}

.page-about .section-datas {
  max-width: 320px;
  margin: auto;
  padding: 1.73rem;
  padding-bottom: 2.73rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.82rem 1.82rem 0 0;
}

@media (min-width: 768px) {
  .page-about .section-datas {
    padding-bottom: 3.27rem;
    max-width: 57.27rem;
  }
}

@media (min-width: 992px) {
  .page-about .section-datas {
    padding-left: 2.36rem;
    padding-right: 2.36rem;
  }
}

@media (min-width: 992px) {
  .page-about .highlight-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-about .highlight-box > * {
  min-height: 220px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-about .highlight-box-primary {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .page-about .highlight-box-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.2561%;
    flex: 0 0 32.2561%;
  }
}

.page-about .highlight-box-primary::before {
  top: -0.09rem;
  bottom: -0.36rem;
}

.page-about .highlight-box-primary h3 {
  margin-bottom: 1.36rem;
  font-size: 1.86rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.page-about .highlight-box-primary h3 small {
  display: block;
  font-size: 0.71em;
  letter-spacing: -0.01em;
}

.page-about .highlight-box-secondary {
  font-size: 1.23rem;
  line-height: 1.41;
}

@media (min-width: 992px) {
  .page-about .highlight-box-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.36585%;
    flex: 0 0 65.36585%;
  }
}

.page-about .highlight-box-secondary h3 {
  font-size: 1.82rem;
  letter-spacing: -0.02em;
  color: #a32431;
}

.page-about .cardbox-list {
  margin-bottom: -1.5rem;
}

@media (min-width: 768px) {
  .page-about .cardbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-about .cardbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
  border-radius: 0.91rem;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .page-about .cardbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 1rem);
    flex: 0 0 calc(33.33333% - 1rem);
    max-width: 15.91rem;
  }
}

.page-about .cardbox::before {
  content: '';
  border: 0.09rem solid rgba(255, 255, 255, 0.44);
  border-radius: 0.55rem;
  position: absolute;
  top: 0.41rem;
  left: 0.41rem;
  right: 0.41rem;
  bottom: 0.41rem;
  z-index: 1;
}

.page-about .cardbox-header {
  height: 3rem;
  padding: 0.91rem;
  padding-left: 24.75248%;
  background-color: rgba(163, 36, 49, 0.88);
  position: relative;
}

.page-about .cardbox-header::before {
  content: '';
  display: block;
  width: 3.73rem;
  height: 2.18rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 5.71429%;
}

.page-about .cardbox-header::after {
  content: '';
  display: block;
  width: 0.91rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page-about .cardbox-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.55rem 1.09rem;
  padding-bottom: 1.36rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-about .cardbox h4 {
  margin: 0;
  font-size: 1.18rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-about .cardbox ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-about .cardbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-about .cardbox li + li {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #fff;
}

.page-about .cardbox strong {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.55446%;
  flex: 0 0 44.55446%;
  padding-left: 0.64em;
  font-size: 1.4em;
  letter-spacing: -0.02em;
}

.page-about .cardbox span {
  margin: 0.5em auto;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-about .cardbox.data-climate .cardbox-header::before {
  -webkit-mask: url('../images/icon-climate.svg') center bottom/contain
    no-repeat;
  mask: url('../images/icon-climate.svg') center bottom/contain no-repeat;
}

.page-about .cardbox.data-population .cardbox-header::before {
  -webkit-mask: url('../images/icon-population.svg') center bottom/contain
    no-repeat;
  mask: url('../images/icon-population.svg') center bottom/contain no-repeat;
}

.page-about .cardbox.data-households .cardbox-header::before {
  -webkit-mask: url('../images/icon-households.svg') center bottom/contain
    no-repeat;
  mask: url('../images/icon-households.svg') center bottom/contain no-repeat;
}

.page-about .cardbox.data-climate {
  font-size: 0.86rem;
}

.page-about .cardbox.data-climate li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.23rem;
  padding-left: 24.75248%;
  position: relative;
}

.page-about .cardbox.data-climate li + li {
  margin-top: 0.64rem;
  padding-top: 0.64rem;
}

.page-about .cardbox.data-climate li::before {
  content: '';
  display: block;
  width: 3.05rem;
  height: 2.95rem;
  position: absolute;
  left: 4.29043%;
  bottom: -0.23rem;
  z-index: -1;
}

.page-about .cardbox.data-climate li.rain::before {
  background: url('../images/icon-rain.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .page-about .cardbox.data-climate li.rain::before {
    background-image: url('../images/icon-rain@2x.png');
  }
}

.page-about .cardbox.data-climate li.snow::before {
  background: url('../images/icon-snow.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .page-about .cardbox.data-climate li.snow::before {
    background-image: url('../images/icon-snow@2x.png');
  }
}

.page-about .cardbox.data-climate li.temp-jan::before {
  background: url('../images/icon-temp-jan.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .page-about .cardbox.data-climate li.temp-jan::before {
    background-image: url('../images/icon-temp-jan@2x.png');
  }
}

.page-about .cardbox.data-climate li.temp-jul::before {
  background: url('../images/icon-temp-jul.png') center/contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .page-about .cardbox.data-climate li.temp-jul::before {
    background-image: url('../images/icon-temp-jul@2x.png');
  }
}

.page-about .cardbox.data-climate strong {
  padding: 0;
  font-size: 1.58em;
}

.page-about .footers-middle .action::before {
  width: 21.27rem;
  left: 19.41rem;
  background-image: url('../images/hello-about.png');
}

@media (max-width: 575.98px) {
  .page-about .footers-middle .action::before {
    width: 15.95rem;
    left: 14.56rem;
  }
}

.page-staff-board .content-excerpt {
  max-width: 55.55rem;
}

.page-staff-board .section-staff .wrapper {
  margin-top: 1.59rem;
  position: relative;
}

.page-staff-board .section-staff .caption {
  width: 13.64rem;
  margin: 0;
  padding: 0.73rem 1.45rem;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #a32431;
  border-radius: 0.45rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
}

.page-staff-board .section-staff .photo {
  padding-top: 2.39rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#060606),
    color-stop(transparent),
    color-stop(transparent),
    to(#060606)
  );
  background: linear-gradient(
    to right,
    #060606 calc(50% - 8.41rem),
    transparent calc(50% - 8.41rem),
    transparent calc(50% + 8.41rem),
    #060606 calc(50% + 8.41rem)
  );
  background-size: 100% 1px;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.page-staff-board .section-staff .photo::before {
  content: '';
  display: block;
  margin-bottom: 5.36585%;
  border-left: 1px solid #060606;
  border-right: 1px solid #060606;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#060606),
    color-stop(transparent),
    color-stop(transparent),
    to(#060606)
  );
  background: linear-gradient(
    to right,
    #060606 calc(8.84146% - 1.36rem),
    transparent calc(8.84146% - 1.36rem),
    transparent calc(91.15854% + 1.36rem),
    #060606 calc(91.15854% + 1.36rem)
  );
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .page-staff-board .section-staff .photo::before {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(8.84146%, #060606),
      color-stop(8.84146%, transparent),
      color-stop(91.15854%, transparent),
      color-stop(91.15854%, #060606)
    );
    background-image: linear-gradient(
      to right,
      #060606 8.84146%,
      transparent 8.84146%,
      transparent 91.15854%,
      #060606 91.15854%
    );
  }
}

.page-staff-board .section-staff .photo img {
  max-width: calc(100% + 4.55rem);
  margin-left: -2.27rem;
  margin-right: -2.27rem;
}

@media (min-width: 992px) {
  .page-staff-board .section-staff .photo img {
    max-width: 106.46341%;
    margin-left: -3.23171%;
    margin-right: -3.23171%;
  }
}

.page-staff-board .staff-list {
  padding-left: 0;
  list-style: none;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1280px) {
  /* .page-staff-board .staff-list {
    max-width: 65.91rem;
  } */
}

.page-staff-board .staff-list > li {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media (min-width: 992px) {
  .page-staff-board .staff-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}

.page-staff-board .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
  margin: 0.5rem auto;
  font-size: 1.05rem;
  line-height: 130.43478%;
}

.page-staff-board .staff > * {
  margin: 0;
}

.page-staff-board .staff .name {
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: #a32431;
}

.page-staff-board .staff .position {
  margin-top: 0.14rem;
  margin-bottom: 0.32rem;
  font-weight: 700;
}

.page-staff-board .staff .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-staff-board .staff .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-staff-board .staff .contact li::before {
  content: '';
  width: 0.91rem;
  height: 0.73rem;
  margin-top: 0.14rem;
  margin-right: 0.45rem;
  background-color: #a32431;
}

.page-staff-board .staff .contact li.mail::before {
  -webkit-mask: url('../images/icon-material-email.svg') center/contain
    no-repeat;
  mask: url('../images/icon-material-email.svg') center/contain no-repeat;
}

.page-staff-board .staff .contact li.phone::before {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-mask: url('../images/icon-awesome-phone-alt.svg') center/contain
    no-repeat;
  mask: url('../images/icon-awesome-phone-alt.svg') center/contain no-repeat;
}

.page-staff-board .footer-middle .action::before {
  width: 16.86rem;
  left: 18.95rem;
  background-image: url('../images/hello-staff-board.png');
}

@media (max-width: 575.98px) {
  .page-staff-board .footer-middle .action::before {
    width: 12.65rem;
    left: 14.22rem;
  }
}

.page-ambassadors .content-excerpt {
  max-width: 51.82rem;
}

.page-ambassadors .section-top .wrapper {
  max-width: 45.59rem;
}

.page-ambassadors .footer-middle .action::before {
  width: 28.09rem;
  left: 15.77rem;
  background-image: url('../images/hello-ambassadors.png');
}

@media (max-width: 575.98px) {
  .page-ambassadors .footer-middle .action::before {
    width: 21.07rem;
    left: 11.83rem;
  }
}

.page-investors .content-header {
  border-bottom: 0;
}

.page-investors .content-excerpt {
  max-width: 46.27rem;
}

.page-investors .investor-list {
  padding-left: 0;
  list-style: none;
}

.page-investors .investor-list > li {
  min-height: 12.05rem;
}

.page-investors .investor-list > li + li {
  border-top: 1px solid #060606;
}

.page-investors .footer-middle .action::before {
  width: 20.91rem;
  left: 17.77rem;
  background-image: url('../images/hello-investors.png');
}

@media (max-width: 575.98px) {
  .page-investors .footer-middle .action::before {
    width: 15.68rem;
    left: 13.33rem;
  }
}

.page-contact .content-excerpt {
  max-width: 35.64rem;
}

.page-contact .section-middle {
  padding-bottom: 1.27rem;
  font-size: 1.73rem;
  line-height: 1.05;
}

.page-contact .section-middle .wrapper {
  max-width: 36.91rem;
}

.page-contact .banner-contact {
  margin: 1.5rem auto;
}

@media (min-width: 576px) {
  .page-contact .banner-contact {
    max-width: 41.64rem;
  }
  .page-contact .banner-contact-body {
    padding-top: 1.36rem;
    padding-bottom: 1.59rem;
    padding-left: 8.95197%;
    padding-right: 8.95197%;
  }
  .page-contact .banner-contact-body::before {
    width: 9.77rem;
    height: 14.32rem;
    -webkit-transform: none;
    transform: none;
    top: -2rem;
    left: auto;
    right: 62.77293%;
  }
  .page-contact .banner-contact-body::after {
    width: 6.36rem;
    height: auto;
    border-radius: 0;
    -webkit-transform: skewX(-14deg);
    transform: skewX(-14deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 0;
    left: auto;
    right: 62.44541%;
    bottom: 0;
  }
  .page-contact .banner-contact ul {
    padding-left: 32.57979%;
  }
}

.page-contact .content-bottom {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.page-contact .content-bottom .text-wrapper {
  max-width: 36.91rem;
  margin: auto;
  margin-bottom: 2.5rem;
  font-size: 1.73rem;
  line-height: 1.05;
  text-align: center;
}

.page-contact .content-bottom .form-wrapper {
  border: 1px solid #060606;
}

.page-contact .footer-middle .action::before {
  width: 20.55rem;
  left: 17.05rem;
  background-image: url('../images/hello-contact.png');
}

@media (max-width: 575.98px) {
  .page-contact .footer-middle .action::before {
    width: 15.41rem;
    left: 12.78rem;
  }
}

.page-benefits .content-header {
  border-bottom: 0;
}

.page-benefits .content-excerpt {
  max-width: 65.73rem;
}

.page-benefits .section-top {
  padding-top: 0;
}

.page-benefits .highlight-box {
  margin-bottom: 1rem;
}

.page-benefits .highlight-box-primary {
  font-weight: 600;
}

@media (min-width: 768px) {
  .page-benefits .highlight-box-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.32rem;
    flex: 0 0 35.32rem;
  }
}

.page-benefits .highlight-box-primary h3 {
  font-size: 1.82rem;
}

.page-benefits .highlight-box-primary p {
  max-width: 22.18rem;
}

.page-benefits .highlight-box-primary ul {
  padding-top: 1rem;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  .page-benefits .highlight-box-primary ul {
    max-width: 28.91rem;
  }
}

.page-benefits .highlight-box-primary li + li {
  margin-top: 0.82rem;
}

@media (min-width: 992px) {
  .page-benefits .benefit-list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.73rem;
    column-gap: 2.73rem;
  }
}

.page-benefits .benefit-list > li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.page-benefits .benefit-list > li + li {
  margin-top: 2rem;
}

.page-benefits .benefit-list h4 {
  margin-bottom: 0.36rem;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1.13;
  color: #a32431;
}

.page-benefits .footer-middle .action::before {
  width: 19.91rem;
  left: 18.55rem;
  background-image: url('../images/hello-benefits.png');
}

@media (max-width: 575.98px) {
  .page-benefits .footer-middle .action::before {
    width: 14.93rem;
    left: 13.91rem;
  }
}

.page-involved .content-header {
  border-bottom: 0;
}

.page-involved .content-excerpt {
  max-width: 34.45rem;
}

.page-involved .section-main {
  padding-top: 0;
}

.page-involved .section-form {
  margin-top: 2.27rem;
  border-top: 1px solid #060606;
}

@media (min-width: 768px) {
  .page-involved .card-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
}

@media (min-width: 992px) {
  .page-involved .card-list {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1280px) {
  .page-involved .card-list {
    -webkit-column-gap: 4.55rem;
    column-gap: 4.55rem;
  }
}

.page-involved .card-list > li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.page-involved .card-list > li + li {
  margin-top: 2.5rem;
}

@media (min-width: 1280px) {
  .page-involved .card {
    max-width: 21.82rem;
  }
}

.page-involved .card-title {
  margin-top: 0.82rem;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1.13;
}

.page-involved .footer-middle .action::before {
  width: 17.82rem;
  left: 18rem;
  background-image: url('../images/hello-involved.png');
}

@media (max-width: 575.98px) {
  .page-involved .footer-middle .action::before {
    width: 13.36rem;
    left: 13.5rem;
  }
}

.page-directory .content-excerpt {
  max-width: 46.27rem;
}

.page-directory .section-top {
  font-size: 1.23rem;
  line-height: 1.26;
}

.page-directory .section-top .wrapper {
  max-width: 50.36rem;
}

.page-directory .section-bottom {
  margin-top: 2.27rem;
  border-top: 1px solid #060606;
}

.page-directory .footer-middle .action::before {
  width: 13.36rem;
  left: 19.73rem;
  background-image: url('../images/hello-directory.png');
}

@media (max-width: 575.98px) {
  .page-directory .footer-middle .action::before {
    width: 10.02rem;
    left: 14.8rem;
  }
}

.page-jobs .content-excerpt {
  max-width: 46.27rem;
}

.page-jobs .section-top {
  font-size: 1.23rem;
}

.page-jobs .section-bottom {
  padding-top: 0;
}

.page-jobs .footer-middle .action::before {
  width: 19.77rem;
  left: 18.64rem;
  background-image: url('../images/hello-jobs.png');
}

@media (max-width: 575.98px) {
  .page-jobs .footer-middle .action::before {
    width: 14.83rem;
    left: 13.98rem;
  }
}

.page-submit-event .content-header {
  border-bottom: 0;
}

.page-submit-event .content-excerpt {
  max-width: 50.18rem;
}

.page-submit-event .footer-middle .action::before {
  width: 15.68rem;
  height: 24.18rem;
  left: 18.64rem;
  background-image: url('../images/hello-submit-event.png');
}

@media (max-width: 575.98px) {
  .page-submit-event .footer-middle .action::before {
    width: 11.76rem;
    height: 18.14rem;
    left: 13.98rem;
  }
}

.page-login .content-header {
  border-bottom: 0;
}

.page-login .content-excerpt {
  max-width: 61.27rem;
}

.page-login .footer-middle .action::before {
  width: 27.95rem;
  left: 18.64rem;
  background-image: url('../images/hello-login.png');
}

@media (max-width: 575.98px) {
  .page-login .footer-middle .action::before {
    width: 20.97rem;
    left: 13.98rem;
  }
}

.page-leadership-program .content-excerpt {
  max-width: 50.18rem;
}

.page-leadership-program .content-image {
  background-color: #060606;
}

.page-leadership-program .content-image figure {
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-leadership-program .content-image figure::before {
  content: '';
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(0.45rem, transparent),
    color-stop(transparent),
    to(#000)
  );
  background: linear-gradient(
    to bottom,
    #000,
    transparent 0.45rem,
    transparent calc(100% - 0.45rem),
    #000
  );
  opacity: 0.57;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-leadership-program .content-image figure::after {
  content: '';
  display: block;
  height: 0;
  padding-top: 300px;
}

@media (min-width: 1280px) {
  .page-leadership-program .content-image figure::after {
    padding-top: 36.19792%;
  }
}

.page-leadership-program .content-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-leadership-program .content-image figcaption {
  max-width: 35.68rem;
  padding: 1.7rem 3.41rem 1.05rem;
  padding-left: 4.32rem;
  font-size: 1.23rem;
  line-height: 1.19;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(47.13376%, #a32431),
    color-stop(79.61783%, rgba(163, 36, 49, 0.69)),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    #a32431 47.13376%,
    rgba(163, 36, 49, 0.69) 79.61783%,
    transparent
  );
  opacity: 0.9;
  position: relative;
  top: 2.27rem;
  left: 0;
}

@media (min-width: 1280px) {
  .page-leadership-program .content-image figcaption {
    position: absolute;
  }
}

@media (max-width: 575.98px) {
  .page-leadership-program .content-image figcaption {
    padding-left: 2rem;
  }
}

.page-leadership-program .content-image figcaption a {
  text-decoration: underline;
  color: inherit;
}

.page-leadership-program .content-image figcaption h4 {
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.page-leadership-program .section-middle {
  margin-bottom: -0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #060606;
}

.page-leadership-program .section-sponsorship {
  padding-bottom: 1rem;
}

.page-leadership-program .section-sponsorship h3 {
  margin-bottom: 1.36rem;
  font-size: 1.82rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #a32431;
}

.page-leadership-program .section-above-form {
  padding-bottom: 1rem;
  font-size: 1.23rem;
  line-height: 1.26;
}

.page-leadership-program .section-above-form h3 {
  margin-bottom: 0.68rem;
  font-size: 1.82rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #a32431;
}

.page-leadership-program .section-above-form .wrapper {
  max-width: 50.18rem;
}

.page-leadership-program .sponsorship-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.77rem;
}

.page-leadership-program .sponsorship-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 0.77rem 1.36rem;
}

@media (min-width: 576px) {
  .page-leadership-program .sponsorship-list > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .page-leadership-program .sponsorship-list > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 50%;
  }
}

.page-leadership-program .sponsorship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 1rem 2rem;
  border: 1px solid #060606;
  text-align: center;
}

.page-leadership-program .sponsorship h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.68rem;
  font-size: 2.05rem;
  line-height: 1.11;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-leadership-program .sponsorship h4 strong {
  color: #a32431;
}

.page-leadership-program .sponsorship p {
  font-size: 1.09rem;
  line-height: 1.08;
  font-style: italic;
  font-weight: 600;
}

.page-leadership-program .sponsorship p span {
  display: inline-block;
}

.page-leadership-program .highlight-box {
  font-size: 1.09rem;
  line-height: 1.33;
}

@media (min-width: 992px) {
  .page-leadership-program .highlight-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-leadership-program .highlight-box h3 {
  font-size: 2.27rem;
  letter-spacing: -0.02em;
}

.page-leadership-program .highlight-box h5 {
  margin: 0;
  font-size: 1.23rem;
  line-height: 1.19;
}

.page-leadership-program .highlight-box > * {
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .page-leadership-program .highlight-box > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 992px) {
  .page-leadership-program .highlight-box-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.63415%;
    flex: 0 0 39.63415%;
  }
}

@media (min-width: 1280px) {
  .page-leadership-program .highlight-box-primary {
    padding-right: 2.73rem;
  }
}

@media (min-width: 992px) {
  .page-leadership-program .highlight-box-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.35366%;
    flex: 0 0 58.35366%;
  }
}

.page-leadership-program .footer-middle .action::before {
  width: 13.55rem;
  left: 18.18rem;
  background-image: url('../images/hello-leadership-program.png');
}

@media (max-width: 575.98px) {
  .page-leadership-program .footer-middle .action::before {
    width: 10.16rem;
    left: 13.64rem;
  }
}

.page-ambassadors-program .content-excerpt {
  max-width: 52.64rem;
}

.page-ambassadors-program .section-bottom h3 {
  font-size: 1.23rem;
}

.page-ambassadors-program .footer-middle .action::before {
  width: 20.23rem;
  left: 18.18rem;
  background-image: url('../images/hello-ambassadors-program.png');
}

@media (max-width: 575.98px) {
  .page-ambassadors-program .footer-middle .action::before {
    width: 15.17rem;
    left: 13.64rem;
  }
}

.page-events .content-header {
  border-bottom: 0;
}

.page-events .content-excerpt {
  max-width: 34.27rem;
}

.page-events .footer-middle .action::before {
  width: 21rem;
  left: 18.64rem;
  background-image: url('../images/hello-events.png');
}

@media (max-width: 575.98px) {
  .page-events .footer-middle .action::before {
    width: 15.75rem;
    left: 13.98rem;
  }
}

.page-annual-events .content-header {
  border-bottom: 0;
}

.page-annual-events .content-excerpt {
  max-width: 30.45rem;
}

.page-annual-events .section-main {
  padding-top: 0;
}

@media (min-width: 1280px) {
  .page-annual-events .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-annual-events .card-wrapper .col-left::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: calc(31.48637% + 1rem);
  }
  .page-annual-events .card-wrapper .col-left > ul li {
    max-width: 44.23923%;
  }
  .page-annual-events .card-wrapper .col-left > ul li:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
  .page-annual-events .card-wrapper .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.86rem;
    flex: 0 0 22.86rem;
    max-width: 30.67073%;
  }
  .page-annual-events .card-wrapper > img {
    position: absolute;
    bottom: 2rem;
    width: 65.2439%;
  }
}

.page-annual-events .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 1280px) {
  .page-annual-events .card-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-annual-events .card-list > li {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .page-annual-events .card-list > li {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-annual-events .card {
  max-width: 22.86rem;
}

@media (min-width: 1280px) {
  .page-annual-events .card {
    margin-bottom: 2rem;
  }
}

.page-annual-events .footer-middle .action::before {
  width: 19.64rem;
  left: 17.86rem;
  background-image: url('../images/hello-annual-events.png');
}

@media (max-width: 575.98px) {
  .page-annual-events .footer-middle .action::before {
    width: 14.73rem;
    left: 13.4rem;
  }
}

.page-advocacy .content-header {
  border-bottom: 0;
}

.page-advocacy .content-excerpt {
  max-width: 49rem;
}

.page-advocacy .section-top {
  padding-top: 0;
}

.page-advocacy .section-middle {
  font-size: 1.18rem;
  line-height: decimal-roundf(36/26);
}

.page-advocacy .section-middle .wrapper {
  max-width: 55.73rem;
  margin-bottom: -1rem;
}

.page-advocacy .section-bottom .wrapper {
  margin-bottom: 1.5rem;
  font-size: 1.27rem;
  line-height: decimal-roundf(40/28);
  font-weight: 600;
}

.page-advocacy .highlight-box {
  margin-bottom: 1rem;
}

.page-advocacy .highlight-box-primary {
  font-size: 1.27rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .page-advocacy .highlight-box-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.86rem;
    flex: 0 0 33.86rem;
  }
  .page-advocacy .highlight-box-primary p {
    max-width: 26.55rem;
  }
}

.page-advocacy .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 1280px) {
  .page-advocacy .card-list {
    margin-left: -1.32rem;
    margin-right: -1.32rem;
  }
}

.page-advocacy .card-list > li {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .page-advocacy .card-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 1.32rem;
    padding-right: 1.32rem;
  }
}

.page-advocacy .card {
  max-width: 22.86rem;
}

.page-advocacy .footer-middle .action::before {
  width: 17.82rem;
  left: 17.95rem;
  background-image: url('../images/hello-advocacy.png');
}

@media (max-width: 575.98px) {
  .page-advocacy .footer-middle .action::before {
    width: 13.36rem;
    left: 13.47rem;
  }
}

.page-helpful-numbers .section-top {
  font-size: 1.27rem;
  line-height: 1.21;
  position: relative;
  z-index: 1;
}

.page-helpful-numbers .section-top .wrapper {
  max-width: 58.64rem;
}

.page-helpful-numbers .section-top .wrapper > * {
  margin: 0;
}

.page-helpful-numbers .section-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-helpful-numbers .section-bottom .col-left,
.page-helpful-numbers .section-bottom .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .page-helpful-numbers .section-bottom .col-left {
    -ms-flex-preferred-size: 25.4878%;
    flex-basis: 25.4878%;
    max-width: 25.4878%;
  }
}

.page-helpful-numbers .section-bottom .col-right {
  border: 1px solid #707070;
}

@media (min-width: 992px) {
  .page-helpful-numbers .section-bottom .col-right {
    -ms-flex-preferred-size: 70.2439%;
    flex-basis: 70.2439%;
    max-width: 70.2439%;
  }
}

.page-helpful-numbers .section-bottom .menu-wrapper {
  margin-bottom: 1rem;
  background-color: #f1f1f1;
}

.page-helpful-numbers .section-bottom .menu-caption {
  margin: 0;
  padding: 0.82rem 1.82rem;
  font-size: 1.55rem;
  font-weight: 600;
  color: #fff;
  background-color: #a32431;
}

.page-helpful-numbers .section-bottom .menu {
  padding: 0.23rem 2.27rem 0.68rem 1.82rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.09;
}

.page-helpful-numbers .section-bottom .menu a {
  display: initial;
  font-weight: inherit;
  text-decoration: none;
}

.page-helpful-numbers .section-bottom .menu li {
  position: relative;
}

.page-helpful-numbers .section-bottom .menu li::before {
  content: '\2022';
  color: #a32431;
  position: absolute;
  top: 0.77rem;
  left: 0.23rem;
}

.page-helpful-numbers .section-bottom .menu > li {
  padding: 0.77rem 0;
  padding-left: 1.05rem;
}

.page-helpful-numbers .section-bottom .menu > li + li {
  border-top: 1px dotted;
}

.page-helpful-numbers .section-bottom .menu .submenu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  color: #a32431;
}

.page-helpful-numbers .section-bottom .menu .submenu li {
  padding-top: 0.27rem;
  padding-left: 1.05rem;
}

.page-helpful-numbers .section-bottom .menu .submenu li::before {
  content: '-';
  color: #a32431;
  position: absolute;
  top: 0.27rem;
}

.page-helpful-numbers .data-group {
  padding-top: 62px;
  margin-top: -62px;
}

@media (min-width: 1280px) {
  .page-helpful-numbers .data-group {
    padding-top: 6.45rem;
    margin-top: -6.45rem;
  }
}

.page-helpful-numbers .data-group .data-group {
  padding-top: 77px;
  margin-top: -77px;
}

@media (min-width: 1280px) {
  .page-helpful-numbers .data-group .data-group {
    padding-top: 7.14rem;
    margin-top: -7.14rem;
  }
}

.page-helpful-numbers .data-header {
  margin: 0;
  padding: 0.91rem;
  font-size: 1.18rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a32431;
  background-color: #efefef;
}

.page-helpful-numbers .data-body {
  margin: 0;
  padding: 1.5rem 7.8125%;
  font-weight: 600;
}

.page-helpful-numbers .data-body > *:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #060606;
}

.page-helpful-numbers .data-body h4 {
  font-size: 1.09rem;
  font-weight: 700;
}

.page-helpful-numbers .data-body h4:last-child {
  margin-bottom: 0;
}

.page-helpful-numbers .data-body h4 a {
  color: inherit;
}

.page-helpful-numbers .data-body h4 a::after {
  content: '';
  display: inline-block;
  width: 0.95rem;
  height: 0.86rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  background-color: #a32431;
  -webkit-mask: url('../images/icon-awesome-external-link-alt.svg')
    center/contain no-repeat;
  mask: url('../images/icon-awesome-external-link-alt.svg') center/contain
    no-repeat;
}

.page-helpful-numbers .data-body h4 small {
  font-size: 1rem;
  font-weight: 600;
}

.page-helpful-numbers .data-body ul {
  margin: 0;
}

.page-helpful-numbers .data-body ul > li + li {
  margin-top: 0.45rem;
}

.page-helpful-numbers .footer-middle .action::before {
  width: 28.5rem;
  left: 16.68rem;
  background-image: url('../images/hello-helpful-numbers.png');
}

@media (max-width: 575.98px) {
  .page-helpful-numbers .footer-middle .action::before {
    width: 21.38rem;
    left: 12.51rem;
  }
}

.page-subscribe .content-excerpt {
  max-width: 55.91rem;
}

.page-subscribe .section-top h3 {
  font-size: 1.5rem;
}

.page-subscribe .footer-middle .action::before {
  width: 19.73rem;
  left: 17.5rem;
  background-image: url('../images/hello-subscribe.png');
}

@media (max-width: 575.98px) {
  .page-subscribe .footer-middle .action::before {
    width: 14.8rem;
    left: 13.13rem;
  }
}

@media (min-width: 1280px) {
  .page-home .header-main {
    height: 41.14rem;
  }
}

.page-home .header-main-middle {
  height: 100%;
}

@media (min-width: 1280px) {
  .page-home .header-main-middle::before {
    height: 17.18rem;
    opacity: 1;
    bottom: 0;
  }
}

.page-home .header-image {
  margin: 0;
}

.page-home .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 0.14rem 0.27rem #060606;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-home .header-text::before {
  content: '';
  background: url('../images/owasso-O-white.png') center/contain no-repeat;
  background-color: rgba(255, 0, 0, 0.1);
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 1280px) {
  .page-home .header-text::before {
    background-size: 23.14rem 28.41rem;
    top: 0;
    bottom: 1.36rem;
  }
}

.page-home .header-text h1 {
  width: 36.36rem;
  height: 11.14rem;
  margin-bottom: -4.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.73rem;
  line-height: 1;
  background: radial-gradient(
    closest-side,
    rgba(0, 0, 0, 0.52),
    rgba(0, 0, 0, 0.25) 62.5%,
    transparent
  );
  z-index: 2;
}

@media (min-width: 1280px) {
  .page-home .header-text h1 {
    margin-bottom: 1.36rem;
  }
}

@media (max-width: 575.98px) {
  .page-home .header-text h1 {
    font-size: 30px;
  }
}

.page-home .header-text h1 strong {
  font-size: 1.33em;
}

.page-home .content {
  background-image: url('../images/owasso-O-lg.png');
  background-size: auto 85vw;
  background-position: 50% calc(50% + 10.45rem);
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .page-home .content {
    background-size: contain;
  }
}

.page-home .section-top {
  padding-top: 2.27rem;
}

.page-home .section-top h3 {
  max-width: 51.36rem;
  margin: auto;
  margin-bottom: 1.36rem;
  font-size: 1.64rem;
  font-weight: 600;
  line-height: 1.11;
  text-align: center;
  letter-spacing: -0.02em;
  color: #a32431;
}

.page-home .section-top .wrapper {
  max-width: 72.95rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-home .section-top .wrapper .col-left {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 57.27rem;
}

@media (min-width: 1280px) {
  .page-home .section-top .wrapper .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.50467%;
    flex: 0 0 78.50467%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-home .section-top .wrapper .col-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1280px) {
  .page-home .section-top .wrapper .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.75701%;
    flex: 0 0 17.75701%;
    margin-left: auto;
  }
}

.page-home .section-top .guide-box {
  max-width: 285px;
  margin: auto;
  text-align: center;
  border: 1px solid #707070;
}

.page-home .section-top .guide-box-top {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cdc7c7),
    color-stop(0.68rem, #e0dddd),
    color-stop(7.5rem, #fff)
  );
  background: linear-gradient(to top, #cdc7c7, #e0dddd 0.68rem, #fff 7.5rem);
}

.page-home .section-top .guide-box-top h5 {
  max-width: 11.82rem;
  margin: auto;
  font-size: 1.27rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #7b1f25;
  position: relative;
  top: 0.68rem;
}

.page-home .section-top .guide-box-top img {
  max-width: 11.82rem;
}

.page-home .section-top .guide-box-bottom {
  padding: 0.91rem;
  line-height: 0;
}

.page-home .section-top .guide-box-bottom a {
  display: inline-block;
  padding: 0.23rem 0.91rem 0.27rem;
  font-size: 0.73rem;
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  background-color: #a32431;
  border-radius: 0.23rem;
}

@media (min-width: 768px) {
  .page-home .section-cards .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .page-home .section-cards .card-list > li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .page-home .section-cards .card-list {
    margin-left: -1.55rem;
    margin-right: -1.55rem;
  }
  .page-home .section-cards .card-list > li {
    padding-left: 0.77rem;
    padding-right: 0.77rem;
  }
}

.page-home .section-middle .wrapper {
  max-width: 64.09rem;
  margin: auto;
}

.page-home .section-middle .wrapper h3 {
  margin-bottom: 1rem;
  font-size: 2.73rem;
  line-height: 1;
  color: #a32431;
}

.page-home .section-middle .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -1rem;
}

.page-home .section-middle .row > * {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .page-home .section-middle .row > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-home .section-middle .offfer-wrapper {
  font-size: 1.09rem;
  line-height: 1.67;
}

@media (min-width: 992px) {
  .page-home .section-middle .offfer-wrapper {
    max-width: 29.32rem;
  }
}

.page-home .section-middle .offfer-wrapper h3 {
  margin-bottom: 1.14rem;
}

.page-home .section-middle .offfer-wrapper li::marker {
  color: #a32431;
}

.page-home .section-middle .events-wrapper {
  max-width: 27.09rem;
  margin: auto;
}

.page-home .section-middle .events-wrapper h3 {
  margin-bottom: 0.91rem;
  padding-left: 5.23rem;
  position: relative;
}

.page-home .section-middle .events-wrapper h3::before {
  content: '';
  width: 2.73rem;
  height: 2.86rem;
  background-color: #a32431;
  -webkit-mask: url('../images/icon-metro-calendar.svg') center/contain
    no-repeat;
  mask: url('../images/icon-metro-calendar.svg') center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.page-home .section-middle .events-wrapper .events-block {
  font-size: 1.14rem;
  font-weight: 700;
  color: #fff;
  background-color: #a32431;
}

.page-home .section-middle .events-wrapper .events-block-body {
  padding: 1.82rem;
  padding-bottom: 2.27rem;
}

.page-home .section-middle .events-wrapper .events-block img {
  width: 100%;
  border: 1px solid #707070;
}

.page-home .section-middle .events-wrapper .events-block ul {
  margin: 0;
}

.page-home .section-middle .events-wrapper .events-block ul li + li {
  margin-top: 1rem;
}

.page-home .section-bottom .wrapper {
  max-width: 64.64rem;
  margin: auto;
  font-size: 1.55rem;
  line-height: 1.29;
  text-align: center;
}

.photoGalleryGrid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 20px;
  padding: 20px 0px;
}

.singlePhoto {
  border: 1px solid #707070;
}

.singlePhoto h4 {
  color: #a32431 !important;
}

.singlePhoto a {
  color: #a32431;
}

.galleryContent {
  text-align: center;
  padding: 15px 10px;
}

.galleryContent h4 {
  color: #0f0101;
}

.page-photo-gallery .footer-middle .action::before {
  width: 26.23rem;
  left: 18.18rem;
  background-image: url(../images/photo-gallery-footer-img.png);
}

@media (max-width: 992px) {
  .photoGalleryGrid {
    grid-template-columns: 6fr 6fr;
  }
}

@media (max-width: 600px) {
  .photoGalleryGrid {
    grid-template-columns: 12fr;
  }
}

.person-img {
  width: 300px;
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.page-involved .card a {
  background-color: #a32431;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
}

.column-container {
  column-count: 3;
  column-gap: 20px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  break-inside: avoid;
}

.list-partner {
  display: flex;
  justify-content: space-between;
}

.title-partner {
  padding: 20px 0;
  text-align: center;
  font-size: 1.73rem;
  line-height: 1;
  color: #a32431;
}

.title-logo {
  margin-bottom: 0px !important;
  font-size: 1.73rem !important;
}
