/*
Theme Name: Crunch
Text Domain: twentysixteen
*/
/*$font-sizes: (
  'h1': 80px,
  'h2': 52px,
  'h3': 45px,
  'h4': 45px,
  'h5': 20px,
  'h6': 18px,
  'h7': 16px,
) !default;*/
.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: 45px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  .site__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .site__title {
    font-size: 30px;
  }
}

.site__text {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  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: 1200px) {
  .site__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site__text {
    font-size: 16px;
  }
}

/* Text Block Custom Style */
/*! 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;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "Interstate Condensed";
  src: url("fonts/Interstate-RegularCondensed.eot") format("embedded-opentype"), url("fonts/Interstate-RegularCondensed.woff") format("woff"), url("fonts/Interstate-RegularCondensed.woff2") format("woff2"), url("fonts/Interstate-RegularCondensed.ttf") format("truetype"), url("fonts/Interstate-RegularCondensed.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Interstate Condensed";
  src: url("fonts/2bca32fb-468f-4060-8c61-a17f394cb1d6.eot") format("embedded-opentype"), url("fonts/2bca32fb-468f-4060-8c61-a17f394cb1d6.woff") format("woff"), url("fonts/2bca32fb-468f-4060-8c61-a17f394cb1d6.woff2") format("woff2"), url("fonts/2bca32fb-468f-4060-8c61-a17f394cb1d6.ttf") format("truetype"), url("fonts/2bca32fb-468f-4060-8c61-a17f394cb1d6.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Interstate Condensed";
  src: url("fonts/656c1288-e1ff-44de-ad5d-de03c2e608f4.eot") format("embedded-opentype"), url("fonts/656c1288-e1ff-44de-ad5d-de03c2e608f4.woff") format("woff"), url("fonts/656c1288-e1ff-44de-ad5d-de03c2e608f4.woff2") format("woff2"), url("fonts/656c1288-e1ff-44de-ad5d-de03c2e608f4.ttf") format("truetype"), url("fonts/656c1288-e1ff-44de-ad5d-de03c2e608f4.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/0fb5ad30-29ea-431c-82dd-a74af0806ba7.eot") format("embedded-opentype"), url("fonts/0fb5ad30-29ea-431c-82dd-a74af0806ba7.woff") format("woff"), url("fonts/0fb5ad30-29ea-431c-82dd-a74af0806ba7.woff2") format("woff2"), url("fonts/0fb5ad30-29ea-431c-82dd-a74af0806ba7.ttf") format("truetype"), url("fonts/0fb5ad30-29ea-431c-82dd-a74af0806ba7.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/735904fd-b40a-4784-b615-3ae74ab3c145.eot") format("embedded-opentype"), url("fonts/735904fd-b40a-4784-b615-3ae74ab3c145.woff") format("woff"), url("fonts/735904fd-b40a-4784-b615-3ae74ab3c145.woff2") format("woff2"), url("fonts/735904fd-b40a-4784-b615-3ae74ab3c145.ttf") format("truetype"), url("fonts/735904fd-b40a-4784-b615-3ae74ab3c145.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/c9fb826e-68fd-419e-bd53-119ad471c4de.eot") format("embedded-opentype"), url("fonts/c9fb826e-68fd-419e-bd53-119ad471c4de.woff") format("woff"), url("fonts/c9fb826e-68fd-419e-bd53-119ad471c4de.woff2") format("woff2"), url("fonts/c9fb826e-68fd-419e-bd53-119ad471c4de.ttf") format("truetype"), url("fonts/c9fb826e-68fd-419e-bd53-119ad471c4de.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
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;
  font-weight: 400;
}

body {
  font-family: "Interstate", sans-serif;
  font-size: 16px;
  color: #000;
  background: #ffffff;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}

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: "Interstate", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

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

h1, .h1, .h1 p {
  font-size: 65px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h1, .h1, .h1 p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1, .h1 p {
    font-size: 45px;
  }
}

h2, .h2, .h2 p {
  font-size: 45px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h2, .h2, .h2 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2, .h2 p {
    font-size: 30px;
  }
}

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

h4, .h4, .h4 p {
  font-size: 35px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h4, .h4, .h4 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h4, .h4, .h4 p {
    font-size: 18px;
  }
}

h5, .h5, .h5 p {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}

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

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

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

: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: 1320px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .container {
    padding: 0 16px;
  }
}

.container--small {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 70px;
}
@media only screen and (max-width: 1200px) {
  .container--small {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .container--small {
    padding: 0 16px;
  }
}

.container--mid {
  width: 1320px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 70px;
}
@media only screen and (max-width: 1200px) {
  .container--mid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .container--mid {
    padding: 0 16px;
  }
}

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

/*
.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 310px);
  text-align: center;

  &__image {
    @include absolute();
    object-fit: cover;
    z-index: -1;
  }

  h3 {
    font-family: $secondary-font;
    color: $white;
    font-weight: 700;
    letter-spacing: 0.125em;
    margin-bottom: 12px;
    font-size: 45px;
  }

  &__title {
    font-family: $secondary-font;
    color: $white;
    font-weight: 700;    
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  &__text {
    font-family: $secondary-font;
    color: $white;   
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
  }
}*/
html[lang=es-ES] .wp-pagenavi .previouspostslink span {
  display: none;
}
html[lang=es-ES] .wp-pagenavi .previouspostslink:before {
  content: "Anterior";
}
html[lang=es-ES] .wp-pagenavi .nextpostslink span {
  display: none;
}
html[lang=es-ES] .wp-pagenavi .nextpostslink:before {
  content: "Siguiente";
}
html[lang=es-ES] .wp-pagenavi:hover {
  color: #000;
}

.hs-error-msgs label {
  color: #F99919 !important;
}

.site-logo {
  position: absolute;
  display: block;
  width: 152px;
  height: 95px;
  margin-right: 30px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -5px;
}
.site-logo img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .site-logo {
    position: relative;
  }
}
.site-logo:hover img {
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}

