.magazine__box-head img,
.post__bg-img img,
.post__media-video iframe,
.post__media-video video,
.post__media-img iframe,
.post__media-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.magazine {
  position: relative;
  padding-top: 125px;
  padding-bottom: 240px;
  background-color: #2e2e2e;
}

.magazine .c-grid {
  max-width: 1822px;
}

.magazine__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 139px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.magazine__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.magazine__preview {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.91;
  letter-spacing: 0.48px;
  text-align: center;
}

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

.magazine__box:hover .magazine__box-head img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.magazine__box-wrapper {
  position: relative;
  left: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 100px);
}

[dir='rtl'] .magazine__box-wrapper {
  left: auto;
  right: -100px;
}

.magazine__box-wrapper > div {
  width: 100%;
  max-width: calc(100% / 3);
  padding-left: 100px;
  padding-bottom: 15px;
}

[dir='rtl'] .magazine__box-wrapper > div {
  padding-left: 0;
  padding-right: 100px;
}

.magazine__box-row {
  position: relative;
  top: 166px;
}

.magazine__box-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 620px;
}

.magazine__box-head img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.magazine__box-body {
  padding-top: 15px;
}

.magazine__box-body p {
  min-height: 140px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.63px;
  text-align: right;
  color: #ffffff;
}

.magazine .footer__form {
  z-index: 10;
  position: relative;
  top: 55px;
}

.magazine .footer__form-title {
  padding-bottom: 19px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}

.magazine .footer__form-field {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.magazine .footer__form-field input {
  max-width: 100%;
  height: 54px;
  background-color: #2e2e2e;
  -webkit-box-shadow: 0 3px 6px 0 #82b548;
          box-shadow: 0 3px 6px 0 #82b548;
  border: solid 2px #82b548;
  color: #ffffff;
}

.magazine .footer__form-field label {
  height: 54px;
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #ffffff;
}

.magazine .footer__form-field button {
  top: 7px;
  left: 7px;
  max-width: 110px;
  max-height: calc(100% - 14px);
  background-color: #fff;
}

.magazine .footer__form-field button span {
  color: #2e2e2e;
}

.magazine .wpcf7 .wpcf7-response-output {
  color: #fff;
}

.magazine form.invalid .footer__form,
.magazine form.sent .footer__form {
  top: 0;
}

.magazine .breadcrumbs {
  text-align: center;
}

.magazine .breadcrumbs a,
.magazine .breadcrumbs span {
  color: #ffffff;
}

.magazine .breadcrumbs a:hover {
  color: #ffffff;
}

.post {
  position: relative;
  background-color: #f6f5f2;
}

.post__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post__bg-img {
  position: relative;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 250px);
}

.post__bg:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 312px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #2e2e2e), to(rgba(46, 46, 46, 0)));
  background-image: -webkit-linear-gradient(top, #2e2e2e 60%, rgba(46, 46, 46, 0));
  background-image: -o-linear-gradient(top, #2e2e2e 60%, rgba(46, 46, 46, 0));
  background-image: linear-gradient(to bottom, #2e2e2e 60%, rgba(46, 46, 46, 0));
}

.post__bg:after {
  content: '';
  z-index: 3;
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f6f5f2), color-stop(78%, rgba(246, 245, 242, 0.5)), to(rgba(246, 245, 242, 0)));
  background-image: -webkit-linear-gradient(bottom, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 78%, rgba(246, 245, 242, 0) 100%);
  background-image: -o-linear-gradient(bottom, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 78%, rgba(246, 245, 242, 0) 100%);
  background-image: linear-gradient(to top, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 78%, rgba(246, 245, 242, 0) 100%);
}

.post__container {
  position: relative;
  padding-top: 57px;
}

.post__content,
.post__wrapper {
  z-index: 2;
  position: relative;
}

.post iframe.instagram-media {
  margin: 0 auto !important;
}

.post__content {
  padding-left: 15px;
  padding-right: 15px;
}

.post__wrapper {
  padding-bottom: 115px;
}

.post__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 563px;
}

.post__logo img {
  display: block;
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.post__text {
  width: 100%;
  max-width: 1142px;
  padding-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.post__text h1 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 69px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.41px;
  text-align: center;
  color: #2e2e2e;
}

.post__text p {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2e2e2e;
}

.post__line {
  width: 1px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}

.post__desc {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.post__desc p {
  font-size: 21px;
  font-weight: 400;
  line-height: 2.71;
  letter-spacing: 0.19px;
  text-align: right;
  color: #101010;
}

.post__desc p + p {
  padding-top: 50px;
}

.post__media {
  margin: 50px -102px;
}

.post__media-video,
.post__media-img {
  overflow: hidden;
  position: relative;
}

.post__media-video {
  height: 690px;
}

.post__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 75px;
}

[dir='rtl'] .post__social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post__social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin-left: 11px;
  margin-right: 11px;
  border-radius: 50%;
  background-color: #32bdb9;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.post__social-link:hover {
  background-color: #c6415a;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.post__social-link img {
  display: block;
  max-width: 21px;
  height: auto;
}

.post__magazine {
  background-color: #2e2e2e;
  padding-bottom: 280px;
}

