/*
Theme Name: bracket-amplify
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site__title {
  font-size: 50px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1050px) {
  .site__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .site__title {
    font-size: 25px;
  }
}

.site__text {
  font-size: 24px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1050px) {
  .site__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site__text {
    font-size: 18px;
  }
}

/* Text Block Custom Style */
@font-face {
  font-family: "Riffic";
  src: url("fonts/riffic.ttf") format("embedded-opentype"), url("fonts/riffic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Riffic";
  src: url("fonts/riffic-bold.ttf") format("embedded-opentype"), url("fonts/riffic-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Book.otf") format("embedded-opentype"), url("fonts/CircularStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BookItalic.otf") format("embedded-opentype"), url("fonts/CircularStd-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BoldItalic.otf") format("embedded-opentype"), url("fonts/CircularStd-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Medium.otf") format("embedded-opentype"), url("fonts/CircularStd-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-MediumItalic.otf") format("embedded-opentype"), url("fonts/CircularStd-MediumItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Bold.eot") format("embedded-opentype"), url("fonts/CircularStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Black.otf") format("embedded-opentype"), url("fonts/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Black.otf") format("embedded-opentype"), url("fonts/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BlackItalic.otf") format("embedded-opentype"), url("fonts/CircularStd-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Riffic", sans-serif;
  font-size: 16px;
  color: #312720;
  background: #e4d2c0;
}
body img {
  max-width: 100%;
  height: auto;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Riffic", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Riffic", sans-serif;
}

h1, .h1, .h1 p {
  font-size: 60px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h1, .h1, .h1 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1, .h1 p {
    font-size: 30px;
  }
}

h2, .h2, .h2 p {
  font-size: 50px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h2, .h2, .h2 p {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2, .h2 p {
    font-size: 25px;
  }
}

h3, .h3, .h3 p {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h3, .h3, .h3 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  h3, .h3, .h3 p {
    font-size: 22px;
  }
}

h4, .h4, .h4 p {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h4, .h4, .h4 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h4, .h4, .h4 p {
    font-size: 20px;
  }
}

h5, .h5, .h5 p {
  font-size: 24px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h5, .h5, .h5 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h5, .h5, .h5 p {
    font-size: 18px;
  }
}

h6, .h6, .h6 p {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}

a {
  color: #eb520c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 900;
}

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  width: 1360px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-main {
  overflow: hidden;
}

.close_popup {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 100;
  cursor: pointer;
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 52px;
  height: 52px;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 600px) {
  .close_popup {
    top: 10px;
    width: 30px;
    height: 30px;
  }
}

.popup-fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #312720;
  opacity: 0.8;
  display: none;
}

.separator__cont {
  border-top: 1px solid #dbc3af;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 108px;
}

.table-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .table-wrapper {
    overflow-y: scroll;
  }
}

.error404 {
  padding-top: 200px;
}
.error404 .site-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .error404 .site-content {
    width: 100%;
  }
}
.error404 .widget_recent_entries,
.error404 .widget_categories,
.error404 .widget_archive,
.error404 .page-content {
  display: none;
}

