@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

/* Layout */
.media-info {
  display: flex;
  gap: 5%;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 35px auto 0;
  padding: 75px 30px;
}

.image-stack {
  max-width: 500px;
  width: 100%;
  height: 650px;
  position: relative;
  margin-left: 30px;
}

.stack-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  width: 49%;
  height: 320px;
}

.windows_wrapper {
  height: inherit;
}

img.stack-img.main_image.stack-img--1 {
  border-radius: 210px 0 0 0;
}

img.stack-img.main_image.stack-img--2 {
  right: 0 !important;
  inset: unset;
  border-radius: 0 50px 0 0;
}

img.stack-img.main_image.stack-img--3 {
  bottom: 0 !important;
  border-radius: 0 0 0 50px;
  inset: unset;
}

img.stack-img.main_image.stack-img--4 {
  bottom: 0 !important;
  inset: unset;
  border-radius: 0 0px 50px 0;
  right: 0;
}

.stack-img--overlay {
  transform: translate(-9%, -9%) scale(0.95);
  right: 100px;
  max-width: 580px;
  width: 100%;
  height: 610px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.stack-img.main_image {
  border-radius: 210px 50px 50px 50px;
}

.info-area {
  flex: 1 1 300px;
  max-width: 100%;
}

.info-title {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #3B3935;
  margin-bottom: 20px;
}

.info-block_first {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
}

.info-block_second {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.info-divider {
  border: 0;
  height: 3px;
  background: #3B3935;
  margin: 30px 0;
  max-width: 150px;
}

.button_image_information {
  font-weight: 400;
}

@media (max-width: 999px) and (min-width: 800px) {
  .image-stack {
    max-width: 345px;
  }
  .stack-img {
    height: 285px;
  }
  .image-stack {
    height: 577px;
  }
  .stack-img--overlay {
    transform: translate(-9%, -13%) scale(0.95);
    right: 100px;
    max-width: 300px;
    width: 100%;
    height: 400px;
  }
  img.stack-img.main_image.stack-img--1 {
    border-radius: 120px 0 0 0;
  }
  .info-block_first {
    font-size: 22px;
  }
  .info-divider {
    margin: 20px 0;
  }
  .info-block_second {
    font-size: 18px;
  }
}
@media (max-width: 799px) and (min-width: 500px) {
  .media-info {
    flex-direction: column;
    gap: 40px;
  }
  .stack-img--overlay {
    height: 290px;
    transform: translate(-29%, -9%) scale(0.95);
  }
  .image-stack {
    height: 587px;
  }
  .stack-img.main_image {
    height: 290px;
  }
  img.stack-img.main_image.stack-img--1 {
    border-radius: 120px 0 0 0;
  }
}
@media (max-width: 499px) {
  .media-info {
    flex-direction: column;
    gap: 40px;
    padding-left: 0px;
  }
  .stack-img--overlay {
    height: 170px;
    transform: translate(-29%, -9%) scale(0.95);
  }
  .image-stack {
    height: 350px;
  }
  .stack-img.main_image {
    height: 170px;
  }
  img.stack-img.main_image.stack-img--1 {
    border-radius: 70px 0 0 0;
  }
  .info-area {
    padding-left: 20px;
  }
}
.media-info-section {
  background: #FAF9F6;
  margin: 0 -30px;
  padding-right: 30px;
}/*# sourceMappingURL=image_information.css.map */