.site-menu {
  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;
  width: 100%;
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .site-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-right: 0;
  }
}
.site-menu__item {
  margin: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item:nth-last-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.site-menu__item:nth-last-child(2) .site-menu__item--text {
  color: #F99919;
}
.site-menu__item:nth-last-child(2) .site-menu__item--text:hover {
  color: #ffffff;
}
.site-menu__item:nth-last-child(3) {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .site-menu__item:nth-last-child(3) {
    padding-right: 20px;
  }
}
.site-menu__item:nth-last-child(3)::after {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  right: 0;
  background: white;
  content: "";
}
@media only screen and (max-width: 1200px) {
  .site-menu__item:nth-last-child(3)::after {
    display: none;
  }
}
.site-menu__item--plus {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--plus {
    display: block;
  }
}
.site-menu__item--plus img {
  width: auto;
  height: 33px;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item {
    margin: 0 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .site-menu__item {
    padding: 10px 15px;
  }
}
.site-menu__item--text {
  font-size: 18px;
  font-family: "Interstate", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 22px 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site-menu__item--text {
    font-size: 14px;
  }
}
.site-menu__item--text:not(.menu-toggle) .site-menu__item--text:after {
  background: white;
  bottom: 14px;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--text:not(.menu-toggle) .site-menu__item--text:after {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .site-menu__item--text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--text {
    font-size: 16px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
}
.site-menu__item--text:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-menu__item--text.current-page {
  position: relative;
}
.site-menu__item--text.current-page:after {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  background: #DE1245;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--text.current-page:after {
    display: none;
  }
}
.site-menu__item:not(.menu-toggle) .site-menu__item--text::after {
  background: white;
  bottom: 14px;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item:not(.menu-toggle) .site-menu__item--text::after {
    display: none;
  }
}
.site-menu__item:not(.menu-toggle) .site-menu__item--text:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-menu__item.menu-toggle {
  position: relative;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item.menu-toggle {
    padding-bottom: 0;
  }
  .site-menu__item.menu-toggle.menu-item-visible > .site-menu__item--text {
    padding-bottom: 15px;
  }
  .site-menu__item.menu-toggle.menu-item-visible > .site-menu__item--text:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .site-menu__item.menu-toggle.menu-item-visible .menu-toggle-items {
    max-height: 300px;
    position: relative;
  }
  .site-menu__item.menu-toggle.menu-item-visible .menu-toggle-items a {
    padding: 0;
  }
}
.site-menu__item.menu-toggle > .site-menu__item--text:after {
  content: " ";
  display: inline-block;
  margin-left: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(-4px) rotate(-315deg);
  transform: translateY(-4px) rotate(-315deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (min-width: 1200px) {
  .site-menu__item.menu-toggle > .site-menu__item--text:after {
    -webkit-transform: translateY(-2px) rotate(-315deg);
            transform: translateY(-2px) rotate(-315deg);
  }
}
@media only screen and (min-width: 1200px) {
  .site-menu__item.menu-toggle:hover .menu-toggle-items {
    max-height: 300px;
  }
  .site-menu__item.menu-toggle:hover .menu-toggle-items .site-menu__item:hover {
    background: -webkit-gradient(linear, left top, right top, from(#F20D36), to(#F89C37));
    background: linear-gradient(90deg, #F20D36, #F89C37);
  }
}
.site-menu__item.menu-toggle .menu-toggle-items {
  position: absolute;
  max-height: 0;
  height: auto;
  overflow: auto;
  -webkit-transition: max-height ease 0.5s;
  transition: max-height ease 0.5s;
  background: #000;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item.menu-toggle .menu-toggle-items {
    position: relative;
  }
}
.site-menu__item.menu-toggle .menu-toggle-items .site-menu__item a {
  padding: 7px;
}
.site-menu__item.menu-toggle .menu-toggle-items .site-menu__item:last-child {
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) {
  .site-menu__item.menu-toggle .menu-toggle-items .site-menu__item {
    margin: 0 6px;
  }
}
.site-menu__item.menu-toggle .menu-toggle-items .site-menu__item--text:hover::after, .site-menu__item.menu-toggle .menu-toggle-items .site-menu__item--text.is-active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.site-menu__item--list {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .site-menu__item--list {
    position: static;
  }
}

.responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 31px;
  height: 28px;
  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: -5px;
}
.responsive__btn span {
  display: inline-block;
  background: #ffffff;
  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: 12px;
}
.responsive__btn span:nth-child(4) {
  top: 24px;
}
.responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .responsive__btn {
    display: block;
  }
}

.menu-responsive-open .responsive__btn span {
  background: #ffffff;
}
.menu-responsive-open .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .site-menu.burger_menu {
  display: block;
}
.menu-responsive-open .header__bottom {
  margin-right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 55;
}
.menu-responsive-open .header .buttons .join:before {
  display: none;
}

.crunch-plus-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 50px;
}
.crunch-plus-container a {
  z-index: 200;
}
.crunch-plus-container .crunch-plus-hover {
  max-height: 0;
  height: 133px;
  width: 133px;
  overflow: auto;
  position: absolute;
  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: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F29B4), to(#D45297));
  background: linear-gradient(#5F29B4, #D45297);
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  z-index: 100;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.crunch-plus-container .crunch-plus-hover .crunch-plus-hover-dash {
  height: 2px;
  width: 64px;
  background: #fff;
}
.crunch-plus-container .crunch-plus-hover .crunch-plus-hover-text {
  text-align: center;
  padding: 10px 0;
  font-family: "Interstate", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .crunch-plus-container:hover .crunch-plus-hover, .crunch-plus-container:focus .crunch-plus-hover {
    max-height: 133px;
  }
}

.article__image {
  display: block;
  margin-bottom: 17.6px;
}
.article__image img {
  aspect-ratio: 1.51;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Interstate Condensed", sans-serif;
}
.article__date {
  color: #DE1245;
  margin: 9.6px 0;
  font-size: 14px;
}
.article__description {
  font-size: 14px;
}
.article__description a {
  font-weight: 300;
}
.article__description .read-more {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
.article__description .read-more:hover {
  color: #DE1245;
}

.paginator {
  margin: 117px 0;
  max-width: 100vw;
}
@media only screen and (max-width: 750px) {
  .paginator {
    margin: 72px 0;
  }
}
.paginator__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;
}
.paginator__cont .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paginator__cont .prev, .paginator__cont .next {
  font-size: 15px;
  margin: 0 64px;
  color: #808080;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .paginator__cont .prev, .paginator__cont .next {
    margin: 0 21px;
    font-size: 13px;
  }
}
.paginator__cont .facetwp-facet {
  margin-bottom: 0;
}
.paginator__cont .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paginator__cont a, .paginator__cont span {
  font-size: 19px;
  color: #374151;
  text-transform: uppercase;
  margin: 0 24px;
  border: none !important;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .paginator__cont a, .paginator__cont span {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 750px) {
  .paginator__cont a, .paginator__cont span {
    margin: 0 5px;
    padding: 3px 3px;
    font-size: 16px;
  }
}
.paginator__cont a.current, .paginator__cont span.current {
  font-weight: 900;
}
.paginator__cont a.extend, .paginator__cont span.extend {
  display: none !important;
}
.paginator__cont a.previouspostslink, .paginator__cont a.nextpostslink, .paginator__cont span.previouspostslink, .paginator__cont span.nextpostslink {
  font-size: 15px;
  margin: 0 64px;
  color: #808080;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .paginator__cont a.previouspostslink, .paginator__cont a.nextpostslink, .paginator__cont span.previouspostslink, .paginator__cont span.nextpostslink {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 750px) {
  .paginator__cont a.previouspostslink, .paginator__cont a.nextpostslink, .paginator__cont span.previouspostslink, .paginator__cont span.nextpostslink {
    margin: 0 6px;
  }
}

.popup {
  display: none;
  background: #000;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100vh;
}
.popup .sort__text {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 22px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.popup .close_popup {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  background: url(images/close.svg) no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 21px;
  height: 21px;
}
.popup__cont input[type=radio] {
  margin-bottom: 38px;
  width: 16px;
  height: 16px;
}
.popup__cont input[type=radio]:checked::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#F99919), to(#DE1245));
  background: linear-gradient(180deg, #F99919 0%, #DE1245 100%);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffff;
}
.popup__cont label {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding-left: 12px;
}
.popup__content {
  padding: 80px 50px;
}
.popup .apply {
  border: 2px solid #ffffff;
  background: #000;
  color: white;
  padding: 22px 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  width: calc(100% - 32px);
  margin-left: 16px;
  position: absolute;
  bottom: 23px;
  left: 0;
}
.popup .select2-container {
  display: none !important;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 20px 0 28px 0;
}
@media only screen and (max-width: 900px) {
  .socials {
    padding-top: 0;
    gap: 30px;
  }
}
.socials a {
  display: block;
  height: 23px;
  width: 23px;
  position: relative;
}
.socials a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.socials a:hover {
  opacity: 0.5;
}

.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  cursor: pointer;
  width: 185px;
  height: 55px;
  max-width: 100%;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Interstate", sans-serif;
  background: #000;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  text-align: center;
  position: relative;
}
.button::before,
.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.button--line,
.woocommerce #respond input#submit--line,
.woocommerce a.button--line,
.woocommerce button.button--line,
.woocommerce input.button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.button--line:hover,
.woocommerce #respond input#submit--line:hover,
.woocommerce a.button--line:hover,
.woocommerce button.button--line:hover,
.woocommerce input.button--line:hover {
  background: #cfcfcf !important;
  color: #000 !important;
}

.flickity-button-icon {
  display: none;
}

.site .gform_wrapper,
.woocommerce .gform_wrapper,
.woocommerce .site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label,
.woocommerce .gform_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper legend.gfield_label,
.woocommerce .site .gform_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper legend.gfield_label {
  display: none !important;
}
.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,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
  height: 66px;
  line-height: 40px;
  background: none;
  border: 1px solid #505050;
  padding: 0 25px;
  font-size: 18px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  height: 64px;
  border: none;
  padding: 0 16px;
}
@media only screen and (max-width: 1200px) {
  .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,
  .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .gform_wrapper textarea,
  .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .site .gform_wrapper textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .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,
  .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .gform_wrapper textarea,
  .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .site .gform_wrapper textarea {
    font-size: 14px;
  }
}
.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, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .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, .woocommerce .site .gform_wrapper textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.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, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .gform_wrapper textarea::-moz-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .site .gform_wrapper textarea::-moz-placeholder {
  color: #BBBFC1;
}
.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, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .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, .woocommerce .site .gform_wrapper textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.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, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .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, .woocommerce .site .gform_wrapper textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.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,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .gform_wrapper textarea::placeholder,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .site .gform_wrapper textarea::placeholder {
  color: #BBBFC1;
}
@media only screen and (max-width: 750px) {
  .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,
  .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .gform_wrapper textarea,
  .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce .site .gform_wrapper textarea {
    height: 50px;
    line-height: 50px;
  }
}
.site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
  padding-right: 48px;
}
.site .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-last-child(1) {
  padding-right: 0;
}
.site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .site .gform_wrapper .gfmc-column h4,
  .woocommerce .gform_wrapper .gfmc-column h4,
  .woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column h4,
  .woocommerce .gform_wrapper .gfmc-column h4,
  .woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 16px;
  }
}
.site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .site .gform_wrapper .gfmc-column .form__text,
  .woocommerce .gform_wrapper .gfmc-column .form__text,
  .woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column .form__text,
  .woocommerce .gform_wrapper .gfmc-column .form__text,
  .woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 12px;
  }
}
.site .gform_wrapper .gfmc-column .form__text a,
.woocommerce .gform_wrapper .gfmc-column .form__text a,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a {
  color: #F99919;
  text-decoration: underline;
}
.site .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
  color: #DE1245;
}
.site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfmc-column textarea,
.woocommerce .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfmc-column textarea,
.woocommerce .site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfmc-column textarea {
  width: 100%;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .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,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .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],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .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],
  .woocommerce .gform_wrapper .gform_footer input.button,
  .woocommerce .gform_wrapper .gform_footer input[type=submit],
  .woocommerce .gform_wrapper .gform_page_footer input.button,
  .woocommerce .gform_wrapper .gform_page_footer input[type=submit],
  .woocommerce .site .gform_wrapper .gform_footer input.button,
  .woocommerce .site .gform_wrapper .gform_footer input[type=submit],
  .woocommerce .site .gform_wrapper .gform_page_footer input.button,
  .woocommerce .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],
  .woocommerce .gform_wrapper .gform_footer input.button,
  .woocommerce .gform_wrapper .gform_footer input[type=submit],
  .woocommerce .gform_wrapper .gform_page_footer input.button,
  .woocommerce .gform_wrapper .gform_page_footer input[type=submit],
  .woocommerce .site .gform_wrapper .gform_footer input.button,
  .woocommerce .site .gform_wrapper .gform_footer input[type=submit],
  .woocommerce .site .gform_wrapper .gform_page_footer input.button,
  .woocommerce .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,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .site .gform_wrapper li.gfield.gfield_error,
  .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
  .woocommerce .gform_wrapper li.gfield.gfield_error,
  .woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
  .woocommerce .site .gform_wrapper li.gfield.gfield_error,
  .woocommerce .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,
  .woocommerce .gform_wrapper li.gfield.gfield_error,
  .woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
  .woocommerce .site .gform_wrapper li.gfield.gfield_error,
  .woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 12px;
  }
}
.site .gform_wrapper .gform_validation_errors,
.woocommerce .gform_wrapper .gform_validation_errors,
.woocommerce .site .gform_wrapper .gform_validation_errors {
  background: none !important;
  border: none !important;
  padding: 0 0 15px 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
}
.site .gform_wrapper .gform_validation_errors h2,
.woocommerce .gform_wrapper .gform_validation_errors h2,
.woocommerce .site .gform_wrapper .gform_validation_errors h2 {
  color: #ffffff !important;
}
.site .gform_wrapper .gform_validation_errors h2 .gform-icon,
.woocommerce .gform_wrapper .gform_validation_errors h2 .gform-icon,
.woocommerce .site .gform_wrapper .gform_validation_errors h2 .gform-icon {
  display: none;
}
.site .gform_wrapper .validation_message,
.woocommerce .gform_wrapper .validation_message,
.woocommerce .site .gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: #ffffff !important;
}
.site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
  padding: 8px 0;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .site .gform_wrapper div.validation_error,
  .woocommerce .gform_wrapper div.validation_error,
  .woocommerce .site .gform_wrapper div.validation_error {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper div.validation_error,
  .woocommerce .gform_wrapper div.validation_error,
  .woocommerce .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],