[data-aos] {
  opacity: 0.001;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.wp-google-content-inner .wp-google-url {
  color: #e98a23 !important;
  font-weight: 700 !important;
}
.wp-google-content-inner .wp-google-url:hover {
  text-decoration: underline !important;
}

.wp-google-reviews .wp-google-review .wp-google-right .wp-google-name {
  color: #312820 !important;
}

.wp-google-place .wp-google-right .wp-google-wr a {
  background: #e98a23 !important;
}

.grw-slider-content .grw-slider-dots .wp-gr .grw-slider .grw-slider-dot {
  background: #e98a23 !important;
}
.grw-slider-content .grw-slider-dots .wp-gr .grw-slider .grw-slider-dot.active {
  background: #e98a23 !important;
}

.grw-slider-btns svg path {
  fill: #e98a23 !important;
}

.grw-slider-review-inner .wp-google-review .wp-google-feedback {
  padding-right: 12px !important;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.site-logo {
  display: block;
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 1050px) {
  .site-logo {
    width: 140px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .site-logo {
    width: 100px;
  }
}
.site-logo img {
  width: 100%;
  height: auto;
}

.header__item {
  padding: 27px 0;
}
@media only screen and (max-width: 1050px) {
  .header__item {
    border-bottom: 1px solid #000;
  }
}
@media only screen and (min-width: 1050px) {
  .header__item:hover .header__submenu {
    display: -ms-grid;
    display: grid;
  }
}
.header__link {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Circular Std", sans-serif;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  background: none;
  color: #000;
}
@media only screen and (max-width: 1050px) {
  .header__link {
    font-size: 14px;
  }
}
.header__link::after {
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(images/arrow-down.svg) no-repeat center center;
  content: "";
}
.header__submenu {
  position: absolute;
  top: 55px;
  left: 0;
  padding: 20px 45px 30px 55px;
  width: 100%;
  background: #dbc3af;
  -webkit-clip-path: polygon(3.5% 2%, 98% 0%, 95% 94%, 0% 100%);
          clip-path: polygon(3.5% 2%, 98% 0%, 95% 94%, 0% 100%);
  display: none;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1050px) {
  .header__submenu {
    -webkit-clip-path: none;
            clip-path: none;
    background: none;
    position: static;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.header__submenu__column:nth-child(2) .header__submenu__item__image {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.header__submenu__column:nth-child(3) .header__submenu__item__image {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.header__submenu__column:nth-child(4) .header__submenu__item__image {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.header__submenu__item {
  font-family: "Circular Std", sans-serif;
  color: #312720;
  font-size: 15px;
  padding: 6px 0;
  width: 100%;
  display: block;
}
.header__submenu__item:hover {
  color: #e95321;
}
.header__submenu__item--image {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .header__submenu__item--image {
    text-align: left;
    padding: 6px 0;
  }
}
.header__submenu__item--image .header__submenu__item__image {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  position: relative;
  border: 5px solid #e4d1c0;
  border-bottom: 10px solid #e4d1c0;
  width: calc(100% + 20px);
  margin: 0 auto;
  width: 80%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1050px) {
  .header__submenu__item--image .header__submenu__item__image {
    display: none;
  }
}
.header__submenu__item--image .header__submenu__item__image__cont {
  position: relative;
  aspect-ratio: 1;
}
.header__submenu__item--image span {
  padding: 0 15px;
}
@media only screen and (max-width: 1050px) {
  .header__submenu__item--image span {
    padding: 0;
  }
}
.header__submenu__type--title {
  font-weight: 700;
  text-transform: uppercase;
}
.header__submenu__type--third_level {
  padding-left: 20px;
}

.responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-top: 25px;
  background: transparent;
}
.responsive__btn span {
  display: inline-block;
  background: #312720;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.responsive__btn span:nth-child(1) {
  top: 0px;
}
.responsive__btn span:nth-child(2),
.responsive__btn span:nth-child(3) {
  top: 9px;
}
.responsive__btn span:nth-child(4) {
  top: 18px;
}
.responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .responsive__btn {
    display: block;
  }
}

.header__top.js-child-open .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header__top.js-child-open .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__top.js-child-open .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__top.js-child-open .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header__top.js-child-open .header__top__right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.site-search {
  position: relative;
  width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.site-search form label {
  display: none;
}
.site-search form input[type=search] {
  width: calc(100% - 25px);
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
}
@media only screen and (max-width: 1050px) {
  .site-search form input[type=search] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site-search form input[type=search] {
    font-size: 12px;
  }
}
.site-search form input[type=search]::-webkit-input-placeholder {
  color: #e4d2c0;
}
.site-search form input[type=search]::-moz-placeholder {
  color: #e4d2c0;
}
.site-search form input[type=search]:-ms-input-placeholder {
  color: #e4d2c0;
}
.site-search form input[type=search]::-ms-input-placeholder {
  color: #e4d2c0;
}
.site-search form input[type=search]::placeholder {
  color: #e4d2c0;
}
.site-search form button {
  width: 25px;
  height: 25px;
  background: none;
  text-indent: 500px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.site-search form button svg {
  display: none;
}
.site-search img {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: -1;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 15px;
  margin-left: 40px;
}
@media only screen and (max-width: 1050px) {
  .socials {
    margin-left: 0;
  }
}
.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
}
.socials a:hover {
  opacity: 0.5;
}
.socials .twitter {
  background: #e95321;
}
.socials .facebook {
  background: #e98a23;
}
.socials .instagram {
  background: #3cbe8d;
}
.socials .tiktok {
  background: #3b7dda;
}

.button:not(.ed_button), :not(.acf-button) .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  min-width: 220px;
  max-width: 100%;
  min-height: 46px;
  line-height: 38px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  background: #312720;
  color: #e4d2c0;
  padding: 4px 25px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
.button:not(.ed_button):hover, :not(.acf-button) .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #e95321 !important;
  color: #ffffff !important;
}

.site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Circular Std", sans-serif;
}
.site .gform_wrapper.gravity-theme .field_description_above .description, .site .gform_wrapper.gravity-theme .field_description_above .gfield_description, .site .gform_wrapper.gravity-theme .field_description_above .gsection_description, .site .gform_wrapper.gravity-theme .field_description_above .instruction {
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea {
  height: 46px;
  line-height: 46px;
  background: none;
  border: none;
  padding: 0 10px;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  color: #312720;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea::-webkit-input-placeholder {
  color: #312720;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea::-moz-placeholder {
  color: #312720;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea:-ms-input-placeholder {
  color: #312720;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea::-ms-input-placeholder {
  color: #312720;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea::placeholder {
  color: #312720;
}
.site .gform_wrapper textarea {
  height: 170px !important;
  line-height: 1;
  padding: 15px 10px !important;
}
.site .gform_wrapper .gchoice {
  font-family: "Circular Std", sans-serif;
}
.site .gform_wrapper select {
  background: #F1DFCE !important;
  font-family: "Circular Std", sans-serif;
}
.site .gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 20px;
}
.site .gform_wrapper .gform_required_legend {
  display: none !important;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label {
  display: none !important;
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .site .gform_wrapper .gform_footer input.button,
  .site .gform_wrapper .gform_footer input[type=submit],
  .site .gform_wrapper .gform_page_footer input.button,
  .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gform_footer input.button,
  .site .gform_wrapper .gform_footer input[type=submit],
  .site .gform_wrapper .gform_page_footer input.button,
  .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 12px;
  }
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .site .gform_wrapper li.gfield.gfield_error,
  .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper li.gfield.gfield_error,
  .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 12px;
  }
}
.site .gform_wrapper .validation_message {
  padding-top: 8px !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
.site .gform_wrapper div.validation_error {
  padding: 8px 0;
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  .site .gform_wrapper div.validation_error {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper div.validation_error {
    font-size: 12px;
  }
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
  .site .gform_wrapper ul.gfield_radio li label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
  .site .gform_wrapper ul.gfield_radio li label {
    font-size: 12px;
  }
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e4d2c0;
  content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #e98a23;
  content: "";
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
  height: 46px;
  line-height: 46px;
  background: none;
  border: none;
  padding: 0 10px;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  color: #312720;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 8px;
  background: #F1DFCE !important;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
  color: #312720;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .formBox textarea::-moz-placeholder {
  color: #312720;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .formBox textarea:-ms-input-placeholder {
  color: #312720;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .formBox textarea::-ms-input-placeholder {
  color: #312720;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.formBox textarea::placeholder {
  color: #312720;
}
.formBox p {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1050px) {
  .formBox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox p {
    font-size: 12px;
  }
}
.formBox p a {
  color: #e4d2c0;
  text-decoration: underline;
}
.formBox p a:hover {
  color: #e98a23;
}

.form_block {
  padding: 108px 0 170px;
}
@media only screen and (max-width: 900px) {
  .form_block {
    padding: 50px 0 80px;
  }
}
.form_block__title {
  width: 740px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 750px) {
  .form_block__title {
    width: 100%;
  }
}
.form_block .formBox {
  margin: 0 auto;
  width: 460px;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .form_block .formBox {
    padding: 0 30px;
  }
}
.form_block .formBox select {
  color: #312720 !important;
}
.form_block .formBox .gform_footer {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_block .formBox .gform_footer input {
  width: 220px;
  height: 46px;
  background-color: #312720;
  color: #e4d1c0;
  font-family: "Circular Std", sans-serif !important;
  letter-spacing: 1.5px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.tablepress > :where(thead, tfoot) > * > th,
.tablepress > :not(caption) > * > * {
  font-size: 14px;
}

.tablepress > :where(thead, tfoot) > * > th {
  background: #e98a23 !important;
}

.tablepress > :where(tbody) > .even > * {
  background: #dbc3ae !important;
}

.tablepress > :where(tbody) > .odd > * {
  background: #c9ab91 !important;
}

.tablepress > * + tbody > * > *, .tablepress > tbody > * ~ * > *, .tablepress > tfoot > * > * {
  border-color: #000 !important;
}

.gform_validation_errors {
  background: none !important;
  border: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 4px !important;
  position: relative;
  width: 100%;
}

.table {
  margin: 89px 0;
}
.table__title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 23px;
  padding: 16px;
}
.table .orange {
  background: #e98a23;
}
.table .red {
  background: #e95321;
}
.table .blue {
  background: #3b7dda;
}
.table .green {
  background: #3cbe8d;
}
.table__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .table__headings {
    display: none;
  }
}
.table__headings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Circular Std", sans-serif;
  font-weight: 900;
}
.table__cont {
  max-width: 940px;
  margin: 0 auto;
}
.table__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Circular Std", sans-serif;
}
@media only screen and (max-width: 750px) {
  .table__rows {
    display: block;
    border-bottom: 1px solid black;
  }
}
.table__rows__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 53px;
  border-right: 1px solid black;
  background: #dbc3ae;
  padding: 10px 7px;
}
@media only screen and (max-width: 750px) {
  .table__rows__item {
    border: none;
    display: block;
  }
}
.table__rows__item:nth-last-child(1) {
  border-right: none;
}
.table__rows__item span {
  display: none;
  width: 100%;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .table__rows__item span {
    display: block;
  }
}
.table .item {
  text-align: left;
}
.table .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: #c9ab91;
  border-right: none;
}

.post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-cont .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-cont .post-thumbnail a img {
  width: 100% !important;
  height: 100% !important;
}
.post-cont__date {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  color: #e4d1c0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  .post-cont__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__date {
    font-size: 12px;
  }
}
.post-cont__title {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  .post-cont__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__title {
    font-size: 18px;
  }
}
.post-cont__title:hover {
  color: #e98a23;
}
.post-cont__link {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
  .post-cont__link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__link {
    font-size: 12px;
  }
}
.post-cont__link:hover {
  color: #e98a23;
}

.archive-cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 1050px) {
  .archive-cont__list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-header__title {
  margin: 0 auto;
  width: 985px;
  max-width: 100%;
  font-size: 50px;
  font-family: "Riffic", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .single-header__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__title {
    font-size: 25px;
  }
}
.single-header__introduction {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 30px;
  font-family: "Riffic", sans-serif;
  line-height: 1.2;
  color: #e4d1c0;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-header__introduction {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__introduction {
    font-size: 20px;
  }
}
.single-header__date {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  color: #e4d1c0;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-header__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__date {
    font-size: 12px;
  }
}
.single-header .post-thumbnail {
  margin-top: 70px;
  width: 100%;
}
.single-header .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single-content {
  padding: 80px 0 168px 0;
}
.single-content__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
.single-content__cont h1,
.single-content__cont h2,
.single-content__cont h3,
.single-content__cont h4,
.single-content__cont h5,
.single-content__cont h6 {
  color: #e4d2c0;
  margin-bottom: 20px;
}
.single-content__cont h1 {
  font-size: 60px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h1 {
    font-size: 30px;
  }
}
.single-content__cont h2 {
  font-size: 50px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h2 {
    font-size: 25px;
  }
}
.single-content__cont h3 {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h3 {
    font-size: 22px;
  }
}
.single-content__cont h4 {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h4 {
    font-size: 20px;
  }
}
.single-content__cont h5 {
  font-size: 24px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h5 {
    font-size: 18px;
  }
}
.single-content__cont h6 {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
.single-content__cont p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 28px;
}
.single-content__cont ul,
.single-content__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-content__cont ul li {
  list-style: disc;
}
.single-content__cont a {
  color: #e4d2c0;
}
.single-content__cont a:hover {
  text-decoration: underline;
}
.single-content__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #e4d2c0;
}
.single-content__cont blockquote p {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single-content__cont blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont blockquote p {
    font-size: 20px;
  }
}
.single-content__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .single-content__cont .alignleft {
    max-width: 100%;
  }
}
.single-content__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-content__cont .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .single-content__cont .alignright {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  .latest_news {
    padding: 0 0 0 33px;
  }
}
.latest_news__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .latest_news__cont {
    width: 100%;
    padding-right: 27%;
  }
}
.latest_news__cont .slick-list {
  overflow: visible;
}
.latest_news__cont .slick-slide {
  margin-right: 40px;
}
.latest_news__cont .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
  width: 100vw;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest_news__cont .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.latest_news__cont .slick-dots li * {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
.latest_news__cont .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #e4d2c0;
  content: "";
  cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #e98a23;
  background: #e98a23;
}
.latest_news .posts_grid__cont {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.press {
  margin-top: 95px;
}
.press__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .press__cont {
    gap: 10px;
  }
}
.press__cont button {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
  margin: 0 10px;
  background: none;
  padding: 10px;
  padding-bottom: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  .press__cont button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .press__cont button {
    font-size: 16px;
  }
}
.press__cont button.js-active, .press__cont button:hover {
  background: #e98a23;
  color: #ffffff;
}
.press__years__cont {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 750px) {
  .press__years__cont {
    margin-top: 30px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .press__years__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single__cont {
  font-size: 18px;
  text-align: start;
  line-height: 1.44;
}
.single__cont h1,
.single__cont h2,
.single__cont h3,
.single__cont h4,
.single__cont h5,
.single__cont h6 {
  color: #e4d2c0;
  margin-bottom: 20px;
}
.single__cont h1 {
  font-size: 60px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h1 {
    font-size: 30px;
  }
}
.single__cont h2 {
  font-size: 50px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h2 {
    font-size: 25px;
  }
}
.single__cont h3 {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h3 {
    font-size: 22px;
  }
}
.single__cont h4 {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h4 {
    font-size: 20px;
  }
}
.single__cont h5 {
  font-size: 24px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h5 {
    font-size: 18px;
  }
}
.single__cont h6 {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h6 {
    font-size: 16px;
  }
}
.single__cont p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 28px;
}
.single__cont ul,
.single__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single__cont ul li {
  list-style: disc;
}
.single__cont a {
  color: #e4d2c0;
}
.single__cont a:hover {
  text-decoration: underline;
}
.single__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #e4d2c0;
}
.single__cont blockquote p {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont blockquote p {
    font-size: 20px;
  }
}
.single__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single__cont .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .single__cont .alignleft {
    max-width: 100%;
  }
}
.single__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.single__cont .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .single__cont .alignright {
    max-width: 100%;
  }
}
.single__cont .container {
  width: 900px;
}
.single__cont figure div {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.single__cont img {
  width: 100%;
}
.single__cont p {
  margin-bottom: 30px;
  font-family: "Circular Std", sans-serif;
}
.single__cont a {
  color: #e98a23;
}
.single__cont a:hover {
  text-decoration: underline;
}
.single__cont h1, .single__cont h2, .single__cont h3, .single__cont h4, .single__cont h5, .single__cont h6 {
  color: #312820;
  margin: 48px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single__cont h1, .single__cont h2 {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .single__cont h1, .single__cont h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single__cont h1, .single__cont h2 {
    font-size: 22px;
  }
}
.single__cont ul, .single__cont ol {
  width: 563px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  list-style: inside;
}
.single__cont ul li, .single__cont ol li {
  margin-top: 20px;
}
.single__cont blockquote {
  background: #3cbe8d;
  max-width: 940px;
  padding: 25px 0;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
          clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
  position: relative;
  z-index: 2;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .single__cont blockquote {
    padding: 40px;
  }
}
.single__cont blockquote p {
  font-size: 24px;
  font-family: "Circular Std", sans-serif;
  text-align: center !important;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 auto;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 900px) {
  .single__cont blockquote p {
    width: 100%;
    font-size: 20px;
  }
}
.single__cont blockquote p a {
  color: #312820;
  font-weight: 700;
}
.single__cont blockquote p a:hover {
  text-decoration: underline;
}
.single__cont blockquote p span {
  display: block;
  font-size: 12px;
}

.single-post .hero--post .hero__content .hero__title .title {
  width: 900px !important;
}
@media only screen and (max-width: 900px) {
  .single-post .hero--post .hero__content .hero__title .title {
    width: 100% !important;
  }
}

.single-post .single__cont {
  margin-top: 60px;
}
.single-post .single__cont iframe {
  width: 100%;
}
.single-post .single__cont .player--title {
  margin-bottom: 15px;
}
.single-post .single__cont .player--author {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  display: inline-block;
  position: relative;
  margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #312720;
  content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
  display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #e4d2c0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .container {
  padding: 0 20px;
  width: 1440px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0 27px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1050px) {
  .header__top__left {
    position: relative;
    z-index: 2;
  }
}
.header__top__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1050px) {
  .header__top__center {
    display: block;
  }
}
.header__top__center__link {
  color: #000;
}
.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  padding: 0 10px 0 40px;
  width: 940px;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 1280px) {
  .header__top__right {
    width: calc(100% - 230px);
  }
}
@media only screen and (max-width: 1050px) {
  .header__top__right {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 1;
    background: #e4d1c0;
    display: block;
    padding: 130px 30px 30px;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 750px) {
  .header__top__right {
    padding: 85px 30px 30px;
  }
}
.header__top__right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e4d1c0;
  -webkit-clip-path: polygon(2% 9%, 100% 3%, 99% 84%, 0% 100%);
          clip-path: polygon(2% 9%, 100% 3%, 99% 84%, 0% 100%);
  content: "";
}
@media only screen and (max-width: 1050px) {
  .header__top__right:before {
    display: none;
  }
}
.header__top__right__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1050px) {
  .header__top__right__center {
    display: block;
  }
}
.header__top__right__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .header__top__right__links {
    margin-top: 50px;
  }
}
.header__top__right__links__item {
  color: #000;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  border-right: 1px solid black;
  width: 75px;
  padding: 0 5px;
}
.header__top__right__links__item:hover {
  color: #e95321;
}
@media only screen and (max-width: 1050px) {
  .header__top__right__links__item {
    border: none;
    font-size: 12px;
    width: 90px;
  }
}
.header__top__right__links__item:nth-last-child(1) {
  border-right: none;
}

