@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* include font stuff first */
@font-face {
  font-family: "Brandon_txt_reg";
  src: url("/assets/fonts/Brandon_txt_reg-webfont.woff2") format("woff2"), url("/assets/fonts/Brandon_txt_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brandon_txt_reg_it";
  src: url("/assets/fonts/Brandon_txt_reg_it-webfont.woff2") format("woff2"), url("/assets/fonts/Brandon_txt_reg_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brandon_txt_blk";
  src: url("/assets/fonts/Brandon_txt_blk-webfont.woff2") format("woff2"), url("/assets/fonts/Brandon_txt_blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --teal: #008AAB;
  --grey: #444A4A;
  --light: #E8EDEF;
  --dark: #1E1F20;
  --border-color: #E8EDEF;
  --font-color: #000000;
  --base-font-size: 2.3rem;
  --heading: "Brandon_txt_blk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --sans: "Brandon_txt_reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --radius: 17px;
  --gutter: 6rem;
  --max-width: 1280px;
}

@media (max-width: 1080px) {
  :root {
    --gutter: 4.4rem;
    --base-font-size: 1.8rem;
  }
}
@media (max-width: 720px) {
  :root {
    --gutter: 3rem;
  }
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--dark);
}

* {
  box-sizing: border-box;
}

body {
  max-width: 1920px;
  position: relative;
  background: white;
  margin: 0 auto;
}

input, textarea, select, fieldset {
  margin-bottom: 1.5rem;
}

pre, blockquote, dl, p, figure, table, ul, ol, form {
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
}

/* Responsive Extras*/
img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.embed {
  margin: 3rem auto;
  position: relative;
}

.embed-resize {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-resize iframe, .embed-resize object, .embed-resize embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.row-inner {
  margin: 0 auto;
  position: relative;
  z-index: 200;
  width: 100%;
}
@media (min-width: 1000px) {
  .row-inner {
    width: 960px;
  }
}
.row-inner p:last-child, .row-inner ul:last-child, .row-inner ol:last-child {
  margin-bottom: 0;
}

header, main, footer {
  position: relative;
  z-index: 5;
}

article {
  text-align: left;
}
article > *:first-child {
  margin-top: 0;
}

.body {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: var(--gutter);
  opacity: 0;
  transform: translateY(40px);
  animation: 400ms fadeUp forwards ease 1500ms;
  position: relative;
  z-index: 30;
}
.body .quick-links {
  float: right;
  margin: 0 0 var(--gutter) var(--gutter);
}
@media (max-width: 1280px) {
  .body {
    padding-right: calc(var(--gutter) + 2rem);
  }
}
@media (max-width: 920px) {
  .body {
    padding-right: var(--gutter);
  }
  .body article {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body .quick-links {
    float: none;
    order: 2;
    margin: 0;
  }
}
@media (max-width: 920px) and (max-width: 440px) {
  .body .quick-links {
    margin: 0 -1rem;
    max-width: 200%;
  }
}
@media (max-width: 760px) {
  .body {
    padding: 3rem;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.news-body {
  max-width: 96rem;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  text-align: center;
  font-size: var(--base-font-size);
  line-height: 1.44;
  font-family: var(--sans);
  color: var(--font-color);
  letter-spacing: -0.1;
}

em, i {
  font-family: "Brandon_txt_reg_it", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 5.2rem;
  line-height: 1.1;
}

h2 {
  font-size: 4.4rem;
  line-height: 1.1;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--sans);
}

h4 {
  font-size: 3.2rem;
  color: var(--teal);
  text-transform: none;
  line-height: 1.2;
  font-family: var(--sans);
}

.text-block h3 {
  font-family: var(--heading);
}

@media (max-width: 960px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }
}
small {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 19px;
  display: block;
}

ul {
  margin-bottom: 30px;
  padding-left: 35px;
  list-style-position: outside;
}

li {
  margin-bottom: 7px;
}

li::marker {
  color: var(--teal);
}

hr {
  margin: var(--gutter) 0;
  background: var(--border-color);
  height: 1px;
  width: 100%;
  display: block;
  border: none;
}

blockquote {
  background: radial-gradient(circle at 33% 33%, #FFFFFF 0%, #E8EDEF 112%);
  border-radius: var(--radius);
  padding: var(--gutter);
  margin: var(--gutter) 0;
}
blockquote cite {
  display: block;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding-top: calc(var(--gutter) / 1.5);
  margin-top: calc(var(--gutter) / 1.5);
  font-style: normal;
  font-family: var(--heading);
  text-transform: uppercase;
  color: black;
  font-size: 1.6rem;
}

.btn, .extra > div > a:last-child, .home-donate .text a, .home-about .text p:last-child a {
  font-size: 1.6rem;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 1rem 2.8rem;
  color: black;
  border-radius: 20px;
  background: white;
  transition: 200ms ease all;
  cursor: pointer;
  font-family: var(--heading);
}
.btn:hover, .extra > div > a:last-child:hover, .home-donate .text a:hover, .home-about .text p:last-child a:hover {
  background: var(--light);
  text-decoration: underline;
}
.btn.btn-black, .extra > div > a:last-child.btn-black, .home-donate .text a.btn-black, .home-about .text p:last-child a.btn-black {
  background: black;
  color: white;
}
.btn.btn-black:hover, .extra > div > a:last-child.btn-black:hover, .home-donate .text a.btn-black:hover, .home-about .text p:last-child a.btn-black:hover {
  color: var(--teal);
  background: black;
}
.btn.btn-blue, .extra > div > a:last-child.btn-blue, .home-donate .text a.btn-blue, .home-about .text p:last-child a.btn-blue {
  background: var(--teal);
  color: white;
}
.btn.btn-blue:hover, .extra > div > a:last-child.btn-blue:hover, .home-donate .text a.btn-blue:hover, .home-about .text p:last-child a.btn-blue:hover {
  color: rgba(255, 255, 255, 0.7);
  background: var(--teal);
}

.img-btn {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  border-radius: var(--radius);
  background-image: radial-gradient(circle at 60% 50%, #00BED5 0%, #00667E 112%);
  box-shadow: 0 30px 40px -20px rgba(26, 79, 92, 0.5);
  margin: 2rem 0 4.5rem 0;
  transform: translate(60px);
  padding: 2rem 3rem 2rem 7rem;
}
.img-btn .image {
  position: absolute;
  left: -5rem;
  bottom: 0;
  width: 110px;
  height: 140px;
  overflow: hidden;
}
.img-btn .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(5px);
  transition: 200ms ease all;
}
.img-btn p {
  margin: 0;
  line-height: 1.2;
}
.img-btn p.btn-title {
  font-size: 1.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  font-family: var(--heading);
}
.img-btn p.btn-title:after {
  content: "▶";
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
  padding-left: 0;
}
.img-btn:nth-child(2n+1) {
  background-image: radial-gradient(circle at 60% 50%, #444A4A 0%, #1E1F20 100%);
  box-shadow: 0 30px 40px -20px rgba(48, 54, 56, 0.5);
}
.img-btn:hover p.btn-title {
  text-decoration: underline;
}
.img-btn:hover .image img {
  transform: translateY(0);
}
@media (max-width: 760px) {
  .img-btn {
    max-width: 30rem;
    margin: 2rem auto 4rem;
    transform: translate(20px);
  }
}
@media (max-width: 440px) {
  .img-btn {
    padding: 1.4rem 2rem 1.4rem 5rem;
    width: calc(100% - 8rem);
  }
  .img-btn .image {
    width: 90px;
    height: 130px;
  }
}

/* override some spout form defaults here */
.form-block {
  width: 100%;
  --fui-label-font-size: 1.6rem;
  --fui-input-font-size: 1.6rem;
  --fui-btn-font-size: 1.6rem;
  --fui-alert-font-size: 1.6rem;
  --fui-alert-padding: 2rem;
  --fui-label-font-weight: 700;
  margin: 4rem auto;
  max-width: 92rem;
  clear: both;
}
@media (max-width: 760px) {
  .form-block .fui-row {
    display: block;
  }
}
.form-block .fui-alert-success {
  line-height: 1.3;
}

.contactForm {
  margin: 0 40px 20px;
}

.form-block .fui-input,
.form-block .fui-select,
textarea,
select,
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  width: 100%;
  padding: 15px 13px;
  color: var(--font-color);
  font-family: var(--sans);
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid transparent;
  background: rgba(57, 106, 179, 0.15);
  border-radius: 0;
  transition: 0.2s ease all;
  box-shadow: none;
}
.form-block .fui-input::placeholder,
.form-block .fui-select::placeholder,
textarea::placeholder,
select::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder {
  color: #ebebeb;
}
.form-block .fui-input:focus,
.form-block .fui-select:focus,
textarea:focus,
select:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus {
  outline: 0;
  border: 1px solid var(--blue);
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}

select {
  display: inline-block;
  font-size: 1.8rem;
  font-family: sans-serif;
  padding: 15px 35px 15px 13px;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(57, 106, 179, 0.15);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23869AC8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  border: 1px solid var(--blue);
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}
select option {
  font-weight: normal;
}

textarea {
  margin: 0;
  min-height: 65px;
}

textarea:focus,
select:focus,
button:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
}

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

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
}

input[type=text], input[type=email] {
  width: 100%;
}

input[type=submit], button[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: var(--font-color);
  transition: all 0.2s ease;
  border: none;
  padding: 13px 15px;
  background-color: var(--blue);
}

label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
}

.getAQuote-form {
  margin: 4rem auto;
}

.field {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 0 0 2rem 0;
}
.field .heading {
  width: 180px;
  text-align: right;
  padding: 14px 2rem 0 0;
}
.field .heading label {
  margin: 0;
  font-weight: bold;
}
.field .input {
  width: 320px;
}
.field .input input, .field .input select {
  margin: 0;
  width: 100%;
}

.nav-handle, .nav-close {
  display: none;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  gap: 7px;
  align-items: center;
  border-radius: 30px;
  padding: 20px 24px;
}
.nav-handle:hover, .nav-close:hover {
  background: #222;
}
.nav-handle img, .nav-close img {
  width: 20px;
}
.nav-handle span, .nav-close span {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-family: var(--heading);
}
@media (max-width: 760px) {
  .nav-handle, .nav-close {
    display: flex;
  }
}
.nav-big .nav-handle, .nav-big .nav-close {
  display: flex;
}

.nav-close {
  background: #222;
}
.nav-close:hover {
  background: #333333;
}

.toggleChild {
  display: none;
}
@media (max-width: 760px) {
  .toggleChild {
    position: absolute;
    top: 0;
    right: 0;
    height: 39px;
    display: block;
    width: 40px;
    background: #fafafa;
    z-index: 60;
    border-left: 1px solid var(--border-color);
    border-left: none;
    cursor: pointer;
  }
  .toggleChild:before {
    content: "+";
    left: 0;
    opacity: 0.7;
    position: absolute;
    font-size: 3rem;
    line-height: 40px;
    text-align: center;
    width: 100%;
    transition: 100ms ease all;
  }
  .active .toggleChild:before {
    transform: rotate(45deg);
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.nav li {
  display: block;
  margin: 0;
  position: relative;
}
.nav .btn {
  color: black;
}
.nav a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: white;
}
.nav > li:last-child > a {
  border-bottom: 0;
}
.nav .nav-inside > ul {
  display: flex;
  align-items: center;
  gap: 0;
}
.nav .nav-inside > ul > li {
  padding: 1rem 1.4rem;
  border-radius: var(--radius) var(--radius) 0 0;
  position: relative;
}
.nav .nav-inside > ul > li > a:not(.btn) {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px 0px;
  display: block;
  transition: 200ms ease all;
  border-bottom: 2px solid transparent;
  font-family: var(--heading);
}
.nav .nav-inside > ul > li > a:not(.btn):hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.504);
}
.nav .nav-inside > ul > li > ul a {
  position: relative;
  padding: 4px 5px 4px 13px;
  transition: 200ms ease all;
  font-size: 1.8rem;
  display: inline-block;
}
.nav .nav-inside > ul > li > ul a:before {
  content: "";
  background: var(--teal);
  width: 4px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  left: 0;
  top: 12px;
}
.nav .nav-inside > ul > li > ul a:hover {
  text-decoration: underline;
  color: #10BFE8;
}
.nav .nav-inside > ul > li.has-children {
  transition: 50ms ease all;
}
.nav .nav-inside > ul > li.has-children > a:hover {
  border-bottom-color: transparent;
}
.nav .nav-inside > ul > li.has-children:hover {
  background: black;
}
.nav .nav-inside > ul > li.has-children:hover > ul {
  transform: translateY(0px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.nav .nav-inside > ul > li.has-children:hover > ul > li {
  transform: translateY(0px);
}
@media (max-width: 760px) {
  .nav .nav-inside > ul > li {
    padding: 1rem 0;
  }
}

/* two different types of navs depending if they have a big list of pages, or a small list of pages */
.nav-big .nav {
  background: black;
  position: absolute;
  top: -10px;
  right: 0;
  padding: 33px 3rem;
  border-top: 10px solid var(--teal);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  display: block;
  transition: 300ms ease all;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 120% 100%);
}
.nav-big .nav + .btn {
  margin: 0 0 0 auto;
}
.nav-big .nav .nav-inside {
  display: flex;
  gap: 1rem 3rem;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  max-width: 440px;
  width: auto;
  margin: 0 0 0 auto;
}
.nav-big .nav .nav-inside > ul {
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  opacity: 0;
  transform: translateX(30px);
  transition: 300ms ease all;
}
.nav-big .nav .nav-inside > ul > li {
  padding: 1rem 0;
}
.nav-big .nav.active {
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}
.nav-big .nav.active .nav-inside > ul {
  opacity: 1;
  transform: translateX(0px);
  transition: 300ms ease all 100ms;
}
@media (max-width: 760px) {
  .nav-big .nav {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .nav-big .nav.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .nav-big > .btn {
    display: none;
  }
}

.nav-small .nav {
  margin: 0 0 0 auto;
}
@media (min-width: 761px) {
  .nav-small .nav .nav-inside > ul > li > ul {
    position: absolute;
    top: 100%;
    width: 30rem;
    background: black;
    left: calc(50% - 15rem);
    padding: 2.4rem;
    border-radius: var(--radius);
    overflow: hidden;
    text-align: left;
    transition: 200ms ease all;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transform: translateY(-10px);
  }
  .nav-small .nav .nav-inside > ul > li > ul > li {
    transform: translateY(-10px);
    transition: 200ms ease all;
  }
}
.nav-small .nav .nav-inside > ul > li:hover > a {
  transform: translateY(-4px);
}
.nav-small .nav .nav-inside .btn {
  display: none;
}
@media (min-width: 761px) and (max-width: 1280px) {
  .nav-small {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-small .nav {
    width: 100%;
    margin: 0 auto;
  }
  .nav-small .nav .nav-inside > ul {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .nav-small {
    flex-direction: row;
  }
  .nav-small > .btn {
    display: none;
  }
  .nav-small .nav {
    background: black;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 33px 3rem;
    border-top: 10px solid var(--teal);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: block;
    transition: 300ms ease all;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .nav-small .nav .nav-inside {
    display: flex;
    gap: 1rem 3rem;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    max-width: 440px;
    width: auto;
    margin: 0 0 0 auto;
  }
  .nav-small .nav .nav-inside .btn {
    display: block;
  }
  .nav-small .nav .nav-inside > ul {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    opacity: 0;
    transform: translateX(30px);
    transition: 300ms ease all;
  }
  .nav-small .nav.active {
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .nav-small .nav.active .nav-inside > ul {
    opacity: 1;
    transform: translateX(0px);
    transition: 300ms ease all 100ms;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.socials a {
  transition: 200ms ease all;
}
.socials a:hover {
  opacity: 0.7;
}
.nav-inside > .socials {
  display: none;
}
.nav-big .nav-inside > .socials {
  display: flex;
}
@media (max-width: 760px) {
  header > .socials {
    display: none;
  }
  .nav-inside > .socials {
    display: flex;
    opacity: 0;
    transform: translateX(30px);
    transition: 300ms ease all;
  }
  .nav.active .nav-inside > .socials {
    opacity: 1;
    transform: translateX(0);
    transition: 300ms ease all 150ms;
  }
}

header {
  border-top: 10px solid black;
  padding: 2rem 3rem;
  display: flex;
  gap: 2rem 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 100;
  background-color: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
header .logo {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  text-decoration: none;
  color: white;
}
header .logo img {
  max-height: 90px;
}
header .logo span {
  color: white;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--heading);
}
@media (max-width: 760px) {
  header {
    position: relative;
    background-color: black;
    border: none;
    flex-direction: row;
    padding: 1.4rem;
  }
  header .logo {
    width: 300px;
    gap: 1rem;
  }
  header .logo img {
    max-height: 50px;
  }
  header .logo span {
    font-size: 1.5rem;
  }
}

.banner {
  width: 100%;
  position: relative;
  z-index: 50;
  margin-bottom: var(--gutter);
  background: rgb(46, 54, 60);
  min-height: 280px;
}
.banner:before {
  content: "";
  width: 26rem;
  height: 32rem;
  display: block;
  background: url(../img/bg-dot.svg) repeat;
  position: absolute;
  bottom: -13rem;
  right: 0;
  z-index: 25;
}
.banner .image {
  width: 100%;
  height: 56rem;
  overflow: hidden;
  position: relative;
}
.banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ededed;
  animation: 600ms swiperight forwards ease 200ms;
}
.banner .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: #008AAB;
  animation: 600ms swiperight forwards ease 400ms;
}
@media (max-width: 760px) {
  .banner .image {
    height: 50vw;
  }
}
@media (max-width: 760px) {
  .banner {
    margin-bottom: 0;
  }
  .banner:before {
    content: "";
    width: 14rem;
    height: 10rem;
    background-size: 22px auto;
    bottom: auto;
    top: 22vw;
    right: 0;
    z-index: 40;
  }
}
.banner .title {
  position: absolute;
  bottom: calc(var(--gutter) * -1);
  left: 0;
  max-width: 106rem;
  padding-right: 6rem;
  z-index: 30;
  text-align: left;
  overflow: hidden;
  width: 95%;
}
@media (max-width: 760px) {
  .banner .title {
    padding: 0;
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.banner .title h1 {
  position: relative;
  z-index: 60;
  margin: 0;
}
.banner .title-inside {
  background-image: radial-gradient(circle at 50% 50%, #FFFFFF 0%, #E8EDEF 112%);
  position: relative;
  z-index: 110;
  padding: 30px 75px 30px 90px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation: 600ms swipetext forwards ease 1300ms;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.banner .title-inside .title-logo {
  width: 14rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 1080px) {
  .banner .title-inside {
    padding: 30px 90px 30px var(--gutter);
  }
}
@media (max-width: 760px) {
  .banner .title-inside {
    background-image: linear-gradient(126deg, #FFFFFF 22%, #E8EDEF 76%);
    padding: 3.6rem 2rem;
  }
  .banner .title-inside *:last-child {
    margin-bottom: 0;
  }
  .banner .title-inside .title-logo {
    width: 10rem;
  }
}
@media (max-width: 560px) {
  .banner .title-inside {
    gap: 1.6rem;
    padding: 2rem;
  }
  .banner .title-inside h1 {
    font-size: 2.6rem;
  }
  .banner .title-inside .title-logo {
    width: 8rem;
    margin-top: -1rem;
  }
}
.banner .news-title .title-inside {
  display: block;
}
.banner .title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: #1E1F20;
  clip-path: polygon(0% 0%, 0% 0%, -60px 100%, 0% 100%);
  animation: 500ms swipetext forwards ease 1000ms;
}
.banner .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #008AAB;
  transform: translateX(-30px);
  clip-path: polygon(0% 0%, 0% 0%, -60px 100%, 0% 100%);
  animation: 500ms swipetext forwards ease 1100ms;
}
@media (max-width: 760px) {
  .banner .title:after {
    transform: translateX(0);
  }
}

@keyframes swipeleft {
  0% {
    clip-path: polygon(-20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 120% 100%);
  }
}
@keyframes swiperight {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 120% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, -20% 0%, 0% 100%, 0% 100%);
  }
}
@keyframes swipetext {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, -60px 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 60px) 100%, 0% 100%);
  }
}
@media (max-width: 760px) {
  @keyframes swipetext {
    0% {
      clip-path: polygon(0% 0%, 0% 0%, -60px 100%, 0% 100%);
    }
    100% {
      clip-path: polygon(0% 0%, calc(100% + 60px) 0%, 100% 100%, 0% 100%);
    }
  }
}
.aoc {
  position: relative;
  z-index: 30;
  width: var(--max-width);
  max-width: 100%;
  margin: 0 auto calc(var(--gutter) * -1);
  aspect-ratio: 1/0.45;
}
.aoc:before {
  content: "";
  width: 32rem;
  height: 24rem;
  display: block;
  background: url(../img/bg-dot.svg) repeat;
  position: absolute;
  bottom: 35%;
  right: calc(100% - var(--max-width));
  z-index: 25;
}
.aoc .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgb(0, 0, 0);
}
.aoc .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aoc .text {
  position: relative;
  padding: var(--gutter);
  font-size: 1.4rem;
  width: 42rem;
  margin: 0;
  color: white;
  background-image: radial-gradient(closest-side at center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.aoc .text p {
  margin-bottom: 2rem;
}
.aoc .text:after {
  content: url("../img/flags.svg");
  display: block;
  position: relative;
}
@media (max-width: 1280px) {
  .aoc {
    width: calc(100% - 6rem);
  }
  .aoc .bg img {
    opacity: 0.7;
  }
}
@media (max-width: 860px) {
  .aoc {
    aspect-ratio: auto;
    margin: 2rem auto var(--gutter);
  }
  .aoc:before {
    content: "";
    width: 22.4rem;
    height: 8rem;
    background-size: 22px auto;
    position: relative;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .aoc .bg {
    position: relative;
  }
  .aoc .bg img {
    opacity: 1;
  }
  .aoc .text {
    width: 100%;
    text-align: left;
    padding: 2rem 0 0;
    background: none;
    color: black;
  }
  .aoc .text p {
    display: inline-block;
    padding: 5px;
    margin: 0 0 1rem;
  }
}
@media (max-width: 760px) {
  .aoc {
    padding: 0 3rem;
    width: 100%;
  }
}

footer {
  background: var(--dark);
  position: relative;
  z-index: 20;
  color: white;
  border-bottom: 10px solid black;
  padding: var(--gutter);
}
.aoc + footer {
  padding: calc(var(--gutter) * 2) var(--gutter) var(--gutter);
}
@media (max-width: 860px) {
  footer {
    padding: var(--gutter);
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gutter);
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 3rem;
  font-size: 1.6rem;
}
.footer-nav ul a:not(.btn) {
  font-family: var(--heading);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 4px 0px;
  display: block;
  transition: 200ms ease all;
  border-bottom: 2px solid transparent;
}
.footer-nav ul a:not(.btn):hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.504);
  transform: translateY(-5px);
}
.footer-nav ul ul {
  display: none;
}
@media (max-width: 720px) {
  .footer-nav {
    justify-content: center;
  }
  .footer-nav ul {
    justify-content: center;
  }
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem var(--gutter);
  max-width: 1160px;
  margin: 3rem auto 0;
  padding: 3rem 0 0;
  font-size: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  flex-wrap: wrap;
}
.footer-copy p {
  margin: 0;
}
.footer-copy a {
  color: #10BFE8;
}
.footer-copy a:hover {
  color: white;
}
@media (max-width: 720px) {
  .footer-copy {
    justify-content: center;
    text-align: center;
  }
  .footer-copy p:last-child {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.image-content {
  margin: 0 auto;
  position: relative;
}

figcaption {
  font-size: 1.4rem;
  padding: 10px 0;
  border-bottom: 1px solid #E5ECF1;
}

.image-left {
  margin-left: 0px;
  padding: 0 0 var(--gutter) 0;
}
@media (min-width: 760px) {
  .image-left {
    padding: 0 calc(var(--gutter) / 2) calc(var(--gutter) / 2) 0;
    float: left;
    max-width: 480px;
  }
}
@media (min-width: 1120px) {
  .image-left {
    margin-left: -100px;
  }
}

.image-right {
  margin-right: 0px;
  padding: 0 0 var(--gutter) 0;
}
@media (min-width: 760px) {
  .image-right {
    padding: 0 0 calc(var(--gutter) / 2) calc(var(--gutter) / 2);
    float: right;
    max-width: 480px;
  }
}
@media (min-width: 1120px) {
  .image-right {
    margin-right: -100px;
  }
}

.image-center {
  padding: var(--gutter) 0;
  margin: 0 auto;
  display: block;
  max-width: 640px;
}

.image-full {
  width: 100%;
  margin: var(--gutter) 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: var(--gutter);
  margin: var(--gutter) auto;
  clear: both;
}
@media (max-width: 760px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.gallery-resize {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1280px) {
  .gallery-resize {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .gallery-resize {
    grid-template-columns: 1fr 1fr;
  }
}
.gallery-resize a {
  aspect-ratio: 1/1;
  transition: 200ms ease all;
}
.gallery-resize a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-resize a:hover {
  transform: scale(1.05);
}

.text-block p + h1, .text-block p + h2 {
  margin-top: var(--gutter);
}
.text-block p + h3, .text-block p + h4, .text-block p + h5 {
  margin-top: 2.6rem;
}
.text-block a {
  color: var(--teal);
}
.text-block a:hover {
  color: black;
}

.accordion {
  width: 100%;
  margin: 4rem auto;
  position: relative;
  overflow: hidden;
  clear: both;
  border-radius: var(--radius);
}
.accordion + div:not(.accordion) {
  margin-top: 1.6rem;
}
.accordion + .accordion {
  margin-top: -3rem;
}

.accordion-title {
  padding: 0 4rem;
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  transition: 200ms ease all;
  background: var(--light);
}
.accordion-title:before {
  content: "+";
  font-family: Arial;
  position: absolute;
  font-size: 1.5rem;
  background: var(--dark);
  color: white;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  width: 2rem;
  left: 1.5rem;
  top: 16px;
  text-align: center;
  transition: 200ms ease all;
  z-index: 15;
}
@media (max-width: 760px) {
  .accordion-title:before {
    top: 1rem;
  }
}
.accordion-title:focus {
  outline: none;
  box-shadow: none;
}
.accordion-title.active h3 {
  color: var(--teal);
}
.accordion-title.active:before {
  background: var(--teal);
  transform: rotate(45deg);
}
.accordion-title h3 {
  margin: 0;
  display: block;
  width: 100%;
  padding: 1.4rem 0;
  line-height: 1.2;
  font-family: var(--heading);
}
.accordion-title h3 + .details {
  margin-top: -10px;
  padding-bottom: 10px;
}
.accordion-title:hover h3 {
  color: var(--teal);
}
.accordion-title:hover:before {
  background: var(--teal);
}

.accordion-content {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 200ms ease all;
  border: 1px solid var(--light);
  border-radius: 0 0 var(--radius) var(--radius);
  height: 0;
}

.accordion-text {
  padding: 3rem 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.accordion-text > *:last-child {
  margin-bottom: 0;
}

.accordion.job .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.logo-block {
  display: flex;
  gap: var(--gutter);
  width: 100%;
  margin: var(--gutter) 0;
}
.logo-block .image {
  width: 15rem;
  flex: 0 0 auto;
}
.logo-block .text {
  flex: 1 1 auto;
}
.logo-block .text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .logo-block {
    flex-direction: column;
  }
}

.video-block {
  text-decoration: none;
  display: flex;
  margin: var(--gutter) auto;
  align-items: center;
  max-width: 92rem;
  width: 100%;
  position: relative;
}
.video-block .image {
  width: 40rem;
  height: auto;
  aspect-ratio: 1.666/1;
  flex: 0 0 auto;
  background: black;
  position: relative;
  overflow: hidden;
}
.video-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  transition: 200ms ease all;
}
.video-block .image:after {
  content: "▶";
  font-size: 3rem;
  color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: black;
  z-index: 20;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  transition: 200ms ease all 100ms;
}
.video-block .text {
  flex: 0 1 auto;
  background: var(--light);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 4rem;
  font-size: 1.5rem;
}
.video-block .text h3 {
  font-family: var(--heading);
}
.video-block .text > *:last-child {
  margin: 0;
}
.video-block:hover .image img {
  transform: scale(1.05);
  opacity: 0.7;
}
.video-block:hover .image:after {
  transform: scale(1.3);
}
@media (max-width: 1000px) {
  .video-block {
    flex-direction: column;
  }
  .video-block .image {
    width: 80%;
    margin-bottom: -1.6rem;
  }
  .video-block .text {
    padding: 4rem 2.4rem 2.4rem;
    border-radius: var(--radius);
  }
}

.out-link {
  display: block;
  width: 100%;
  margin-top: var(--gutter);
  padding-top: var(--gutter);
  border-top: 1px solid var(--border-color);
}

article .feed {
  margin: 0;
  padding: 0;
}
article .feed .post {
  margin: 0;
}

.pagination {
  padding: var(--gutter) 0;
  width: 100%;
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
}
.pagination a {
  background: var(--teal);
  color: white;
  transition: 300ms ease all;
}
.pagination a:hover {
  transform: scale(1.1);
  background: var(--dark);
}
.pagination span {
  font-weight: bold;
  color: var(--dark);
  background: #eff1f4;
}

.logo-gallery {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .logo-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .logo-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .logo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content {
  padding: var(--gutter);
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
.login-content .forgotPassword {
  display: block;
  color: var(--teal);
  font-size: 1.6rem;
}
.login-content input {
  color: white;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.login-content input:focus {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.login-content button[type=submit] {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  background: var(--teal);
}
.login-content button[type=submit]:focus {
  box-shadow: 0px 0px 0px 5px rgba(0, 138, 171, 0.5);
}

.login-form, .login-about {
  width: 42rem;
  max-width: 100%;
}
.login-form > *:last-child, .login-about > *:last-child {
  margin-bottom: 0;
}

.login-about {
  padding: 3rem;
  background: var(--light);
}

.quick-links {
  background: var(--light);
  border-radius: var(--radius);
  max-width: 30rem;
  font-size: 1.5rem;
  text-align: left;
}
.quick-links > h3 {
  padding: 3rem;
  margin: 0;
  font-family: var(--heading);
}
@media (max-width: 760px) {
  .quick-links {
    max-width: 100%;
  }
}

.aside-text {
  border-top: 1px dashed white;
  padding: 3rem;
}
.aside-text:first-child {
  border-top: none;
}
.aside-text > *:last-child {
  margin-bottom: 1rem;
}
.aside-text h3 {
  font-family: var(--heading);
}
.aside-text p a {
  color: var(--teal);
}
.aside-text p a:hover {
  color: black;
}

.program-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gutter);
  max-width: calc(120rem + var(--gutter) * 2);
  padding: var(--gutter) var(--gutter) calc(var(--gutter) * 2) var(--gutter);
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 1020px) {
  .program-list {
    display: block;
  }
  .program-list .program, .program-list .extra {
    margin: 0 1rem;
    aspect-ratio: 0.75/1;
  }
}
@media (max-width: 600px) {
  .program-list {
    max-width: 40rem;
  }
}

.program {
  position: relative;
  background: black;
  border-radius: var(--radius);
  overflow: hidden;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.6);
}
.program > a, .program > div {
  position: relative;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 0.75/1;
}
.program .js-tilt-glare {
  z-index: 10;
}
.program .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.6;
  transform: translateZ(1px);
  transform-style: preserve-3d;
  z-index: 2;
}
.program .text {
  position: relative;
  display: block;
  padding: 4rem 3.6rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgb(0, 0, 0) 100%);
  font-size: 1.7rem;
  transform: translateZ(40px);
  transform-style: preserve-3d;
  z-index: 20;
}
.program .text .icon {
  margin: 0 auto 2rem;
  width: 18rem;
  height: 18rem;
  object-fit: contain;
}
@media (max-width: 1020px) {
  .program .text {
    padding: 3rem;
  }
  .program .text .icon {
    width: 14rem;
    height: 14rem;
    margin-bottom: 1.4rem;
  }
}
.program .text h3 {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.program .text h3:after {
  content: "▶";
  font-size: 1.4rem;
  color: var(--teal);
  position: absolute;
  margin: 5px 0 0 5px;
}
.program .text p {
  margin: 0;
}
@media (max-width: 800px) {
  .program .text p {
    font-size: 1.5rem;
  }
}
.program .text .btn {
  display: none;
}
@media (max-width: 1020px) {
  .program .text .btn {
    margin-top: 2rem;
    display: inline-block;
  }
}

.extra {
  margin: 0 1rem;
  background: var(--light);
  color: black;
  box-shadow: none;
}
.extra > div {
  position: relative;
  color: black;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 1.7rem;
  padding: 4rem 3rem;
  text-align: left;
  height: 100%;
}
.extra h3 a {
  color: var(--teal);
}
.extra h3 a:hover {
  color: var(--dark);
}

.custom-dropdown {
  position: relative;
  z-index: 70;
  margin: 0 var(--gutter);
  display: block;
  width: auto;
}
.custom-dropdown:before {
  content: url(../img/chev-down.svg);
  position: absolute;
  top: 12px;
  right: calc(var(--gutter) / 2);
  transition: 200ms ease all;
}
.custom-dropdown button {
  padding: 10px calc(var(--gutter) / 2);
  display: block;
  color: black;
  width: 100%;
  text-align: left;
  border: none;
  background: var(--light);
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-dropdown button:focus {
  box-shadow: none;
}
.custom-dropdown .open {
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  transition: 200ms ease all 200ms;
}
.custom-dropdown .options {
  padding: 5px 0 25px 0;
  width: 100%;
  position: absolute;
  display: none;
  background: var(--light);
  border-radius: 0 0 25px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 40px 60px -40px rgba(0, 0, 0, 0.3);
}
.custom-dropdown.active .open {
  transition: none;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 25px 25px 0 0;
}
.custom-dropdown.active:before {
  transform: rotate(180deg);
}
@media (min-width: 1001px) {
  .custom-dropdown {
    display: none;
  }
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-clean .gclose {
  width: 60px;
}
.glightbox-clean .gclose svg {
  z-index: 200;
  width: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: var(--gutter);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  color: transparent;
  top: 0;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 50;
  transition: 200ms ease opacity;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.8;
  box-shadow: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media (min-width: 400px) and (max-width: 600px) {
  .slick-prev, .slick-next {
    width: 200px;
  }
  .slick-prev {
    left: auto;
    right: calc(100% - var(--gutter));
  }
  .slick-next {
    right: auto;
    left: calc(100% - var(--gutter));
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slide .container img {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  visibility: hidden;
  transition: 700ms ease all 900ms;
}
.slick-active .slide .container img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) scale(1);
}

.home-banner .image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.777/1;
}
@media (max-width: 1120px) {
  .home-banner .image {
    aspect-ratio: none;
    min-height: 58rem;
  }
}
@media (max-width: 760px) {
  .home-banner .image {
    min-height: auto;
  }
}
.home-banner .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}
.home-banner .image video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.home-banner .title {
  bottom: 60px;
  right: 0;
  padding-left: 60px;
  padding-right: 0;
  left: auto;
  max-width: 660px;
}
@media (max-width: 760px) {
  .home-banner .title {
    bottom: 0;
    padding-left: 0;
  }
}
.home-banner .title .title-inside {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation: 600ms swipetextRev forwards ease 1300ms;
  text-align: center;
  font-size: 2.2rem;
  display: block;
}
.home-banner .title .title-inside h1 {
  margin-bottom: 1rem;
  font-size: 3.6rem;
}
.home-banner .title .title-inside p {
  font-size: 1.8rem;
}
.home-banner .title .title-inside p:only-child {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-family: var(--heading);
}
@media (max-width: 760px) {
  .home-banner .title .title-inside h1 {
    font-size: 2.6rem;
  }
  .home-banner .title .title-inside p {
    font-size: 1.6rem;
  }
}
.home-banner .title:before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
  animation: 500ms swipetextRev forwards ease 1000ms;
}
.home-banner .title:after {
  transform: translateX(30px);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
  animation: 500ms swipetextRev forwards ease 1100ms;
}
@media (max-width: 760px) {
  .home-banner .title:after {
    transform: translateX(0);
  }
}

@keyframes swipetextRev {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60px 100%);
  }
}
@media (max-width: 760px) {
  @keyframes swipetextRev {
    0% {
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
    }
    100% {
      clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.home-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 9rem;
  margin-bottom: 10rem;
}
.home-title h2 {
  font-size: 5rem;
  width: 38rem;
  position: relative;
  margin: 0;
  opacity: 0;
  transform: translateY(50%);
  transition: 500ms ease all;
}
.home-title h2:after {
  content: "";
  width: 8px;
  height: 100%;
  background: var(--teal);
  display: block;
  position: absolute;
  right: -3rem;
  top: 0;
  transform: skewX(14deg);
}
.home-title .text {
  max-width: 54rem;
  opacity: 0;
  transform: translateY(50%);
  transition: 500ms ease all 150ms;
}
.home-title .text *:last-child {
  margin-bottom: 0;
}
.home-title.active h2, .home-title.active .text {
  opacity: 1;
  transform: translateY(0%);
}
@media (max-width: 1020px) {
  .home-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--gutter);
    margin-bottom: 0;
  }
  .home-title h2 {
    margin-bottom: 3rem;
  }
  .home-title h2:after {
    width: 100%;
    height: 6px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -3rem;
  }
}
@media (max-width: 600px) {
  .home-title h2 {
    font-size: 3rem;
    width: calc(100% - 4rem);
  }
  .home-title h2:after {
    transform: skewX(30deg);
  }
}

.home-stats {
  margin: calc(var(--gutter) * 2) 0 0;
  padding: 0 var(--gutter) 60px;
  position: relative;
  z-index: 40;
  overflow: hidden;
}
.home-stats .stat-list {
  display: flex;
  gap: var(--gutter);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1020px) {
  .home-stats .stat-list {
    gap: calc(var(--gutter) + 1rem) 0;
    display: block;
    margin-top: var(--gutter);
  }
}
.home-stats .slick-track, .home-stats .slick-list {
  overflow: visible;
}
.home-stats .stat-block {
  width: 37rem;
  text-decoration: none;
  border-radius: var(--radius);
  background-image: radial-gradient(circle at 60% 50%, #00BED5 0%, #00667E 112%);
  box-shadow: 0 30px 40px -20px rgba(26, 79, 92, 0.5);
  color: white;
  text-align: left;
  padding: 4rem 3rem 4rem 16rem;
  position: relative;
  transform: translateX(2rem);
  opacity: 0;
  transition: 500ms ease all;
}
@media (max-width: 1440px) {
  .home-stats .stat-block {
    width: calc(33.3333% - var(--gutter) / 1.5);
    padding: 2rem 2rem 2rem 13rem;
  }
}
@media (max-width: 1020px) {
  .home-stats .stat-block {
    width: auto;
    transform: translateX(0);
    padding: 2rem 5rem 2rem 16rem;
    margin: 0 1rem;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .home-stats .stat-block {
    padding: 1rem 1.6rem 2rem 14rem;
    min-height: 160px;
  }
}
.home-stats .stat-block .image {
  position: absolute;
  bottom: 0;
  right: calc(100% - 14rem);
  width: 200px;
  height: auto;
  aspect-ratio: 1/1.3;
  opacity: 0;
  transform: translateY(30px);
  transition: 440ms ease all 100ms;
}
.home-stats .stat-block .image img {
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1440px) {
  .home-stats .stat-block .image {
    width: 150px;
    right: calc(100% - 12rem);
  }
}
@media (max-width: 1020px) {
  .home-stats .stat-block .image {
    opacity: 1;
    transform: translateY(0%);
    width: auto;
    height: auto;
    top: -2rem;
    right: calc(100% - 14rem);
    aspect-ratio: 1/1.3;
  }
}
@media (max-width: 600px) {
  .home-stats .stat-block .image {
    right: calc(100% - 13rem);
  }
}
.home-stats .stat-block .text {
  opacity: 0;
  transform: translateY(30px);
  transition: 440ms ease all 180ms;
}
.home-stats .stat-block .text h3 {
  font-size: 5.6rem;
  font-weight: 400;
  margin: 0 0 3px;
}
.home-stats .stat-block .text p {
  font-size: 1.6rem;
  margin: 0;
  width: 170px;
}
@media (max-width: 1440px) {
  .home-stats .stat-block .text h3 {
    font-size: 4.4rem;
  }
}
@media (min-width: 601px) and (max-width: 1020px) {
  .home-stats .stat-block .text {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .home-stats .stat-block .text p {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .home-stats .stat-block .text {
    opacity: 1;
    transform: translateY(0%);
  }
  .home-stats .stat-block .text h3 {
    font-size: 4rem;
  }
  .home-stats .stat-block .text p {
    width: 100%;
    line-height: 1.2;
  }
}
.home-stats .stat-block.active {
  opacity: 1;
}
.home-stats .stat-block.active .image, .home-stats .stat-block.active .text {
  opacity: 1;
  transform: translateY(0%);
}
.home-stats .stat-block.stat-2 {
  background-image: radial-gradient(circle at 48% 23%, #FFFFFF 0%, #ABBABE 110%);
  box-shadow: 0 30px 40px -20px rgba(132, 141, 143, 0.5);
  color: black;
}
.home-stats .stat-block.stat-3 {
  background-image: radial-gradient(circle at 60% 50%, #303535 0%, #131415 100%);
  box-shadow: 0 30px 40px -20px rgba(48, 54, 56, 0.5);
}

.home-about {
  background: var(--light);
  border-radius: var(--radius);
  margin: -80px var(--gutter) 100px;
  padding: 160px var(--gutter) 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: var(--gutter);
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms ease all;
}
.home-about .text {
  width: 42rem;
  text-align: left;
  padding-bottom: 10rem;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms ease all 300ms;
}
.home-about .text h3 {
  font-family: var(--heading);
}
.home-about .text p:last-child {
  margin-bottom: 0;
}
.home-about .image {
  width: 74rem;
  object-fit: cover;
  object-position: center center;
  margin-bottom: -6rem;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms ease all 400ms;
}
.home-about:after {
  content: "";
  width: 32rem;
  height: 16rem;
  display: block;
  background: url(../img/bg-dot.svg) repeat;
  position: absolute;
  bottom: -13rem;
  right: 3rem;
  z-index: 25;
}
@media (max-width: 760px) {
  .home-about:after {
    background-size: 22px auto;
    bottom: -9rem;
    right: 6rem;
    left: 6rem;
    width: auto;
    height: 6rem;
  }
}
.home-about.active {
  opacity: 1;
  transform: translateY(0px);
}
.home-about.active .image, .home-about.active .text {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1280px) {
  .home-about {
    opacity: 1;
    transform: translateY(0px);
  }
  .home-about .text {
    padding-bottom: 0rem;
  }
  .home-about .image, .home-about .text {
    width: 45%;
  }
}
@media (max-width: 960px) {
  .home-about {
    flex-direction: column;
    margin: 0 0 calc(var(--gutter) * 2) 0;
    border-radius: 0;
    padding-top: var(--gutter);
  }
  .home-about .text {
    width: 100%;
  }
  .home-about .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.6667;
  }
}

.home-programs {
  margin: var(--gutter) auto;
}
.home-about + .home-programs {
  margin: 200px auto 0px auto;
}
.home-programs > h2 {
  font-size: 5rem;
}
@media (max-width: 1020px) {
  .home-programs {
    width: 100vw;
    overflow: hidden;
  }
  .home-about + .home-programs {
    margin: 140px auto var(--gutter) auto;
  }
  .home-programs > h2 {
    font-size: 3rem;
  }
  .home-programs .slick-list {
    overflow: visible !important;
  }
}

.home-donate {
  position: relative;
  margin: 0 0 var(--gutter);
  min-height: 50rem;
  display: flex;
  align-items: flex-end;
}
.home-donate:before {
  content: "";
  width: 32rem;
  height: 24rem;
  display: block;
  background: url(../img/bg-dot.svg) repeat;
  position: absolute;
  top: -6rem;
  right: 12rem;
  z-index: 25;
}
@media (max-width: 760px) {
  .home-donate {
    display: block;
  }
  .home-donate:before {
    background-size: 22px auto;
    width: auto;
    left: 3rem;
    right: 3rem;
    height: 12rem;
  }
}
.home-donate .bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: var(--gutter);
  transition: 600ms ease all;
  opacity: 0;
  background: #000;
  transform: translateY(10px);
}
.home-donate .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-donate .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.7));
}
@media (max-width: 760px) {
  .home-donate .bg {
    height: 70vw;
    bottom: 0;
    top: auto;
    position: relative;
  }
  .home-donate .bg:after {
    display: none;
  }
}
.home-donate .tiers {
  width: 52rem;
  color: white;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
  padding: var(--gutter);
}
@media (max-width: 760px) {
  .home-donate .tiers {
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.home-donate .tiers .tier {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: left;
  padding: 10px 0;
  transition: 300ms ease all;
  opacity: 0;
  transform: translateY(10px);
  text-decoration: none;
}
.home-donate .tiers .tier:nth-child(1) {
  transition-delay: 1000ms;
}
.home-donate .tiers .tier:nth-child(2) {
  transition-delay: 1100ms;
}
.home-donate .tiers .tier:nth-child(3) {
  transition-delay: 1200ms;
}
.home-donate .tiers .tier:nth-child(4) {
  transition-delay: 1300ms;
}
.home-donate .tiers .tier h3 {
  font-size: 3.6rem;
  margin: 0;
  width: 8rem;
  flex: 0 0 auto;
  text-align: right;
}
.home-donate .tiers .tier p {
  margin: 0;
}
.home-donate .tiers .tier span {
  background: var(--teal);
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease all;
}
.home-donate .tiers .tier:hover h3 {
  text-decoration: underline;
}
.home-donate .tiers .tier:hover span {
  background: #0e4f5f;
}
@media (max-width: 760px) {
  .home-donate .tiers .tier {
    padding: 5px 0;
  }
}
.home-donate .text {
  position: relative;
  margin: 0 0 0 auto;
  padding-left: 60px;
  padding-right: 0;
  font-size: 1.8rem;
  width: 52rem;
  overflow: hidden;
}
@media (max-width: 760px) {
  .home-donate .text {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}
.home-donate .text .text-inside {
  background-image: radial-gradient(circle at 50% 50%, #FFFFFF 0%, #E8EDEF 112%);
  position: relative;
  z-index: 110;
  padding: 30px 90px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media (max-width: 760px) {
  .home-donate .text .text-inside {
    background: var(--light);
    padding: 3.6rem 2rem;
  }
  .home-donate .text .text-inside *:last-child {
    margin-bottom: 0;
  }
}
.home-donate .text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: #1E1F20;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
}
.home-donate .text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #008AAB;
  transform: translateX(30px);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, calc(100% + 60px) 100%);
}
@media (max-width: 760px) {
  .home-donate .text:after {
    transform: translateX(0);
  }
}
.home-donate .tiers {
  position: relative;
}
.home-donate.active .bg, .home-donate.active .tier {
  opacity: 1;
  transform: translateY(0);
}
.home-donate.active .text .text-inside {
  animation: 600ms swipetextRev forwards ease 800ms;
}
.home-donate.active .text:before {
  animation: 500ms swipetextRev forwards ease 500ms;
}
.home-donate.active .text:after {
  animation: 500ms swipetextRev forwards ease 600ms;
}

.home-news-title {
  margin: calc(var(--gutter) * 2) auto var(--gutter) auto;
  padding: 0 var(--gutter);
}

.home-feeds {
  display: grid;
  max-width: 102rem;
  width: 100%;
  margin: 0 auto var(--gutter);
  text-align: left;
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: 1fr 1fr;
  padding: 0 var(--gutter);
}
.home-feeds .feed {
  gap: calc(var(--gutter) / 2);
  opacity: 0;
  transform: translateY(10px);
  transition: 300ms ease all 200ms;
}
.home-feeds .feed.video-feed {
  transition-delay: 400ms;
}
.home-feeds.active .feed {
  opacity: 1;
  transform: translateY(0px);
}
.home-feeds .post {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 30px 0;
  transition: 200ms ease all;
}
.home-feeds .post .image {
  width: 12rem;
  flex: 0 0 auto;
  position: relative;
  background: #000;
  transition: 200ms ease all;
}
.home-feeds .post .image img {
  opacity: 0.9;
  transition: 200ms ease all;
}
.home-feeds .post .text {
  display: block;
}
.home-feeds .post .text small {
  opacity: 0.6;
}
.home-feeds .post .text h3 {
  margin: 5px 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: var(--heading);
}
.home-feeds .post .text h3 a {
  text-decoration: none;
}
.home-feeds .post .text p {
  font-size: 1.5rem;
  line-height: 1.3;
}
.home-feeds .post .text p:last-child {
  margin: 0;
}
.home-feeds a.post:hover {
  transform: translateY(-5px);
}
.home-feeds a.post:hover .image img {
  opacity: 1;
}
.home-feeds a.post:hover h3 {
  color: var(--teal);
  text-decoration: underline;
}
.home-feeds .video-post .text h3 a:hover {
  color: var(--teal);
  text-decoration: underline;
}
.home-feeds .video-post .image img {
  opacity: 0.6;
}
.home-feeds .video-post .image:hover {
  transform: translateY(-5px);
}
.home-feeds .video-post .image:hover img {
  opacity: 0.8;
}
.home-feeds .video-post .image:after {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 4rem);
  background: url(../img/play.svg) center center no-repeat;
  border-radius: 50%;
}
@media (max-width: 1020px) {
  .home-feeds {
    overflow: hidden;
    display: block;
    margin: var(--gutter) 0 0;
  }
  .home-feeds .slick-list {
    overflow: visible;
  }
  .home-feeds .post {
    margin: 0 10px;
    padding-bottom: 0;
    border-radius: var(--radius);
    align-items: flex-start;
  }
  .home-feeds .post .text small {
    font-size: 1.2rem;
  }
  .home-feeds .post .text h3 {
    font-size: 1.7rem;
    margin: 5px 0;
  }
  .home-feeds .post .text p {
    line-height: 1.2;
  }
  .home-feeds .post .image {
    width: 8rem;
  }
  .home-feeds .post:hover {
    transform: none;
  }
  .home-feeds .video-post .image:after {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    background: url(../img/play.svg) center center no-repeat;
    background-size: 50px auto;
    border-radius: 50%;
  }
}