.woocommerce .gform_wrapper .gfield_checkbox li input,
.woocommerce .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .site .gform_wrapper .gfield_checkbox li input,
.woocommerce .site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .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,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #505050;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
  .site .gform_wrapper ul.gfield_radio li label,
  .woocommerce .gform_wrapper ul.gfield_checkbox li label,
  .woocommerce .gform_wrapper ul.gfield_radio li label,
  .woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
  .woocommerce .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,
  .woocommerce .gform_wrapper ul.gfield_checkbox li label,
  .woocommerce .gform_wrapper ul.gfield_radio li label,
  .woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
  .woocommerce .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,
.woocommerce .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #F99919;
  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,
.woocommerce .gform_wrapper .gchoice_select_all:after,
.woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .site .gform_wrapper .gchoice_select_all:after,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #DE1245;
  content: "";
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
  height: 66px;
  line-height: 40px;
  background: none;
  border: 1px solid #505050;
  padding: 0 25px;
  font-size: 18px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  width: 100%;
  margin-bottom: 8px;
  background: #ffffff !important;
}
@media only screen and (max-width: 1200px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .formBox textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .formBox textarea {
    font-size: 14px;
  }
}
.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: #BBBFC1;
}
.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: #BBBFC1;
}
.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: #BBBFC1;
}
.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: #BBBFC1;
}
.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: #BBBFC1;
}
.formBox p {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #505050;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .formBox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox p {
    font-size: 12px;
  }
}
.formBox p a {
  color: #F99919;
  text-decoration: underline;
}
.formBox p a:hover {
  color: #DE1245;
}

.form_block .formBox {
  margin: 0 auto;
  width: 337px;
  max-width: 100%;
}
.form_block .formBox .gform_footer {
  text-align: center;
}

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

.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: 16px;
  font-family: "Interstate", sans-serif;
  color: #808080;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .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: 16px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .post-cont__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__title {
    font-size: 16px;
  }
}
.post-cont__title:hover {
  color: #DE1245;
}
.post-cont__link {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .post-cont__link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__link {
    font-size: 12px;
  }
}
.post-cont__link:hover {
  color: #DE1245;
}

.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: 1200px) {
  .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);
  }
}