.nav-up .header {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.nav-down .header {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.scrolled .header__top__right:before {
  background: #dbc3af;
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #dbc3af;
}
.site-footer__cont {
  padding: 30px 0;
  position: relative;
}
.site-footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -50px;
  left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.site-footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    width: 768px;
    max-width: 100%;
  }
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 66px 0;
}
@media only screen and (max-width: 900px) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 40px;
  }
}
.site-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.site-footer__logos a {
  cursor: pointer;
}
.site-footer__logos a img {
  width: 70px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 20px;
  font-size: 14px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.site-footer__bottom .footer__location {
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .site-footer__bottom .footer__location {
    margin-bottom: 10px;
  }
}
.site-footer__bottom .site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media only screen and (max-width: 1050px) {
  .site-footer__bottom .site-footer__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.site-footer__bottom .site-footer__contact__item {
  text-transform: uppercase;
  color: #000;
}
.site-footer__bottom .site-footer__location {
  text-transform: uppercase;
}
.site-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 600px) {
  .site-footer__buttons {
    display: block;
  }
}
.site-footer__buttons__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .site-footer__buttons__cont {
    gap: 10px;
    margin-top: 40px;
  }
}
.site-footer__buttons .button__item__icon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  color: #000;
}
.site-footer__buttons .button__item__icon__text img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.site-footer__column {
  position: relative;
}
.site-footer__title {
  font-size: 14px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer__title {
    font-size: 12px;
  }
}
.site-footer__copyright {
  font-size: 14px;
  color: #000;
  background: #e98a23;
  font-family: "Circular Std", sans-serif;
}
.site-footer__copyright__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .site-footer__copyright__cont {
    gap: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .site-footer__copyright__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__copyright__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__copyright__logo img {
  width: 140px;
  height: auto;
}

.hero--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  aspect-ratio: 1.77;
}
@media only screen and (max-width: 1050px) {
  .hero--home {
    max-height: none;
  }
}
@media only screen and (max-width: 900px) {
  .hero--home {
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 750px) {
  .hero--home {
    aspect-ratio: auto;
    height: 100vh;
  }
}
.hero--home .hero__content {
  width: 100%;
}
.hero--home .hero__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translate(67px, 0px);
          transform: translate(67px, 0px);
}
@media only screen and (max-width: 1050px) {
  .hero--home .hero__cont {
    min-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.hero--home .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .hero--home .hero__image__desktop {
    display: none;
  }
}
.hero--home .hero__image__mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hero--home .hero__image__mobile {
    display: block;
  }
}
.hero--home .hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 6px;
  margin-bottom: 98px;
  width: 675px;
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .hero--home .hero__title {
    margin-bottom: 80px;
    width: 450px;
  }
}
@media only screen and (max-width: 900px) {
  .hero--home .hero__title {
    margin-bottom: 50px;
  }
}
.hero--home .hero__title span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 20px 60px;
  font-size: 40px;
}
@media only screen and (max-width: 1050px) {
  .hero--home .hero__title span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .hero--home .hero__title span {
    font-size: 18px;
    padding: 20px 30px;
  }
}
.hero--home .hero__title .first {
  background: #e95321;
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  padding: 15px 30px 7px 60px;
}
.hero--home .hero__title .second {
  background: #3b7dda;
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  z-index: 3;
}
.hero--home .hero__title .third {
  background: #e98a23;
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  background-size: 100%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  padding: 15px 30px 10px 60px;
}
.hero--home .hero__buttons {
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .hero--home .hero__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

.hero--post {
  position: relative;
}
.hero--post + section {
  margin-top: 50px;
}
.hero--post .hero__image {
  width: 100%;
  aspect-ratio: 2.37;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  max-height: 100vh;
}
@media only screen and (max-width: 900px) {
  .hero--post .hero__image {
    max-height: none;
  }
}
@media only screen and (max-width: 750px) {
  .hero--post .hero__image {
    aspect-ratio: 1;
  }
}
.hero--post .hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero--post .hero__image + .hero__content--icon {
  margin-top: -8vw;
}
.hero--post .hero__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .hero--post .hero__cont {
    min-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.hero--post .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-top: 5vw;
  z-index: 3;
}
.hero--post .hero__icon {
  margin-bottom: 20px;
  position: absolute;
  top: -50px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.hero--post .hero__icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 126px;
}
.hero--post .hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--post .hero__title span {
  padding: 0;
  padding-bottom: 13px;
}
.hero--post .hero__title .title {
  text-transform: uppercase;
  color: #3cbe8d;
}
.hero--post .hero__title .subtitle {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
}
.hero--post.hero--no-img {
  padding-top: 60px;
}
.hero--post.hero--no-img .hero__icon {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hero--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  aspect-ratio: 1.77;
  max-height: 100vh;
}
@media only screen and (max-width: 900px) {
  .hero--page {
    max-height: none;
  }
}
@media only screen and (max-width: 750px) {
  .hero--page {
    aspect-ratio: 0.66;
  }
}
.hero--page .hero__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 689px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .hero--page .hero__cont {
    min-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.hero--page .hero__content {
  position: relative;
  z-index: 2;
}
.hero--page .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #F3578E;
}
.hero--page .hero__image .image-background {
  opacity: 0.8;
}
.hero--page .hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  z-index: 2;
  mix-blend-mode: multiply;
}
.hero--page .hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 6px;
  width: 830px;
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .hero--page .hero__title {
    padding: 15px;
  }
}
.hero--page .hero__title .title {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-clip-path: polygon(3% 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 10%, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: 60px;
  padding: 25px 20px 10px 20px;
}
@media only screen and (max-width: 900px) {
  .hero--page .hero__title .title {
    padding: 20px 20px 15px 20px;
  }
}
.hero--page .hero__title span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #312720;
}
@media only screen and (max-width: 900px) {
  .hero--page .hero__title span {
    padding: 15px 30px;
  }
}

.hero--grey .hero__title .title {
  -webkit-clip-path: polygon(3% 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 10%, 100% 0, 100% 100%, 0% 100%);
  background: #dbc3af;
  color: #e95321;
}

.hero--orange .hero__title .title {
  background: #EB8B04;
  color: #312720;
}

.hero--red .hero__title .title {
  background: #e95321;
  color: #3cbe8d;
}

.hero--blue .hero__title .title {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background: #3b7dda;
  color: #3cbe8d;
}

.hero--blue-white .hero__title .title {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background: #3b7dda;
  color: #E4D1C0;
}

.hero--green .hero__title .title {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background: #3cbe8d;
  color: #312720;
}

.hero--green-blue .hero__title .title {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background: #3cbe8d;
  color: #3477e0;
}

.hero--white .hero__title .title {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  background: #DBC3AE;
  color: #EB8B04;
}

.hero--double .hero__cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 57px;
}
.hero--double .hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #e98a23;
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
  opacity: 0.3;
}
.hero--double .hero__title .title {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  margin-bottom: 0;
}
.hero--double .hero__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 663px;
}
.hero--double .hero__subtitle .subtitle {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 90%, 0% 90%);
          clip-path: polygon(3% 0%, 100% 0%, 97% 90%, 0% 90%);
  background: #e98a23;
  color: #312720;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  padding: 14px 17px 18px 22px;
}

.hero_simple__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 180px;
}

.videos {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .videos {
    margin-top: 70px;
  }
}
.videos .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .videos .container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .videos__video {
    padding-top: 128% !important;
  }
}
.videos__video video {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.videos__video .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__video .image_placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
}
.videos__video .image_placeholder img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .controls {
  display: none;
}
.videos .video-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 4px;
  cursor: pointer;
}
.videos .video-controls.pause {
  height: 32px;
  width: 32px;
  background: url(images/pause.svg) center/contain no-repeat;
  z-index: 2;
  font-size: 0;
}
.videos__text-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-top: 25px;
  width: 435px;
  padding: 0 20px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .videos__text-cont {
    width: 295px;
  }
}
.videos__title {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1050px) {
  .videos__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .videos__title {
    font-size: 20px;
  }
}
.videos .play-button {
  cursor: pointer;
}
.videos--1 .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.videos--1 .videos__video {
  padding-top: 40%;
}

.image-text + .videos,
.videos + .image-text {
  margin-top: 0;
}

