﻿.font_kandin {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_kandin_bold {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_bold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_semibold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_pnc_bold_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font_pnc {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_pnc_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_lemance_italic {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance_bold {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_lemance_bold_italic {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.arrow_black {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.arrow_black img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_black img {
    width: 17px;
  }
}
.arrow_white {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.arrow_white img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_white img {
    width: 17px;
  }
}
.btn_black {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_white {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_text {
  font-size: clamp(1rem, 1rem, 2rem);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  49% {
    transform: translate(32px, -32px);
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate(-32px, 32px);
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
  }
}
body {
  background-color: #fff;
  margin: 0;
}
body .container {
  margin-top: 110px;
}
@media only screen and (max-width: 899px) {
  body .container {
    margin-top: 98px;
  }
}
#site-content {
  padding-top: 110px;
}
.btn {
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
  /* Fallback title styles */
  /* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
  /*    figure {
        margin: 0;
    }*/
  /* Tables */
  /* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
  /* Mobile navigation */
  /* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Media
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
  /* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
  /*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
}
.wp-block-genesis-blocks-gb-columns hr,
.wp-block-genesis-blocks-gb-columns hr.wp-block-separator {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.wp-block-genesis-blocks-gb-columns body,
.wp-block-genesis-blocks-gb-columns button {
  color: #272c30;
  font-family: "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.6;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns button {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns body,
  .wp-block-genesis-blocks-gb-columns button {
    font-size: 16px;
  }
  .wp-block-genesis-blocks-gb-columns button {
    font-size: 14px;
  }
}
.wp-block-genesis-blocks-gb-columns h1,
.wp-block-genesis-blocks-gb-columns h2,
.wp-block-genesis-blocks-gb-columns h3,
.wp-block-genesis-blocks-gb-columns h4,
.wp-block-genesis-blocks-gb-columns h5,
.wp-block-genesis-blocks-gb-columns h6 {
  clear: both;
  font-family: "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 3%;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns h1 {
  font-size: 2em;
}
.wp-block-genesis-blocks-gb-columns h2 {
  font-size: 1.6em;
}
.wp-block-genesis-blocks-gb-columns h3 {
  font-size: 1.4em;
}
.wp-block-genesis-blocks-gb-columns h4 {
  font-size: 1.2em;
}
.wp-block-genesis-blocks-gb-columns h5 {
  font-size: 1.1em;
}
.wp-block-genesis-blocks-gb-columns h6 {
  font-size: 1em;
}
.wp-block-genesis-blocks-gb-columns p,
.wp-block-genesis-blocks-gb-columns .embed-vimeo {
  margin-bottom: 1.2em;
  line-height: 2rem;
  font-weight: 200;
  font-size: 18px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns b,
.wp-block-genesis-blocks-gb-columns strong {
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns dfn,
.wp-block-genesis-blocks-gb-columns cite,
.wp-block-genesis-blocks-gb-columns em,
.wp-block-genesis-blocks-gb-columns i {
  font-style: italic;
}
.wp-block-genesis-blocks-gb-columns li {
  line-height: 2rem;
  font-weight: 200;
  font-size: 18px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns blockquote {
  color: #272c30;
  font-weight: 400;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 4px #272c30;
}
.wp-block-genesis-blocks-gb-columns blockquote p {
  margin-bottom: 1em;
}
.wp-block-genesis-blocks-gb-columns blockquote cite {
  margin-top: 10px;
  display: block;
}
.wp-block-genesis-blocks-gb-columns .comments-area blockquote {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comments-area blockquote {
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns address {
  margin: 0 0 1.5em;
}
.wp-block-genesis-blocks-gb-columns pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.wp-block-genesis-blocks-gb-columns .comments-area pre {
  background: #d7dee5;
}
.wp-block-genesis-blocks-gb-columns code,
.wp-block-genesis-blocks-gb-columns kbd,
.wp-block-genesis-blocks-gb-columns tt,
.wp-block-genesis-blocks-gb-columns var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.wp-block-genesis-blocks-gb-columns abbr,
.wp-block-genesis-blocks-gb-columns acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.wp-block-genesis-blocks-gb-columns mark,
.wp-block-genesis-blocks-gb-columns ins {
  text-decoration: none;
}
.wp-block-genesis-blocks-gb-columns sup,
.wp-block-genesis-blocks-gb-columns sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wp-block-genesis-blocks-gb-columns sup {
  bottom: 1ex;
}
.wp-block-genesis-blocks-gb-columns sub {
  top: 0.5ex;
}
.wp-block-genesis-blocks-gb-columns small {
  font-size: 75%;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns big {
  font-size: 125%;
}
.wp-block-genesis-blocks-gb-columns .highlight {
  background: #fff198;
}
.wp-block-genesis-blocks-gb-columns ul,
.wp-block-genesis-blocks-gb-columns ol {
  margin: 20px 0 1.4em 20px;
}
.wp-block-genesis-blocks-gb-columns ul {
  list-style: disc;
}
.wp-block-genesis-blocks-gb-columns ol {
  list-style: decimal;
}
.wp-block-genesis-blocks-gb-columns ul ul,
.wp-block-genesis-blocks-gb-columns ol ol,
.wp-block-genesis-blocks-gb-columns ul ol,
.wp-block-genesis-blocks-gb-columns ol ul {
  margin: 0.6em 0 0.6em 1.5em;
}
.wp-block-genesis-blocks-gb-columns .hide-sub {
  display: none !important;
}
.wp-block-genesis-blocks-gb-columns .entry-content ul,
.wp-block-genesis-blocks-gb-columns .entry-content ol {
  padding-left: 1.8em;
}
.wp-block-genesis-blocks-gb-columns .entry-content li {
  margin-bottom: 2%;
}
.wp-block-genesis-blocks-gb-columns dt {
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns dd {
  margin: 0 1.5em 1.5em;
}
.wp-block-genesis-blocks-gb-columns img {
  height: auto;
  max-width: 100%;
  border-radius: 5px;
}
.wp-block-genesis-blocks-gb-columns table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns table thead {
  background: #f2f2f2;
}
.wp-block-genesis-blocks-gb-columns table thead th {
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns table td,
.wp-block-genesis-blocks-gb-columns #content table th {
  padding: 15px;
}
.wp-block-genesis-blocks-gb-columns table td {
  border-bottom: solid 1px #f2f2f2;
}
.wp-block-genesis-blocks-gb-columns table tr:last-child td {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns table tr:nth-child(even) {
  background: #f2f2f2;
}
.wp-block-genesis-blocks-gb-columns a {
  color: #24537f;
  text-decoration: none;
}
.wp-block-genesis-blocks-gb-columns a:hover,
.wp-block-genesis-blocks-gb-columns a:focus,
.wp-block-genesis-blocks-gb-columns a:active {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .entry-header .entry-title,
.wp-block-genesis-blocks-gb-columns .editor-post-title__input {
  /* The blog title in the block editor. */
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wp-block-genesis-blocks-gb-columns .entry-header .entry-title a,
.wp-block-genesis-blocks-gb-columns .editor-post-title__input a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .entry-header .entry-title a:hover,
.wp-block-genesis-blocks-gb-columns .editor-post-title__input a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .entry-header .entry-title,
  .wp-block-genesis-blocks-gb-columns .editor-post-title__input {
    font-size: 32px;
  }
}
.wp-block-genesis-blocks-gb-columns button,
.wp-block-genesis-blocks-gb-columns input:not(input[type="radio"]),
.wp-block-genesis-blocks-gb-columns textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.wp-block-genesis-blocks-gb-columns button,
.wp-block-genesis-blocks-gb-columns input[type="button"],
.wp-block-genesis-blocks-gb-columns input[type="reset"],
.wp-block-genesis-blocks-gb-columns input[type="submit"],
.wp-block-genesis-blocks-gb-columns .button,
.wp-block-genesis-blocks-gb-columns .comment-navigation a {
  background: #0072e5;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-appearance: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns button,
  .wp-block-genesis-blocks-gb-columns input[type="button"],
  .wp-block-genesis-blocks-gb-columns input[type="reset"],
  .wp-block-genesis-blocks-gb-columns input[type="submit"],
  .wp-block-genesis-blocks-gb-columns .button,
  .wp-block-genesis-blocks-gb-columns .comment-navigation a {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns button:hover,
.wp-block-genesis-blocks-gb-columns input[type="button"]:hover,
.wp-block-genesis-blocks-gb-columns input[type="reset"]:hover,
.wp-block-genesis-blocks-gb-columns input[type="submit"]:hover,
.wp-block-genesis-blocks-gb-columns .button:hover,
.wp-block-genesis-blocks-gb-columns .comment-navigation a:hover,
.wp-block-genesis-blocks-gb-columns .drawer .tax-widget a:hover,
.wp-block-genesis-blocks-gb-columns a.added_to_cart:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}
.wp-block-genesis-blocks-gb-columns button:focus,
.wp-block-genesis-blocks-gb-columns input[type="button"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="reset"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="submit"]:focus,
.wp-block-genesis-blocks-gb-columns button:active,
.wp-block-genesis-blocks-gb-columns input[type="button"]:active,
.wp-block-genesis-blocks-gb-columns input[type="reset"]:active,
.wp-block-genesis-blocks-gb-columns input[type="submit"]:active,
.wp-block-genesis-blocks-gb-columns .button:active,
.wp-block-genesis-blocks-gb-columns .button:focus,
.wp-block-genesis-blocks-gb-columns .comment-navigation a:focus,
.wp-block-genesis-blocks-gb-columns a.added_to_cart:active,
.wp-block-genesis-blocks-gb-columns a.added_to_cart:focus {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}
.wp-block-genesis-blocks-gb-columns input[type="radio"] + label,
.wp-block-genesis-blocks-gb-columns input[type="checkbox"] + label,
.wp-block-genesis-blocks-gb-columns label ~ input[type="checkbox"] {
  width: auto;
}
.wp-block-genesis-blocks-gb-columns input[type="checkbox"],
.wp-block-genesis-blocks-gb-columns input[type="radio"] {
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.wp-block-genesis-blocks-gb-columns input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wp-block-genesis-blocks-gb-columns .searchform {
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .searchform .search-input {
  width: 100%;
  font-size: 16px;
}
.wp-block-genesis-blocks-gb-columns .searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent !important;
  background-color: none !important;
  color: #627083;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}
.wp-block-genesis-blocks-gb-columns .searchform .searchsubmit:hover {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .searchform .searchsubmit i {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .searchform .searchsubmit i {
    line-height: 1;
  }
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .searchform .searchsubmit span {
    display: none;
  }
}
.wp-block-genesis-blocks-gb-columns .results-search {
  background: #fff;
  padding: 3% 5% 4% 5%;
  margin-top: 9%;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}
.wp-block-genesis-blocks-gb-columns .search-no-results .results-search {
  margin-top: 5%;
}
.wp-block-genesis-blocks-gb-columns .results-search h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.wp-block-genesis-blocks-gb-columns .results-search .searchform #s,
.wp-block-genesis-blocks-gb-columns .results-search .searchsubmit {
  font-size: 24px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .results-search .searchform #s,
  .wp-block-genesis-blocks-gb-columns .results-search .searchsubmit {
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns .results-search .searchsubmit {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .results-search .searchsubmit span {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .results-search .searchsubmit i {
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .results-search .searchsubmit i {
    line-height: 1.7;
  }
}
.wp-block-genesis-blocks-gb-columns .search-results .entry-content {
  font-size: 18px;
}
.wp-block-genesis-blocks-gb-columns form {
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .field-wrap {
  margin-bottom: 1.4em;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .field-wrap {
    margin-bottom: 1em;
  }
}
.wp-block-genesis-blocks-gb-columns select {
  padding-right: 45px;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  -webkit-appearance: normal;
  box-sizing: border-box;
}
.wp-block-genesis-blocks-gb-columns button::-moz-focus-inner,
.wp-block-genesis-blocks-gb-columns input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns input[type="text"],
.wp-block-genesis-blocks-gb-columns input[type="email"],
.wp-block-genesis-blocks-gb-columns input[type="url"],
.wp-block-genesis-blocks-gb-columns input[type="password"],
.wp-block-genesis-blocks-gb-columns input[type="search"],
.wp-block-genesis-blocks-gb-columns input[type="number"],
.wp-block-genesis-blocks-gb-columns input[type="date"],
.wp-block-genesis-blocks-gb-columns input[type="datetime"],
.wp-block-genesis-blocks-gb-columns input[type="datetime-local"],
.wp-block-genesis-blocks-gb-columns input[type="week"],
.wp-block-genesis-blocks-gb-columns input[type="tel"],
.wp-block-genesis-blocks-gb-columns input[type="time"],
.wp-block-genesis-blocks-gb-columns input[type="month"],
.wp-block-genesis-blocks-gb-columns input[type="tel"],
.wp-block-genesis-blocks-gb-columns textarea,
.wp-block-genesis-blocks-gb-columns select,
.wp-block-genesis-blocks-gb-columns .select2-container .select2-selection--single {
  color: #62707c;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #d4dde5;
  transition: 0.1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns input[type="text"],
  .wp-block-genesis-blocks-gb-columns input[type="email"],
  .wp-block-genesis-blocks-gb-columns input[type="url"],
  .wp-block-genesis-blocks-gb-columns input[type="password"],
  .wp-block-genesis-blocks-gb-columns input[type="search"],
  .wp-block-genesis-blocks-gb-columns input[type="number"],
  .wp-block-genesis-blocks-gb-columns input[type="date"],
  .wp-block-genesis-blocks-gb-columns input[type="datetime"],
  .wp-block-genesis-blocks-gb-columns input[type="datetime-local"],
  .wp-block-genesis-blocks-gb-columns input[type="week"],
  .wp-block-genesis-blocks-gb-columns input[type="tel"],
  .wp-block-genesis-blocks-gb-columns input[type="time"],
  .wp-block-genesis-blocks-gb-columns input[type="month"],
  .wp-block-genesis-blocks-gb-columns input[type="tel"],
  .wp-block-genesis-blocks-gb-columns textarea,
  .wp-block-genesis-blocks-gb-columns select,
  .wp-block-genesis-blocks-gb-columns .select2-container .select2-selection--single {
    padding: 12px 10px;
    font-size: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}
.wp-block-genesis-blocks-gb-columns input[type="radio"] {
  -webkit-appearance: radio !important;
}
.wp-block-genesis-blocks-gb-columns .select2-container .select2-selection--single {
  height: auto;
}
.wp-block-genesis-blocks-gb-columns .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.wp-block-genesis-blocks-gb-columns input[type="number"],
.wp-block-genesis-blocks-gb-columns input[type="date"],
.wp-block-genesis-blocks-gb-columns input[type="datetime"],
.wp-block-genesis-blocks-gb-columns input[type="datetime-local"],
.wp-block-genesis-blocks-gb-columns input[type="week"],
.wp-block-genesis-blocks-gb-columns input[type="tel"],
.wp-block-genesis-blocks-gb-columns input[type="time"],
.wp-block-genesis-blocks-gb-columns input[type="month"],
.wp-block-genesis-blocks-gb-columns input[type="tel"] {
  width: auto;
}
.wp-block-genesis-blocks-gb-columns input[type="text"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="email"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="url"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="password"]:focus,
.wp-block-genesis-blocks-gb-columns input[type="search"]:focus,
.wp-block-genesis-blocks-gb-columns textarea:focus,
.wp-block-genesis-blocks-gb-columns select:focus {
  outline: none;
  box-shadow: inset 0 0 4px 2px #f4f8fb;
  border-color: #abb4bb;
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns select {
  background: #fff url(less/genesis/images/angle-down.jpg) right no-repeat;
  background-size: 12px;
  background-position: right 15px top 20px;
}
.wp-block-genesis-blocks-gb-columns select:hover {
  border-color: #d5dde4;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns select {
    background-position: right 15px top 17px;
  }
}
.wp-block-genesis-blocks-gb-columns select::after {
  content: "x";
}
.wp-block-genesis-blocks-gb-columns select[multiple] {
  background: none;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns input[name="post_password"] {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns textarea {
  overflow: auto;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}
.wp-block-genesis-blocks-gb-columns fieldset legend {
  border-bottom: dotted 1px #d4dde5;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}
.wp-block-genesis-blocks-gb-columns form label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns ::-webkit-input-placeholder {
  color: #97a7b5;
}
.wp-block-genesis-blocks-gb-columns :-moz-placeholder {
  color: #97a7b5;
}
.wp-block-genesis-blocks-gb-columns ::-moz-placeholder {
  color: #97a7b5;
}
.wp-block-genesis-blocks-gb-columns :-ms-input-placeholder {
  color: #97a7b5;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form {
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form label {
  font-weight: 300;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form label span {
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form input[type="text"],
.wp-block-genesis-blocks-gb-columns #main .contact-form input[type="email"] {
  margin-bottom: 4%;
  width: 100%;
  max-width: 100%;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form textarea {
  margin-bottom: 4%;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns #main .contact-form .contact-submit {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .contact-column {
  display: inline-block;
  float: left;
  width: 48%;
  margin-left: 0;
}
.wp-block-genesis-blocks-gb-columns .contact-column:last-child {
  margin-left: 4%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .contact-column {
    width: 100%;
  }
  .wp-block-genesis-blocks-gb-columns .contact-column:last-child {
    margin-left: 0;
  }
}
.wp-block-genesis-blocks-gb-columns .index-posts.archive-posts .post {
  width: 100%;
  margin-right: 0;
  padding-bottom: 5%;
  border-bottom: solid 1px #d7dee3;
}
.wp-block-genesis-blocks-gb-columns .index-posts.archive-posts .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .index-posts.archive-posts .featured-image {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .index-posts.archive-posts .featured-image + .post-text {
  display: inline-block;
  width: 68%;
  padding-left: 3.5%;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns #page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 600;
  color: #272c30;
  border: solid 2px;
}
.wp-block-genesis-blocks-gb-columns #page .more-link:hover {
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .index-posts .more-link {
  float: right;
}
.wp-block-genesis-blocks-gb-columns .home-nav {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  transition: transform 400ms linear;
  transform: translateY(-200%);
}
@media only screen and (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .home-nav {
    display: none;
  }
}
.wp-block-genesis-blocks-gb-columns .home-nav a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .home-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .home-nav li {
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns .home .home-nav a {
  padding: 20px 0;
  margin: 0 15px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
  transition: 0.4s ease;
}
.wp-block-genesis-blocks-gb-columns .home .home-nav a:hover {
  border-bottom-color: #c4cdd3;
}
.wp-block-genesis-blocks-gb-columns .home .home-nav a:active,
.wp-block-genesis-blocks-gb-columns .home .home-nav a:focus {
  outline: none;
}
.wp-block-genesis-blocks-gb-columns .home-nav .active,
.wp-block-genesis-blocks-gb-columns .home-nav .active:hover {
  border-bottom-color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .admin-bar .home-nav {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .wp-block-genesis-blocks-gb-columns .admin-bar .home-nav {
    top: 46px;
  }
}
.wp-block-genesis-blocks-gb-columns .show-nav {
  transform: translateY(0%);
}
.wp-block-genesis-blocks-gb-columns .single-nav {
  padding: 20px 9.2%;
}
.wp-block-genesis-blocks-gb-columns .menu-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .menu-toggle {
    display: block;
  }
}
.wp-block-genesis-blocks-gb-columns .button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .button-toggle span:not(:first-child) {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .button-toggle:hover,
.wp-block-genesis-blocks-gb-columns .button-toggle:active,
.wp-block-genesis-blocks-gb-columns .button-toggle:focus {
  box-shadow: none;
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .drawer-menu-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .drawer-menu-toggle {
    display: inline-block;
  }
}
.wp-block-genesis-blocks-gb-columns .drawer-toggle-switch span:first-child {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .drawer-toggle-switch span:last-child {
  display: block;
}
.wp-block-genesis-blocks-gb-columns .main-navigation {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .main-navigation {
    display: none;
  }
}
.wp-block-genesis-blocks-gb-columns .top-navigation .main-navigation {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
}
.wp-block-genesis-blocks-gb-columns .site-header .container {
  display: block;
}
.wp-block-genesis-blocks-gb-columns .header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}
.wp-block-genesis-blocks-gb-columns .header-text:empty,
.wp-block-genesis-blocks-gb-columns .blog .header-text {
  display: none;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .header-text {
    margin-bottom: 8%;
  }
}
.wp-block-genesis-blocks-gb-columns .header-text:empty {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .header-text h1,
.wp-block-genesis-blocks-gb-columns .header-text .browsing {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .wp-block-genesis-blocks-gb-columns .header-text h1,
  .wp-block-genesis-blocks-gb-columns .header-text .browsing {
    font-size: 28px;
  }
}
.wp-block-genesis-blocks-gb-columns .header-text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0 0;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .header-text p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .header-text p {
    font-size: 16px;
    margin-top: 3%;
  }
}
.wp-block-genesis-blocks-gb-columns .header-text a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}
.wp-block-genesis-blocks-gb-columns .header-text a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .header-text .entry-subtitle,
.wp-block-genesis-blocks-gb-columns .header-text .entry-byline {
  margin-top: 1%;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .archive.author .browsing {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .search-results .browsing {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .text-empty {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .header-text h2:empty,
.wp-block-genesis-blocks-gb-columns .header-text p:empty {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .top-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.wp-block-genesis-blocks-gb-columns .top-navigation-right {
  float: right;
  display: inline-block;
  max-width: 70%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .top-navigation-right {
    display: none;
  }
}
.wp-block-genesis-blocks-gb-columns #secondary-navigation {
  display: inline-block;
  width: 60%;
}
.wp-block-genesis-blocks-gb-columns .drawer #secondary-navigation {
  width: 100%;
  font-size: 14px;
}
.wp-block-genesis-blocks-gb-columns .drawer #secondary-navigation .menu-item-has-children .toggle-sub {
  font-size: 17px;
}
.wp-block-genesis-blocks-gb-columns .drawer #secondary-navigation li ul li a {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .top-navigation #secondary-navigation {
    display: none;
  }
}
.wp-block-genesis-blocks-gb-columns .top-navigation .secondary-navigation ul li {
  font-size: 14px;
  margin-right: 15px;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .top-navigation .secondary-navigation ul li a {
  padding: 12px 0;
  border-bottom-width: 0;
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .top-navigation .secondary-navigation ul li .sub-menu a {
  padding: 12px 15px;
}
.wp-block-genesis-blocks-gb-columns .secondary-navigation ul.sub-menu {
  background: #272c30;
  top: 52px;
  left: -15px;
  border: none;
}
.wp-block-genesis-blocks-gb-columns .secondary-navigation ul.sub-menu li {
  margin-right: 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .secondary-navigation ul.sub-menu li a {
  font-size: 14px;
}
.wp-block-genesis-blocks-gb-columns .secondary-navigation ul.sub-menu li a:hover {
  color: #fff;
  opacity: 1;
}
.wp-block-genesis-blocks-gb-columns .main-navigation a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .main-navigation a:hover {
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul {
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul li a {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 2;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul li.current-menu-item a,
.wp-block-genesis-blocks-gb-columns .main-navigation ul li.current-page-item a {
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul li.current-menu-item ul a,
.wp-block-genesis-blocks-gb-columns .main-navigation ul li.current-page-item ul a {
  color: #b8bfcb;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul .sub-menu li.current-menu-item a,
.wp-block-genesis-blocks-gb-columns .main-navigation ul .sub-menu li.current-page-item a {
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .main-navigation .menu-cta a {
  border-radius: 5px;
  color: #fff;
  padding: 4px 12px;
  background: #272c30;
}
.wp-block-genesis-blocks-gb-columns .main-navigation .menu-cta a:hover {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}
.wp-block-genesis-blocks-gb-columns .site-identity .main-navigation ul {
  line-height: 3;
}
.wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children,
.wp-block-genesis-blocks-gb-columns .site-header .page_item_has_children {
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children a,
.wp-block-genesis-blocks-gb-columns .site-header .page_item_has_children a {
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children > a::after,
.wp-block-genesis-blocks-gb-columns .site-header .page_item_has_children > a::after {
  content: "\e907";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-weight: 400;
  padding-left: 5px;
  right: 0;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children > a::after,
  .wp-block-genesis-blocks-gb-columns .site-header .page_item_has_children > a::after {
    display: none;
    pointer-events: none;
  }
}
.wp-block-genesis-blocks-gb-columns .sub-menu .menu-item-has-children > a::after,
.wp-block-genesis-blocks-gb-columns .sub-menu .page_item_has_children > a::after {
  content: "\e906";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}
.wp-block-genesis-blocks-gb-columns .widget .sub-menu .menu-item-has-children > a::after,
.wp-block-genesis-blocks-gb-columns .widget .sub-menu .page_item_has_children > a::after {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .secondary-navigation .menu-item-has-children::after,
.wp-block-genesis-blocks-gb-columns .secondary-navigation .page_item_has_children::after {
  color: #a6b5c1;
  top: 15px;
}
.wp-block-genesis-blocks-gb-columns .drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}
.wp-block-genesis-blocks-gb-columns .drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .drop-open ul.drop-active {
  display: block;
}
.wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children:hover,
.wp-block-genesis-blocks-gb-columns .main-navigation li:focus-within {
  cursor: pointer;
}
.wp-block-genesis-blocks-gb-columns .site-header .menu-item-has-children:hover ul,
.wp-block-genesis-blocks-gb-columns .main-navigation li:focus-within ul {
  animation-name: fadeIn;
}
.wp-block-genesis-blocks-gb-columns .main-navigation .sub-menu,
.wp-block-genesis-blocks-gb-columns .main-navigation .children {
  position: absolute;
  width: 200px;
  top: 52px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: #15171a;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul {
  z-index: 100;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  border-top: none;
  transition: 0.3s ease;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
  border-top: none;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li:hover ul {
  left: 100%;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li:last-child a {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul a,
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  margin: 0;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6;
  color: #b8bfcb;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul a:hover,
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li a:hover {
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul li ul {
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul ul {
  top: 0;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul ul ul {
  left: -999em;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul ul.sub-menu,
.wp-block-genesis-blocks-gb-columns .main-navigation li ul ul.children {
  top: 0;
  margin: 0;
  z-index: 50;
  position: absolute;
  margin-left: 1px !important;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li ul ul.sub-menu::before,
.wp-block-genesis-blocks-gb-columns .main-navigation li ul ul.children::before {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .main-navigation li.focus > ul,
.wp-block-genesis-blocks-gb-columns .main-navigation li:hover > ul,
.wp-block-genesis-blocks-gb-columns .main-navigation li:focus-within > ul,
.wp-block-genesis-blocks-gb-columns .main-navigation li li a:hover > ul {
  left: 0;
}
.wp-block-genesis-blocks-gb-columns .main-navigation ul ul li:hover > ul,
.wp-block-genesis-blocks-gb-columns .main-navigation ul ul li.focus > ul,
.wp-block-genesis-blocks-gb-columns .main-navigation ul ul li:focus-within > ul {
  left: 100%;
}
.wp-block-genesis-blocks-gb-columns .site-header .sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}
.wp-block-genesis-blocks-gb-columns .mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #0072e5;
  transition: 0.2s ease;
  text-align: center;
}
.wp-block-genesis-blocks-gb-columns .mobile-navigation button {
  width: 100%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .mobile-navigation {
    display: inline-block;
  }
}
.wp-block-genesis-blocks-gb-columns .toggle-active {
  background: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .menu {
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  transition: none;
  position: relative;
  z-index: 50;
  border-top: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation ul li:hover {
  border-top: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: none;
  position: relative;
  transition: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation a:hover {
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .sub-menu,
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .sub-menu::before,
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .children::before {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation li ul a,
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation li ul li a {
  padding: 15px 0;
}
.wp-block-genesis-blocks-gb-columns .drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}
.wp-block-genesis-blocks-gb-columns .drawer nav {
  padding: 2% 0 0 0;
}
.wp-block-genesis-blocks-gb-columns .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .screen-reader-text:hover,
.wp-block-genesis-blocks-gb-columns .screen-reader-text:active,
.wp-block-genesis-blocks-gb-columns .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
.wp-block-genesis-blocks-gb-columns .entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns .entry-content .meta-list li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.wp-block-genesis-blocks-gb-columns .entry-content .meta-list a {
  font-weight: 300;
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .entry-content .meta-list a:hover {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .author-profile {
  position: relative;
  margin-top: 5%;
  padding: 5%;
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .author-profile {
    padding: 8% 4%;
  }
}
.wp-block-genesis-blocks-gb-columns .archive .author-profile {
  margin-top: 0;
  margin-bottom: 5%;
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile {
  margin: 0;
  border-top: none;
  border: solid 1px #cbcbcb;
  padding: 35px;
  transition: 0.2s ease;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .author-columns .author-profile {
    padding: 30px 0;
  }
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-title {
  font-size: 18px;
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-info {
  font-size: 14px;
  padding-left: 100px;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-info {
    font-size: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-links {
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-links {
    font-size: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile .author-profile-avatar img {
  transition: 0.2s ease;
}
.wp-block-genesis-blocks-gb-columns .author-columns .author-profile:hover .author-profile-avatar img {
  transform: scale(1.1);
}
.wp-block-genesis-blocks-gb-columns .author-profile-avatar {
  display: block;
  margin: 0 auto;
}
.wp-block-genesis-blocks-gb-columns .author-profile-avatar img {
  border-radius: 100px;
}
.wp-block-genesis-blocks-gb-columns .author-profile-avatar {
  position: absolute;
}
.wp-block-genesis-blocks-gb-columns .author-profile-info {
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 1.6;
}
.wp-block-genesis-blocks-gb-columns .author-profile-links {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns .author-profile-links a {
  background: #272c30;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}
.wp-block-genesis-blocks-gb-columns .author-profile-links a:hover {
  opacity: 0.8;
}
.wp-block-genesis-blocks-gb-columns .author-profile-links a:first-child {
  margin-right: 5px;
}
.wp-block-genesis-blocks-gb-columns .author-profile-links i {
  font-size: 12px;
}
.wp-block-genesis-blocks-gb-columns .author-profile-info p,
.wp-block-genesis-blocks-gb-columns .entry-header .author-profile-info p:last-child {
  margin-bottom: 10px;
}
.wp-block-genesis-blocks-gb-columns .author-profile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .author-profile-title {
    font-size: 18px;
  }
}
.wp-block-genesis-blocks-gb-columns .archive .author-profile-title {
  font-size: 24px;
}
.wp-block-genesis-blocks-gb-columns .pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8%;
}
.wp-block-genesis-blocks-gb-columns .pagination a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .pagination a,
.wp-block-genesis-blocks-gb-columns .pagination span {
  background: #f2f2f2;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  color: #272c30;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  vertical-align: middle;
  height: 50px;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .pagination a,
  .wp-block-genesis-blocks-gb-columns .pagination span {
    padding: 10px 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .pagination .next,
.wp-block-genesis-blocks-gb-columns .pagination .prev {
  font-size: 0;
  line-height: 1.7;
}
.wp-block-genesis-blocks-gb-columns .pagination .next::after,
.wp-block-genesis-blocks-gb-columns .pagination .prev::after {
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-size: 18px;
}
.wp-block-genesis-blocks-gb-columns .pagination .next {
  text-indent: 3px;
}
.wp-block-genesis-blocks-gb-columns .pagination .next::after {
  content: "\e906";
}
.wp-block-genesis-blocks-gb-columns .pagination .prev {
  text-indent: -3px;
}
.wp-block-genesis-blocks-gb-columns .pagination .prev::after {
  content: "\e905";
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .pagination .next::after,
  .wp-block-genesis-blocks-gb-columns .pagination .prev::after {
    font-size: 17px;
  }
}
.wp-block-genesis-blocks-gb-columns .page-numbers {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .page-numbers {
    font-size: 17px;
  }
}
.wp-block-genesis-blocks-gb-columns .page-numbers.current,
.wp-block-genesis-blocks-gb-columns .page-numbers:hover {
  background: #0072e5;
  color: #fff;
}
.wp-block-genesis-blocks-gb-columns span.page-numbers.dots {
  background: transparent;
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .post-navigation {
  margin-top: 10%;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns .post-navigation::before,
.wp-block-genesis-blocks-gb-columns .post-navigation::after {
  content: "";
  display: table;
}
.wp-block-genesis-blocks-gb-columns .post-navigation::after {
  clear: both;
}
.wp-block-genesis-blocks-gb-columns .post-navigation a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .post-navigation a:hover .post-title {
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .post-navigation span {
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .post-navigation .meta-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .post-navigation .post-title {
  font-size: 20px;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .post-navigation .post-title {
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns .nav-next,
.wp-block-genesis-blocks-gb-columns .nav-previous {
  display: inline-block;
  float: left;
  width: 49%;
  vertical-align: top;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .nav-next,
  .wp-block-genesis-blocks-gb-columns .nav-previous {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns .nav-previous + .nav-next {
  text-align: right;
  float: right;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .nav-previous + .nav-next {
    text-align: left;
    margin-top: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .nav-previous i {
  margin-right: 6px;
}
.wp-block-genesis-blocks-gb-columns #page .alignleft {
  display: inline;
  float: left;
  margin: 0.5em 2em 1.5em 0;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns #page .alignleft {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  .wp-block-genesis-blocks-gb-columns #page .alignleft img {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns #page .alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 1.5em 2em;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns #page .alignright {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  .wp-block-genesis-blocks-gb-columns #page .alignright img {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns #page .aligncenter {
  clear: both;
  margin: 0 auto 1.5em auto;
}
.wp-block-genesis-blocks-gb-columns .wp-caption {
  margin: 0.5em 0 1.5em 0;
  max-width: 100%;
  text-align: left;
}
.wp-block-genesis-blocks-gb-columns .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  max-width: 100%;
}
.wp-block-genesis-blocks-gb-columns .wp-caption-text,
.wp-block-genesis-blocks-gb-columns .gallery-caption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns .site-footer .wp-caption-text,
.wp-block-genesis-blocks-gb-columns .site-footer .gallery-caption {
  border-left-color: #a6b5c1;
}
.wp-block-genesis-blocks-gb-columns #main .tiled-gallery {
  margin-bottom: 1.2em;
}
.wp-block-genesis-blocks-gb-columns #main .tiled-gallery p {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns #main .featured-image .tiled-gallery {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .post:not(.video-lightbox) .gallery-container {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  visibility: hidden;
}
.wp-block-genesis-blocks-gb-columns .clear::before,
.wp-block-genesis-blocks-gb-columns .clear::after,
.wp-block-genesis-blocks-gb-columns .entry-content::before,
.wp-block-genesis-blocks-gb-columns .entry-content::after,
.wp-block-genesis-blocks-gb-columns .comment-content::before,
.wp-block-genesis-blocks-gb-columns .comment-content::after,
.wp-block-genesis-blocks-gb-columns .site-header::before,
.wp-block-genesis-blocks-gb-columns .site-header::after,
.wp-block-genesis-blocks-gb-columns .site-content::before,
.wp-block-genesis-blocks-gb-columns .site-content::after,
.wp-block-genesis-blocks-gb-columns .site-footer::before,
.wp-block-genesis-blocks-gb-columns .site-footer::after {
  content: "";
  display: table;
}
.wp-block-genesis-blocks-gb-columns .clear::after,
.wp-block-genesis-blocks-gb-columns .entry-content::after,
.wp-block-genesis-blocks-gb-columns .comment-content::after,
.wp-block-genesis-blocks-gb-columns .site-header::after,
.wp-block-genesis-blocks-gb-columns .site-content::after,
.wp-block-genesis-blocks-gb-columns .site-footer::after {
  clear: both;
}
.wp-block-genesis-blocks-gb-columns #calendar_wrap {
  background: #fff;
  border-right: none;
  border-bottom: none;
  color: #272c30;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar {
  font-size: 16px;
  margin: 0;
  max-width: 100%;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar caption {
  text-align: center;
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar tr th,
.wp-block-genesis-blocks-gb-columns #wp-calendar tr td {
  text-align: center;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar tr th {
  background: #272c30;
  color: #fff;
  margin: -10px -10px 10px -10px;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar tbody tr td {
  padding: 2px 0;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar tfoot td {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #d9dee3;
  padding: 7px 0 5px 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns #wp-calendar a:hover {
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns .widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wp-block-genesis-blocks-gb-columns .widget_rss li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .widget_rss li .rsswidget {
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .widget_rss .rss-date,
.wp-block-genesis-blocks-gb-columns .widget_rss cite {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}
.wp-block-genesis-blocks-gb-columns .comment-navigation {
  font-size: 16px;
  margin: 0 0 6% 0;
}
.wp-block-genesis-blocks-gb-columns .comment-navigation .button {
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns .comment-navigation .button:empty {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .comment-navigation .nav-previous a::before {
  content: "\e904";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}
.wp-block-genesis-blocks-gb-columns .comment-navigation .nav-next a::after {
  content: "\e903";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 10px;
}
.wp-block-genesis-blocks-gb-columns .comments-area {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10%;
  padding-top: 10%;
  border-top: solid 3px #eee;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comments-area {
    margin-top: 7%;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-list + .no-comments {
  margin-top: 1.2em;
  text-align: center;
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .comment-list + .no-comments span {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-list + .no-comments span {
    padding: 0 20px;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-list + .no-comments::after {
  content: " ";
  display: inline-block;
  height: 2px;
  background: #eee;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 5;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-list + .no-comments::after {
    top: 14px;
  }
}
.wp-block-genesis-blocks-gb-columns h3.comment-reply-title {
  font-size: 32px;
  margin-bottom: 5%;
  position: relative;
  font-weight: 600;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns h3.comment-reply-title {
    font-size: 22px;
  }
}
.wp-block-genesis-blocks-gb-columns h3.comments-title {
  margin-bottom: 10%;
}
.wp-block-genesis-blocks-gb-columns #commentform,
.wp-block-genesis-blocks-gb-columns #respond form {
  display: inline-block;
  width: 100% !important;
  min-width: 100%;
}
.wp-block-genesis-blocks-gb-columns .comment-list #commentform {
  margin-top: 2%;
}
.wp-block-genesis-blocks-gb-columns .comment-info {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-info {
    line-height: 2;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-content {
  font-size: 18px;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}
.wp-block-genesis-blocks-gb-columns .comment-content::after {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-content {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-content {
    padding: 20px;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-content p:last-child {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .entry-content .comment-list,
.wp-block-genesis-blocks-gb-columns .entry-content .comment-list li {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}
.wp-block-genesis-blocks-gb-columns .comment-list > li {
  list-style-type: none;
  margin-bottom: 6%;
}
.wp-block-genesis-blocks-gb-columns .comment-list .children {
  margin: 5% 0 0 0;
  padding-left: 25px;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .comment-list .children {
    padding-left: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-list .children li {
  margin-bottom: 6%;
}
.wp-block-genesis-blocks-gb-columns .comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns .comment-list .children > li {
  list-style: none;
}
.wp-block-genesis-blocks-gb-columns .comment-list .reply {
  margin-bottom: 0;
  font-size: 14px;
}
.wp-block-genesis-blocks-gb-columns .comment-list .avatar {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100px;
  vertical-align: top;
  width: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .comment-list .avatar {
    margin-top: 3px;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .comment-cite {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .comment-cite {
    font-size: 18px;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-cite a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .comment-time,
.wp-block-genesis-blocks-gb-columns .comment-edit-link {
  color: #62707c;
  font-family: "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 11px;
  vertical-align: top;
  line-height: 1;
}
.wp-block-genesis-blocks-gb-columns .comment-list .comment-reply-title {
  margin-bottom: 1%;
}
.wp-block-genesis-blocks-gb-columns .comment-list .comment-reply-title small {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}
.wp-block-genesis-blocks-gb-columns .comments-closed p.reply {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .comments-closed p:nth-last-child(2) {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .logged-in-as,
.wp-block-genesis-blocks-gb-columns .comment-notes {
  margin-bottom: 2%;
  display: none;
  color: #62707c;
  font-family: "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.wp-block-genesis-blocks-gb-columns .comment-notes {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .required {
  color: #f35959;
}
.wp-block-genesis-blocks-gb-columns .logged-in-as a {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .comment-form-author,
.wp-block-genesis-blocks-gb-columns .comment-form-email,
.wp-block-genesis-blocks-gb-columns .comment-form-url,
.wp-block-genesis-blocks-gb-columns .comment-form-comment {
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .comment-form-author input,
.wp-block-genesis-blocks-gb-columns .comment-form-author textarea,
.wp-block-genesis-blocks-gb-columns .comment-form-email input,
.wp-block-genesis-blocks-gb-columns .comment-form-email textarea,
.wp-block-genesis-blocks-gb-columns .comment-form-url input,
.wp-block-genesis-blocks-gb-columns .comment-form-url textarea,
.wp-block-genesis-blocks-gb-columns .comment-form-comment input,
.wp-block-genesis-blocks-gb-columns .comment-form-comment textarea {
  width: 100%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-form-author,
  .wp-block-genesis-blocks-gb-columns .comment-form-email,
  .wp-block-genesis-blocks-gb-columns .comment-form-url,
  .wp-block-genesis-blocks-gb-columns .comment-form-comment {
    width: 100%;
    margin-right: 0;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-list #respond {
  display: inline-block;
  margin-top: 4%;
  width: 100%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .comment-form-url {
    margin-bottom: 1em;
  }
}
.wp-block-genesis-blocks-gb-columns .form-submit {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .comment-form #submit {
  margin-top: 10px;
  width: auto;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .comment-form #submit {
    margin: 0;
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns .comment-list .comment-respond #submit {
  margin-top: 0;
}
.wp-block-genesis-blocks-gb-columns .form-allowed-tags {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .comment-subscription-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}
.wp-block-genesis-blocks-gb-columns .comment-subscription-form label {
  font-weight: 300;
  font-size: 14px;
}
.wp-block-genesis-blocks-gb-columns .comment-subscription-form + .comment-subscription-form {
  margin-top: 0;
}
.wp-block-genesis-blocks-gb-columns #respond .comment-form-fields div.comment-form-field {
  width: 100% !important;
}
.wp-block-genesis-blocks-gb-columns .comment-awaiting-moderation {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns .comment-awaiting-moderation::before {
  content: "\e90a";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}
.wp-block-genesis-blocks-gb-columns .post-cats,
.wp-block-genesis-blocks-gb-columns .entry-cats {
  margin-bottom: 1.5%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .post-cats,
  .wp-block-genesis-blocks-gb-columns .entry-cats {
    margin-bottom: 5%;
  }
}
.wp-block-genesis-blocks-gb-columns .post-cats a,
.wp-block-genesis-blocks-gb-columns .entry-cats a {
  background-color: #0072e5;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.wp-block-genesis-blocks-gb-columns .post-cats a:hover,
.wp-block-genesis-blocks-gb-columns .entry-cats a:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .post-cats a,
  .wp-block-genesis-blocks-gb-columns .entry-cats a {
    font-size: 11px;
    padding: 3px 4px;
  }
}
.wp-block-genesis-blocks-gb-columns .entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .search-results .entry-byline {
  margin-bottom: 5px;
}
.wp-block-genesis-blocks-gb-columns .entry-byline a {
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns .entry-byline a:hover {
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .entry-byline img {
  border-radius: 100px;
  width: 22px;
  vertical-align: top;
  margin-right: 3px;
}
.wp-block-genesis-blocks-gb-columns .meta-avatar {
  position: absolute;
}
.wp-block-genesis-blocks-gb-columns .meta-avatar img {
  width: 24px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .index-text {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  background: #fff;
  padding: 0 4% 6% 4%;
  border-bottom: solid 1px #d8dee3;
}
.wp-block-genesis-blocks-gb-columns .has-post-thumbnail .index-text {
  margin-top: -10%;
  padding-top: 4%;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wp-block-genesis-blocks-gb-columns .slideInLeft {
  animation-name: slideInLeft;
  transition: 0.3s ease;
}
.wp-block-genesis-blocks-gb-columns .site-header-bg-wrap {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.wp-block-genesis-blocks-gb-columns .background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wp-block-genesis-blocks-gb-columns .site-header-bg.background-effect {
  background-attachment: scroll;
}
.wp-block-genesis-blocks-gb-columns .page-content img.wp-smiley,
.wp-block-genesis-blocks-gb-columns .entry-content img.wp-smiley,
.wp-block-genesis-blocks-gb-columns .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .site-main .gallery {
  margin-bottom: 1.2em;
}
@media (min-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .has-wide-image .featured-image,
  .wp-block-genesis-blocks-gb-columns .has-wide-image .featured-video {
    width: 90vw;
    margin-left: calc(50% - 90vw / 2);
  }
}
.wp-block-genesis-blocks-gb-columns .featured-image .gallery {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .featured-gallery {
  background: transparent;
}
.wp-block-genesis-blocks-gb-columns .featured-gallery [class*="gallery"]:first-child {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.wp-block-genesis-blocks-gb-columns .gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}
.wp-block-genesis-blocks-gb-columns .gallery dd,
.wp-block-genesis-blocks-gb-columns .gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .gallery-item {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.wp-block-genesis-blocks-gb-columns .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.wp-block-genesis-blocks-gb-columns embed,
.wp-block-genesis-blocks-gb-columns iframe,
.wp-block-genesis-blocks-gb-columns object {
  max-width: 100%;
  border-width: 0;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-light {
  color: #55626d;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns #content .mejs-container:not(.mejs-video),
.wp-block-genesis-blocks-gb-columns #content .mejs-embed,
.wp-block-genesis-blocks-gb-columns #content .mejs-embed body {
  background: none;
}
.wp-block-genesis-blocks-gb-columns #content .mejs-container:not(.mejs-video) {
  margin-bottom: 1em;
  height: 75px !important;
}
.wp-block-genesis-blocks-gb-columns #content .mejs-container:not(.mejs-video) a {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns #content .mejs-container:not(.mejs-video) a:hover {
  background: transparent;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist {
  border: none;
  background: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-tracks {
  margin-top: 3.5%;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item {
  border-bottom: dotted 1px #cad1d8;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item:last-child {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item .wp-playlist-caption,
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item-length {
  padding: 2%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-item .wp-playlist-caption,
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-item-length {
    padding: 4%;
  }
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item .wp-playlist-caption {
  color: #272c30;
  display: inline-block;
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item .wp-playlist-caption:hover {
  background: none;
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-caption,
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-item-title {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-caption,
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-item-title {
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item {
  height: auto !important;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item .wp-playlist-caption {
  margin-bottom: 1.5%;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item img {
  display: none;
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item .wp-playlist-item-title {
  color: #272c30;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 22px;
  }
}
.wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item .wp-playlist-item-album {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #content .wp-playlist-current-item .wp-playlist-item-album {
    font-size: 16px;
  }
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls {
  background: #272c30;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #page .mejs-controls {
    padding: 0 10px;
  }
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-button button:hover {
  background-color: transparent !important;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5e7383;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e3eaf0;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5e7383;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #5e7383;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #e3eaf0;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #5e7383;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-controls .mejs-button button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-video .mejs-controls,
.wp-block-genesis-blocks-gb-columns #page .mejs-video .mejs-controls > div {
  height: 40px;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-video .mejs-time {
  height: 35px;
  padding-top: 2px;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-video .mejs-time-rail .mejs-time-total {
  margin: 8px 10px;
}
.wp-block-genesis-blocks-gb-columns #page .mejs-video .mejs-button button {
  margin: 12px 5px;
}
.wp-block-genesis-blocks-gb-columns .drawer-wrap {
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .drawer {
  padding: 10px 0 15px 0;
  background: #22262a;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .drawer {
    display: none !important;
  }
}
.wp-block-genesis-blocks-gb-columns .drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}
.wp-block-genesis-blocks-gb-columns .drawer-menu-explore .container {
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .show-drawer {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  display: inline-block !important;
}
.wp-block-genesis-blocks-gb-columns .admin-bar .drawer-open .drawer {
  margin-top: 35px;
}
.wp-block-genesis-blocks-gb-columns .site-header {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #f2f2f2;
}
.wp-block-genesis-blocks-gb-columns body.admin-bar .is-sticky .site-header {
  margin-top: 32px;
}
.wp-block-genesis-blocks-gb-columns .site-identity {
  padding: 30px 0;
  position: relative;
  z-index: 8;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-identity {
    padding: 8% 0;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .site-identity {
    padding: 12% 0;
  }
}
.wp-block-genesis-blocks-gb-columns .site-title-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 30%;
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .titles-wrap {
    padding-top: 8px;
  }
}
.wp-block-genesis-blocks-gb-columns .titles-wrap.has-description {
  padding-top: 0;
}
.wp-block-genesis-blocks-gb-columns .site-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1.2;
}
.wp-block-genesis-blocks-gb-columns .site-title a {
  color: #272c30;
  transition: 0.1s ease-in;
  position: relative;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-title {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .site-title {
    font-size: 24px;
  }
}
.wp-block-genesis-blocks-gb-columns .site-description {
  color: #272c30;
  font-size: 14px;
  line-height: 1.4;
  margin: -2px 0 0 0;
  display: inline-block;
  width: 100%;
  position: absolute;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-description {
    position: relative;
    display: block;
  }
}
.wp-block-genesis-blocks-gb-columns .site-avatar {
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .site-avatar img {
  border-radius: 500px;
  margin-bottom: 15px;
  width: 85px;
  transition: all 0.2s ease-in-out;
}
.wp-block-genesis-blocks-gb-columns .site-avatar img:hover {
  transform: scale(1.1);
}
.wp-block-genesis-blocks-gb-columns .site-logo {
  line-height: 1;
  margin: 0;
  display: block;
}
.wp-block-genesis-blocks-gb-columns .site-logo:not(img):empty {
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .custom-logo-link img {
  display: block;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .wp-block-genesis-blocks-gb-columns .custom-logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-genesis-blocks-gb-columns .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .container {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .container {
    padding: 0 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .container::before,
.wp-block-genesis-blocks-gb-columns .container::after {
  content: "";
  display: table;
}
.wp-block-genesis-blocks-gb-columns .container::after {
  clear: both;
}
.wp-block-genesis-blocks-gb-columns .error404 .entry-header {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .archive-box {
  margin-top: 30px;
}
.wp-block-genesis-blocks-gb-columns .archive-box ul ul {
  margin-left: 30px;
  margin-top: 0;
}
.wp-block-genesis-blocks-gb-columns .archive-box ul li {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .archive-box ul a {
  border-bottom: dotted 1px #c7d6e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .archive-box ul a:hover {
  border-bottom: dotted 1px #c7d6e4;
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns .single #page {
  margin: 0 auto;
}
.wp-block-genesis-blocks-gb-columns #primary {
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 830px;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns #primary {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns .error404 #primary {
  display: block;
  margin: 0 auto;
}
.wp-block-genesis-blocks-gb-columns .no-sidebar .content-area,
.wp-block-genesis-blocks-gb-columns .single.no-sidebar .content-area {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns #main .entry-content .page-links {
  clear: both;
  margin: 0 0 1.4em;
}
.wp-block-genesis-blocks-gb-columns #main .entry-content .page-links a {
  border: none;
  padding: 0 2px;
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns #main .entry-content .page-links a:hover {
  border: none;
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns #page .more-link + .page-links {
  margin-top: 20px;
}
.wp-block-genesis-blocks-gb-columns .featured-image,
.wp-block-genesis-blocks-gb-columns .featured-video {
  margin-bottom: 5%;
  width: 100%;
  z-index: 50;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .featured-image,
  .wp-block-genesis-blocks-gb-columns .featured-video {
    margin-bottom: 1.2em;
  }
}
.wp-block-genesis-blocks-gb-columns .featured-image img,
.wp-block-genesis-blocks-gb-columns .featured-video img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.07s ease-in-out;
}
.wp-block-genesis-blocks-gb-columns .featured-video iframe {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.wp-block-genesis-blocks-gb-columns #page {
  padding-top: 6%;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns #page {
    padding-top: 8%;
  }
}
.wp-block-genesis-blocks-gb-columns .site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 7% 0;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
.wp-block-genesis-blocks-gb-columns .blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .post .entry-header {
  position: relative;
  margin-bottom: 5%;
}
.wp-block-genesis-blocks-gb-columns .archive-header {
  margin-top: -30px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #cbcbcb;
}
.wp-block-genesis-blocks-gb-columns .archive-header .entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .archive-header .entry-subtitle {
  font-size: 16px;
}
.wp-block-genesis-blocks-gb-columns .archive-header .entry-subtitle p:last-child {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .taxonomy-description {
  font-size: 17px;
  color: #62707c;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .taxonomy-description {
    font-size: 15px;
    line-height: 1.4;
  }
}
.wp-block-genesis-blocks-gb-columns .taxonomy-description p:last-child {
  margin-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .entry-cats {
  font-size: 16px;
}
.wp-block-genesis-blocks-gb-columns .full-post-header .entry-title {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .full-post-header .entry-title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .full-post-header .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.wp-block-genesis-blocks-gb-columns .full-post-header .entry-title a {
  color: #272c30;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
.wp-block-genesis-blocks-gb-columns .full-post-header .entry-title a:hover {
  color: #62707c;
}
.wp-block-genesis-blocks-gb-columns .byline {
  color: #62707c;
  margin-top: 3%;
  font-size: 16px;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .byline {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
  }
}
.wp-block-genesis-blocks-gb-columns .byline img {
  width: 24px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 5px;
}
.wp-block-genesis-blocks-gb-columns .byline a {
  color: #62707c;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
  padding-bottom: 2px;
}
.wp-block-genesis-blocks-gb-columns .byline a:hover {
  border-bottom: 2px solid #e3eaf0;
}
.wp-block-genesis-blocks-gb-columns .entry-content {
  vertical-align: top;
}
.wp-block-genesis-blocks-gb-columns .entry-content p a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}
.wp-block-genesis-blocks-gb-columns .entry-content p a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .entry-content a.no-underline,
.wp-block-genesis-blocks-gb-columns .entry-content a.no-underline:hover {
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns .excerpt-more {
  display: inline-block;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .single-attachment .site-main .post .entry-content {
  padding-left: 0;
}
.wp-block-genesis-blocks-gb-columns .single-attachment .author-profile {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .page-content {
  margin-bottom: 5%;
}
.wp-block-genesis-blocks-gb-columns .post {
  width: 100%;
  display: inline-block;
  position: relative;
}
.wp-block-genesis-blocks-gb-columns .blog .post:not(:last-of-type),
.wp-block-genesis-blocks-gb-columns .archive #post-wrap .post:not(:last-of-type),
.wp-block-genesis-blocks-gb-columns .search .post:not(:last-of-type) {
  margin-bottom: 8%;
  padding-bottom: 10%;
  border-bottom: solid 3px #eee;
}
.wp-block-genesis-blocks-gb-columns .search .post:not(:last-of-type) {
  margin-bottom: 5%;
  padding-bottom: 6%;
}
.wp-block-genesis-blocks-gb-columns .fade-out {
  animation-name: fadeOut !important;
  animation-duration: 0.2s !important;
  animation-fill-mode: both !important;
}
.wp-block-genesis-blocks-gb-columns .site-footer {
  padding: 0 0 2.5% 0;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns .site-footer a {
  color: #0072e5;
}
.wp-block-genesis-blocks-gb-columns .site-footer a:hover {
  color: #272c30;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .site-footer {
    font-size: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .category-wrap + .site-footer,
.wp-block-genesis-blocks-gb-columns .related-post-wrap + .site-footer {
  margin-top: 0;
}
.wp-block-genesis-blocks-gb-columns .category-wrap + .site-footer .footer-widgets,
.wp-block-genesis-blocks-gb-columns .related-post-wrap + .site-footer .footer-widgets {
  border-top: none;
}
.wp-block-genesis-blocks-gb-columns .post-navigation + .site-footer {
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .post-navigation + .site-footer {
    box-shadow: none;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-padding {
  padding-top: 15%;
  opacity: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .widget_wpcom_social_media_icons_widget a {
  font-size: 28px;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .widget_wpcom_social_media_icons_widget li {
  border-bottom: none;
  padding: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column {
    padding-right: 0;
    margin-bottom: 7%;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:last-child {
  margin-right: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
  width: 48%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
  width: 30.6%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .wp-block-genesis-blocks-gb-columns .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
    width: 100%;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul {
  list-style: none;
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul li {
  padding: 0 0 15px 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul li:last-child {
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul ul li {
  list-style-type: circle;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul .menu-item-has-children {
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul.children,
.wp-block-genesis-blocks-gb-columns .footer-widgets ul.sub-menu {
  margin-left: 20px;
  margin-top: 10px;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets ul.sub-menu li:last-child {
  padding-bottom: 15px;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .sub-menu {
  margin-left: 20px;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets .widget_text a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}
.wp-block-genesis-blocks-gb-columns .footer-widgets section + section {
  margin-top: 40px;
}
.wp-block-genesis-blocks-gb-columns .footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}
.wp-block-genesis-blocks-gb-columns .footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-widgets + .footer-bottom {
    padding-top: 30px;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-tagline {
  display: inline-block;
  width: 40%;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-navigation + .footer-tagline {
  float: right;
}
.wp-block-genesis-blocks-gb-columns .footer-tagline a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}
.wp-block-genesis-blocks-gb-columns .site-footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #272c30;
}
@media (max-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .site-footer .widget-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wp-block-genesis-blocks-gb-columns .footer-navigation {
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns .footer-navigation ul {
  margin: 0;
}
.wp-block-genesis-blocks-gb-columns .footer-navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.wp-block-genesis-blocks-gb-columns .attachment .comments-area,
.wp-block-genesis-blocks-gb-columns .attachment .entry-meta,
.wp-block-genesis-blocks-gb-columns .attachment .post-navigation,
.wp-block-genesis-blocks-gb-columns .attachment .entry-footer {
  display: none;
}
.wp-block-genesis-blocks-gb-columns ::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}
.wp-block-genesis-blocks-gb-columns #wpstats {
  display: none;
}
.wp-block-genesis-blocks-gb-columns .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.wp-block-genesis-blocks-gb-columns .compat-object-fit img {
  opacity: 0;
}
.wp-block-genesis-blocks-gb-columns .post-password-form label {
  display: inline-block;
  width: 40%;
}
.wp-block-genesis-blocks-gb-columns .post-password-form input[type="submit"] {
  display: inline-block;
}
.wp-block-genesis-blocks-gb-columns .not-found {
  text-align: center;
}
.wp-block-genesis-blocks-gb-columns .blog .post.sticky {
  background: #fff;
  padding: 4%;
  border-bottom: none;
}
.wp-block-genesis-blocks-gb-columns .page-template-full-width #page,
.wp-block-genesis-blocks-gb-columns .page-template-full-width #primary {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.wp-block-genesis-blocks-gb-columns .page-template-full-width #page .entry-header {
  padding: 5% 2% 0;
}
.wp-block-genesis-blocks-gb-columns .page-template-full-width .site-content {
  padding-bottom: 0;
}
.wp-block-genesis-blocks-gb-columns time,
.wp-block-genesis-blocks-gb-columns span {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-columns .wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.2em;
}
.wp-block-genesis-blocks-gb-columns .wp-block-image figcaption {
  font-size: 15px;
  margin-top: 1em;
}
.wp-block-genesis-blocks-gb-columns ul.blocks-gallery-grid,
.wp-block-genesis-blocks-gb-columns ul.wp-block-social-links,
.wp-block-genesis-blocks-gb-columns .entry-content .wp-block-gallery {
  padding-left: 0;
}
.wp-block-genesis-blocks-gb-columns .alignfull,
.wp-block-genesis-blocks-gb-columns .alignwide {
  margin-bottom: 2em;
  width: 100%;
}
@media (max-width: 600px) {
  .wp-block-genesis-blocks-gb-columns .alignfull.wp-block-gallery,
  .wp-block-genesis-blocks-gb-columns .alignwide.wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}
.wp-block-genesis-blocks-gb-columns .alignfull img,
.wp-block-genesis-blocks-gb-columns .alignwide img {
  display: block;
}
.wp-block-genesis-blocks-gb-columns .alignwide {
  max-width: none;
}
@media (min-width: 1000px) {
  .wp-block-genesis-blocks-gb-columns .alignwide {
    width: 75vw;
    margin-left: calc(50% - 75vw / 2);
  }
}
.wp-block-genesis-blocks-gb-columns .entry-content > .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}
.wp-block-genesis-blocks-gb-columns .wp-block-columns {
  margin-bottom: 1.2em;
}
.wp-block-genesis-blocks-gb-columns .arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -54px;
}
.wp-block-genesis-blocks-gb-columns .arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-genesis-blocks-gb-columns .arrow img {
    width: 17px;
  }
}
.wp-block-genesis-blocks-gb-columns .gb-block-button {
  width: fit-content;
}
.wp-block-genesis-blocks-gb-columns .gb-block-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
  background-color: transparent !important;
  color: #000 !important;
}
.wp-block-genesis-blocks-gb-columns .gb-block-button a:hover .arrow {
  background-color: #FBF138;
}
.wp-block-genesis-blocks-gb-columns .gb-block-button a:hover .arrow img {
  animation: arrow 0.3s ease-in-out forwards;
}
.wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner .gb-block-newsletter form input.gb-button.gb-button-size-medium.gb-button-shape-rounded.gb-newsletter-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
  background-color: #fff !important;
  color: #000 !important;
  position: relative;
  margin-top: 1rem;
}
.wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner .gb-block-newsletter form input.gb-button.gb-button-size-medium.gb-button-shape-rounded.gb-newsletter-submit .arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -54px;
}
.wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner .gb-block-newsletter form input.gb-button.gb-button-size-medium.gb-button-shape-rounded.gb-newsletter-submit .arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner .gb-block-newsletter form input.gb-button.gb-button-size-medium.gb-button-shape-rounded.gb-newsletter-submit .arrow img {
    width: 17px;
  }
}
.gb-block-profile .gb-social-links li a {
  background-color: #878C8C !important;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta h1,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h1,
.wp-block-genesis-blocks-gb-cta.gb-block-cta h2,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h2,
.wp-block-genesis-blocks-gb-cta.gb-block-cta h3,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h3,
.wp-block-genesis-blocks-gb-cta.gb-block-cta h4,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h4,
.wp-block-genesis-blocks-gb-cta.gb-block-cta h5,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h5,
.wp-block-genesis-blocks-gb-cta.gb-block-cta h6,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content h6 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta p,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .arrow,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -54px;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .arrow img,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-genesis-blocks-gb-cta.gb-block-cta .arrow img,
  .wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .arrow img {
    width: 17px;
  }
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .gb-cta-button,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .gb-cta-button {
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .gb-cta-button a,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .gb-cta-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
  background-color: white !important;
  color: #000 !important;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .gb-cta-button a:hover .arrow,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .gb-cta-button a:hover .arrow {
  background-color: #FBF138;
}
.wp-block-genesis-blocks-gb-cta.gb-block-cta .gb-cta-button a:hover .arrow img,
.wp-block-genesis-blocks-gb-container .gb-container-inside .gb-container-content .gb-cta-button a:hover .arrow img {
  animation: arrow 0.3s ease-in-out forwards;
}
.arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -54px;
  background-color: #fff;
}
.arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow img {
    width: 17px;
  }
}
.gb-block-button {
  width: fit-content;
}
.gb-block-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
  background-color: #fff !important;
  color: #000 !important;
}
.gb-block-button a:hover .arrow {
  background-color: #FBF138;
}
.gb-block-button a:hover .arrow img {
  animation: arrow 0.3s ease-in-out forwards;
}
.wp-block-buttons a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000 !important;
  border-radius: 30px !important;
  padding: 0 30px !important;
  text-transform: uppercase !important;
  color: black !important;
  height: 40px !important;
  line-height: 40px !important;
  font-family: kandin, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  width: fit-content;
  background-color: #fff !important;
  color: #000 !important;
}
.wp-block-buttons a:hover .arrow {
  background-color: #FBF138;
}
.wp-block-buttons a:hover .arrow img {
  animation: arrow 0.3s ease-in-out forwards;
}
.gform_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: unset;
  border: none;
}
.gform_description {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 1.5vw, 32px);
  margin: 0 0 2rem 0;
  display: block;
}
.gform_required_legend {
  display: none;
}
.gfield_required {
  color: #898d8d !important;
  font-size: 1.2rem !important;
}
.gform_body {
  margin-bottom: 1em;
}
.gform_fields .gfield {
  margin-bottom: 0.5em;
}
.gfield--type-email .ginput_container_email input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #898d8d !important;
}
.gfield_label {
  margin: 0 !important;
  font-weight: 400 !important;
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #898d8d !important;
  font-size: 1.2rem !important;
}
.gform_fields .gfield input[type="text"],
.gform_fields .gfield input[type="email"],
.gform_fields .gfield textarea,
select {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 5px 0 10px 0 !important;
  border: none;
  border-bottom: 1px solid #898d8d;
  font-size: 0.85em !important;
  background-color: transparent;
}
.gform_fields .gfield input[type="text"]:focus,
.gform_fields .gfield input[type="email"]:focus,
.gform_fields .gfield textarea:focus,
select:focus {
  border: 0 !important;
  outline: none !important;
  border-bottom: 1px solid #898d8d !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px !important;
}
.gform_fields .gfield input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  border: 2px solid #000 !important;
  border-radius: 30px !important;
  padding: 0 30px !important;
  text-transform: uppercase !important;
  color: black !important;
  height: 40px !important;
  line-height: 40px !important;
  font-family: kandin, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transition: all 0.15s ease-out;
  margin: 0 !important;
  background-color: transparent !important;
  line-height: 44px !important;
  height: 44px !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
  border-bottom: 1px solid #898d8d !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-family: kandin, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
body.signedin .header .nav,
body.signedin .header .fullscreen {
  top: 32px !important;
}
.nav {
  transition: all 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -ms-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
  z-index: 9999;
  height: 110px;
  margin: auto;
  border-bottom: 2px solid black;
  box-sizing: border-box;
  /* on scroll, display fixed header menu with hamburger*/
}
.nav.hide {
  display: none;
}
@media only screen and (max-width: 500px) {
  .nav {
    height: 98px;
  }
}
.nav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 3000px;
  margin: auto;
  height: 100%;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 2000px) {
  .nav__wrapper {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1366px) {
  .nav__wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .nav__wrapper {
    width: 90%;
  }
}
.nav__wrapper.sticky {
  height: 100%;
}
.nav__logo {
  width: 220px;
  height: 50px;
}
.nav__logo-white {
  display: none;
}
.nav__logo img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .nav__logo img {
    width: 90%;
  }
}
.nav__menu {
  display: flex;
  align-items: center;
  margin-left: 4rem;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 1366px) {
  .nav__menu {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nav__menu {
    display: none;
  }
}
.nav__menu .menu-main-menu-container {
  height: 100%;
}
.nav__menu .menu-main-menu-container .menu {
  display: flex;
  list-style: none;
  position: relative;
  height: 100%;
  margin: 0;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .nav__menu .menu-main-menu-container .menu {
    padding-left: 0;
  }
}
.nav__menu .menu-main-menu-container .menu-item {
  width: 15%;
  margin-right: 3rem;
  padding: 45px 15px;
}
@media only screen and (max-width: 1700px) {
  .nav__menu .menu-main-menu-container .menu-item {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1400px) {
  .nav__menu .menu-main-menu-container .menu-item {
    padding: 45px 10px;
  }
}
.nav__menu .menu-main-menu-container .menu-item:nth-of-type(5) {
  width: 40%;
  margin-right: 0;
}
.nav__menu .menu-main-menu-container .menu-item:last-of-type {
  display: none;
}
.nav__menu .menu-main-menu-container .menu-item a {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: opacity 0.5s linear;
  white-space: nowrap;
  position: relative;
  font-size: clamp(0.5rem, 3.5vw, 1.15rem);
}
@media only screen and (max-width: 2000px) {
  .nav__menu .menu-main-menu-container .menu-item a {
    font-size: clamp(0.5rem, 3.5vw, 1rem);
  }
}
.nav__menu .menu-main-menu-container .menu-item a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  opacity: 65%;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav__menu .menu-main-menu-container .menu-item a:hover {
  opacity: 65%;
}
.nav__menu .menu-main-menu-container .menu-item a:hover::after {
  width: 100%;
  left: 0;
}
.nav__menu .menu-main-menu-container .menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  background-color: #fff;
  border: 2px solid black;
  margin-top: 45px;
}
.nav__menu .menu-main-menu-container .menu .sub-menu .menu-item {
  width: 100%;
  padding: 12px 15px;
}
.nav__menu .menu-main-menu-container .menu .sub-menu .menu-item:last-of-type {
  display: block;
}
.nav__right {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav__right-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  position: relative;
  right: -15%;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 1024px) {
  .nav__right-btn {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .nav__right-btn {
    display: none;
  }
}
.nav__right-btn:hover {
  color: #FBF138;
}
.nav__right-btn:hover .nav__right-arrow {
  background-color: #FBF138;
  border: 2px solid #000;
}
.nav__right-btn p {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.nav__right-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.nav__right-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .nav__right-arrow img {
    width: 17px;
  }
}
.nav__right-arrow .nav__arrow-white {
  display: none;
}
.nav__right-hamburger {
  width: 40px;
  height: 30px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-left: 30px;
  box-sizing: border-box;
  position: relative;
  right: -50px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .nav__right-hamburger {
    opacity: 1;
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nav__right-hamburger {
    width: 36px;
    height: 30px;
  }
}
.nav__right-hamburger span {
  background-color: #000;
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
}
.nav__right-hamburger span:nth-child(1) {
  top: 5px;
}
.nav__right-hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.nav__right-hamburger span:nth-child(3) {
  bottom: 5px;
}
.nav.sticky {
  position: fixed;
  height: 98px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
.nav.sticky .nav__menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .nav.sticky .nav__menu {
    display: none;
  }
}
.nav.sticky .nav__right-btn {
  right: 0;
  transition: all 0.5s linear;
}
.nav.sticky .nav__right-hamburger {
  right: 0;
  opacity: 1;
  transition: all 0.5s linear;
}
.nav.sticky .nav__right-hamburger:hover {
  cursor: pointer;
}
.black {
  background-color: #000;
  border-bottom: 3px solid #fff;
}
.black .nav__logo-black {
  display: none;
}
.black .nav__logo-white {
  display: block;
}
.black .nav__menu .menu-main-menu-container .menu-item a {
  color: #fff;
}
.black .nav__menu .menu-main-menu-container .menu-item a:hover::after {
  background: #fff;
}
.black .nav__right-btn:hover .nav__right-arrow {
  border: 2px solid #FBF138;
}
.black .nav__right-btn:hover .nav__arrow-black {
  display: block;
}
.black .nav__right-btn:hover .nav__arrow-white {
  display: none;
}
.black .nav__right-btn p {
  border: 2px solid #fff;
  color: #fff;
}
.black .nav__right-arrow {
  border: 2px solid #fff;
}
.black .nav__arrow-black {
  display: none;
}
.black .nav__arrow-white {
  display: block;
}
.black .nav__right-hamburger span {
  background-color: #fff;
}
.fullscreen {
  display: block;
  position: fixed;
  height: 0%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.fullscreen.open {
  height: 100%;
}
.fullscreen__overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .fullscreen__overlay {
    overflow-y: scroll;
  }
}
.fullscreen__overlay.open {
  height: 100%;
}
.fullscreen__overlay-top {
  border-bottom: 2px solid #fff;
  height: 98px;
}
.fullscreen__overlay-nav {
  width: 80%;
  max-width: 3000px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .fullscreen__overlay-nav {
    width: 95%;
  }
}
@media only screen and (max-width: 500px) {
  .fullscreen__overlay-nav {
    width: 90%;
  }
}
.fullscreen__overlay-logo {
  width: 220px;
  height: 50px;
}
.fullscreen__overlay-logo img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .fullscreen__overlay-logo img {
    width: 90%;
  }
}
.fullscreen__overlay-right {
  display: flex;
  align-items: center;
}
.fullscreen__overlay-close {
  width: 30px;
  height: 30px;
  margin-left: calc(2rem + 12px);
}
.fullscreen__overlay-close:hover img {
  filter: invert(100%) brightness(1000%) contrast(107%);
}
.fullscreen__btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .fullscreen__btn {
    display: none;
  }
}
.fullscreen__btn:hover {
  color: #FBF138;
}
.fullscreen__btn:hover .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
  color: #FBF138;
}
.fullscreen__btn:hover .fullscreen__arrow .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.fullscreen__btn:hover .fullscreen__arrow .fullscreen__arrow-white {
  display: none;
}
.fullscreen__btn:hover .fullscreen__arrow .fullscreen__arrow-black {
  display: block;
}
.fullscreen__btn p {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.fullscreen__arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.fullscreen__arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .fullscreen__arrow img {
    width: 17px;
  }
}
.fullscreen__arrow .fullscreen__arrow-black {
  display: none;
}
.fullscreen__arrow:hover {
  background-color: #FBF138;
  border: 2px solid #FBF138;
  color: #FBF138;
}
.fullscreen__arrow:hover .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.fullscreen__arrow:hover .fullscreen__arrow-white {
  display: none;
}
.fullscreen__arrow:hover .fullscreen__arrow-black {
  display: block;
}
.fullscreen__inner {
  width: 100%;
}
.fullscreen__inner-wrapper {
  display: flex;
  width: 80%;
  max-width: 3000px;
  margin: auto;
  color: #878C8C;
  margin-top: 3rem;
}
@media only screen and (max-width: 1200px) {
  .fullscreen__inner-wrapper {
    max-width: 95%;
  }
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .fullscreen__inner-wrapper {
    margin-top: 1rem;
    width: 90%;
  }
}
.fullscreen__inner-left {
  width: 30%;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-left {
    order: 1;
    width: 95%;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-icons {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}
.fullscreen__inner-icons a {
  display: flex;
  align-items: center;
  width: 30px;
  text-decoration: none;
  margin: 1rem 0;
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-icons a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .fullscreen__inner-icons a {
    width: 35px;
  }
  .fullscreen__inner-icons a img {
    width: 100%;
  }
}
.fullscreen__inner-icons a img {
  width: 100%;
}
.fullscreen__inner-icons a p {
  display: none;
  background-color: #6dc2e3;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0;
  margin-left: 10px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .fullscreen__inner-icons a p {
    font-size: 12px;
  }
}
.fullscreen__inner-icons a:hover p {
  display: block;
}
@media only screen and (max-width: 400px) {
  .fullscreen__inner-icons a:hover p {
    display: none;
  }
}
.fullscreen__inner-bottom {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-bottom {
    position: relative;
  }
}
.fullscreen__inner-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
}
.fullscreen__inner-buttons:hover .fullscreen__arrow-black {
  display: none;
}
.fullscreen__inner-buttons:hover:hover {
  color: #FBF138;
}
.fullscreen__inner-buttons:hover:hover .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.fullscreen__inner-buttons:hover:hover .fullscreen__arrow-white {
  display: none;
}
.fullscreen__inner-buttons:hover:hover .fullscreen__arrow-black {
  display: block;
}
.fullscreen__inner-btn {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  .fullscreen__inner-btn {
    font-size: 0.9rem;
  }
}
.fullscreen__inner-address {
  margin-top: 2rem;
}
.fullscreen__inner-address p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: 1.5;
  font-size: clamp(14px, 3.5vw, 16px);
}
@media only screen and (max-width: 2000px) {
  .fullscreen__inner-address p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fullscreen__inner-address a {
  display: block;
  color: #878C8C;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.5vw, 16px);
}
@media only screen and (max-width: 2000px) {
  .fullscreen__inner-address a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fullscreen__inner-address a:hover {
  color: #FBF138;
}
.fullscreen__inner-menu {
  width: 70%;
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-menu {
    order: 0;
    width: 95%;
    margin: auto;
  }
}
.fullscreen__inner-menu .menu {
  list-style: none;
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-menu .menu {
    padding-left: 0;
  }
}
.fullscreen__inner-menu .menu-item {
  max-width: 500px;
  border-bottom: 1px solid #878C8C;
  padding: 0.5rem 0;
  position: relative;
}
@media only screen and (max-width: 2000px) {
  .fullscreen__inner-menu .menu-item {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .fullscreen__inner-menu .menu-item {
    max-width: 330px;
  }
}
@media only screen and (max-width: 899px) {
  .fullscreen__inner-menu .menu-item {
    margin: auto;
  }
}
.fullscreen__inner-menu .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #878C8C;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, 3.5vw, 56px);
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-height: 830px) {
  .fullscreen__inner-menu .menu-item a {
    font-size: 45px;
  }
}
@media only screen and (max-height: 730px) {
  .fullscreen__inner-menu .menu-item a {
    font-size: 35px;
  }
}
@media only screen and (max-height: 600px) {
  .fullscreen__inner-menu .menu-item a {
    font-size: 30px;
  }
}
.fullscreen__inner-menu .menu-item a .fullscreen__arrow-black {
  display: none;
}
.fullscreen__inner-menu .menu-item a:hover .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.fullscreen__inner-menu .menu-item a:hover .fullscreen__arrow-white {
  display: none;
}
.fullscreen__inner-menu .menu-item a:hover .fullscreen__arrow-black {
  display: block;
}
.fullscreen__inner-menu .menu-item:hover .sub-menu {
  display: block;
}
.fullscreen__inner-menu .menu-item:hover a {
  color: #FBF138;
}
.fullscreen__inner-menu .menu-item:hover .fullscreen__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.fullscreen__inner-menu .menu-item:hover .fullscreen__arrow-white {
  display: none;
}
.fullscreen__inner-menu .menu-item:hover .fullscreen__arrow-black {
  display: block;
}
.fullscreen__inner-menu .menu .sub-menu {
  display: none;
  position: absolute;
  left: 500px;
  padding-left: 10rem;
  top: -7rem;
  list-style: none;
  overflow: hidden;
}
@media only screen and (max-width: 2000px) {
  .fullscreen__inner-menu .menu .sub-menu {
    left: 450px;
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 1366px) {
  .fullscreen__inner-menu .menu .sub-menu {
    left: 400px;
  }
}
@media only screen and (max-width: 1300px) {
  .fullscreen__inner-menu .menu .sub-menu {
    left: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .fullscreen__inner-menu .menu .sub-menu {
    left: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .fullscreen__inner-menu .menu .sub-menu {
    position: relative;
    left: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .fullscreen__inner-menu .menu .sub-menu {
    left: 0;
    padding-top: 20px;
    padding-left: 0;
  }
}
.fullscreen__inner-menu .menu .sub-menu .menu-item {
  padding-left: 0;
  width: 500px;
  border-bottom: none;
}
.fullscreen__inner-menu .menu .sub-menu .menu-item a {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #878C8C;
  width: fit-content;
  display: block;
  transition: all 0.2s ease-in;
}
.fullscreen__inner-menu .menu .sub-menu .menu-item a:hover {
  color: #FBF138;
  padding-left: 1rem;
}
.fullscreen__inner-menu .menu .sub-menu .menu-item a .fullscreen__arrow {
  display: none;
}
.fullscreen__inner-menu .menu .sub-menu.visible {
  display: block;
}
.footer {
  background-color: black;
  color: #fff;
  margin: auto;
}
.footer__wrapper {
  width: 80%;
  max-width: 3000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 0;
}
@media only screen and (max-width: 1366px) {
  .footer__wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .footer__wrapper {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
}
.footer__left {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .footer__left {
    width: 40%;
  }
}
@media only screen and (max-width: 899px) {
  .footer__left {
    width: 42%;
  }
}
@media only screen and (max-width: 700px) {
  .footer__left {
    width: 100%;
  }
}
.footer__title {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1rem 0 20px;
  font-size: clamp(25px, 3.5vw, 36px);
  line-height: clamp(30px, 3.5vw, 35px);
  max-width: 15rem;
}
@media only screen and (max-width: 899px) {
  .footer__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .footer__title {
    max-width: fit-content;
  }
}
.footer__button {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  position: relative;
  transition: all 0.5s linear;
}
.footer__button:hover .footer__button-arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.footer__button:hover .footer__button-arrow-white {
  display: none;
}
.footer__button:hover .footer__button-arrow-black {
  display: block;
}
.footer__button p {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin: 8px 0;
}
@media only screen and (max-width: 500px) {
  .footer__button p {
    font-size: 0.9rem;
  }
}
.footer__button-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.footer__button-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__button-arrow img {
    width: 17px;
  }
}
.footer__button-arrow-black {
  display: none;
}
.footer__address {
  margin-top: 2rem;
  color: #878C8C;
}
.footer__address p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: 1.5;
  font-size: clamp(12px, 3.5vw, 14px);
}
@media only screen and (max-width: 899px) {
  .footer__address p {
    font-size: 15px;
  }
}
.footer__address a {
  display: block;
  color: #878C8C;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 3.5vw, 14px);
}
@media only screen and (max-width: 700px) {
  .footer__address a {
    font-size: 12px;
  }
}
.footer__address a:hover {
  color: #FBF138;
}
.footer__right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__menu {
  max-width: 500px;
}
@media only screen and (max-width: 2000px) {
  .footer__menu {
    max-width: 260px;
  }
}
.footer__menu .menu-main-menu-container .menu {
  list-style: none;
  max-height: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  padding-left: 0;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.footer__menu .menu-main-menu-container .menu-item {
  padding-top: 1rem;
  float: left;
}
.footer__menu .menu-main-menu-container .menu-item a {
  text-decoration: none;
  color: #878C8C;
  font-size: clamp(1rem, 3.5vw, 16px);
}
@media only screen and (max-width: 899px) {
  .footer__menu .menu-main-menu-container .menu-item a {
    font-size: 15px;
  }
}
.footer__menu .menu-main-menu-container .menu-item a:hover {
  color: #fff;
}
.footer__menu .menu-main-menu-container .menu-item .sub-menu {
  display: none;
}
.footer__social {
  margin-top: 5rem;
}
@media only screen and (max-width: 700px) {
  .footer__social {
    margin-top: 2rem;
  }
}
.footer__social a {
  margin-right: 0.5rem;
}
.footer__copyright {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #878C8C;
  font-size: clamp(14px, 3.5vw, 14px);
}
.cookiePopup {
  display: none;
  z-index: 999;
  position: fixed;
  max-width: 1600px;
  margin-left: 10%;
  top: 70vh;
}
@media only screen and (max-height: 1030px) {
  .cookiePopup {
    top: 65vh;
  }
}
@media only screen and (max-height: 830px) {
  .cookiePopup {
    top: 60vh;
  }
}
@media only screen and (max-height: 730px) {
  .cookiePopup {
    top: 45vh;
  }
}
@media only screen and (max-height: 600px) {
  .cookiePopup {
    top: 40vh;
  }
}
@media only screen and (max-width: 1366px) {
  .cookiePopup {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .cookiePopup {
    width: 100%;
    margin-left: 0;
    top: auto;
    bottom: 0;
  }
}
.cookiePopup__wrapper {
  background-color: #ceedfa;
  border: 2px solid #000;
  position: relative;
  border-radius: 5px;
}
.cookiePopup__close {
  position: absolute;
  top: 2rem;
  right: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1366px) {
  .cookiePopup__close {
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .cookiePopup__close {
    width: 15px;
    height: 15px;
  }
}
.cookiePopup__close img {
  width: 100%;
  height: 100%;
  filter: invert(100%) brightness(0%) contrast(107%);
  display: none;
}
.cookiePopup__close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #000;
  top: -11px;
}
.cookiePopup__close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  top: -2px;
  left: -9px;
}
.cookiePopup__text {
  width: 85%;
  padding: 3rem 2rem 2rem 3rem;
}
@media only screen and (max-width: 2600px) {
  .cookiePopup__text {
    width: 80%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 1366px) {
  .cookiePopup__text {
    width: 85%;
  }
}
.cookiePopup__text-paragraph {
  margin: 0;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: clamp(14px, 3.5vw, 25px);
  line-height: clamp(20px, 3.5vw, 37.5px);
  max-width: 30rem;
}
@media only screen and (max-width: 2600px) {
  .cookiePopup__text-paragraph {
    font-size: clamp(14px, 3.5vw, 19px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 1366px) {
  .cookiePopup__text-paragraph {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .cookiePopup__text-paragraph {
    font-size: 10px;
  }
}
.cookiePopup__text-paragraph:first-of-type {
  margin-bottom: 10px;
}
.cookiePopup__text-paragraph a {
  color: #000;
}
.cookiePopup__buttons {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 1366px) {
  .cookiePopup__buttons {
    margin-top: 10px;
  }
}
.cookiePopup__btn {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 1rem;
}
@media only screen and (max-width: 1366px) {
  .cookiePopup__btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .cookiePopup__btn {
    font-size: 10px;
  }
}
.tesa {
  background-color: #b0e0f0;
  height: 160px;
}
@media only screen and (max-width: 1024px) {
  .tesa {
    height: auto;
  }
}
.tesa__container {
  width: 80%;
  max-width: 1600px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .tesa__container {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .tesa__container {
    flex-wrap: wrap;
    padding: 2rem 0 1.5rem 0;
  }
}
.tesa__title {
  margin: 0;
  line-height: 1;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, 2vw, 44px);
}
@media only screen and (max-width: 1024px) {
  .tesa__title {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .tesa__title {
    margin: 0 0 0.5rem 0;
    font-size: 32px;
    line-height: 38.8px;
  }
}
.tesa__paragraph {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tesa__paragraph p {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: clamp(28px, 3.5vw, 30px);
}
@media only screen and (max-width: 1024px) {
  .tesa__paragraph p {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .tesa__paragraph p {
    font-size: 15px;
    line-height: 24px;
  }
}
.tesa__paragraph p strong {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tesa__paragraph a {
  color: #000;
}
.tesa__button {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .tesa__button {
    width: 100%;
  }
}
.tesa__button:hover .tesa__button-arrow {
  background-color: #FBF138;
  border: 2px solid #000;
}
.tesa__button p {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .tesa__button p {
    font-size: 0.9rem;
  }
}
.tesa__button-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.tesa__button-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .tesa__button-arrow img {
    width: 17px;
  }
}
.projects {
  padding-top: 200px;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .projects {
    padding-top: 150px;
  }
}
.projects__wrapper {
  width: 80%;
  max-width: 3000px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 35rem 0 25rem;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 2600px) {
  .projects__wrapper {
    padding: 25rem 0;
  }
}
@media only screen and (max-width: 2300px) {
  .projects__wrapper {
    padding: 20rem 0;
  }
}
@media only screen and (max-width: 1366px) {
  .projects__wrapper {
    max-width: 90%;
  }
}
@media only screen and (max-width: 899px) {
  .projects__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .projects__wrapper {
    flex-direction: initial;
    padding: 7rem 0 0;
    width: 100%;
  }
}
.projects__wrapper-text {
  top: 5rem;
  max-width: 45%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 2300px) {
  .projects__wrapper-text {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__wrapper-text {
    width: 530px;
    top: 7rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__wrapper-text {
    top: 10rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__wrapper-text {
    position: relative;
    left: 0;
    top: -2rem;
    max-width: 100%;
  }
}
.projects__subtitle {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  font-size: clamp(20px, 3.5vw, 33px);
}
@media only screen and (max-width: 3000px) {
  .projects__subtitle {
    font-size: clamp(25px, 3.5vw, 30px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__subtitle {
    font-size: clamp(18px, 3.5vw, 25px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__subtitle {
    font-size: clamp(14px, 3.5vw, 21px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__subtitle {
    font-size: clamp(14px, 3.5vw, 18px);
  }
}
.projects__title {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 55rem;
  margin-top: 0;
  font-size: clamp(45px, 3.5vw, 87px);
  line-height: clamp(50px, 3.5vw, 130px);
}
@media only screen and (max-width: 3000px) {
  .projects__title {
    font-size: clamp(50px, 3.5vw, 83px);
    line-height: clamp(55px, 3.5vw, 125px);
    max-width: 50rem;
  }
}
@media only screen and (max-width: 2600px) {
  .projects__title {
    font-size: clamp(45px, 3.5vw, 75px);
    line-height: clamp(50px, 3.5vw, 111px);
    max-width: 45rem;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__title {
    font-size: clamp(32px, 3.5vw, 70px);
    line-height: clamp(37px, 3.5vw, 106px);
  }
}
@media only screen and (max-width: 1600px) {
  .projects__title {
    font-size: clamp(25px, 3.5vw, 55px);
    line-height: clamp(30px, 3.5vw, 83px);
  }
}
@media only screen and (max-width: 1440px) {
  .projects__title {
    max-width: 25rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__title {
    font-size: clamp(20px, 3.5vw, 50px);
    line-height: clamp(25px, 3.5vw, 76px);
  }
}
@media only screen and (max-width: 600px) {
  .projects__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  .projects__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.projects__paragraph {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 60rem;
  font-size: clamp(20px, 3.5vw, 35px);
  line-height: clamp(35px, 3.5vw, 55px);
}
@media only screen and (max-width: 3000px) {
  .projects__paragraph {
    font-size: clamp(25px, 3.5vw, 30px);
    line-height: clamp(35px, 3.5vw, 50px);
    max-width: 50rem;
  }
}
@media only screen and (max-width: 2600px) {
  .projects__paragraph {
    font-size: clamp(18px, 3.5vw, 20px);
    line-height: clamp(30px, 3.5vw, 35px);
    max-width: 35rem;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__paragraph {
    font-size: clamp(16px, 3.5vw, 19px);
    line-height: clamp(26px, 3.5vw, 32px);
  }
}
@media only screen and (max-width: 1440px) {
  .projects__paragraph {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .projects__paragraph {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(22px, 3.5vw, 24px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__paragraph {
    font-size: 15px;
    line-height: 24px;
  }
}
.projects__paragraph strong {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .projects__paragraph strong {
    font-size: 17px;
    line-height: 24px;
  }
}
.projects__project {
  width: 40%;
  text-decoration: none;
  color: #fff;
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1750px) {
  .projects__project {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project {
    height: auto;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project {
    width: 90%;
    margin: 2rem auto;
    margin-bottom: 50px;
  }
}
.projects__project a {
  text-decoration: none;
}
.projects__project:hover .projects__tc-title {
  color: #FBF138;
}
.projects__project:hover .projects__tc-city {
  color: #fff;
}
.projects__project:hover .projects__description {
  color: #fff;
}
.projects__project:hover .projects__project-year {
  color: #fff;
}
.projects__project:hover .projects__project-year::before {
  background-color: #fff;
}
.projects__project-year {
  color: #898d8d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 3.5vw, 33px);
}
@media only screen and (max-width: 3000px) {
  .projects__project-year {
    font-size: clamp(25px, 3.5vw, 28px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__project-year {
    font-size: clamp(14px, 3.5vw, 18px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__project-year {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__project-year {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__project-year {
    font-size: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project-year {
    font-size: 10px;
  }
}
.projects__project-year p {
  position: relative;
}
.projects__project-year p::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #898d8d;
}
@media only screen and (max-width: 1200px) {
  .projects__project-year p::before {
    width: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .projects__project-year p::before {
    width: 15px;
  }
}
.projects__project:nth-child(odd) {
  top: 20rem;
}
@media only screen and (max-width: 2300px) {
  .projects__project:nth-child(odd) {
    top: 15rem;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__project:nth-child(odd) {
    top: 10rem;
  }
}
@media only screen and (max-width: 1200px) {
  .projects__project:nth-child(odd) {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 1100px) {
  .projects__project:nth-child(odd) {
    top: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .projects__project:nth-child(odd) {
    top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-child(odd) {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.projects__project:nth-child(odd) .projects__project-year {
  left: -150px;
}
@media only screen and (max-width: 3000px) {
  .projects__project:nth-child(odd) .projects__project-year {
    left: -135px;
  }
}
@media only screen and (max-width: 2600px) {
  .projects__project:nth-child(odd) .projects__project-year {
    left: -115px;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__project:nth-child(odd) .projects__project-year {
    left: -110px;
  }
}
@media only screen and (max-width: 1200px) {
  .projects__project:nth-child(odd) .projects__project-year {
    left: -60px;
  }
}
@media only screen and (max-width: 400px) {
  .projects__project:nth-child(odd) .projects__project-year {
    left: -40px;
  }
}
.projects__project:nth-child(odd) .projects__project-year p::before {
  right: -56px;
  top: 50%;
}
@media only screen and (max-width: 3000px) {
  .projects__project:nth-child(odd) .projects__project-year p::before {
    right: -56px;
  }
}
@media only screen and (max-width: 1200px) {
  .projects__project:nth-child(odd) .projects__project-year p::before {
    right: -25px;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-child(odd) .projects__project-year p::before {
    right: -15px;
    width: 11px;
  }
}
.projects__project:nth-child(even) {
  top: -10rem;
}
@media only screen and (max-width: 2600px) {
  .projects__project:nth-child(even) {
    top: 0;
  }
}
@media only screen and (max-width: 1750px) {
  .projects__project:nth-child(even) {
    top: -10rem;
  }
}
@media only screen and (max-width: 1024px) {
  .projects__project:nth-child(even) {
    top: -8rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project:nth-child(even) {
    top: -12rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-child(even) {
    top: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
.projects__project:nth-child(even) .projects__project-year {
  right: -150px;
}
@media only screen and (max-width: 3000px) {
  .projects__project:nth-child(even) .projects__project-year {
    right: -135px;
  }
}
@media only screen and (max-width: 2600px) {
  .projects__project:nth-child(even) .projects__project-year {
    right: -115px;
  }
}
@media only screen and (max-width: 2000px) {
  .projects__project:nth-child(even) .projects__project-year {
    right: -110px;
  }
}
@media only screen and (max-width: 1200px) {
  .projects__project:nth-child(even) .projects__project-year {
    right: -60px;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-child(even) .projects__project-year {
    right: -40px;
  }
}
.projects__project:nth-child(even) .projects__project-year p::before {
  left: -56px;
  top: 50%;
}
@media only screen and (max-width: 3000px) {
  .projects__project:nth-child(even) .projects__project-year p::before {
    left: -56px;
  }
}
@media only screen and (max-width: 1200px) {
  .projects__project:nth-child(even) .projects__project-year p::before {
    left: -25px;
  }
}
@media only screen and (max-width: 500px) {
  .projects__project:nth-child(even) .projects__project-year p::before {
    width: 11px;
    left: -13px;
    height: 1px;
  }
}
.projects__project:nth-of-type(4) {
  margin-top: -20rem;
}
@media only screen and (max-width: 2300px) {
  .projects__project:nth-of-type(4) {
    margin-top: -15rem;
  }
}
@media only screen and (max-width: 1750px) {
  .projects__project:nth-of-type(4) {
    margin-top: -13rem;
  }
}
@media only screen and (max-width: 1600px) {
  .projects__project:nth-of-type(4) {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project:nth-of-type(4) {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-of-type(4) {
    margin-top: 0;
  }
}
.projects__project:nth-of-type(6) {
  margin-top: -35rem;
}
@media only screen and (max-width: 2300px) {
  .projects__project:nth-of-type(6) {
    margin-top: -30rem;
  }
}
@media only screen and (max-width: 1750px) {
  .projects__project:nth-of-type(6) {
    margin-top: -25rem;
  }
}
@media only screen and (max-width: 1600px) {
  .projects__project:nth-of-type(6) {
    margin-top: -20rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project:nth-of-type(6) {
    margin-top: -5rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-of-type(6) {
    margin-top: 0;
  }
}
.projects__project:nth-of-type(8) {
  margin-top: -35rem;
}
@media only screen and (max-width: 2300px) {
  .projects__project:nth-of-type(8) {
    margin-top: -30rem;
  }
}
@media only screen and (max-width: 1750px) {
  .projects__project:nth-of-type(8) {
    margin-top: -25rem;
  }
}
@media only screen and (max-width: 1600px) {
  .projects__project:nth-of-type(8) {
    margin-top: -20rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project:nth-of-type(8) {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-of-type(8) {
    margin-top: 0;
  }
}
.projects__project:nth-of-type(10) {
  margin-top: -35rem;
}
@media only screen and (max-width: 2300px) {
  .projects__project:nth-of-type(10) {
    margin-top: -30rem;
  }
}
@media only screen and (max-width: 1750px) {
  .projects__project:nth-of-type(10) {
    margin-top: -25rem;
  }
}
@media only screen and (max-width: 1600px) {
  .projects__project:nth-of-type(10) {
    margin-top: -20rem;
  }
}
@media only screen and (max-width: 899px) {
  .projects__project:nth-of-type(10) {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__project:nth-of-type(10) {
    margin-top: 0;
  }
}
.projects__image {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.8s linear;
}
@media only screen and (max-width: 2000px) {
  .projects__image {
    width: fit-content;
    height: fit-content;
  }
}
.projects__image.visible {
  opacity: 1;
  transition: opacity 0.8s linear;
}
.projects__image:hover {
  opacity: 1;
}
.projects__image:hover .projects__image-first {
  opacity: 0;
  transition: opacity 0.8s linear;
}
.projects__image-first {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.8s linear;
  z-index: 2;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.projects__image-first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.projects__image-second {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.projects__image-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.projects__tc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #898d8d;
}
.projects__tc-title {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(32px, 3.5vw, 50px);
  margin: 1rem 0;
}
@media only screen and (max-width: 3000px) {
  .projects__tc-title {
    font-size: clamp(30px, 3.5vw, 48px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__tc-title {
    font-size: clamp(25px, 3.5vw, 40px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__tc-title {
    font-size: clamp(30px, 3.5vw, 35px);
  }
}
@media only screen and (max-width: 1600px) {
  .projects__tc-title {
    font-size: clamp(20px, 3.5vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__tc-title {
    font-size: clamp(18px, 3.5vw, 20px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__tc-title {
    font-size: 22px;
  }
}
.projects__tc-city {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 3.5vw, 37px);
}
@media only screen and (max-width: 3000px) {
  .projects__tc-city {
    font-size: clamp(25px, 3.5vw, 32px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__tc-city {
    font-size: clamp(18px, 3.5vw, 22px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__tc-city {
    font-size: clamp(16px, 3.5vw, 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__tc-city {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__tc-city {
    font-size: 15px;
  }
}
.projects__description {
  max-width: 70%;
  color: #898d8d;
}
@media only screen and (max-width: 1200px) {
  .projects__description {
    max-width: 100%;
  }
}
.projects__description-subtitle {
  margin: 0;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 3.5vw, 37px);
}
@media only screen and (max-width: 3000px) {
  .projects__description-subtitle {
    font-size: clamp(25px, 3.5vw, 32px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__description-subtitle {
    font-size: clamp(18px, 3.5vw, 22px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__description-subtitle {
    font-size: clamp(16px, 3.5vw, 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__description-subtitle {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__description-subtitle {
    font-size: 15px;
    line-height: 24px;
  }
}
.projects__description-excerpt {
  margin: 0;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 3.5vw, 35px);
}
@media only screen and (max-width: 3000px) {
  .projects__description-excerpt {
    font-size: clamp(25px, 3.5vw, 30px);
  }
}
@media only screen and (max-width: 2600px) {
  .projects__description-excerpt {
    font-size: clamp(18px, 3.5vw, 20px);
  }
}
@media only screen and (max-width: 2000px) {
  .projects__description-excerpt {
    font-size: clamp(16px, 3.5vw, 18px);
  }
}
@media only screen and (max-width: 1024px) {
  .projects__description-excerpt {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
@media only screen and (max-width: 899px) {
  .projects__description-excerpt {
    font-size: 14px;
  }
}
.projects__button {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  position: absolute;
  bottom: 30rem;
  right: 10%;
  cursor: pointer;
}
@media only screen and (max-width: 2300px) {
  .projects__button {
    bottom: 30rem;
  }
}
@media only screen and (max-width: 650px) {
  .projects__button {
    position: relative;
    bottom: 0;
    right: auto;
    margin: auto;
    padding-bottom: 3rem;
  }
}
.projects__button:hover .projects__arrow {
  background-color: #FBF138;
  border: 2px solid #FBF138;
}
.projects__button:hover .projects__arrow-black {
  display: block;
}
.projects__button:hover .projects__arrow-white {
  display: none;
}
.projects__button-wrapper {
  max-width: 1600px;
  width: 80%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .projects__button-wrapper {
    width: 90%;
  }
}
.projects__button p {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.projects__arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  margin-left: 1rem;
  transform: rotate(135deg);
}
.projects__arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .projects__arrow img {
    width: 17px;
  }
}
.projects__arrow-black {
  display: none;
}
.hidden {
  display: none !important;
}
.news__container {
  width: 80%;
  max-width: 3000px;
  margin: auto;
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .news__container {
    width: 90%;
  }
}
@media only screen and (max-width: 550px) {
  .news__container {
    margin-top: -40px;
  }
}
.news__list-date,
.news__list2-date {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #24537F;
  font-size: 14px;
  margin-top: 25px;
}
.news__list a,
.news__list2 a {
  text-decoration: none;
  color: #000;
}
.news__list-image,
.news__list2-image {
  display: block;
}
.news__list-title h2,
.news__list2-title h2 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.5vw, 32px);
  line-height: clamp(1.5rem, 1.5vw, 38px);
  height: 3rem;
  max-width: 650px;
}
@media only screen and (max-width: 1100px) {
  .news__list-title h2,
  .news__list2-title h2 {
    height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .news__list-title h2,
  .news__list2-title h2 {
    height: auto;
  }
}
.news__list-title:hover h2,
.news__list2-title:hover h2,
.news__list-title:hover .news__list2-link h2,
.news__list2-title:hover .news__list2-link h2 {
  text-decoration: underline;
}
.news__list-title:hover .news__list-button .news__list-arrow,
.news__list2-title:hover .news__list-button .news__list-arrow,
.news__list-title:hover .news__list2-button .news__list-arrow,
.news__list2-title:hover .news__list2-button .news__list-arrow {
  background-color: #FBF138;
}
.news__list-title:hover .news__list-button .news__list2-arrow,
.news__list2-title:hover .news__list-button .news__list2-arrow,
.news__list-title:hover .news__list2-button .news__list2-arrow,
.news__list2-title:hover .news__list2-button .news__list2-arrow {
  background-color: #FBF138;
}
.news__list-author,
.news__list2-author {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #878C8C;
  font-size: 14px;
}
.news__list-link,
.news__list2-link {
  text-decoration: none;
  display: block;
}
.news__list-link:hover,
.news__list2-link:hover {
  text-decoration: none;
}
.news__list-button,
.news__list2-button {
  display: flex;
  align-items: center;
}
.news__list-button:hover .news__list-arrow,
.news__list2-button:hover .news__list-arrow,
.news__list-button:hover .news__list2-arrow,
.news__list2-button:hover .news__list2-arrow {
  background-color: #FBF138;
}
.news__list-button p,
.news__list2-button p {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.news__list-button:hover .news__list2-arrow,
.news__list2-button:hover .news__list2-arrow {
  background-color: #FBF138;
}
.news__list-arrow,
.news__list2-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.news__list-arrow img,
.news__list2-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .news__list-arrow img,
  .news__list2-arrow img {
    width: 17px;
  }
}
.news__list-arrow-white,
.news__list2-arrow-white {
  display: none;
}
.news__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .news__list {
    flex-wrap: wrap;
    padding: 0;
  }
}
.news__list-item {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .news__list-item {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .news__list-item:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid #d6d3d2;
  }
}
@media only screen and (max-width: 750px) {
  .news__list-item:last-of-type {
    padding-top: 2rem;
  }
}
.news__list-date {
  margin-top: 2rem;
}
.news__list-link {
  color: #000;
  text-decoration: none;
}
.news__list-link:hover {
  text-decoration: underline;
}
.news__list-image {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
.news__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 16/9;
}
.news__list-title {
  max-width: 90%;
}
.news__list-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.news__list-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .news__list-arrow img {
    width: 17px;
  }
}
.news__list-arrow-white {
  display: none;
}
.news__list2 {
  list-style: none;
  margin: 2rem 0 5rem;
  padding: 0;
}
.news__list2-item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #d6d3d2;
}
@media only screen and (max-width: 750px) {
  .news__list2-item {
    flex-wrap: wrap;
  }
}
.news__list2-item:first-of-type {
  display: none;
}
.news__list2-item:last-of-type {
  border-bottom: 1px solid #d6d3d2;
}
.news__list2-link {
  color: #000;
  text-decoration: none;
  display: block;
}
.news__list2-link:hover {
  text-decoration: underline;
}
.news__list2-link h2 {
  height: auto;
}
.news__list2-info {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .news__list2-info {
    width: 100%;
    display: initial;
    order: 1;
  }
}
.news__list2-title {
  width: 50%;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .news__list2-title {
    width: 100%;
    display: initial;
    order: 1;
  }
}
.news__list2-title h2 {
  max-width: 80%;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.5vw, 32px);
}
.news__list2-image {
  width: 20%;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .news__list2-image {
    display: initial;
    width: 100%;
    order: 0;
  }
}
.news__list2-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.sn__container {
  width: 80%;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .sn__container {
    width: 90%;
  }
}
@media only screen and (max-width: 899px) {
  .sn__container {
    margin-top: 5rem;
  }
}
.sn__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 0;
  border-bottom: 1px solid #d6d3d2;
}
@media only screen and (max-width: 750px) {
  .sn__title {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .sn__title {
    padding-top: 2rem;
  }
}
.sn__title h1 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw, 60px);
  line-height: clamp(1.85rem, 4vw, 65px);
  margin: 0;
  max-width: 70%;
}
@media only screen and (max-width: 2000px) {
  .sn__title h1 {
    font-size: clamp(1.75rem, 4vw, 50px);
    line-height: clamp(1.85rem, 4vw, 55px);
  }
}
@media only screen and (max-width: 750px) {
  .sn__title h1 {
    max-width: 100%;
  }
}
.sn__icons {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 1rem;
}
@media only screen and (max-width: 750px) {
  .sn__icons {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    justify-content: left;
  }
}
.sn__icons a {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1rem;
  border-radius: 50%;
}
.sn__icons a:hover {
  background-color: #FBF138;
  Border-radius: 50%;
}
.sn__icons a img {
  width: 100%;
  height: 100%;
}
.sn__header {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #d6d3d2;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .sn__header {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .sn__header {
    height: 400px;
  }
}
@media only screen and (max-width: 750px) {
  .sn__header {
    flex-wrap: wrap;
    height: auto;
  }
}
.sn__header-info {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .sn__header-info {
    width: 100%;
  }
}
.sn__header-date {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #24537F;
  font-size: 14px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .sn__header-date {
    font-size: 12px;
  }
}
.sn__header-author {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #878C8C;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .sn__header-author {
    font-size: 12px;
  }
}
.sn__header-excerpt {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 3vw, 30px);
  line-height: clamp(1rem, 3vw, 40px);
  margin-top: 2rem;
}
@media only screen and (max-width: 1440px) {
  .sn__header-excerpt {
    font-size: clamp(1rem, 3vw, 20px);
    line-height: clamp(1rem, 3vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .sn__header-excerpt {
    font-size: clamp(0.8rem, 3vw, 17px);
    line-height: clamp(0.9rem, 3vw, 25px);
  }
}
.sn__header-credit {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #878C8C;
  position: absolute;
  bottom: 1rem;
}
@media only screen and (max-width: 1440px) {
  .sn__header-credit {
    font-size: 14px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .sn__header-credit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .sn__header-credit {
    position: relative;
    top: 0;
  }
}
.sn__header-image {
  width: 70%;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .sn__header-image {
    width: 100%;
    margin-top: 2rem;
  }
}
.sn__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.sn__content {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 750px) {
  .sn__content {
    width: 100%;
  }
}
.sn__content p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 700px;
  margin: 0;
  padding-bottom: 15px;
  font-size: clamp(20px, 3.5vw, 35px);
  line-height: clamp(35px, 3.5vw, 53px);
}
@media only screen and (max-width: 3000px) {
  .sn__content p {
    font-size: clamp(25px, 3.5vw, 30px);
    line-height: clamp(35px, 3.5vw, 46px);
  }
}
@media only screen and (max-width: 2600px) {
  .sn__content p {
    font-size: clamp(18px, 3.5vw, 20px);
    line-height: clamp(30px, 3.5vw, 31px);
  }
}
@media only screen and (max-width: 2000px) {
  .sn__content p {
    font-size: clamp(16px, 3.5vw, 18px);
    line-height: clamp(20px, 3.5vw, 28.8px);
  }
}
@media only screen and (max-width: 1024px) {
  .sn__content p {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(18px, 3.5vw, 24px);
  }
}
.sn__content .wp-block-image {
  margin: 0;
}
.sn__content .wp-block-image figure {
  margin-left: 30px;
}
.sn__content .wp-block-image img {
  aspect-ratio: 16/9;
}
.sn__content .wp-element-caption {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #898d8d;
}
.sn__recent {
  border-top: 2px solid #000;
  padding-top: 80px;
}
.sn__recent-title {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(32px, 3.5vw, 50px);
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 3000px) {
  .sn__recent-title {
    font-size: clamp(30px, 3.5vw, 48px);
  }
}
@media only screen and (max-width: 2600px) {
  .sn__recent-title {
    font-size: clamp(25px, 3.5vw, 40px);
  }
}
@media only screen and (max-width: 2000px) {
  .sn__recent-title {
    font-size: clamp(30px, 3.5vw, 36px);
  }
}
@media only screen and (max-width: 1600px) {
  .sn__recent-title {
    font-size: clamp(20px, 3.5vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .sn__recent-title {
    font-size: clamp(18px, 3.5vw, 20px);
  }
}
@media only screen and (max-width: 899px) {
  .sn__recent-title {
    font-size: 18px;
  }
}
.sn__list {
  list-style: none;
  margin-bottom: 5rem;
  padding: 0;
}
.sn__list-date {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #24537F;
  font-size: 14px;
  margin-top: 25px;
}
.sn__list a {
  text-decoration: none;
  color: #000;
}
.sn__list-title {
  width: 50%;
  margin-top: 0;
}
.sn__list-title:hover .sn__list-link {
  text-decoration: underline;
}
.sn__list-title:hover .sn__list-arrow {
  background-color: #FBF138;
}
@media only screen and (max-width: 750px) {
  .sn__list-title {
    width: 100%;
    display: initial;
    order: 1;
  }
}
.sn__list-title h2 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.5vw, 32px);
  line-height: clamp(1.5rem, 1.5vw, 38px);
  max-width: 80%;
}
@media only screen and (max-width: 1100px) {
  .sn__list-title h2 {
    height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .sn__list-title h2 {
    height: auto;
  }
}
.sn__list-author {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #878C8C;
  font-size: 14px;
}
.sn__list-link {
  color: #000;
  text-decoration: none;
  display: block;
}
.sn__list-link:hover {
  text-decoration: underline;
}
.sn__list-button {
  display: flex;
  align-items: center;
}
.sn__list-button:hover .sn__list-arrow {
  background-color: #FBF138;
}
.sn__list-button p {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.sn__list-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.sn__list-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .sn__list-arrow img {
    width: 17px;
  }
}
.sn__list-arrow-white {
  display: none;
}
.sn__list-item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #d6d3d2;
}
@media only screen and (max-width: 750px) {
  .sn__list-item {
    flex-wrap: wrap;
  }
}
.sn__list-item:last-of-type {
  border-bottom: 1px solid #d6d3d2;
}
.sn__list-info {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .sn__list-info {
    width: 100%;
    display: initial;
    order: 1;
  }
}
.sn__list-image {
  width: 20%;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 750px) {
  .sn__list-image {
    display: initial;
    width: 100%;
    order: 0;
  }
}
.sn__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.navigation {
  margin: 5rem 0;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-links .nav-previous {
  width: fit-content;
  order: 1;
  margin-left: 1rem;
}
.navigation .nav-links .nav-previous a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #898d8d;
}
.navigation .nav-links .nav-previous a .nav-subtitle {
  order: 1;
  text-transform: uppercase;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-previous a .nav-subtitle {
    font-size: 14px;
  }
}
.navigation .nav-links .nav-previous a .nav-prev-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  order: 0;
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-previous a .nav-prev-arrow {
    width: 30px;
    height: 30px;
  }
}
.navigation .nav-links .nav-previous a .nav-prev-arrow:hover {
  background-color: #FBF138;
  border: 2px solid #000;
}
.navigation .nav-links .nav-previous a .nav-prev-arrow img {
  width: 50%;
  padding: 9px 8px 9px 9px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-previous a .nav-prev-arrow img {
    padding: 7px;
  }
}
.navigation .nav-links .nav-next {
  width: fit-content;
  order: 0;
  margin-right: 1rem;
}
.navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #898d8d;
}
.navigation .nav-links .nav-next a .nav-subtitle {
  order: 0;
  text-transform: uppercase;
  margin-left: 1rem;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-next a .nav-subtitle {
    font-size: 14px;
  }
}
.navigation .nav-links .nav-next a .nav-next-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-left: 10px;
  order: 1;
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-next a .nav-next-arrow {
    width: 30px;
    height: 30px;
  }
}
.navigation .nav-links .nav-next a .nav-next-arrow:hover {
  background-color: #FBF138;
}
.navigation .nav-links .nav-next a .nav-next-arrow img {
  width: 50%;
  padding: 9px 9px 10px 9px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 500px) {
  .navigation .nav-links .nav-next a .nav-next-arrow img {
    padding: 7px;
  }
}
@font-face {
  font-family: 'sf_pro_displaymedium';
  src: url('less/templates/fonts/sfprodisplaymedium/sfprodisplaymedium-webfont.woff2') format('woff2'), url('less/templates/fonts/sfprodisplaymedium/sfprodisplaymedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.wwu {
  background-color: #eae8e8;
  position: relative;
}
.wwu__container {
  width: 80%;
  max-width: only screen and (max-width: 3000px);
  margin: auto;
  display: flex;
  padding: 6rem 0;
  /*        b{
            width: 50%;
            b{
                width: 100%;
            }
        }*/
}
@media only screen and (max-width: 899px) {
  .wwu__container {
    padding: 3rem 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1366px) {
  .wwu__container {
    width: 90%;
  }
}
.wwu__container-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  right: -60px;
  top: -2px;
  height: 44px;
  width: 44px;
}
.wwu__container-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .wwu__container-arrow img {
    width: 17px;
  }
}
.wwu__container-arrow-white {
  display: none;
}
.wwu__container-arrow-form {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  right: -54px;
  top: 0px;
  height: 44px;
  width: 44px;
  margin-top: 16px;
}
.wwu__container-arrow-form img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .wwu__container-arrow-form img {
    width: 17px;
  }
}
.wwu__container-arrow-form-white {
  display: none;
}
.wwu__container-left {
  width: 30%;
  margin: 0 20% 0 0;
}
@media only screen and (max-width: 899px) {
  .wwu__container-left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.wwu__container-left h3 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 2.25vw, 40px);
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 899px) {
  .wwu__container-left h3 {
    margin: 0 0 1rem 0;
  }
}
.wwu__container-left p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .wwu__container-left p {
    font-size: 14px;
    line-height: 28px;
  }
}
.wwu__container-left p a {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: fit-content;
  position: relative;
  height: 44px;
  line-height: 44px;
}
.wwu__container-left p:hover .wwu__container-arrow {
  background-color: #FBF138;
  transition: all 0.15s ease-in-out;
}
.wwu__container-left p:hover .wwu__container-arrow-form {
  background-color: #FBF138;
  transition: all 0.15s ease-in-out;
}
.wwu__container-right {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .wwu__container-right {
    width: 100%;
  }
}
.wwu__gradient {
  display: none;
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.gform_footer.top_label {
  position: relative;
  width: fit-content;
}
.gform_footer.top_label .wwu__container-arrow {
  margin-top: 20px;
}
.gform_footer.top_label:hover .wwu__container-arrow {
  background-color: #FBF138;
  transition: all 0.15s ease-in-out;
}
.gform_footer.top_label:hover .wwu__container-arrow-form {
  background-color: #FBF138;
  transition: all 0.15s ease-in-out;
}
.fantastical {
  display: none;
  z-index: 999;
  position: fixed;
  max-width: 3000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sf_pro_displaymedium', Arial, sans-serif;
}
@media only screen and (max-width: 899px) {
  .fantastical {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical {
    width: 90%;
  }
}
.fantastical__wrapper {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .fantastical__wrapper {
    width: 100%;
  }
}
.fantastical__close {
  position: absolute;
  top: 2rem;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}
@media only screen and (max-width: 1366px) {
  .fantastical__close {
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__close {
    width: 15px;
    height: 15px;
  }
}
.fantastical__close img {
  width: 100%;
  height: 100%;
}
.fantastical__text {
  padding: 3rem 2rem 3rem 5rem;
}
@media only screen and (max-width: 2600px) {
  .fantastical__text {
    padding: 3rem 4.5rem 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .fantastical__text {
    padding: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__text {
    padding: 1rem;
  }
}
.fantastical__text-title {
  font-size: clamp(16px, 3.5vw, 30px);
  position: relative;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .fantastical__text-title {
    padding-left: 1rem;
  }
}
.fantastical__text-title::before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #5F8EFB;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media only screen and (max-width: 600px) {
  .fantastical__text-title::before {
    width: 15px;
    height: 14px;
    left: -7px;
    top: 0px;
  }
}
.fantastical__text-paragraph {
  margin: 0;
  color: #000;
  font-size: clamp(14px, 3.5vw, 25px);
  line-height: clamp(20px, 3.5vw, 37.5px);
  max-width: 30rem;
  font-weight: 500;
}
@media only screen and (max-width: 2600px) {
  .fantastical__text-paragraph {
    font-size: clamp(14px, 3.5vw, 19px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 600px) {
  .fantastical__text-paragraph {
    padding-left: 1rem;
  }
}
.fantastical__text-link {
  color: #5F8EFB;
  text-decoration: none;
  font-size: clamp(14px, 3.5vw, 22px);
  line-height: clamp(20px, 3.5vw, 37.5px);
}
@media only screen and (max-width: 2600px) {
  .fantastical__text-link {
    font-size: clamp(14px, 3.5vw, 17px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 1366px) {
  .fantastical__text-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .fantastical__text-link {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__text-link {
    font-size: 13px;
  }
}
.fantastical__schedule {
  padding: 2rem 0 1rem;
}
@media only screen and (max-width: 600px) {
  .fantastical__schedule {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.fantastical__schedule-icon {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.fantastical__schedule-icon:nth-child(2) {
  align-items: flex-start;
}
.fantastical__schedule-icon img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 600px) {
  .fantastical__schedule-icon img {
    width: 15px;
    height: 15px;
  }
}
.fantastical__schedule-icon p {
  margin: 0;
  color: #85898A;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.5vw, 25px);
  line-height: clamp(20px, 3.5vw, 37.5px);
  margin-left: 1rem;
}
@media only screen and (max-width: 2600px) {
  .fantastical__schedule-icon p {
    font-size: clamp(14px, 3.5vw, 19px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 1366px) {
  .fantastical__schedule-icon p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__schedule-icon p {
    font-size: 14px;
  }
}
.fantastical__schedule-icon p span {
  font-size: clamp(14px, 3.5vw, 21px);
  line-height: clamp(20px, 3.5vw, 37.5px);
}
@media only screen and (max-width: 2600px) {
  .fantastical__schedule-icon p span {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 1366px) {
  .fantastical__schedule-icon p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__schedule-icon p span {
    font-size: 12px;
  }
}
.fantastical__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  cursor: pointer;
  width: 100%;
  border: none;
}
.fantastical__copy-text {
  display: flex;
  align-items: center;
}
.fantastical__copy-text img {
  width: 20px;
}
.fantastical__copy-text p {
  font-size: clamp(14px, 3.5vw, 27px);
  line-height: clamp(20px, 3.5vw, 37.5px);
  margin-left: 1rem;
  color: #5F8EFB;
}
@media only screen and (max-width: 2600px) {
  .fantastical__copy-text p {
    font-size: clamp(14px, 3.5vw, 22px);
    line-height: clamp(20px, 3.5vw, 28.5px);
  }
}
@media only screen and (max-width: 1366px) {
  .fantastical__copy-text p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .fantastical__copy-text p {
    font-size: 13px;
  }
}
.fantastical__copy-dots {
  display: flex;
  align-items: center;
}
.fantastical__copy-dots span {
  width: 5px;
  height: 5px;
  background-color: #5F8EFB;
  margin-left: 3px;
  border-radius: 50%;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}