.slider__images {
  margin: 64px 0 0 0;
  padding: 0 16px 0 41px;
}
@media only screen and (max-width: 1290px) {
  .slider__images {
    padding: 0;
  }
}
.slider__images .container {
  padding: 0 70px 0 70px;
}
@media only screen and (max-width: 1200px) {
  .slider__images .container {
    padding: 0 2px 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .slider__images .container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 750px) {
  .slider__images {
    margin-top: 44px;
  }
}
.slider__images__image {
  width: 100%;
  aspect-ratio: 1.39;
}
.slider__images__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__images__title {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 55px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 49px;
}
.slider__images__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  border-bottom: 3px solid #DE1245;
  content: "";
  padding-bottom: 56px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slider__images__cont {
  /*display: block;
  width: 100%;
  height: 100%;*/
  /*.flickity-slider {
      display: block;
      width: 100%;
      height: auto;
  }*/
  /*.flickity-viewport {
      height: 332px;
  }*/
}
@media only screen and (max-width: 1290px) {
  .slider__images__cont {
    padding-bottom: 113px;
  }
}
.slider__images__cont .flickity-button {
  color: #DE1245;
  border-radius: 50%;
  border: 2px solid #000000;
  padding: 0;
  width: 56px;
  height: 56px;
  left: -25.6px;
  right: auto;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: #ffffff url(images/slider-arrow-left.svg) center no-repeat;
}
@media only screen and (max-width: 1290px) {
  .slider__images__cont .flickity-button {
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(calc(-100% - 24px), 0);
            transform: translate(calc(-100% - 24px), 0);
  }
}
.slider__images__cont .flickity-button svg {
  display: none;
}
.slider__images__cont .flickity-button.next {
  right: -4px;
  left: auto;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #ffffff url(images/slider_arrow_right.svg) center no-repeat;
}
@media only screen and (max-width: 1290px) {
  .slider__images__cont .flickity-button.next {
    bottom: 0;
    top: auto;
    left: auto;
    right: 50%;
    -webkit-transform: translate(calc(100% + 10px), 0);
            transform: translate(calc(100% + 10px), 0);
  }
}
.slider__images__cont .flickity-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.slider__images__cont .flickity-button-icon {
  display: block;
  fill: #DE1245;
  width: 23px;
  height: 18px;
  left: 25%;
  top: 30%;
}
.slider__images__item {
  padding-right: 28px;
  width: 25%;
}
@media only screen and (max-width: 1290px) {
  .slider__images__item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  .slider__images__item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .slider__images__item {
    width: 100%;
    padding-right: 0;
  }
}
.slider__images__item a {
  position: relative;
  width: 100%;
  display: block;
}
.slider__images__item__image {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1.39;
}
.slider__images__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__images__item__title {
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  font-weight: 700;
  margin-top: 22px;
}
@media only screen and (max-width: 1200px) {
  .slider__images__item__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .slider__images__item__title {
    font-size: 16px;
  }
}
.slider__images__item__date {
  margin: 12px 0;
  color: #DE1245;
}
@media only screen and (max-width: 750px) {
  .slider__images__item__date {
    font-size: 14px;
  }
}
.slider__images__item__description {
  font-size: 16px;
}
.slider__images__item__description .read-more {
  font-weight: 700;
}
.slider__images__item__description .read-more:hover {
  color: #DE1245;
}
.slider__images--no-text .slider__images__item__image {
  aspect-ratio: 1;
}

.explore__more__articles {
  margin-top: 0;
  margin-bottom: 90px;
}

.stars_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stars_cont .star {
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0 1.5px;
}
.stars_cont .star svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stars_cont .star.active svg path {
  fill: #F99919;
}

.product__item .stars_cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.breadcrumb {
  color: #000;
  margin-bottom: 12.8px;
  color: #DE1245;
  font-size: 16px;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb span,
.breadcrumb a {
  font-size: 16px;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  color: #DE1245;
}
@media only screen and (max-width: 750px) {
  .breadcrumb span,
  .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb a {
  color: #000 !important;
  text-decoration: underline;
  text-decoration-color: #999;
  text-decoration-thickness: 0.5px;
}
.breadcrumb a:hover {
  color: #DE1245 !important;
}
.breadcrumb .separator {
  color: #000;
  padding: 0 5px;
}

.hero__cont {
  width: 100%;
  position: relative;
  padding: 30px 0;
  min-height: 626px;
  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;
  padding-top: 70px;
  margin-top: -70px;
}
@media only screen and (max-width: 1200px) {
  .hero__cont {
    min-height: 350px;
    padding-top: 0;
    margin-top: 0;
  }
}
.hero__cont .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__cont .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__cont .hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(177.06deg, #401945 27.66%, rgba(217, 217, 217, 0) 136.78%);
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
}
.hero__cont .hero__text {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 70px 0 20px;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  .hero__cont .hero__text {
    padding: 70px 13px 20px;
  }
}
.hero__cont .hero__text .hero__title {
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .hero__cont .hero__text .hero__title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1290px) {
  .hero__cont .hero__text .hero__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero__cont .hero__text .hero__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .hero__cont .hero__text .hero__title {
    font-size: 35px;
  }
}
.hero__cont .hero__text .hero__subtitle {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .hero__cont .hero__text .hero__subtitle {
    padding: 0 10px;
    font-size: 14px;
  }
}

.hero_simple {
  margin-top: 30px;
  margin-bottom: 79px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .hero_simple {
    margin-bottom: 39px;
  }
}
.hero_simple__title {
  font-size: 40px;
  font-family: "Interstate", sans-serif;
  color: #F99919;
}
@media only screen and (max-width: 1200px) {
  .hero_simple__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_simple__title {
    font-size: 28px;
  }
}
.hero_simple__text,
.hero_simple .term-description {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #808080;
  line-height: 1.5;
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  .hero_simple__text,
  .hero_simple .term-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_simple__text,
  .hero_simple .term-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_simple__text,
  .hero_simple .term-description {
    margin-top: 15px;
  }
}

.hero_simple + section {
  margin-top: 0;
}

.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.3s ease;
  transition: all 0.3s ease;
  max-width: 100vw;
}
.header .buttons {
  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%;
}
@media only screen and (max-width: 1200px) {
  .header .buttons {
    display: block;
  }
}
.header .buttons .button {
  width: 145px;
  height: 70px;
  font-size: 14px;
  line-height: 70px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1200px) {
  .header .buttons .button {
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: auto;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 400px) {
  .header .buttons .button {
    font-size: 14px;
    padding: 0 15px !important;
  }
}
.header .buttons .free_trial {
  background: #F99919;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .header .buttons .free_trial {
    background: none;
    color: #F99919;
  }
}
.header .buttons .free_trial:hover {
  background-color: #F20D36 !important;
}
.header .buttons .join {
  background: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .buttons .join:before {
  background: linear-gradient(287.27deg, #F89C37 5.41%, #F20D36 118.6%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .buttons .join:hover {
  background: #F20D36 !important;
}
.header .buttons .join:hover:before {
  opacity: 0;
}
.header__top {
  background: #000;
  color: #ffffff;
  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 only screen and (max-width: 1200px) {
  .header__top {
    background: none;
  }
}
.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .header__top__right .user-login {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header__top__right .language {
    display: none !important;
  }
}
.header__top__right__items {
  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: 1200px) {
  .header__top__right__items {
    display: none !important;
  }
}
.header__top__right__items .crunch-live {
  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: 1200px) {
  .header__top__right__items .crunch-live {
    display: none;
  }
}
.header__top__right__items .crunch-live img {
  width: auto;
  height: 51px;
}
.header__top__right__items .crunch-live::before, .header__top__right__items .language::before {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -20px;
  background: white;
  content: "";
}
.header__top-bar {
  width: 100vw;
  margin-left: -60px;
  background: #8E9497;
  padding: 8px 60px;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header__top-bar {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header__top-bar {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__top-bar {
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header__top {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .header__top {
    padding: 0 0 0 16px;
  }
}
.header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .header__top__left {
    margin-left: 0;
    padding: 6px 0 0 0;
  }
}
.header__top__left .header_title {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .header__top__left .header_title {
    display: none;
  }
}
.header__top__left .header_title b {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.header__top__left .header_title b:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 900px) {
  .header__top__left .header_title b {
    font-size: 16px;
  }
}
.header__top__left .site-logo {
  display: none;
  width: 70px;
  height: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .header__top__left .site-logo {
    display: block;
  }
}
.header__bottom {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 25px;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .header__bottom {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: #000;
    padding: 34px 24px;
    padding-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    z-index: 5;
    -webkit-overflow-scrolling: touch;
  }
}
.header__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
}
.header__bottom__left .cont {
  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: 1200px) {
  .header__bottom__left {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__bottom__left .site-logo {
    width: 70px;
    height: auto;
  }
  .header__bottom__left .language {
    margin: 0 32px 0 0 !important;
  }
  .header__bottom__left .responsive__btn {
    margin-top: -7px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__bottom__left .language,
  .header__bottom__left .responsive__btn {
    display: none !important;
  }
}
.header__bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -290px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .header__bottom__right {
    width: 100%;
    margin-top: 52px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .header__bottom__right .buttons.bottom__buttons {
    display: none !important;
  }
}
.header__bottom__right .buttons.bottom__buttons .button {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 1200px) {
  .header__bottom__right .buttons:not(.bottom__buttons) .user-login {
    display: none !important;
  }
}
.header__bottom__right .buttons:not(.bottom__buttons) .free_trial {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: #F99919;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .header__bottom__right .buttons:not(.bottom__buttons) .free_trial {
    display: none !important;
  }
}
.header__bottom__right .buttons:not(.bottom__buttons) .join {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border: 3px solid transparent;
  border-image-slice: 1;
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) {
  .header__bottom__right .buttons:not(.bottom__buttons) .join {
    display: none !important;
  }
}
.header__bottom__right .buttons:not(.bottom__buttons) .user-login {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: none;
  color: #ffffff;
  margin-top: 20px !important;
  text-decoration: underline;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media only screen and (min-width: 1200px) {
  .header__bottom__right .buttons:not(.bottom__buttons) .user-login {
    display: none !important;
  }
}
.header .user-login {
  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-right: 50px;
  width: 32px;
  height: 32px;
  position: relative;
}
.header .user-login img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .header .user-login {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    color: #ffffff;
  }
}
.header .language {
  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-right: 50px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .header .language {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    color: #ffffff;
  }
}
.header .language.js-open .language__list {
  display: block;
}
.header .language.js-open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .language__button {
  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;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .header .language__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .language .flag {
  position: relative;
  width: 32px;
  height: 32px;
}
.header .language .flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .language span {
  margin: 0 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.header .language__list {
  position: absolute;
  top: 50px;
  right: -9px;
  width: 190px;
  background: #ffffff;
  display: none;
}
.header .language__item,
.header .language ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4;
  color: #000;
}
.header .language__item:nth-last-child(1),
.header .language ul li:nth-last-child(1) {
  border: none;
}
.header .language__item:hover,
.header .language ul li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f20d36), to(#f89a37));
  background: linear-gradient(to right, #f20d36 0%, #f89a37 100%);
  color: #ffffff;
}
.header .language__item span,
.header .language__item a,
.header .language ul li span,
.header .language ul li a {
  font-size: 14px;
  margin: 0 8px 0 10px;
}
.header .language ul li {
  padding: 15px 0 15px 35px;
  border: none;
}
.header .language ul {
  display: none;
}
.header .language .submenu {
  border-bottom: 1px solid #f4f4f4;
}
.header .language .submenu .submenuarrow {
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(104, 104, 104, 0.7);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .language .submenu .language__item {
  border: none;
  cursor: pointer;
  padding-right: 10px;
}
.header .language .submenu.js-open ul {
  display: block;
}
.header .language .submenu.js-open .submenuarrow {
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(104, 104, 104, 0.7);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header .language__flag {
  margin: 10px 0 10px 10px;
  width: 32px;
  height: 32px;
  position: relative;
}
.header .language__flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .scrolled .header {
    -webkit-transform: translate(0, -70px);
            transform: translate(0, -70px);
  }
  .scrolled .header .header__bottom {
    background: #131313;
  }
  .scrolled .header .header__bottom__left {
    height: 50px;
  }
  .scrolled .header .header__bottom__right {
    margin-right: 0;
  }
  .scrolled .header .site-menu__item--text {
    padding: 12px 0;
  }
  .scrolled .header .site-menu__item--text:after {
    bottom: 9px;
  }
  .scrolled .site-logo {
    height: 55px;
    margin-top: 14px;
    top: 8px;
  }
  .scrolled .site-menu__item {
    margin: 0 8px;
  }
  .scrolled .site-menu__item:nth-last-child(3)::after {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
@media only screen and (max-width: 1200px) {
  .scrolled .header {
    background: #131313;
  }
}
@media only screen and (max-width: 1375px) and (min-width: 1200px) {
  .scrolled .site-menu__item:nth-last-child(1) {
    display: none;
  }
  .scrolled .site-menu__item:nth-last-child(2) {
    padding-right: 0;
  }
  .scrolled .site-menu__item:nth-last-child(2):after {
    display: none;
  }
}

.error_template {
  padding: 200px 0;
}
.error_template .page-content {
  width: 50%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .error_template .page-content {
    width: 100%;
  }
}

.site-main {
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .site-main {
    margin-top: 0;
  }
}

.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: #000;
  color: #ffffff;
  position: relative;
}
.site-footer .go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 69px;
  height: 69px;
  background: #DE1245 url(images/arrow-top.svg) center no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .site-footer .go-top {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 48px;
    height: 48px;
    background-size: 35%;
  }
}
.site-footer .go-top:hover {
  background: #940C2E url(images/arrow-top.svg) center no-repeat;
}
@media only screen and (max-width: 900px) {
  .site-footer .go-top:hover {
    background-size: 35%;
  }
}
.site-footer .container {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .site-footer .container {
    padding: 0 16px;
  }
}
.site-footer__cont {
  padding: 56px 0;
}
@media only screen and (max-width: 750px) {
  .site-footer__cont {
    padding: 20px 0 30px 0;
  }
}
.site-footer__container {
  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: 900px) {
  .site-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.site-footer__column {
  position: relative;
}
.site-footer__column--left, .site-footer__column--right {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .site-footer__column--left, .site-footer__column--right {
    max-width: 100%;
  }
}
.site-footer__column--left {
  position: relative;
}
.site-footer__column--left p {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .site-footer__column--left p {
    font-size: 16px;
  }
}
.site-footer__column--right {
  text-align: right;
  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;
  min-width: 435px;
}
@media only screen and (max-width: 900px) {
  .site-footer__column--right {
    text-align: left;
    width: 100%;
    min-width: 0;
    padding-top: 25px;
    border-top: 1px solid #151515;
  }
}
@media only screen and (max-width: 900px) {
  .site-footer__links {
    margin-left: -15px;
  }
}
.site-footer__links a {
  color: #686868;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
}
.site-footer__links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #686868;
}
@media only screen and (min-width: 900px) {
  .site-footer__links a:nth-child(3), .site-footer__links a:nth-child(5) {
    padding-right: 0;
  }
  .site-footer__links a:nth-child(3):after, .site-footer__links a:nth-child(5):after {
    display: none;
  }
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.site-footer__title:hover {
  color: #F99919;
}
.site-footer .copyright {
  font-size: 13px;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  color: #505050;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.videos {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .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: 35px;
  font-family: "Interstate", sans-serif;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .videos__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .videos__title {
    font-size: 18px;
  }
}
.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;
}

.text_block {
  margin-top: 130px;
}
@media only screen and (max-width: 1200px) {
  .text_block {
    margin-top: 70px;
  }
}
.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: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .text_block__cont h1, .text_block__cont h2, .text_block__cont h3, .text_block__cont h4, .text_block__cont h5, .text_block__cont h6 {
    margin-bottom: 11px;
  }
}
.text_block__cont h1,
.text_block__cont h2,
.text_block__cont h3,
.text_block__cont h4,
.text_block__cont h5,
.text_block__cont h6 {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .text_block__cont h1,
  .text_block__cont h2,
  .text_block__cont h3,
  .text_block__cont h4,
  .text_block__cont h5,
  .text_block__cont h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
.text_block__cont h2 {
  font-size: 30px;
}
.text_block__cont h3 {
  font-size: 24px;
}
.text_block__cont h4 {
  font-size: 20px;
}
.text_block__cont h5 {
  font-size: 18px;
}
.text_block__cont p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 600px) {
  .text_block__cont p {
    font-size: 16px;
  }
}
.text_block__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.text_block__cont p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.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: #F99919;
}
.text_block__cont a:hover {
  text-decoration: underline;
}
.text_block__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #F99919;
}
.text_block__cont blockquote p {
  font-size: 35px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .text_block__cont blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont blockquote p {
    font-size: 18px;
  }
}
.text_block__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.text_block__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.text_block__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block__cont .alignright {
  float: right;
  margin-left: 30px;
}

.text_video {
  margin-top: 81px;
}
@media only screen and (max-width: 750px) {
  .text_video {
    margin-top: 35px;
    margin-bottom: 45px;
  }
}
.text_video__cont {
  display: -ms-grid;
  display: grid;
  grid-gap: 70px;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .text_video__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .text_video__cont {
    grid-gap: 0;
  }
}
.text_video__cont__video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1.41;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .text_video__cont__video {
    width: 100%;
    height: 100%;
  }
}
.text_video__cont__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text_video__data {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .text_video__data {
    padding-top: 28px;
  }
}
.text_video__data .text_video__title {
  font-family: "Interstate Condensed", sans-serif;
  padding-bottom: 32px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .text_video__data .text_video__title {
    padding-bottom: 16px;
    font-size: 22px;
  }
}
.text_video__data .text_video__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
}
.text_video__data .text_video__subtitle {
  margin: 32px 0 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.16;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 750px) {
  .text_video__data .text_video__subtitle {
    font-size: 35px;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 750px) {
  .text_video__data button {
    width: 100%;
  }
}

.image_text {
  margin: 98px 0;
}
@media only screen and (max-width: 900px) {
  .image_text {
    margin: 35px 0;
  }
}
.image_text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58% 56px auto;
  grid-template-columns: 58% auto;
  grid-gap: 56px;
}
@media only screen and (max-width: 900px) {
  .image_text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 28px;
  }
}
.image_text__cont__image {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1.41;
  position: relative;
}
.image_text__cont__image img, .image_text__cont__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .image_text__cont__image {
    width: 100%;
    height: 100%;
  }
}
.image_text__cont__image__responsive {
  display: none;
}
.image_text__data {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .image_text__data {
    padding: 0;
  }
}
.image_text__data__title {
  padding-bottom: 32px;
  position: relative;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .image_text__data__title {
    padding-bottom: 16px;
  }
}
.image_text__data__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
}
.image_text__data__subtitle {
  font-family: "Interstate Condensed", sans-serif;
  text-transform: capitalize;
  margin: 25px 0 0 0;
  font-weight: 700;
  line-height: 1.16;
}
@media only screen and (max-width: 900px) {
  .image_text__data__subtitle {
    margin: 16px 0 0 0;
  }
}
.image_text__data__date {
  font-size: 20px;
  font-family: "Interstate Condensed", sans-serif;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .image_text__data__date {
    margin: 16px 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .image_text__data__date {
    font-size: 16px;
  }
}
.image_text__data .button {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .image_text__data .button {
    margin-top: 24px;
    width: 100%;
    font-size: 18px;
  }
}
.image_text--full-width .container {
  padding: 0;
  width: 100%;
}
.image_text--full-width .image_text__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 2.26;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__cont {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 600px) {
  .image_text--full-width .image_text__cont {
    aspect-ratio: 0.72;
  }
}
.image_text--full-width .image_text__cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.image_text--full-width .image_text__cont__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1215px;
  height: 100%;
  content: "";
  background: linear-gradient(102.87deg, #401945 21.85%, rgba(217, 217, 217, 0) 73.22%);
  mix-blend-mode: multiply;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .image_text--full-width .image_text__cont__image::before {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__cont__image::before {
    background: linear-gradient(66.36deg, #401945 26.33%, rgba(217, 217, 217, 0) 91.18%);
  }
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__cont__image {
    display: none;
  }
}
.image_text--full-width .image_text__cont__image__responsive {
  display: none;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__cont__image__responsive {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
.image_text--full-width .image_text__data {
  color: #ffffff;
  width: 1320px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data {
    padding: 0 20px;
    margin: 42px 0;
    position: absolute;
  }
}
.image_text--full-width .image_text__data__title {
  position: relative;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data__title {
    padding-bottom: 16px;
  }
}
.image_text--full-width .image_text__data__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 4px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
}
.image_text--full-width .image_text__data__subtitle {
  text-transform: capitalize;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.19;
  margin: 25px 0 0 0;
  width: 582px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data__subtitle {
    margin: 16px 0 0 0;
  }
}
.image_text--full-width .image_text__data__date {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 20px;
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data__date {
    margin: 16px 0 0 0;
  }
}
.image_text--full-width .image_text__data .button {
  display: inline-block;
  cursor: pointer;
  width: 185px;
  height: 55px;
  max-width: 100%;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Interstate", sans-serif;
  background: #000;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  line-height: 53px;
}
.image_text--full-width .image_text__data .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .image_text--full-width .image_text__data .button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.image_text--full-width .image_text__data .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.image_text--full-width .image_text__data .button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.image_text--full-width .image_text__data .button--line:hover {
  background: #cfcfcf !important;
  color: #000 !important;
}
.image_text--full-width .image_text__data .button:before {
  display: none !important;
}
.image_text--full-width .image_text__data .button:hover {
  background: #ffffff !important;
  color: #000 !important;
}
@media only screen and (max-width: 900px) {
  .image_text--full-width .image_text__data .button {
    width: 100%;
  }
}
.image_text .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image_text .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%);
}
.image_text .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;
}
.image_text .controls {
  display: none;
}
.image_text .controls .video-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 4px;
  cursor: pointer;
  background: red;
}
@media only screen and (max-width: 750px) {
  .image_text .controls .video-controls {
    font-size: 10px;
    font-weight: 600;
    top: 15px;
    right: 15px;
  }
}
.image_text .controls .video-controls:hover {
  background: #000;
}
.image_text .play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 152px;
  height: 152px;
}
.image_text .play-button:hover circle {
  stroke: #F99919;
}
.image_text .play-button:hover path {
  fill: #F99919;
}
@media only screen and (max-width: 750px) {
  .image_text .play-button {
    width: 60px;
    height: 60px;
  }
}
.image_text .play-button:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}