.grid--categories .grid {
  background: #e4d2c0;
}
.grid--categories .grid__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  padding: 60px 0 160px;
}
@media only screen and (max-width: 900px) {
  .grid--categories .grid__content {
    grid-gap: 30px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  .grid--categories .grid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid--categories .grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1.53;
  position: relative;
  padding: 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .grid--categories .grid__item {
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .grid--categories .grid__item {
    aspect-ratio: 1;
  }
}
.grid--categories .grid__item .grid__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grid--categories .grid__item .grid__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3b7dda;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: 2;
}
.grid--categories .grid__item .grid__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.grid--categories .grid__item .grid__title {
  color: #e4d2c0;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.grid--categories .grid__item .grid__text {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
  color: #e4d2c0;
  font-family: "Circular Std", sans-serif;
  display: none;
}
@media only screen and (max-width: 1050px) {
  .grid--categories .grid__item .grid__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .grid--categories .grid__item .grid__text {
    font-size: 16px;
  }
}
.grid--categories .grid__item--purple .grid__image:before {
  background: #8430a4;
}
.grid--categories .grid__item--orange .grid__image:before {
  background: #C43E16;
}
.grid--categories .grid__item--yellow .grid__image:before {
  background: #C48519;
}
.grid--categories .grid__item--red .grid__image:before {
  background: #FF1541;
}
.grid--categories .grid__item--green .grid__image:before {
  background: #3cbe8d;
}
.grid--categories a.grid__item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid--activities {
  margin: 90px 0 0 0;
}
.grid--activities .grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}
@media only screen and (max-width: 900px) {
  .grid--activities .grid__cont {
    gap: 70px;
  }
}
@media only screen and (max-width: 750px) {
  .grid--activities .grid__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid--activities .grid__item {
  max-width: 100%;
  width: 300px;
  position: relative;
}
.grid--activities .grid__item.item--orange .grid__button span {
  background: #e98a23;
}
.grid--activities .grid__item.item--orange.item--deco-1 svg path, .grid--activities .grid__item.item--orange.item--deco-5 svg path {
  fill: #e98a23;
}
.grid--activities .grid__item.item--orange.item--deco-2 svg g, .grid--activities .grid__item.item--orange.item--deco-3 svg g, .grid--activities .grid__item.item--orange.item--deco-4 svg g {
  stroke: #e98a23;
}
.grid--activities .grid__item.item--red .grid__button span {
  background: #e95321;
}
.grid--activities .grid__item.item--red.item--deco-1 svg path, .grid--activities .grid__item.item--red.item--deco-5 svg path {
  fill: #e95321;
}
.grid--activities .grid__item.item--red.item--deco-2 svg g, .grid--activities .grid__item.item--red.item--deco-3 svg g, .grid--activities .grid__item.item--red.item--deco-4 svg g {
  stroke: #e95321;
}
.grid--activities .grid__item.item--blue .grid__button span {
  background: #3b7dda;
}
.grid--activities .grid__item.item--blue.item--deco-1 svg path, .grid--activities .grid__item.item--blue.item--deco-5 svg path {
  fill: #3b7dda;
}
.grid--activities .grid__item.item--blue.item--deco-2 svg g, .grid--activities .grid__item.item--blue.item--deco-3 svg g, .grid--activities .grid__item.item--blue.item--deco-4 svg g {
  stroke: #3b7dda;
}
.grid--activities .grid__item.item--green .grid__button span {
  background: #3cbe8d;
}
.grid--activities .grid__item.item--green.item--deco-1 svg path, .grid--activities .grid__item.item--green.item--deco-5 svg path {
  fill: #3cbe8d;
}
.grid--activities .grid__item.item--green.item--deco-2 svg g, .grid--activities .grid__item.item--green.item--deco-3 svg g, .grid--activities .grid__item.item--green.item--deco-4 svg g {
  stroke: #3cbe8d;
}
.grid--activities .grid__button {
  text-transform: uppercase;
  margin-top: 20px;
  color: #444;
}
.grid--activities .grid__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 90%, 0% 90%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 90%, 0% 90%);
  padding: 10px;
  width: 100%;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-align: center;
}
.grid--activities .grid__image {
  aspect-ratio: 1.53;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid--activities .grid__image__cont {
  padding: 32px 27.5px;
  position: relative;
}
.grid--activities .grid__image__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid--activities .grid__image__deco svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid--gallery {
  margin-top: 100px;
}
.grid--gallery .container {
  width: 100%;
}
.grid--gallery .grid__title {
  text-align: center;
  margin-bottom: 40px;
}
.grid--gallery .grid__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.grid--gallery .grid__item {
  aspect-ratio: 1;
  position: relative;
}

.grid--banner {
  margin-top: 100px;
}
.grid--banner .grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid--banner .grid__item {
  width: 25%;
  padding: 10px 5px;
}
@media only screen and (max-width: 750px) {
  .grid--banner .grid__item {
    width: 100%;
  }
}
.grid--banner .grid__item__image {
  aspect-ratio: 1;
  position: relative;
}
.grid--banner .grid__item__title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: rotate(357deg);
          transform: rotate(357deg);
  line-height: 1.2;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px 15px;
  padding-bottom: 5px;
  background: #e98a23;
  -webkit-clip-path: polygon(4% 7%, 100% 0, 100% 100%, 0 89%);
          clip-path: polygon(4% 7%, 100% 0, 100% 100%, 0 89%);
  margin-top: -20px;
  color: #e4d2c0;
}
@media only screen and (max-width: 600px) {
  .grid--banner .grid__item__title {
    width: 100%;
  }
}
.grid--banner .grid__item:nth-child(2n) .grid__item__title {
  background: #3b7dda;
}
.grid--banner .grid__item:nth-child(3n) .grid__item__title {
  background: #e95321;
}
.grid--banner .grid__item:nth-child(4n) .grid__item__title {
  background: #3cbe8d;
}

.grid--buttons {
  margin-top: 100px;
}
.grid--buttons .grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 25px;
}

.grid--logos {
  margin-top: 100px;
}
.grid--logos .grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid--logos .grid__item {
  width: calc(20% - 16px);
  mix-blend-mode: multiply;
  padding: 10px 20px;
}
@media only screen and (max-width: 1050px) {
  .grid--logos .grid__item {
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .grid--logos .grid__item {
    width: calc(33.33% - 13.33px);
  }
}
@media only screen and (max-width: 600px) {
  .grid--logos .grid__item {
    width: calc(50% - 10px);
  }
}
.grid--logos .grid__image {
  position: relative;
  aspect-ratio: 1.77;
  display: block;
}
.grid--logos .grid__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.grid--dashboard .grid__section__title {
  text-align: center;
  margin-top: 100px;
}
.grid--dashboard .grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 450px) {
  .grid--dashboard .grid__cont {
    grid-gap: 40px;
  }
}
.grid--dashboard .grid__item {
  text-align: center;
  width: calc(20% - 56px);
}
@media only screen and (max-width: 1050px) {
  .grid--dashboard .grid__item {
    width: calc(25% - 56px);
  }
}
@media only screen and (max-width: 900px) {
  .grid--dashboard .grid__item {
    width: calc(33% - 45px);
  }
}
@media only screen and (max-width: 750px) {
  .grid--dashboard .grid__item {
    width: calc(50% - 35px);
  }
}
@media only screen and (max-width: 450px) {
  .grid--dashboard .grid__item {
    width: 100%;
  }
}
.grid--dashboard .grid__item__image {
  aspect-ratio: 1;
  position: relative;
  width: 140px;
  max-width: 100%;
  margin: 0 auto;
}
.grid--dashboard .grid__item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media only screen and (max-width: 600px) {
  .grid--dashboard .grid__item__image {
    width: 50%;
  }
}
.grid--dashboard .grid__item__title {
  text-transform: uppercase;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  color: #312720;
  font-size: 20px;
}
.grid--dashboard .grid__item__subtitle {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #312720;
  margin-top: 10px;
  font-size: 18px;
}
.grid--dashboard .grid__item__subtitle:hover {
  color: #e95321;
}
.grid--dashboard.dashboard-3 .grid__item, .grid--dashboard.dashboard-6 .grid__item {
  width: calc(33% - 45px);
}
@media only screen and (max-width: 750px) {
  .grid--dashboard.dashboard-3 .grid__item, .grid--dashboard.dashboard-6 .grid__item {
    width: calc(50% - 35px);
  }
}
@media only screen and (max-width: 450px) {
  .grid--dashboard.dashboard-3 .grid__item, .grid--dashboard.dashboard-6 .grid__item {
    width: 100%;
  }
}
.grid--dashboard a.grid__item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid--dashboard a.grid__item:hover {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

.text_block__cont {
  width: 100%;
}
.text_block__cont h1,
.text_block__cont h2,
.text_block__cont h3,
.text_block__cont h4,
.text_block__cont h5,
.text_block__cont h6 {
  color: #e4d2c0;
  margin-bottom: 20px;
}
.text_block__cont h1 {
  font-size: 60px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h1 {
    font-size: 30px;
  }
}
.text_block__cont h2 {
  font-size: 50px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h2 {
    font-size: 25px;
  }
}
.text_block__cont h3 {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h3 {
    font-size: 22px;
  }
}
.text_block__cont h4 {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h4 {
    font-size: 20px;
  }
}
.text_block__cont h5 {
  font-size: 24px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h5 {
    font-size: 18px;
  }
}
.text_block__cont h6 {
  font-size: 18px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
.text_block__cont p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 28px;
}
.text_block__cont ul,
.text_block__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block__cont ul li {
  list-style: disc;
}
.text_block__cont a {
  color: #e4d2c0;
}
.text_block__cont a:hover {
  text-decoration: underline;
}
.text_block__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #e4d2c0;
}
.text_block__cont blockquote p {
  font-size: 30px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .text_block__cont blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont blockquote p {
    font-size: 20px;
  }
}
.text_block__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.text_block__cont .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block__cont .alignleft {
    max-width: 100%;
  }
}
.text_block__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block__cont .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block__cont .alignright {
    max-width: 100%;
  }
}