.post__magazine-grid {
  width: 100%;
  max-width: 1822px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.post__magazine-title {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12px;
  text-align: center;
  color: #ffffff;
}

.post .breadcrumbs {
  text-align: center;
}

.post .breadcrumbs a,
.post .breadcrumbs span {
  color: #888888;
}

.post .breadcrumbs a:hover {
  color: #333;
}

.post .footer__form-title {
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.48px;
  text-align: center;
  color: #000000;
}

.post .footer__form-field {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}

.post .footer__form-field input {
  max-width: 100%;
  height: 54px;
  background-color: #f6f5f2;
  -webkit-box-shadow: 0 3px 6px 0 #ff533e;
          box-shadow: 0 3px 6px 0 #ff533e;
  border: solid 2px #fe4b37;
  color: #000;
}

.post .footer__form-field label {
  height: 54px;
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #000;
}

.post .footer__form-field button {
  top: 7px;
  left: 7px;
  max-width: 110px;
  max-height: calc(100% - 14px);
  background-color: #32BDB9;
}

.post .footer__form-field button span {
  color: #fff;
}

@media screen and (max-width: 1599px) {
  .magazine__logo {
    padding-bottom: 89px;
  }

  .magazine__box-wrapper {
    left: -50px;
    width: calc(100% + 50px);
  }

  [dir='rtl'] .magazine__box-wrapper {
    right: -50px;
  }

  .magazine__box-wrapper > div {
    padding-left: 50px;
  }

  [dir='rtl'] .magazine__box-wrapper > div {
    padding-right: 50px;
  }

  .magazine__box-head {
    height: 570px;
  }

  .magazine .footer__form-field {
    max-width: 475px;
  }

  .post__media-video {
    height: 640px;
  }
}

@media screen and (max-width: 1535px) {
  .post__media-video {
    height: 590px;
  }
}

@media screen and (max-width: 1365px) {
  .magazine__box-row {
    top: 0;
  }

  .magazine__box-head {
    height: 520px;
  }

  .magazine .footer__form {
    top: 0;
    padding-bottom: 75px;
  }

  .post__text h1 {
    font-size: 60px;
  }

  .post__text p {
    font-size: 26px;
  }

  .post__desc p {
    font-size: 19px;
  }
}

@media screen and (max-width: 1279px) {
  .magazine {
    padding-bottom: 190px;
  }

  .magazine__box-wrapper {
    left: -30px;
    width: calc(100% + 30px);
  }

  [dir='rtl'] .magazine__box-wrapper {
    right: -30px;
  }

  .magazine__box-wrapper > div {
    padding-left: 30px;
  }

  [dir='rtl'] .magazine__box-wrapper > div {
    padding-right: 30px;
  }

  .magazine__box-head {
    height: 470px;
  }

  .magazine__box-body p {
    font-size: 22px;
  }

  .post__logo {
    padding-bottom: 463px;
  }

  .post__text h1 {
    font-size: 50px;
  }

  .post__text p {
    font-size: 22px;
  }

  .post__desc {
    padding-bottom: 75px;
  }

  .post__desc p {
    font-size: 17px;
  }

  .post__desc p + p {
    padding-top: 30px;
  }

  .post__media {
    margin: 50px 0 75px;
  }

  .post__media-video {
    height: 540px;
  }

  .post__magazine {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .magazine {
    padding-bottom: 140px;
  }

  .magazine__box-wrapper > div {
    max-width: calc(100% / 2);
  }

  .post__line {
    height: 63px;
    margin-bottom: 10px;
  }

  .post__media-video {
    height: 490px;
  }
}

@media screen and (max-width: 767px) {
  .magazine {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .magazine__logo {
    padding-bottom: 38px;
  }

  .magazine__box-wrapper > div {
    max-width: 100%;
  }

  .magazine__box-head {
    left: -15px;
    width: calc(100% + 30px);
    height: 440px;
  }

  [dir='rtl'] .magazine__box-head {
    left: 0;
    right: -15px;
  }

  .magazine__box-body p {
    min-height: 100px;
    font-size: 19px;
    letter-spacing: 0.48px;
  }

  .magazine .footer__form {
    padding-bottom: 64px;
  }

  .magazine .footer__form-title {
    padding-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.19px;
  }

  .magazine .footer__form-field {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .magazine .footer__form-field button {
    max-width: 100px;
  }

  .post__bg-img {
    top: 55px;
    height: 350px;
  }

  .post__bg:before {
    height: 125px;
  }

  .post__bg:after {
    height: 35%;
  }

  .post__container {
    padding-top: 18px;
  }

  .post__logo {
    padding-bottom: 304px;
  }

  .post__logo img {
    max-width: 182px;
  }

  .post__text {
    padding-bottom: 50px;
  }

  .post__text h1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    font-size: 37px;
    letter-spacing: -0.22px;
  }

  .post__text p {
    font-size: 21px;
    letter-spacing: 0.34px;
  }

  .post__desc {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 50px;
  }

  .post__desc p {
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.16px;
  }

  .post__media {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 50px;
  }

  [dir='rtl'] .post__media {
    left: auto;
    right: -15px;
    margin: 0;
  }

  .post__media-video img,
  .post__media-img img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .post__media-video {
    height: 272px;
  }

  .post__social {
    padding-bottom: 50px;
  }

  .post__magazine-title {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 75px;
  }

  .post .footer__form {
    padding-left: 5px;
    padding-right: 5px;
  }

  .post .footer__form-title {
    font-size: 17px;
    letter-spacing: 0.19px;
  }

  .post .footer__form-field button {
    max-width: 100px;
  }
}