.explore_topics {
  display: block;
  margin: 45px 0;
  position: relative;
}
.explore_topics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.explore_topics__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.explore_topics__cont__title {
  width: 100%;
  margin-bottom: 21px;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont__title {
    width: calc(100% - 78px) !important;
  }
}
.explore_topics__cont .search {
  width: calc(100% - 449px);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .search {
    width: calc(100% - 44px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.explore_topics__cont .search::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: black;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .search::after {
    left: 0;
    width: calc(100% - 8px);
  }
}
.explore_topics__cont .search .facetwp-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.explore_topics__cont .search .facetwp-input-wrap .facetwp-icon {
  position: relative;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore_topics__cont .search .facetwp-input-wrap .facetwp-icon::before {
  background: url("images/search.svg") center/contain no-repeat;
  width: 24.8px;
  height: 24.8px;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .search .facetwp-input-wrap .facetwp-icon::before {
    width: 21px;
    height: 21px;
  }
}
.explore_topics__cont .search .facetwp-input-wrap input {
  padding: 16.8px 23px;
  font-size: 19px;
  min-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .search .facetwp-input-wrap input {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.explore_topics__cont .search .facetwp-input-wrap input:focus {
  outline: none;
}
.explore_topics__cont .search .facetwp-input-wrap input::-webkit-input-placeholder {
  color: #949494;
  font-weight: 400;
  line-height: 29px;
}
.explore_topics__cont .search .facetwp-input-wrap input::-moz-placeholder {
  color: #949494;
  font-weight: 400;
  line-height: 29px;
}
.explore_topics__cont .search .facetwp-input-wrap input:-ms-input-placeholder {
  color: #949494;
  font-weight: 400;
  line-height: 29px;
}
.explore_topics__cont .search .facetwp-input-wrap input::-ms-input-placeholder {
  color: #949494;
  font-weight: 400;
  line-height: 29px;
}
.explore_topics__cont .search .facetwp-input-wrap input::placeholder {
  color: #949494;
  font-weight: 400;
  line-height: 29px;
}
.explore_topics__cont .search--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore_topics__cont .sort__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore_topics__cont .sortby_responsive {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .sortby_responsive {
    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: 44px;
    height: 46px;
    background-color: #000;
    position: relative;
  }
  .explore_topics__cont .sortby_responsive .sort__text {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .sortby_responsive .sort-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.explore_topics__cont .sortby_responsive select {
  opacity: 0;
  width: 44px;
  height: 46px;
  position: relative;
  z-index: 9;
}
.explore_topics__cont .browse__responsive {
  display: none;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .browse__responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 525px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 21px;
  }
  .explore_topics__cont .browse__responsive img {
    height: 13px;
    width: 17px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .browse__responsive {
    width: auto;
  }
}
.explore_topics__cont .sort__clear {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .explore_topics__cont .sort__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
.explore_topics .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 414px;
  margin-left: 32px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .sort {
    display: none;
  }
}
.explore_topics .sort__text {
  font-size: 16px;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-right: 25px;
  white-space: nowrap;
}
.explore_topics .sort .facetwp-facet-sort_by select {
  background: #000;
  color: #ffffff;
  width: 200px;
  max-width: 100%;
  padding: 23px;
  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;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("images/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: 85% 50%;
}
.explore_topics .sort .facetwp-facet-sort_by .select2-container {
  width: auto !important;
}
.explore_topics .sort .select2.select2-container.select2-container--default {
  min-width: 200px;
}
.explore_topics .sort .select2-container--default .select2-selection--single {
  background: #000;
  color: #ffffff;
  width: 200px;
  min-width: 200px;
  height: 49px;
  max-width: 100%;
  padding: 0 48px 0 13.6px;
  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;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none !important;
}
.explore_topics .sort .select2-selection__arrow {
  top: 0;
  right: 21px;
  width: 13px;
  height: 49px;
  background: url("images/arrow-dropdown.svg") center/contain no-repeat;
}
.explore_topics .sort .select2-selection__arrow b {
  display: none;
}
.explore_topics .sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.explore_topics .sort .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.explore_topics .sort__clear .facetwp-facet-clear_filter .facetwp-reset {
  font-size: 16px;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 20px;
  cursor: pointer;
  color: #DE1245;
  text-decoration: underline;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .sort__clear .facetwp-facet-clear_filter .facetwp-reset {
    padding-left: 0;
  }
}
.explore_topics .sort .sort__clear {
  display: block;
}
.explore_topics .sort .facetwp-reset {
  font-size: 16px;
  font-family: "Interstate Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 20px;
  cursor: pointer;
  color: #DE1245;
  text-decoration: underline;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .sort .facetwp-reset {
    padding-left: 0;
  }
}
.explore_topics .facetwp-facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .facetwp-facet {
    display: block;
  }
}
.explore_topics .facetwp-facet .facetwp-checkbox {
  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;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 27px 17px;
  min-width: 175px;
  height: 60px;
  cursor: pointer;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .facetwp-facet .facetwp-checkbox {
    width: 100%;
    height: 49px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .explore_topics .facetwp-facet .facetwp-checkbox {
    padding: 16px 0px;
  }
}
.explore_topics .facetwp-facet .facetwp-checkbox .facetwp-display-value {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .facetwp-facet .facetwp-checkbox .facetwp-display-value {
    font-size: 14px;
  }
}
.explore_topics .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.explore_topics .facetwp-facet .checked {
  background: black;
  color: #ffffff;
}
.explore_topics .facetwp-facet .checked::after {
  content: "";
  background: url("images/close.svg") center/contain no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 14px;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .facetwp-facet .checked::after {
    margin-left: 7px;
  }
}
.explore_topics .topics__filters {
  width: 100%;
}
.explore_topics .topics__filters .facetwp-facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
}
@media only screen and (max-width: 1200px) {
  .explore_topics .topics__filters .facetwp-facet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-gap: 22px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .explore_topics .topics__filters .facetwp-facet {
    grid-gap: 16px;
  }
}
.explore_topics--nosearch .search {
  display: none;
}
.explore_topics--nosearch .explore_topics__cont__title {
  width: calc(100% - 439px);
}
.explore_topics--nosearch .sortby_responsive {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .explore_topics--nosearch .sortby_responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .explore_topics--nosearch .sortby_responsive .sort__text {
    color: white;
  }
}
@media only screen and (max-width: 1200px) {
  .explore_topics--nosearch .sort__clear {
    display: none;
  }
}

.topics-listing {
  margin: 96px 0 92px;
}
@media only screen and (max-width: 1200px) {
  .topics-listing {
    margin: 96px 0;
  }
}
@media only screen and (max-width: 750px) {
  .topics-listing {
    margin: 45px 0;
  }
}
.topics-listing .topic__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 56px 48px;
}
@media only screen and (max-width: 1200px) {
  .topics-listing .topic__cont {
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .topics-listing .topic__cont {
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .topics-listing .topic__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.select2-dropdown {
  background: #000;
  border: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  min-height: 180px;
}

.select2-results__option {
  padding: 0 13.6px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
}

.select2-container--default .select2-results__option--selected {
  background: #F99919 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #878787;
}

.articles {
  margin: 70px 0 77px;
}
@media only screen and (max-width: 750px) {
  .articles {
    margin: 0 0 12px;
  }
}
.articles .articles__title {
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  font-size: 120px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  padding-bottom: 47px;
  color: transparent;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .articles .articles__title {
    font-size: 65px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .articles .articles__title {
    font-size: 40px;
  }
}
.articles .articles__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 194px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  content: "";
}
@media only screen and (max-width: 750px) {
  .articles .articles__title::after {
    width: 80px;
  }
}
.articles__subtitle {
  font-family: "Interstate Condensed", sans-serif;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  padding: 36px 0 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .articles__subtitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .articles__subtitle {
    font-size: 20px;
    padding: 24px 13px 40px 13px;
  }
}
.articles__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
}
@media only screen and (max-width: 1200px) {
  .articles__items {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .articles__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
.articles__items .articles__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.articles__items .articles__item:hover .articles__item__data {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.articles__items .articles__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles__items .articles__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.15;
}
.articles__items .articles__item__category {
  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;
  background: black;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.articles__items .articles__item__category__icon {
  display: inline-block;
  border-radius: 50%;
  background: black;
  position: absolute;
  bottom: 30%;
  left: auto;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  /*@include responsive('tablet-v') {
      width: 62px;
      height: 62px;
      padding-top: 15px;
  }*/
}
.articles__items .articles__item__category__icon img {
  width: auto;
  height: 37%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 900px) {
  .articles__items .articles__item__category__icon img {
    width: 45%;
  }
}
.articles__items .articles__item__category__text {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  padding: 16px 0 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .articles__items .articles__item__category__text {
    padding: 18px 0 10px 0;
  }
}
.articles__items .articles__item__data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  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;
  padding: 20px;
  padding-bottom: 90px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  .articles__items .articles__item__data {
    padding: 47px 53px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 90px;
  }
}
.articles__items .articles__item__data__cont {
  width: 324px;
  max-width: 100%;
}
.articles__items .articles__item__data a {
  display: inline-block;
  margin-top: 23px;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #DE1245;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.articles__items .articles__item__data a:after {
  width: 20px;
  height: 11px;
  background: url(images/articles_arrow.svg) center/contain no-repeat;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.articles__items .articles__item__data a:hover:after {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.articles__items .articles__item__title {
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .articles__items .articles__item__title {
    font-size: 25px;
    line-height: 25px;
  }
}
.articles__items .articles__item__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  content: "";
}
.articles__items .articles__item__text {
  margin-top: 31px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .articles__items .articles__item__text {
    margin-top: 15px;
  }
}
.articles__items .articles__item__date {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-top: 19px;
}
@media only screen and (max-width: 1200px) {
  .articles__items .articles__item__date {
    margin-top: 10px;
  }
}

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

.gallery + .kenmore_products {
  margin-top: 0;
}
.gallery + .kenmore_products .kenmore_products__cont {
  padding-top: 0;
}
.gallery + .kenmore_products .kenmore_products__cont .product_grid__cont {
  margin-top: 0;
  padding-top: 20px;
}

.contact {
  margin-top: 78px;
}
@media only screen and (max-width: 750px) {
  .contact {
    margin-top: 32px;
  }
}
.contact__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  mix-blend-mode: multiply;
  margin-bottom: 77px;
}
@media only screen and (max-width: 900px) {
  .contact__cont {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .contact__cont {
    margin-bottom: 32px;
  }
}
.contact__form {
  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-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 30px 59px;
}
@media only screen and (max-width: 1200px) {
  .contact__form {
    padding: 28px 23px;
  }
}
@media only screen and (max-width: 750px) {
  .contact__form {
    padding: 26px 23px 39px 23px;
  }
}
.contact__form__title {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.25;
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  .contact__form__title {
    margin-bottom: 26px;
    font-size: 25px;
  }
}
.contact__form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__form__inputs .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: 11px;
  font-weight: 100;
  vertical-align: top;
  margin-top: 4px;
  color: #ffffff;
}
.contact__form__inputs .gform_wrapper.gravity-theme .gfield-choice-input + label a {
  color: #ffffff;
  text-decoration: underline;
}
.contact__form__inputs .gform_wrapper.gravity-theme .gfield_description {
  font-size: 13.5px;
}
.contact__form__inputs .gform_wrapper form {
  /*display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;*/
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form .gform_body {
    width: 100%;
  }
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input {
  max-width: 100%;
  width: 342px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  padding: 20px 16px;
  border-bottom: 3px solid #ffffff !important;
  font-size: 16px;
  width: calc(100% - 200px) !important;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input {
    height: 64px;
    width: 100% !important;
  }
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input::-moz-placeholder {
  color: #ffffff !important;
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input:-ms-input-placeholder {
  color: #ffffff !important;
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input::-ms-input-placeholder {
  color: #ffffff !important;
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input::placeholder {
  color: #ffffff !important;
}
.contact__form__inputs .gform_wrapper form .gform_body .gform_fields .gfield--width-full .ginput_container_email input:focus {
  outline: 0;
}
.contact__form__inputs .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 250px;
  left: calc(100% - 185px);
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form .gform_footer {
    width: 100%;
    position: static;
    margin-top: 16px;
  }
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button {
  display: inline-block;
  cursor: pointer;
  width: 185px;
  height: 55px;
  max-width: 100%;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Interstate", sans-serif;
  background: #000;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  line-height: 53px;
  height: 64px;
  margin: 0;
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form .gform_footer .gform_button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button--line:hover {
  background: #cfcfcf !important;
  color: #000 !important;
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button:before {
  display: none !important;
}
.contact__form__inputs .gform_wrapper form .gform_footer .gform_button:hover {
  background: #ffffff !important;
  color: #000 !important;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
  }
}
.contact__form__inputs .gform_confirmation_message {
  margin-left: -20px;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs .gform_confirmation_message {
    margin-left: 0;
  }
}
.contact__form__inputs button {
  display: inline-block;
  cursor: pointer;
  width: 185px;
  height: 55px;
  max-width: 100%;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Interstate", sans-serif;
  background: #000;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  line-height: 53px;
}
.contact__form__inputs button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.contact__form__inputs button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.contact__form__inputs button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.contact__form__inputs button--line:hover {
  background: #cfcfcf !important;
  color: #000 !important;
}
.contact__form__inputs button:before {
  display: none !important;
}
.contact__form__inputs button:hover {
  background: #ffffff !important;
  color: #000 !important;
}
@media only screen and (max-width: 750px) {
  .contact__form__inputs button {
    width: 100%;
  }
}
.contact__image {
  width: 100%;
  min-height: 473px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .contact__image {
    aspect-ratio: 1.7;
    min-height: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .contact__image {
    aspect-ratio: 1;
  }
}
.contact__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .hbspt-form {
  width: 100%;
}

.single-post .site-main {
  padding-bottom: 90px;
}
.single-post .site-main:has(.post-author) {
  padding-bottom: 40px;
}

.post__image {
  position: relative;
  aspect-ratio: 2.54;
}
.post__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 11.29;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.86%, #401945), color-stop(86.05%, rgba(217, 217, 217, 0)));
  background: linear-gradient(#401945 19.86%, rgba(217, 217, 217, 0) 86.05%);
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .post__image:before {
    aspect-ratio: 4.23;
  }
}
.post__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #000;
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media only screen and (max-width: 750px) {
  .post__image {
    aspect-ratio: 1.43;
  }
}
.post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__image--noimage {
  aspect-ratio: 0;
  padding-top: 100px;
}
.post__image--noimage:after {
  background: #401945;
}

.post {
  margin-top: 85px;
}
@media only screen and (max-width: 900px) {
  .post {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .post {
    margin-top: 29px;
  }
}
.post__cont h1, .post__cont h2, .post__cont h3, .post__cont h4, .post__cont h5, .post__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .post__cont h1, .post__cont h2, .post__cont h3, .post__cont h4, .post__cont h5, .post__cont h6 {
    margin-bottom: 11px;
  }
}
.post__cont h1,
.post__cont h2,
.post__cont h3,
.post__cont h4,
.post__cont h5,
.post__cont h6 {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .post__cont h1,
  .post__cont h2,
  .post__cont h3,
  .post__cont h4,
  .post__cont h5,
  .post__cont h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
.post__cont h2 {
  font-size: 30px;
}
.post__cont h3 {
  font-size: 24px;
}
.post__cont h4 {
  font-size: 20px;
}
.post__cont h5 {
  font-size: 18px;
}
.post__cont p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 600px) {
  .post__cont p {
    font-size: 16px;
  }
}
.post__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.post__cont p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.post__cont ul, .post__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.post__cont ul li {
  list-style: disc;
}
.post__cont a {
  color: #F99919;
}
.post__cont a:hover {
  text-decoration: underline;
}
.post__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #F99919;
}
.post__cont blockquote p {
  font-size: 35px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .post__cont blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .post__cont blockquote p {
    font-size: 18px;
  }
}
.post__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.post__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.post__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.post__cont .alignright {
  float: right;
  margin-left: 30px;
}
.post__cont__title {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 52px;
}
@media only screen and (max-width: 900px) {
  .post__cont__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .post__cont__title {
    font-size: 30px;
  }
}
.post__cont__date {
  color: #DE1245;
  font-size: 19px;
  margin: 12.8px 0 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .post__cont__date {
    font-size: 16px;
  }
}
.post__cont img {
  width: 100%;
}

.post + section {
  margin-top: 49px;
}
@media only screen and (max-width: 900px) {
  .post + section {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .post + section {
    margin-top: 19px;
  }
}

.paragraph {
  margin: 90.4px 0 0 0;
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
    margin-bottom: 11px;
  }
}
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6 {
  font-family: "Interstate Condensed", sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .paragraph h1,
  .paragraph h2,
  .paragraph h3,
  .paragraph h4,
  .paragraph h5,
  .paragraph h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
.paragraph h2 {
  font-size: 30px;
}
.paragraph h3 {
  font-size: 24px;
}
.paragraph h4 {
  font-size: 20px;
}
.paragraph h5 {
  font-size: 18px;
}
.paragraph p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 600px) {
  .paragraph p {
    font-size: 16px;
  }
}
.paragraph p:nth-last-child(1) {
  margin-bottom: 0;
}
.paragraph p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.paragraph ul, .paragraph ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.paragraph ul li {
  list-style: disc;
}
.paragraph a {
  color: #F99919;
}
.paragraph a:hover {
  text-decoration: underline;
}
.paragraph blockquote {
  padding-left: 30px;
  border-left: 3px solid #F99919;
}
.paragraph blockquote p {
  font-size: 35px;
  font-family: "Interstate", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .paragraph blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .paragraph blockquote p {
    font-size: 18px;
  }
}
.paragraph img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.paragraph .alignleft {
  float: left;
  margin-right: 30px;
}
.paragraph .aligncenter {
  margin: 30px auto;
  display: block;
}
.paragraph .alignright {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .paragraph {
    margin-top: 64px;
  }
}

.quote {
  margin: 90.4px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .quote {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 750px) {
  .quote {
    padding: 0 25px 0 15px;
  }
}
.quote__cont {
  position: relative;
  margin: 0 auto;
  width: 696px;
  max-width: 100%;
  padding-left: 56.8px;
  padding-right: 72px;
}
@media only screen and (max-width: 750px) {
  .quote__cont {
    padding-left: 40px;
    padding-left: 31px;
    padding-right: 0;
  }
}
.quote__cont::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 14.4px;
  content: "";
  background: linear-gradient(358deg, #F99919 -1.59%, #DE1245 101.59%);
}
@media only screen and (max-width: 900px) {
  .quote__cont::before {
    width: 12px;
  }
}
.quote__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 750px) {
  .quote__text {
    font-size: 35px;
  }
}
.quote__author {
  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;
  font-family: "Interstate Condensed", sans-serif;
  color: #DE1245;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  gap: 13px;
  margin-top: 40px;
}
.quote__author::before {
  height: 3px;
  width: 75px;
  content: "";
  background: #DE1245;
}
@media only screen and (max-width: 900px) {
  .quote__author::before {
    width: 33px;
  }
}
@media only screen and (max-width: 750px) {
  .quote__author::before {
    left: 62%;
  }
}

.two_column_image {
  margin-top: 99px;
}
@media only screen and (max-width: 900px) {
  .two_column_image {
    margin-top: 25px;
  }
}
.two_column_image__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 84px 208px;
  grid-template-columns: auto 208px;
  grid-gap: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .two_column_image__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.two_column_image__cont .left__image {
  position: relative;
  aspect-ratio: 1.44;
}
.two_column_image__cont .right__image {
  position: relative;
  aspect-ratio: 0.78;
}

.image_block {
  margin-top: 63px;
}
@media only screen and (max-width: 900px) {
  .image_block {
    margin-top: 25px;
  }
}
.image_block__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
}
@media only screen and (max-width: 1200px) {
  .image_block__content {
    grid-gap: 17px;
  }
}
@media only screen and (max-width: 750px) {
  .image_block__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.image_block__item {
  position: relative;
  aspect-ratio: 1.42;
}
.image_block__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_block--2 .image_block__content, .image_block--4 .image_block__content, .image_block--8 .image_block__content, .image_block--10 .image_block__content {
  -ms-grid-columns: 1fr 84px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 84px;
}
@media only screen and (max-width: 1200px) {
  .image_block--2 .image_block__content, .image_block--4 .image_block__content, .image_block--8 .image_block__content, .image_block--10 .image_block__content {
    grid-gap: 17px;
  }
}
@media only screen and (max-width: 750px) {
  .image_block--2 .image_block__content, .image_block--4 .image_block__content, .image_block--8 .image_block__content, .image_block--10 .image_block__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.image_block--2 .image_block__item, .image_block--4 .image_block__item, .image_block--8 .image_block__item, .image_block--10 .image_block__item {
  aspect-ratio: 1.78;
}
@media only screen and (max-width: 900px) {
  .image_block--2 .image_block__item, .image_block--4 .image_block__item, .image_block--8 .image_block__item, .image_block--10 .image_block__item {
    aspect-ratio: 1.42;
  }
}
.image_block--1 {
  margin-top: 79px;
}
@media only screen and (max-width: 900px) {
  .image_block--1 {
    margin-top: 25px;
  }
}
.image_block--1 .container--mid {
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .image_block--1 .container--mid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .image_block--1 .container--mid {
    padding: 0 16px;
  }
}
.image_block--1 .image_block__content {
  display: block;
}
.image_block--1 .image_block__item {
  aspect-ratio: 2.5;
}
@media only screen and (max-width: 900px) {
  .image_block--1 .image_block__item {
    aspect-ratio: 1.42;
  }
}

.two_column_image_text {
  margin: 140px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .two_column_image_text {
    margin-top: 44px;
  }
}
.two_column_image_text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 84px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 84px;
}
@media only screen and (max-width: 1200px) {
  .two_column_image_text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}
.two_column_image_text .two_column__image {
  aspect-ratio: 1.78;
  position: relative;
}
.two_column_image_text .two_column_data {
  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;
}
.two_column_image_text .two_column_data_title {
  font-size: 36px;
  margin-bottom: 13px;
  font-weight: 400;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 750px) {
  .two_column_image_text .two_column_data_title {
    font-size: 30px;
  }
}
.two_column_image_text .two_column_data_description {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .two_column_image_text .two_column_data_description {
    font-size: 16px;
    line-height: 28px;
  }
}
.two_column_image_text--right .two_column_data {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 900px) {
  .two_column_image_text--right .two_column_data {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.two_column_text {
  margin: 140px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .two_column_text {
    margin-top: 44px;
  }
}
.two_column_text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 67px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 67px;
}
@media only screen and (max-width: 900px) {
  .two_column_text__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}
.two_column_text__cont__content .two_column_text_title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Interstate Condensed", sans-serif;
}
@media only screen and (max-width: 750px) {
  .two_column_text__cont__content .two_column_text_title {
    font-size: 30px;
  }
}
.two_column_text__cont__content .two_column_text_description {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .two_column_text__cont__content .two_column_text_description {
    font-size: 16px;
    line-height: 28px;
  }
}

.video {
  margin: 64px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .video {
    margin-top: 25px;
  }
}
.video__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.video__cont__image {
  position: relative;
}
.video__cont__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list_images {
  margin: 105px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .list_images {
    margin-top: 25px;
  }
}
.list_images__title {
  font-size: 68px;
  font-weight: 400;
  font-family: "Interstate Condensed", sans-serif;
  margin-bottom: 41px;
}
@media only screen and (max-width: 900px) {
  .list_images__title {
    font-size: 45px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .list_images__title {
    font-size: 30px;
  }
}
.list_images__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 750px) {
  .list_images__cont {
    gap: 24px;
  }
}
.list_images__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 138px 48px auto;
  grid-template-columns: 138px auto;
  gap: 48px;
}
@media only screen and (max-width: 750px) {
  .list_images__item {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.list_images__item__image {
  position: relative;
  aspect-ratio: 1.44;
}
.list_images__item__text {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list_images__item__text__title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Interstate Condensed", sans-serif;
  margin-bottom: 9.6px;
}
.list_images__item__text__text {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .list_images__item__text__text {
    display: none;
  }
}

.slider__images__cont:after {
  content: "flickity";
  display: none; /* hide :after */
}

@media only screen and (min-width: 1200px) {
  .not-slider--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
  .not-slider--4:after {
    content: "";
  }
  .not-slider--4 .slider__images__item {
    position: relative;
  }
}

@media only screen and (min-width: 900px) {
  .not-slider--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
  .not-slider--3:after {
    content: "";
  }
  .not-slider--3 .slider__images__item {
    position: relative;
  }
}

@media only screen and (min-width: 600px) {
  .not-slider--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
  .not-slider--2:after {
    content: "";
  }
  .not-slider--2 .slider__images__item {
    position: relative;
  }
}

.not-slider--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 0;
}
.not-slider--1:after {
  content: "";
}
.not-slider--1 .slider__images__item {
  position: relative;
}

.post-author {
  margin: 40px 0 0 0;
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
}
@media only screen and (max-width: 750px) {
  .post-author .wp-post-author {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-author h3.awpa-title {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .post-author h3.awpa-title {
    text-align: center;
  }
}
.post-author .awpa-tab-content {
  padding: 15px 0 0 0;
}
.post-author .awpa-img.awpa-author-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  max-width: 100px;
}
@media only screen and (max-width: 750px) {
  .post-author .awpa-img.awpa-author-block {
    margin: 0 auto;
  }
}
.post-author .awpa-img.awpa-author-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50rem;
  border: 3px solid #DE1245;
  overflow: hidden;
}
.post-author .wp-post-author-meta.awpa-author-block {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .post-author .wp-post-author-meta.awpa-author-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-author .wp-post-author-meta.awpa-author-block .awpa-display-name {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  color: #ffffff;
}
.post-author .wp-post-author-meta.awpa-author-block .awpa-display-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #fff 0%, #fff 100%);
}
@media only screen and (max-width: 750px) {
  .post-author .wp-post-author-meta.awpa-author-block .awpa-display-name::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.post-author .wp-post-author-meta.awpa-author-block .awpa-display-name a {
  font-weight: 700;
  color: #ffffff;
}
.post-author .wp-post-author-meta.awpa-author-block .awpa-display-name a:hover {
  color: #333F44;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-bio {
  color: #ffffff;
}
@media only screen and (min-width: 900px) {
  .post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-bio {
    max-width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-bio {
    text-align: center;
  }
}
.post-author .wp-post-author-meta.awpa-author-block p {
  margin: 0 0;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a {
  display: inline-block;
  cursor: pointer;
  width: 185px;
  height: 55px;
  max-width: 100%;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Interstate", sans-serif;
  background: #000;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  text-align: center;
  position: relative;
  background-color: #F99919;
  width: auto;
  height: auto;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a--line:hover {
  background: #cfcfcf !important;
  color: #000 !important;
}
.post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a:hover {
  background: #374151 !important;
  color: #ffffff;
}
@media only screen and (min-width: 900px) {
  .post-author .wp-post-author-meta.awpa-author-block .wp-post-author-meta-more-posts a {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.post-author .wp-post-author-meta p {
  margin: 0 0;
}

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

.topics__cont {
  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;
  width: 100%;
  padding: 49px 0 35px 0;
}
@media only screen and (max-width: 600px) {
  .topics__cont {
    padding: 32px 0;
  }
}
.topics__cont__button {
  font-family: "Interstate Condensed", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 45px;
  padding-top: 1px;
}
@media only screen and (max-width: 750px) {
  .topics__cont__button {
    font-size: 14px;
    padding-right: 30px;
  }
}
.topics__cont__button::after {
  position: absolute;
  top: 2px;
  right: 0;
  background: url(images/arrow-right.svg) center/contain no-repeat;
  width: 27px;
  height: 21px;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 750px) {
  .topics__cont__button::after {
    width: 17px;
    height: 13px;
    top: 6px;
  }
}
@media only screen and (min-width: 900px) {
  .topics__cont__button:hover::after {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.topics__cont__title {
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .topics__cont__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .topics__cont__subtitle {
    font-size: 16px;
  }
}
.topics__items:after {
  content: "flickity";
  display: none;
}
@media only screen and (max-width: 900px) {
  .topics__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    padding: 0 30px;
  }
  .topics__items:after {
    content: "";
  }
}
@media only screen and (max-width: 750px) {
  .topics__items {
    padding: 0 16px;
  }
}
.topics__items .flickity-prev-next-button {
  background: url(images/arrow-right.svg) center/contain no-repeat;
  width: 69px;
  height: 69px;
  background-size: 34px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (max-width: 750px) {
  .topics__items .flickity-prev-next-button {
    display: none;
  }
}
.topics__items .flickity-prev-next-button.previous {
  left: 0;
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
.topics__items .flickity-prev-next-button.next {
  right: 0;
}
.topics__items .topic__item {
  width: 28%;
  padding-right: 32px;
}
@media only screen and (max-width: 1200px) {
  .topics__items .topic__item {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .topics__items .topic__item {
    width: 100%;
    padding-right: 0;
    position: static;
  }
}
.topics__items .topic__item__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1.52;
}
@media only screen and (max-width: 900px) {
  .topics__items .topic__item__image {
    aspect-ratio: 1;
  }
}
.topics__items .topic__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__items .topic__item .orange {
  position: relative;
}
.topics__items .topic__item .orange::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F89C37), to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
  mix-blend-mode: multiply;
  content: "";
}
.topics__items .topic__item .blue {
  position: relative;
}
.topics__items .topic__item .blue::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#8F2496), to(#4ADFFD));
  background: linear-gradient(90deg, #8F2496 0%, #4ADFFD 100%);
  mix-blend-mode: multiply;
}
.topics__items .topic__item .red {
  position: relative;
}
.topics__items .topic__item .red::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#F20D36), to(#8F2496));
  background: linear-gradient(90deg, #F20D36 0%, #8F2496 100%);
  mix-blend-mode: multiply;
}
.topics__items .topic__item .green {
  position: relative;
}
.topics__items .topic__item .green::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4ADFFD), to(#01AC77));
  background: linear-gradient(90deg, #4ADFFD 0%, #01AC77 100%);
  mix-blend-mode: multiply;
}
.topics__items .topic__item__icon {
  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: 25px;
  width: 71px;
  height: 71px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .topics__items .topic__item__icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}
.topics__items .topic__item__icon img, .topics__items .topic__item__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px;
}
@media only screen and (max-width: 750px) {
  .topics__items .topic__item__icon img, .topics__items .topic__item__icon:before {
    padding: 10px;
  }
}
.topics__items .topic__item__icon:before {
  border-radius: 50%;
  background-color: transparent;
  content: "";
  border: 2px solid #ffffff;
}
.topics__items .topic__item__data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  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;
}
.topics__items .topic__item__data .topic__item__text {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Interstate Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .topics__items .topic__item__data .topic__item__text {
    font-size: 16px;
  }
}
.topics__items .topic__item__cont {
  position: relative;
  width: 100%;
  display: block;
}
.topics__items .topic__item__cont:hover .topic__item__icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.topics__items .topic__item__cont:hover .topic__item__icon:before {
  background-color: #ffffff;
}

.faqs__tabs {
  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;
}
.faqs__tabs__item {
  margin: 20px;
  cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
  border-color: #F99919;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #DE1245;
  content: "";
}
.faqs__tabs__image {
  position: relative;
  width: 180px;
  height: 172px;
  border: 2px solid #ffffff;
}
.faqs__tabs__text {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.faqs__tab {
  margin-top: 130px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .faqs__tab {
    margin-top: 65px;
  }
}
.faqs__tab.js-tab-active {
  display: block;
}
.faqs__tab__item {
  background: #ffffff;
  border-bottom: 1px solid #cfcfcf;
}
.faqs__tab__item__question {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-family: "Interstate", sans-serif;
  padding: 45px;
  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;
}
@media only screen and (max-width: 1200px) {
  .faqs__tab__item__question {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .faqs__tab__item__question {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__question {
    padding: 20px;
    text-align: left;
  }
}
.faqs__tab__item__question span {
  margin-right: 45px;
}
.faqs__tab__item__question:after {
  width: 15px;
  height: 8px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.faqs__tab__item__answer {
  margin: 0 auto;
  width: 629px;
  max-width: 100%;
  display: none;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__answer {
    width: 100%;
    padding: 0 20px;
  }
}
.faqs__tab__item.js-open {
  background: #F7F7F7;
  padding-bottom: 40px;
  border-color: #F7F7F7;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=style.css.map */