.grid--news {
  margin-top: 120px;
}
@media only screen and (max-width: 750px) {
  .grid--news {
    margin-top: 60px;
  }
}
.grid--news .grid__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  width: 1066px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .grid--news .grid__cont {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .grid--news .grid__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid--news .grid__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 110px;
  text-transform: uppercase;
}
.grid--news .grid__title .title {
  -webkit-clip-path: polygon(3% 0%, 93% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 93% 0%, 93% 100%, 0% 100%);
  background: #e95321;
  padding: 26px 129px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.grid--news .grid__item {
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid--news .grid__item:hover {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.grid--news .grid__item__image {
  aspect-ratio: 1.53;
  position: relative;
  display: block;
  background: #dbc3af;
}
.grid--news .grid__item__category {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin-top: -20px;
}
.grid--news .grid__item__category a {
  color: #312720;
}
.grid--news .grid__item__category .category {
  -webkit-clip-path: polygon(5% 0%, 100% 15%, 98% 100%, 1% 89%);
          clip-path: polygon(5% 0%, 100% 15%, 98% 100%, 1% 89%);
  background: #3b7dda;
  padding: 10px 20px;
  max-width: 187px;
  width: 100%;
  text-transform: uppercase;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.grid--news .grid__item__category .category ul li {
  list-style: none;
}
.grid--news .grid__item__date {
  margin-bottom: 24px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
.grid--news .grid__item__title {
  text-transform: uppercase;
  font-size: 20px;
  color: #312720;
  line-height: 1.2;
}
.grid--news .button-cont {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid--news .blog-no-results {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .grid--news .blog-no-results {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .grid--news .blog-no-results {
    font-size: 22px;
  }
}
.grid--news .js-loading {
  position: relative;
  padding-bottom: 90px;
}
.grid--news .js-loading.js-find-tool-results {
  position: static;
}
.grid--news .js-loading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  background-image: url(images/loading.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}

.registration_block {
  margin-top: 50px;
  margin-bottom: 180px;
}
@media only screen and (max-width: 900px) {
  .registration_block {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.registration_block__cont {
  background: #3b7dda;
  margin: 0 auto;
  max-width: 560px;
  padding: 110px 64px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(5% 5%, 92% 0%, 94% 100%, 9% 100%);
  clip-path: polygon(5% 5%, 92% 0%, 94% 100%, 9% 100%);
}
@media only screen and (max-width: 750px) {
  .registration_block__cont {
    padding: 70px 30px 20px;
  }
}
.registration_block__title {
  margin-bottom: 90px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 750px) {
  .registration_block__title {
    margin-bottom: 50px;
  }
}
.registration_block__button {
  background: #312720;
  color: #e4d2c0;
}
.registration_block__button:hover {
  background: #e95321 !important;
  color: #ffffff !important;
}

.slider--testimonials {
  background: #dbc3af;
  position: relative;
}
.slider--testimonials .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider--testimonials .slider__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41% 59%;
  grid-template-columns: 41% 59%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 125px 50px;
  width: 1170px;
}
@media only screen and (max-width: 1050px) {
  .slider--testimonials .slider__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .slider--testimonials .slider__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .slider__content {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 900px) {
  .slider--testimonials .slider__content .slider__column:nth-child(1) {
    width: 50%;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .slider__content .slider__column:nth-child(1) {
    width: 70%;
    margin-left: 15%;
  }
}
.slider--testimonials .slider__content .slider__column .slider__text {
  background: #e95321;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 50px 70px 50px;
  text-align: center;
  min-width: 100%;
  -webkit-clip-path: polygon(1% 3%, 98% 0, 100% 100%, 0 100%);
          clip-path: polygon(1% 3%, 98% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 1050px) {
  .slider--testimonials .slider__content .slider__column .slider__text {
    padding: 35px;
    min-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .slider--testimonials .slider__content .slider__column .slider__text {
    margin-top: -40px;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .slider__content .slider__column .slider__text {
    padding: 30px 20px;
  }
}
.slider--testimonials .slider__content .slider__column .slider__text .slider__title {
  color: #312820;
  font-size: 19px;
  letter-spacing: 1.5px;
  line-height: 1.25;
}
@media only screen and (max-width: 1050px) {
  .slider--testimonials .slider__content .slider__column .slider__text .slider__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .slider--testimonials .slider__content .slider__column .slider__text .slider__title {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.slider--testimonials .slider__content .slider__column .slider__text .slider__title--top {
  color: #312820;
  font-size: 33px;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  line-height: 1.25;
}
.slider--testimonials .slider__content .slider__column .slider__text .slider__author {
  color: #312820;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-size: 18px;
}
.slider--testimonials .slider__content .slider__column .slider__image {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  position: relative;
  border: 18px solid #e4d1c0;
  border-bottom: 54px solid #e4d1c0;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .slider__content .slider__column .slider__image {
    border: 10px solid #e4d1c0;
    border-bottom: 30px solid #e4d1c0;
  }
}
.slider--testimonials .slider__content .slider__column .slider__image__cont {
  position: relative;
  aspect-ratio: 1;
}
.slider--testimonials .flickity-button {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 2;
  background: url("images/arrow-right.svg") no-repeat;
  width: 52px;
  height: 52px;
}
.slider--testimonials .flickity-button svg {
  display: none;
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .flickity-button {
    display: none;
  }
}
.slider--testimonials .flickity-button.previous {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: calc((100vw - 1070px - 52px) / 2);
}
@media only screen and (max-width: 1050px) {
  .slider--testimonials .flickity-button.previous {
    left: 20px;
  }
}
.slider--testimonials .flickity-button.next {
  right: calc((100vw - 1070px - 52px) / 2);
}
@media only screen and (max-width: 1050px) {
  .slider--testimonials .flickity-button.next {
    right: 20px;
  }
}
.slider--testimonials .slider__dots {
  display: block;
  text-align: center;
  padding: 30px 0 100px 0px;
}
.slider--testimonials .flickity-page-dots {
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .slider--testimonials .flickity-page-dots {
    bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .slider--testimonials .flickity-page-dots {
    bottom: 30px;
  }
}
.slider--testimonials .flickity-page-dots .dot {
  background: #E4D1C0;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.slider--testimonials .flickity-page-dots .dot.is-selected {
  width: 16px;
  height: 16px;
  background: #3b7dda !important;
}
.slider--testimonials.hide_background {
  background: none;
}
.slider--testimonials.hide_background .slider__content {
  padding-top: 80px;
  padding-bottom: 87px;
}
.slider--testimonials.hide_background .slider__content .slider__column .slider__image {
  border-color: #dbc3af;
}
.slider--testimonials.hide_background .flickity-page-dots .dot {
  background: #dbc3af;
}
.slider--testimonials.hide_background .flickity-page-dots {
  bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .slider--testimonials.hide_background .flickity-page-dots {
    bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .slider--testimonials.hide_background .flickity-page-dots {
    bottom: 30px;
  }
}

.slider--photo {
  margin-top: 100px;
}
.slider--photo .slider__cont {
  margin: 0 auto;
  width: 1158px;
  max-width: 100%;
  padding: 0 100px;
}
@media only screen and (max-width: 900px) {
  .slider--photo .slider__cont {
    padding: 0 50px;
  }
}
.slider--photo .slider__item {
  aspect-ratio: 1.53;
  position: relative;
  width: 100%;
  display: block;
}
.slider--photo .slider__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  mix-blend-mode: multiply;
  z-index: 2;
}
.slider--photo .flickity-button {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 2;
  background: url("images/arrow-white.svg") center/contain no-repeat;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 900px) {
  .slider--photo .flickity-button {
    width: 40px;
    height: 40px;
  }
}
.slider--photo .flickity-button svg {
  display: none;
}
.slider--photo .flickity-button.previous {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.slider--photo .flickity-button.next {
  right: 0;
}
.slider--photo .flickity-page-dots {
  display: none;
}

.banner--text + .slider--photo {
  margin-top: 70px;
}

.faqs {
  margin-top: 95px;
}
.faqs__container {
  max-width: 780px;
  margin: 0 auto;
}
.faqs__title {
  text-align: center;
  margin-bottom: 60px;
}
.faqs__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs__item {
  width: 100%;
  padding: 20px 0;
}
.faqs__item__text {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  width: 100%;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.faqs__item__text:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: transparent;
  color: #e95321;
  font-size: 34px;
  font-family: "Circular Std", sans-serif;
  font-weight: 900;
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  .faqs__item__text:after {
    font-size: 30px;
  }
}
.faqs__item__paragraph {
  display: none;
  font-family: "Circular Std", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  margin-top: 20px;
}
.faqs__item__paragraph .button {
  width: auto;
  margin: 0 auto;
  display: table;
  margin-top: 25px;
}
.faqs__item__paragraph ul li {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  list-style: none;
}
.faqs__item__paragraph ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faqs__item__paragraph ul li:nth-child(1n):before {
  background-image: url(images/lists/list1.png);
}
.faqs__item__paragraph ul li:nth-child(2n):before {
  background-image: url(images/lists/list2.png);
}
.faqs__item__paragraph ul li:nth-child(3n):before {
  background-image: url(images/lists/list3.png);
}
.faqs__item__paragraph ul li:nth-child(4n):before {
  background-image: url(images/lists/list4.png);
}
.faqs__item__paragraph ul li:nth-child(5n):before {
  background-image: url(images/lists/list5.png);
}
.faqs__item__paragraph ul li:nth-child(6n):before {
  background-image: url(images/lists/list6.png);
}
.faqs__item__paragraph ul li:nth-child(7n):before {
  background-image: url(images/lists/list7.png);
}
.faqs__item__paragraph ul li:nth-child(8n):before {
  background-image: url(images/lists/list8.png);
}
.faqs__item__paragraph ul li:nth-child(9n):before {
  background-image: url(images/lists/list9.png);
}
.faqs__item__paragraph ul li:nth-child(10n):before {
  background-image: url(images/lists/list10.png);
}
.faqs__item__paragraph ul li:nth-child(11n):before {
  background-image: url(images/lists/list11.png);
}
.faqs__item__paragraph ul li:nth-child(12n):before {
  background-image: url(images/lists/list12.png);
}
.faqs__item__paragraph ul li:nth-child(13n):before {
  background-image: url(images/lists/list13.png);
}
.faqs__item__paragraph ul li:nth-child(14n):before {
  background-image: url(images/lists/list14.png);
}
.faqs__item__paragraph ul li:nth-child(15n):before {
  background-image: url(images/lists/list15.png);
}
.faqs__item__paragraph ul li:nth-child(16n):before {
  background-image: url(images/lists/list16.png);
}
.faqs__item__paragraph ul li:nth-child(17n):before {
  background-image: url(images/lists/list17.png);
}
.faqs__item__paragraph ul li:nth-child(18n):before {
  background-image: url(images/lists/list18.png);
}
.faqs__item__paragraph ul li:nth-child(19n):before {
  background-image: url(images/lists/list19.png);
}
.faqs__item__paragraph ul li:nth-child(20n):before {
  background-image: url(images/lists/list20.png);
}
.faqs__item.js-open .faqs__item__text:after {
  content: "-";
}

.gallery__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.gallery__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.gallery--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.gallery--2, .gallery--4, .gallery--8 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gallery--5 .gallery__item:nth-last-child(1), .gallery--7 .gallery__item:nth-last-child(1), .gallery--9 .gallery__item:nth-last-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.banner--icon .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 125px 0 70px;
  position: relative;
  margin-top: 50px;
}
.banner--icon .banner__title {
  font-family: "Riffic", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 900px) {
  .banner--icon .banner__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .banner--icon .banner__title {
    font-size: 20px;
  }
}
.banner--icon .banner__icon {
  position: absolute;
  bottom: 58%;
  left: auto;
  z-index: 2;
}
.banner--icon .banner__icon img {
  width: 126px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner--icon .banner__image {
  width: 100%;
}
.banner--icon .banner__title {
  color: #312820;
}
.banner--icon .button {
  text-align: center;
}
.banner--icon .button span {
  font-weight: 700;
}

.banner--orange {
  background: #e98a23;
}
.banner--orange .banner__title {
  background: #3cbe8d;
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  background-size: 100%;
  width: 940px;
  max-width: 100%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 1050px) {
  .banner--orange .banner__title {
    padding: 50px 20px 20px;
  }
}

.banner--blue {
  background: #3b7dda;
}
.banner--blue .banner__title {
  background: url(images/bg-orange.svg) no-repeat center center;
  background-size: 100%;
  width: 538px;
  max-width: 100%;
  height: 94px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner--blue .button {
  padding-top: 11px;
  padding-bottom: 11px;
}

.banner--fullwidth {
  position: relative;
}
.banner--fullwidth .banner__cont {
  aspect-ratio: 1.77;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
  padding: 167px 0 163px;
}
@media only screen and (max-width: 750px) {
  .banner--fullwidth .banner__cont {
    padding: 80px 0;
    -webkit-transform: none;
            transform: none;
  }
}
.banner--fullwidth .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 720px;
}
@media only screen and (max-width: 900px) {
  .banner--fullwidth .banner__content {
    width: 100%;
    min-width: 100%;
  }
}
.banner--fullwidth .banner__content .button {
  -webkit-transform: translate(125px, -85px);
          transform: translate(125px, -85px);
}
@media only screen and (max-width: 750px) {
  .banner--fullwidth .banner__content .button {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
}
@media only screen and (max-width: 600px) {
  .banner--fullwidth .banner__content .button {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    width: auto;
    min-width: 0;
    line-height: normal;
    text-align: center;
  }
}
.banner--fullwidth .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .banner--fullwidth .banner__image {
    aspect-ratio: 1;
  }
}
.banner--fullwidth .banner__title {
  background: #e98a23;
  -webkit-clip-path: polygon(4% 0, 100% 0, 98% 100%, 0 100%);
  clip-path: polygon(4% 0, 100% 0, 98% 100%, 0 100%);
  text-align: center;
  padding: 40px 122px;
  width: 648px;
  max-width: 100%;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: 2;
  color: #312820;
}
@media only screen and (max-width: 750px) {
  .banner--fullwidth .banner__title {
    padding: 20px;
    font-size: 20px;
    width: 100%;
    height: auto;
  }
}
.banner--fullwidth .banner__paragraph {
  background: #8430a4;
  color: #E4D1C0;
  font-family: "Circular Std", sans-serif;
  -webkit-clip-path: polygon(4% 0, 100% 0, 98% 100%, 0 100%);
  clip-path: polygon(4% 0, 100% 0, 98% 100%, 0 100%);
  text-align: initial;
  padding: 100px 30px 56px 80px;
  line-height: 26px;
  width: 648px;
  max-width: 100%;
  -webkit-transform: translate(45px, -75px);
          transform: translate(45px, -75px);
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .banner--fullwidth .banner__paragraph {
    padding: 40px;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.banner--fullwidth .button span {
  font-weight: 700;
}

.banner--links {
  background: #e4d2c0;
  margin: 107px 0 167px;
}
@media only screen and (max-width: 900px) {
  .banner--links {
    margin: 70px 0;
  }
}
.banner--links .banner {
  display: block;
}
.banner--links .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px;
}
@media only screen and (max-width: 1050px) {
  .banner--links .banner__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner--links .banner__item {
  position: relative;
}
.banner--links .banner__item:hover {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.banner--links .banner__item__image {
  aspect-ratio: 1;
  width: 76px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner--links .banner__item__image img {
  aspect-ratio: 1;
  width: 100%;
}
.banner--links .banner__item__text {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 20px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 108%;
  color: #312820;
  width: 278px;
  height: 184px;
  background: #dbc3af;
  -webkit-clip-path: polygon(0% 3%, 95% 0%, 100% 100%, 5% 98%);
          clip-path: polygon(0% 3%, 95% 0%, 100% 100%, 5% 98%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner--links .banner__item__text span {
  font-size: 16px;
}

.banner-blocks__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px auto 0 auto;
  width: 943px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
}
.banner-blocks .button {
  margin: 76px auto 0;
  width: 220px;
  height: 46px;
  text-align: center;
  line-height: 1;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .banner-blocks .button {
    margin: 36px auto 0;
  }
}
.banner-blocks .block-item {
  max-width: 50%;
  width: 100%;
  background: #e95321;
  -webkit-clip-path: polygon(0% 4%, 94% 0%, 98% 100%, 5% 95%);
  clip-path: polygon(0% 4%, 94% 0%, 98% 100%, 5% 95%);
  padding: 100px 70px;
  margin: 0 auto;
  color: #312820;
}
@media only screen and (max-width: 900px) {
  .banner-blocks .block-item {
    width: 450px;
    max-width: 100%;
  }
}
.banner-blocks .block-item:last-child {
  clip-path: polygon(8% 0%, 100% 8%, 98% 100%, 4% 95%);
  -webkit-clip-path: polygon(8% 0%, 100% 8%, 98% 100%, 4% 95%);
}
.banner-blocks .block-item__title {
  letter-spacing: 2px;
  font-family: "Riffic", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 19px;
}
.banner-blocks .block-item__subtitle {
  line-height: 1.5;
  font-family: "Circular Std", sans-serif;
  text-align: center;
  font-size: 20px;
}
.banner-blocks .block-item:last-child {
  background: #e98a23;
}
.banner-blocks__contact .banner-blocks__cont {
  margin-top: 0;
}
.banner-blocks__contact .block-item {
  background: #28c08b;
  padding: 100px 40px;
}
@media only screen and (max-width: 750px) {
  .banner-blocks__contact .block-item {
    padding: 50px 20px;
  }
}
.banner-blocks__contact .block-item:nth-child(2) {
  background: #3b7dda;
}
.banner-blocks__contact .block-item:nth-child(3) {
  background: #e98a23;
}
.banner-blocks__contact .block-item:nth-child(4) {
  background: #8430a4;
}
.banner-blocks__contact .block-item__title {
  margin: 0 auto;
  width: 240px;
  max-width: 100%;
}
.banner-blocks__contact .block-item__subtitle p a {
  font-family: "Riffic", sans-serif;
  color: #e4d1bf;
  font-size: 30px;
  font-family: "Riffic", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .banner-blocks__contact .block-item__subtitle p a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-blocks__contact .block-item__subtitle p a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-blocks__contact .block-item__subtitle p a {
    font-size: 18px;
  }
}

.banner--text {
  margin: 108px 0 0 0;
}
.banner--text .banner__cont {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.banner--text .banner__title {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
  padding-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1050px) {
  .banner--text .banner__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .banner--text .banner__title {
    font-size: 22px;
  }
}
.banner--text .banner__text, .banner--text .banner__paragraph {
  width: 100%;
  margin: 0 auto;
  font-family: "Circular Std", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
  font-size: 24px;
  font-family: "Riffic", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .banner--text .banner__text, .banner--text .banner__paragraph {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .banner--text .banner__text, .banner--text .banner__paragraph {
    font-size: 18px;
  }
}
.banner--text .banner__text h2, .banner--text .banner__text h3, .banner--text .banner__text h4, .banner--text .banner__text h5, .banner--text .banner__paragraph h2, .banner--text .banner__paragraph h3, .banner--text .banner__paragraph h4, .banner--text .banner__paragraph h5 {
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner--text .banner__paragraph {
  font-size: 18px;
  text-align: start;
  line-height: 1.44;
}
.banner--text .banner__paragraph p {
  margin-bottom: 30px;
}
.banner--text .banner__paragraph p img {
  width: 100%;
  margin-top: 40px;
}
.banner--text .banner__paragraph p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2;
}
.banner--text .banner__paragraph ul, .banner--text .banner__paragraph ol {
  width: 563px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  list-style: inside;
  margin-bottom: 30px;
}
.banner--text .banner__paragraph ul li, .banner--text .banner__paragraph ol li {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  list-style: none;
}
.banner--text .banner__paragraph ul li:before, .banner--text .banner__paragraph ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner--text .banner__paragraph ul li:nth-child(1n):before, .banner--text .banner__paragraph ol li:nth-child(1n):before {
  background-image: url(images/lists/list1.png);
}
.banner--text .banner__paragraph ul li:nth-child(2n):before, .banner--text .banner__paragraph ol li:nth-child(2n):before {
  background-image: url(images/lists/list2.png);
}
.banner--text .banner__paragraph ul li:nth-child(3n):before, .banner--text .banner__paragraph ol li:nth-child(3n):before {
  background-image: url(images/lists/list3.png);
}
.banner--text .banner__paragraph ul li:nth-child(4n):before, .banner--text .banner__paragraph ol li:nth-child(4n):before {
  background-image: url(images/lists/list4.png);
}
.banner--text .banner__paragraph ul li:nth-child(5n):before, .banner--text .banner__paragraph ol li:nth-child(5n):before {
  background-image: url(images/lists/list5.png);
}
.banner--text .banner__paragraph ul li:nth-child(6n):before, .banner--text .banner__paragraph ol li:nth-child(6n):before {
  background-image: url(images/lists/list6.png);
}
.banner--text .banner__paragraph ul li:nth-child(7n):before, .banner--text .banner__paragraph ol li:nth-child(7n):before {
  background-image: url(images/lists/list7.png);
}
.banner--text .banner__paragraph ul li:nth-child(8n):before, .banner--text .banner__paragraph ol li:nth-child(8n):before {
  background-image: url(images/lists/list8.png);
}
.banner--text .banner__paragraph ul li:nth-child(9n):before, .banner--text .banner__paragraph ol li:nth-child(9n):before {
  background-image: url(images/lists/list9.png);
}
.banner--text .banner__paragraph ul li:nth-child(10n):before, .banner--text .banner__paragraph ol li:nth-child(10n):before {
  background-image: url(images/lists/list10.png);
}
.banner--text .banner__paragraph ul li:nth-child(11n):before, .banner--text .banner__paragraph ol li:nth-child(11n):before {
  background-image: url(images/lists/list11.png);
}
.banner--text .banner__paragraph ul li:nth-child(12n):before, .banner--text .banner__paragraph ol li:nth-child(12n):before {
  background-image: url(images/lists/list12.png);
}
.banner--text .banner__paragraph ul li:nth-child(13n):before, .banner--text .banner__paragraph ol li:nth-child(13n):before {
  background-image: url(images/lists/list13.png);
}
.banner--text .banner__paragraph ul li:nth-child(14n):before, .banner--text .banner__paragraph ol li:nth-child(14n):before {
  background-image: url(images/lists/list14.png);
}
.banner--text .banner__paragraph ul li:nth-child(15n):before, .banner--text .banner__paragraph ol li:nth-child(15n):before {
  background-image: url(images/lists/list15.png);
}
.banner--text .banner__paragraph ul li:nth-child(16n):before, .banner--text .banner__paragraph ol li:nth-child(16n):before {
  background-image: url(images/lists/list16.png);
}
.banner--text .banner__paragraph ul li:nth-child(17n):before, .banner--text .banner__paragraph ol li:nth-child(17n):before {
  background-image: url(images/lists/list17.png);
}
.banner--text .banner__paragraph ul li:nth-child(18n):before, .banner--text .banner__paragraph ol li:nth-child(18n):before {
  background-image: url(images/lists/list18.png);
}
.banner--text .banner__paragraph ul li:nth-child(19n):before, .banner--text .banner__paragraph ol li:nth-child(19n):before {
  background-image: url(images/lists/list19.png);
}
.banner--text .banner__paragraph ul li:nth-child(20n):before, .banner--text .banner__paragraph ol li:nth-child(20n):before {
  background-image: url(images/lists/list20.png);
}
.banner--text .banner__paragraph blockquote {
  background: #3cbe8d;
  max-width: 940px;
  padding: 25px 0;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
          clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .banner--text .banner__paragraph blockquote {
    padding: 40px;
  }
}
.banner--text .banner__paragraph blockquote p {
  font-size: 24px;
  font-family: "Circular Std", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 auto;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 900px) {
  .banner--text .banner__paragraph blockquote p {
    width: 100%;
    font-size: 20px;
  }
}
.banner--text .button {
  background: #312720;
  color: #e4d2c0;
  line-height: 1;
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.banner--text .button:hover {
  background: #e95321 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1050px) {
  .banner--text .button {
    width: 100%;
  }
}
.banner--text.two_columns_list ul, .banner--text.two_columns_list ol {
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (max-width: 750px) {
  .banner--text.two_columns_list ul, .banner--text.two_columns_list ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.banner--text.two_columns_list ul li, .banner--text.two_columns_list ol li {
  margin-top: 0;
  margin-bottom: 20px;
}
.banner--text.three_columns_list ul, .banner--text.three_columns_list ol {
  width: 100%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media only screen and (max-width: 900px) {
  .banner--text.three_columns_list ul, .banner--text.three_columns_list ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (max-width: 750px) {
  .banner--text.three_columns_list ul, .banner--text.three_columns_list ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.banner--text.three_columns_list ul li, .banner--text.three_columns_list ol li {
  margin-top: 0;
  margin-bottom: 20px;
}
.banner--text .audio__player__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .banner--text .audio__player__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--text .player__cont {
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Circular Std", sans-serif;
}
.banner--text .player--title {
  padding: 10px;
  color: #ffffff;
}
.banner--text .player--author {
  padding: 10px;
  color: #ffffff;
  background: #444;
}

.banner--text + .banner--text .banner__cont {
  padding-top: 108px;
  border-top: 1px solid #dbc3af;
}

.single-post .banner--text .banner__paragraph blockquote {
  background: #e95321;
}

.hero + .banner-blocks__contact {
  margin-top: 70px;
}

.columns--two-column {
  margin: 111px 0 125px;
}
@media only screen and (max-width: 900px) {
  .columns--two-column {
    margin: 50px 0;
  }
}
.columns--two-column .columns__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
  width: 872px;
  max-width: 100%;
}
.columns--two-column .columns__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 65px 462px;
  grid-template-columns: auto 462px;
  grid-gap: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .columns--two-column .columns__item {
    -ms-grid-columns: 1fr 65px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .columns--two-column .columns__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.columns--two-column .columns__item.image--left .columns__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .columns--two-column .columns__item.image--left .columns__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.columns--two-column .columns__item.image--left .columns__content .columns__title, .columns--two-column .columns__item.image--left .columns__content .columns__paragraph {
  text-align: left;
}
.columns--two-column .columns__item.image--left .columns__content .columns__paragraph h5 {
  text-align: left;
}
.columns--two-column .columns__item.image--left .columns__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.columns--two-column .columns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .columns--two-column .columns__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.columns--two-column .columns__image {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  padding: 18px;
  padding-bottom: 54px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .columns--two-column .columns__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.columns--two-column .columns__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f1dfcf;
}
.columns--two-column .columns__image-rotateleft {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.columns--two-column .columns__image__cont {
  aspect-ratio: 1;
  position: relative;
}
.columns--two-column .columns__image__cont::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  mix-blend-mode: multiply;
  opacity: 0.3;
  content: "";
  z-index: 2;
}
.columns--two-column .columns__title {
  text-transform: uppercase;
  color: #e98a23;
  letter-spacing: 2px;
}
.columns--two-column .columns__title--blue {
  color: #3b7dda;
}
.columns--two-column .columns__title--red {
  color: #e95321;
}
.columns--two-column .columns__title--green {
  color: #3cbe8d;
}
.columns--two-column .columns__subtitle {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  color: #312820;
}
.columns--two-column .columns__paragraph {
  font-family: "Circular Std", sans-serif;
  line-height: 1.44;
  font-size: 18px;
}
.columns--two-column .columns__paragraph p {
  font-size: 18px;
}
.columns--two-column .columns__paragraph iframe {
  max-width: 100%;
}
.columns--two-column .columns__paragraph ul {
  font-size: 20px;
}
.columns--two-column .columns__paragraph ul li {
  margin-bottom: 30px;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  list-style: none;
}
.columns--two-column .columns__paragraph ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.columns--two-column .columns__paragraph ul li:nth-child(1n):before {
  background-image: url(images/lists/list1.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(2n):before {
  background-image: url(images/lists/list2.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(3n):before {
  background-image: url(images/lists/list3.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(4n):before {
  background-image: url(images/lists/list4.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(5n):before {
  background-image: url(images/lists/list5.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(6n):before {
  background-image: url(images/lists/list6.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(7n):before {
  background-image: url(images/lists/list7.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(8n):before {
  background-image: url(images/lists/list8.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(9n):before {
  background-image: url(images/lists/list9.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(10n):before {
  background-image: url(images/lists/list10.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(11n):before {
  background-image: url(images/lists/list11.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(12n):before {
  background-image: url(images/lists/list12.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(13n):before {
  background-image: url(images/lists/list13.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(14n):before {
  background-image: url(images/lists/list14.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(15n):before {
  background-image: url(images/lists/list15.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(16n):before {
  background-image: url(images/lists/list16.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(17n):before {
  background-image: url(images/lists/list17.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(18n):before {
  background-image: url(images/lists/list18.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(19n):before {
  background-image: url(images/lists/list19.png);
}
.columns--two-column .columns__paragraph ul li:nth-child(20n):before {
  background-image: url(images/lists/list20.png);
}
.columns--two-column .columns__paragraph ul li:nth-last-chid(1) {
  margin-bottom: 0;
}
.columns--two-column.image--left .columns__item {
  -ms-grid-columns: 462px 65px auto;
  grid-template-columns: 462px auto;
}
@media only screen and (max-width: 900px) {
  .columns--two-column.image--left .columns__item {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .columns--two-column.image--left .columns__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.columns--two-column.image--left .columns__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.columns--two-column.image--left .columns__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .columns--two-column.image--left .columns__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.columns--two-column .button {
  background: #312720;
  color: #e4d2c0;
}
.columns--two-column .button:hover {
  background: #e95321 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1050px) {
  .columns--two-column .button {
    width: 100%;
  }
}
.columns--two-column.item--big .columns__cont {
  width: 1050px;
}
.columns--two-column.item--big .columns__item {
  grid-gap: 120px;
}
@media only screen and (max-width: 750px) {
  .columns--two-column.item--big .columns__item {
    grid-gap: 40px;
  }
}
.columns--two-column.item--big.image--right .columns__content {
  text-align: left;
}

.columns--program .columns__cont {
  grid-gap: 124px;
}
@media only screen and (max-width: 900px) {
  .columns--program .columns__cont {
    grid-gap: 60px;
  }
}
.columns--program .columns__item:nth-child(2n) {
  -ms-grid-columns: 462px auto;
  grid-template-columns: 462px auto;
}
@media only screen and (max-width: 900px) {
  .columns--program .columns__item:nth-child(2n) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .columns--program .columns__item:nth-child(2n) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.columns--program .columns__item:nth-child(2n) .columns__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.columns--program .columns__item:nth-child(2n) .columns__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.columns--program .button {
  line-height: 1;
  text-align: center;
}

.column__title {
  font-size: 40px;
  font-family: "Riffic", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .column__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .column__title {
    font-size: 22px;
  }
}

.letter {
  margin: 100px 0;
}
.letter .container {
  width: 958px;
}
.letter__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 377px 25px auto;
  grid-template-columns: 377px auto;
  grid-gap: 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .letter__cont {
    -ms-grid-columns: 250px 15 auto;
    grid-template-columns: 250px auto;
    grid-gap: 15;
  }
}
@media only screen and (max-width: 600px) {
  .letter__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.letter__image {
  position: relative;
}
.letter__image::before {
  position: absolute;
  top: 35px;
  right: -5px;
  content: "";
  width: 64px;
  height: 111px;
  background: url(images/photomisce.svg) no-repeat center center;
  z-index: 1;
}
.letter__image__cont {
  -webkit-clip-path: polygon(0% 0%, 100% 3%, 90% 90%, -20% 100%);
          clip-path: polygon(0% 0%, 100% 3%, 90% 90%, -20% 100%);
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 1.28;
}
.letter__image img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 93% 92%, 5% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 93% 92%, 5% 100%);
  aspect-ratio: 1.11;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.letter__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(0% 27%, 100% 20%, 95% 100%, 3% 90%);
          clip-path: polygon(0% 27%, 100% 20%, 95% 100%, 3% 90%);
  background: #e98a23;
  padding: 75px 30px;
  padding-left: 60px;
  font-family: "Circular Std", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .letter__intro {
    -webkit-clip-path: polygon(0% 6%, 100% 0%, 97% 100%, 3% 90%);
            clip-path: polygon(0% 6%, 100% 0%, 97% 100%, 3% 90%);
    padding: 70px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .letter__intro {
    font-size: 18px;
  }
}
.letter__description {
  position: relative;
  background: #dbc3af;
  -webkit-clip-path: polygon(5% 10%, 100% 0%, 95% 100%, 3% 90%);
          clip-path: polygon(5% 10%, 100% 0%, 95% 100%, 3% 90%);
  padding: 70px 80px 45px 80px;
  font-family: "Circular Std", sans-serif;
  margin-top: -25px;
}
@media only screen and (max-width: 900px) {
  .letter__description {
    -webkit-clip-path: polygon(0% 3%, 100% 0%, 95% 100%, 3% 96%);
            clip-path: polygon(0% 3%, 100% 0%, 95% 100%, 3% 96%);
  }
}
@media only screen and (max-width: 600px) {
  .letter__description {
    padding: 50px 40px 45px 40px;
  }
}
.letter__author__cont {
  margin-top: 45px;
}
.letter__author {
  padding-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: right;
}
.letter__author__position {
  text-transform: capitalize;
  text-align: right;
}

.blockquote {
  margin-top: 80px;
}
.blockquote__cont {
  background: #3cbe8d;
  max-width: 940px;
  padding: 25px 0;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
          clip-path: polygon(0 7%, 100% 0, 98% 95%, 3% 100%);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .blockquote__cont {
    padding: 40px;
  }
}
.blockquote__cont p {
  font-size: 24px;
  font-family: "Circular Std", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 auto;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 900px) {
  .blockquote__cont p {
    width: 100%;
    font-size: 20px;
  }
}
.blockquote--orange .blockquote__cont {
  background: #e95321;
}
.blockquote--green .blockquote__cont {
  background: #3cbe8d;
}

.media--content {
  margin-top: 100px;
}
.media--content .container {
  width: 1113px;
}
.media--content .media__cont {
  position: relative;
}
.media--content .media__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.media--content.media--full-width .media__image, .media--content.media--full-width .media__video, .media--content.media--full-width .media--video_youtube {
  -webkit-clip-path: none !important;
          clip-path: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
.media--content.media--full-width .media__image video, .media--content.media--full-width .media__video video, .media--content.media--full-width .media--video_youtube video {
  width: 100%;
}
.media--content.media--full-width .media__image iframe, .media--content.media--full-width .media__video iframe, .media--content.media--full-width .media--video_youtube iframe {
  width: 100%;
  height: 900px;
}
.media--content.media--full-width .media__cont {
  padding: 0;
}
.media--content.media--full-width .container {
  padding: 0;
  width: 100%;
}
.media--content.media--image .media__cont {
  padding: 0;
}
.media--content.media--image .media__image {
  position: relative;
  aspect-ratio: 1.68;
  -webkit-clip-path: polygon(0% 0%, 95% 2%, 94% 90%, 5% 100%);
          clip-path: polygon(0% 0%, 95% 2%, 94% 90%, 5% 100%);
  margin: 0 auto;
  margin-top: -7px;
  max-width: 953px;
}
.media--content.media--image .media__play {
  display: none;
}
.media--content.media--video_youtube .media__video {
  width: 100%;
  aspect-ratio: 1.77;
  position: relative;
}
.media--content.media--video_youtube .media__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.media--content.media--video_file .media__video {
  position: relative;
  padding-top: 54%;
}
.media--content.media--video_file .media__video video {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.media--content.media--video_file .media__video .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.media--content.media--video_file .media__video .image_placeholder::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  mix-blend-mode: multiply;
  z-index: 2;
}
.media--content.media--video_file .media__video .image_placeholder img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media--content.media--video_file .media__video .controls {
  display: none;
}
.media--content.media--video_file .media__video .video-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 4px;
  cursor: pointer;
}
.media--content.media--video_file .media__video .video-controls.pause {
  height: 32px;
  width: 32px;
  background: url(images/pause.svg) center/contain no-repeat;
  z-index: 2;
  font-size: 0;
}
.media--content.media--video_file .media__video .play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  .media--content.media--video_file .media__video .play-button {
    width: 60px;
    height: 60px;
  }
}
.media--content.media--video_file .media__cont {
  padding: 0;
}

.home .media--content.media--video_youtube:not(.media--full-width) .container {
  width: 1360px;
}

.blockquote + .media--imagepost,
.blockquote + .media--content.media--image:not(.media--full-width) {
  margin-top: -12px;
}

.single .media--content.media--image .media__image {
  -webkit-clip-path: polygon(1% 0, 96% 6%, 100% 95%, 0 100%);
          clip-path: polygon(1% 0, 96% 6%, 100% 95%, 0 100%);
}
.single .media--content.media--image {
  margin: 20px 0;
}
.single .blockquote + .media--content.media--image:not(.media--full-width) {
  margin-top: -12px;
}

.two_column_text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .two_column_text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.single-post .hero--post .hero__content .hero__title .title {
  text-align: center;
  width: 686px;
  max-width: 100%;
  color: #312820;
}
@media only screen and (max-width: 900px) {
  .single-post .hero--post .hero__content .hero__title .title {
    width: 100%;
  }
}
.single-post .hero--post .hero__content .hero__title .title a {
  line-height: 1;
  letter-spacing: 2px;
  color: #312720;
}
.single-post .hero + .blockquote {
  margin-top: 50px;
}
.single-post .blockquote + .banner--text {
  margin-top: 50px;
}
.single-post .media--content.media--image:not(.media--full-width) .media__image {
  -webkit-clip-path: none;
          clip-path: none;
  margin-top: 20px;
  max-width: 930px;
}

.team-grid {
  margin-top: 90px;
}
.team-grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media only screen and (max-width: 750px) {
  .team-grid__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.team-grid__item {
  max-width: 100%;
  width: 299px;
  cursor: pointer;
}
.team-grid__item:hover .team-grid__item__description {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  position: relative;
  z-index: 8;
}
.team-grid__item:hover .image_hover {
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-grid__item:hover .image_hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  z-index: 2;
}
.team-grid__item .image_hover {
  opacity: 0;
}
.team-grid__item__description {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  padding: 0 30px;
}
.team-grid__item__name {
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.team-grid__item__name .name {
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  background: #3cbe8d;
  padding: 7px 20px;
  max-width: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.team-grid__item__text {
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  background: #e98a23;
  margin: 6px 0 10px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-size: 18px;
}
.team-grid__item .button {
  background: #312720;
  color: #e4d2c0;
  max-width: 140px;
  width: 100%;
}
.team-grid__item .button:hover {
  background: #e95321 !important;
  color: #ffffff !important;
}
.team-grid .team__image {
  position: relative;
  aspect-ratio: 0.67;
}
.team-grid .team__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  mix-blend-mode: multiply;
  opacity: 0.3;
  background-color: #e98a24;
  content: "";
  z-index: 2;
}

.team__popup {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: 90%;
  z-index: 10;
  height: 70%;
  top: 50%;
  left: 50%;
  display: none;
}
@media only screen and (max-width: 900px) {
  .team__popup {
    width: 100%;
    height: 80%;
    top: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .team__popup {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
    height: 100%;
  }
}
.team__popup.js-active {
  display: block;
}
.team__popup__cont {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
  background: #dbc3af;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.team__popup__image {
  position: relative;
  aspect-ratio: 0.68;
  max-height: 440px;
}
.team__popup__image img {
  aspect-ratio: 0.68;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__popup__name {
  font-size: 20px;
  margin-bottom: 12px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  margin-top: -20px;
  letter-spacing: 1px;
}
.team__popup__name .name {
  -webkit-clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 2%, 100% 0, 100% 100%, 0% 100%);
  background: #3cbe8d;
  padding: 15px 20px;
  max-width: 281px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
}
.team__popup__text {
  margin-bottom: 40px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.team__popup__paragraph {
  font-family: "Circular Std", sans-serif;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .team__popup__paragraph {
    margin-bottom: 10px;
  }
}

.fyi .text-banner__cont {
  max-width: 623px;
  margin: 0 auto;
}
.fyi .text-banner__title {
  margin-bottom: 60px;
  text-align: center;
}
.fyi .fyi__item {
  position: relative;
  margin-bottom: 40px;
}
.fyi .fyi__item:nth-child(1n) .number, .fyi .fyi__item:nth-child(4n) .number {
  background-color: #3b7dda;
}
.fyi .fyi__item:nth-child(2n) .number {
  background-color: #e98a23;
}
.fyi .fyi__item:nth-child(3n) .number {
  background-color: #e95321;
}
.fyi .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 9px;
  padding-top: 15px;
  font-size: 25px;
  position: absolute;
  z-index: 2;
  top: -15px;
  left: -15px;
}
.fyi .blue {
  background: #3b7dda;
}
.fyi .green {
  background: #3cbe8d;
}
.fyi .paragraph {
  padding: 50px;
  min-width: 100%;
  -webkit-clip-path: polygon(1% 3%, 98% 0, 100% 100%, 0 100%);
          clip-path: polygon(1% 3%, 98% 0, 100% 100%, 0 100%);
  background: #dbc3ae;
}
.fyi p, .fyi ul, .fyi li {
  font-family: "Circular Std", sans-serif;
  font-size: 18px;
  line-height: 1.44;
}
.fyi p {
  padding: 0 0 30px 0;
}
.fyi p:nth-last-child(1) {
  padding-bottom: 0;
}
.fyi ul {
  padding-left: 20px;
}

.tabs--home {
  background: #dbc3af;
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .tabs--home {
    margin-top: 50px;
  }
}
.tabs--home .tablinks {
  background: #e4d2c0;
}
@media only screen and (max-width: 900px) {
  .tabs--home .tablinks .container {
    padding: 0;
  }
}
.tabs--home .tablinks__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .tabs--home .tablinks__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .tabs--home .tablinks__cont {
    display: block;
  }
}
.tabs--home .tablinks__item {
  background: #e4d2c0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Circular Std", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 20px 10px 15px 10px;
  min-width: 220px;
  cursor: pointer;
  -webkit-clip-path: polygon(0 25%, 98% 0, 100% 100%, 5% 100%);
          clip-path: polygon(0 25%, 98% 0, 100% 100%, 5% 100%);
  margin-bottom: -1px;
}
@media only screen and (max-width: 900px) {
  .tabs--home .tablinks__item {
    -webkit-clip-path: none;
            clip-path: none;
    font-size: 12px;
    padding: 10px 0;
  }
}
.tabs--home .tablinks__item.active, .tabs--home .tablinks__item:hover {
  background: #dbc3af;
}
.tabs--home .tabcont {
  padding: 94px 0;
}
@media only screen and (max-width: 900px) {
  .tabs--home .tabcont {
    padding: 50px 0;
  }
}
.tabs--home .tabcont__cont {
  display: none;
}
.tabs--home .tabcont__cont.js-open {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540px 97px auto;
  grid-template-columns: 540px auto;
  grid-gap: 97px;
}
@media only screen and (max-width: 1050px) {
  .tabs--home .tabcont__cont.js-open {
    -ms-grid-columns: 1fr 97px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .tabs--home .tabcont__cont.js-open {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.tabs--home .tabcont__title {
  color: #e95321;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  .tabs--home .tabcont__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .tabs--home .tabcont__title {
    font-size: 30px;
  }
}
.tabs--home .tabcont__paragraph {
  font-family: "Circular Std", sans-serif;
  padding: 23px 0;
  line-height: 1.44;
  font-weight: 600;
  font-size: 18px;
}
.tabs--home .tabcont__column {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs--home .tabcont__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 92px);
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 93% 100%, 10% 94%);
  clip-path: polygon(0% 0%, 100% 10%, 93% 100%, 10% 94%);
}
@media only screen and (max-width: 1050px) {
  .tabs--home .tabcont__image {
    width: 100%;
  }
}
.tabs--home .tabcont__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs--home .tabcont .button {
  background: #312720;
  color: #e4d2c0;
}
.tabs--home .tabcont .button:hover {
  background: #e95321 !important;
  color: #ffffff !important;
}

.photo-gallery {
  padding: 110px 0 0 0;
}
.photo-gallery .container {
  width: 1120px;
  max-width: 100%;
}
.photo-gallery__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 78px 140px;
}
@media only screen and (max-width: 1050px) {
  .photo-gallery__cont {
    grid-gap: 78px;
  }
}
@media only screen and (max-width: 900px) {
  .photo-gallery__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.photo-gallery__item__date {
  text-align: center;
  margin-top: 20px;
  font-family: "Circular Std", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.photo-gallery__item__text {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg);
  line-height: 1.2;
  text-align: center;
  width: 342px;
  max-width: 100%;
  margin: 20px auto;
  padding: 10px;
  padding-bottom: 5px;
  background: #e98a23;
  -webkit-clip-path: polygon(4% 7%, 100% 0, 100% 100%, 0 89%);
          clip-path: polygon(4% 7%, 100% 0, 100% 100%, 0 89%);
}
@media only screen and (max-width: 600px) {
  .photo-gallery__item__text {
    width: 100%;
  }
}
.photo-gallery__item__image {
  width: 100%;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1.53;
}
.photo-gallery__item__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e98a23;
  opacity: 0.3;
  content: "";
  mix-blend-mode: multiply;
  z-index: 2;
}
.photo-gallery__item--orange .photo-gallery__item__text {
  background: #e98a23;
}
.photo-gallery__item--blue .photo-gallery__item__text {
  background: #3b7dda;
}
.photo-gallery__item--red .photo-gallery__item__text {
  background: #e95321;
}
.photo-gallery__item--green .photo-gallery__item__text {
  background: #3cbe8d;
}
.photo-gallery .popup_gallery {
  display: none;
  width: 940px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #dbc3ae;
  padding: 80px;
  padding-bottom: 25px;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .photo-gallery .popup_gallery {
    padding: 25px;
  }
}
.photo-gallery .popup_gallery__item {
  width: 100%;
  display: block;
  aspect-ratio: 1.52;
}
.photo-gallery .popup_gallery__image {
  position: relative;
  aspect-ratio: 1.52;
  width: 100%;
}
.photo-gallery .popup_gallery.js-active {
  display: block;
}
.photo-gallery .popup_gallery .flickity-slider {
  aspect-ratio: 1.52;
}
.photo-gallery .popup_gallery .flickity-button {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 2;
  background: url("images/arrow-white.svg") center/contain no-repeat;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 900px) {
  .photo-gallery .popup_gallery .flickity-button {
    width: 40px;
    height: 40px;
  }
}
.photo-gallery .popup_gallery .flickity-button svg {
  display: none;
}
.photo-gallery .popup_gallery .flickity-button.previous {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: -20px;
}
.photo-gallery .popup_gallery .flickity-button.next {
  right: -20px;
}

.buttons-block {
  margin-top: 91px;
  text-align: center;
}
.buttons-block .button {
  margin: 10px;
}