#page-blog .section-content .loading-more--line_item, #page-blog .section-content .flex-wrapper .item-content::before, #page-blog .section-content .flex-wrapper .item-block--image img, #page-blog .section-content .flex-wrapper .item-block--image, #page-blog .section-content .flex-wrapper .item-block::before, #page-blog .section-content .flex-wrapper .item-link, #page-blog .section-hero .flex-wrapper .right-items .item-image img, #page-blog .section-hero .flex-wrapper .right-items .item-link, #page-blog .section-hero .flex-wrapper .left-image img, #page-blog .section-hero .flex-wrapper .left-image::before, #page-blog .section-hero .flex-wrapper .left-image::after, #page-blog .section-hero .flex-wrapper .left-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-blog .section-content a.loading-more--line_item, #page-blog .section-content .flex-wrapper a.item-content::before, #page-blog .section-content .flex-wrapper a.item-block--image, #page-blog .section-content .flex-wrapper a.item-block::before, #page-blog .section-content .flex-wrapper a.item-link, #page-blog .section-hero .flex-wrapper .right-items a.item-link, #page-blog .section-hero .flex-wrapper a.left-image::before, #page-blog .section-hero .flex-wrapper a.left-image::after, #page-blog .section-hero .flex-wrapper a.left-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog .section-content button.loading-more--line_item, #page-blog .section-content .flex-wrapper button.item-content::before, #page-blog .section-content .flex-wrapper button.item-block--image, #page-blog .section-content .flex-wrapper button.item-block::before, #page-blog .section-content .flex-wrapper button.item-link, #page-blog .section-hero .flex-wrapper .right-items button.item-link, #page-blog .section-hero .flex-wrapper button.left-image::before, #page-blog .section-hero .flex-wrapper button.left-image::after, #page-blog .section-hero .flex-wrapper button.left-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog {
  background-color: #fefefe;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-blog .page-title {
  background-color: #f1c116;
  color: black;
  font-family: "Anton";
  font-size: 14rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 108px;
  width: 120rem;
  height: 120rem;
}
@media (max-width: 1023px) {
  #page-blog .page-title {
    display: none;
  }
}
#page-blog .section-hero {
  padding: 108px 30rem 0 120rem;
}
@media (max-width: 1023px) {
  #page-blog .section-hero {
    padding: 150rem 25rem 0;
  }
}
#page-blog .section-hero .title {
  display: none;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .title {
    color: black;
    font-family: "Anton";
    font-size: 32rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 30rem;
  }
}
#page-blog .section-hero .flex-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper {
    flex-direction: column;
  }
}
#page-blog .section-hero .flex-wrapper .left {
  position: relative;
  width: 815rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .left {
    width: 100%;
  }
}
#page-blog .section-hero .flex-wrapper .left-link {
  z-index: 5;
}
#page-blog .section-hero .flex-wrapper .left-image {
  position: relative;
  width: 100%;
  height: 440rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog .section-hero .flex-wrapper .left-image::after {
  content: "";
  background-color: black;
  opacity: 0.2;
  z-index: 3;
}
#page-blog .section-hero .flex-wrapper .left-image::before {
  content: "";
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  opacity: 0.8;
  z-index: 2;
}
#page-blog .section-hero .flex-wrapper .left-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 40rem 40rem;
  z-index: 4;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .left-content {
    padding: 0 25rem 25rem;
  }
}
#page-blog .section-hero .flex-wrapper .left-content--small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12rem;
  font-weight: 500;
}
#page-blog .section-hero .flex-wrapper .left-content--title {
  color: white;
  font-size: 24rem;
  font-weight: 400;
  line-height: 32rem;
  font-family: "Anton";
  margin-top: 25rem;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .left-content--title {
    font-size: 18rem;
    line-height: 24rem;
    margin-top: 15rem;
  }
}
#page-blog .section-hero .flex-wrapper .left-content--description {
  margin-top: 30rem;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .left-content--description {
    margin-top: 20rem;
  }
}
#page-blog .section-hero .flex-wrapper .left-content--description p {
  color: white;
  font-size: 14rem;
  font-weight: 300;
  line-height: 28rem;
  letter-spacing: 0.02em;
}
#page-blog .section-hero .flex-wrapper .left-content--cta {
  margin-top: 35rem;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .left-content--cta {
    margin-top: 25rem;
  }
}
#page-blog .section-hero .flex-wrapper .left-content--cta a {
  width: 130rem;
}
#page-blog .section-hero .flex-wrapper .left:hover .left-image {
  transform: scale(1.05);
}
#page-blog .section-hero .flex-wrapper .right {
  margin-left: 40rem;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .right {
    margin: 40rem 0 0;
    width: 100%;
  }
}
#page-blog .section-hero .flex-wrapper .right-items .item {
  position: relative;
  display: flex;
  align-items: center;
}
#page-blog .section-hero .flex-wrapper .right-items .item:not(:last-child) {
  margin-bottom: 25rem;
}
#page-blog .section-hero .flex-wrapper .right-items .item-link {
  z-index: 5;
}
#page-blog .section-hero .flex-wrapper .right-items .item-image {
  position: relative;
  width: 195rem;
  height: 130rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .right-items .item-image {
    width: 130rem;
    height: 80rem;
  }
}
#page-blog .section-hero .flex-wrapper .right-items .item-description {
  flex-grow: 1;
  margin-left: 15rem;
  padding-right: 40rem;
}
#page-blog .section-hero .flex-wrapper .right-items .item-description p {
  color: black;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  font-family: "Anton";
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-blog .section-hero .flex-wrapper .right-items .item-description p {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media (min-width: 1024px) {
  #page-blog .section-hero .flex-wrapper .right-items .item:hover .item-description p {
    color: #f3b327;
  }
}
#page-blog .section-content {
  padding: 75rem 77rem 85rem 120rem;
}
@media (max-width: 1023px) {
  #page-blog .section-content {
    padding: 40rem 25rem 80rem;
  }
}
#page-blog .section-content .flex-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40rem;
  grid-row-gap: 50rem;
}
@media (max-width: 1023px) {
  #page-blog .section-content .flex-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-blog .section-content .flex-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-blog .section-content .flex-wrapper .item {
  position: relative;
  overflow: hidden;
}
#page-blog .section-content .flex-wrapper .item-link {
  z-index: 5;
}
#page-blog .section-content .flex-wrapper .item-block {
  position: relative;
  width: 100%;
  height: 220rem;
}
#page-blog .section-content .flex-wrapper .item-block::before {
  content: "";
  background-image: linear-gradient(150deg, rgba(243, 179, 39, 0.6) 5%, rgba(255, 255, 255, 0) 40%, rgba(243, 179, 39, 0.2) 98%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#page-blog .section-content .flex-wrapper .item-block::after {
  content: "";
  background-color: #f1c116;
  position: absolute;
  top: 0;
  left: 0;
  width: 22rem;
  height: 22rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: translate(-100%, -100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 3;
}
#page-blog .section-content .flex-wrapper .item-block--image {
  z-index: 1;
}
#page-blog .section-content .flex-wrapper .item-content {
  position: relative;
  padding: 24rem 22rem;
  width: 100%;
}
@media (max-width: 1023px) {
  #page-blog .section-content .flex-wrapper .item-content {
    padding: 20rem 0;
  }
}
#page-blog .section-content .flex-wrapper .item-content::before {
  content: "";
  background-image: linear-gradient(to left, rgba(241, 193, 22, 0.15), rgba(241, 193, 22, 0));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-blog .section-content .flex-wrapper .item-content * {
  position: relative;
  z-index: 2;
}
#page-blog .section-content .flex-wrapper .item-content--small {
  color: #aaaaaa;
  font-size: 12rem;
  font-weight: 500;
}
#page-blog .section-content .flex-wrapper .item-content--title {
  color: black;
  font-size: 20rem;
  font-weight: 400;
  line-height: 28rem;
  text-transform: uppercase;
  margin-top: 22rem;
  font-family: "Anton";
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog .section-content .flex-wrapper .item-content--description {
  margin-top: 20rem;
}
#page-blog .section-content .flex-wrapper .item-content--description p {
  color: black;
  font-size: 14rem;
  font-weight: 300;
  line-height: 22rem;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page-blog .section-content .flex-wrapper .item:hover .item-block::before {
  opacity: 1;
}
#page-blog .section-content .flex-wrapper .item:hover .item-block::after {
  transform: translate(0%, 0%);
}
#page-blog .section-content .flex-wrapper .item:hover .item-content::before {
  opacity: 1;
}
#page-blog .section-content .flex-wrapper .item:hover .item-content--title {
  color: #f3b327;
}
#page-blog .section-content .loading-more {
  margin-top: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page-blog .section-content .loading-more--line {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 230rem;
  height: 3rem;
  margin-bottom: 20rem;
}
@keyframes loading_more {
  0% {
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}
#page-blog .section-content .loading-more--line_item {
  animation-name: loading_more;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog .section-content .loading-more--line_item:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0s;
  z-index: 1;
}
#page-blog .section-content .loading-more--line_item:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.15s;
  z-index: 2;
}
#page-blog .section-content .loading-more--line_item:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.3s;
  z-index: 3;
}
#page-blog .section-content .loading-more--line_item:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.45s;
  z-index: 4;
}
#page-blog .section-content .loading-more--line_item:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.6s;
  z-index: 5;
}
#page-blog .section-content .loading-more--title {
  color: black;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Anton";
  text-transform: uppercase;
}
/*# sourceMappingURL=blog.min.css.map */
