.page_content .section_1 .logo img {
  display: block;
  height: 115px;
  width: auto;
}

.page_content .section_1 .logo {
  z-index: 5;
}

.top-section {
  position: relative;
  min-height: 100vh;
}

.bg-section {
  position: relative;
}

.top-section__background,
.bg-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-section__background img,
.top-section__background video,
.bg-section__background img,
.bg-section__background video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 20;
}

.top-section__overlay,
.bg-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

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

.bg-section__content {
  position: relative;
  z-index: 4;
}

.page_content .section_1 .socials {
  z-index: 10;
}

.page_content .section_1 .contact_content {
  position: relative;
}

.page_content .section_1 .contact_content .phone {
  z-index: 12;
}

.page_content .section_1 .scroll_box {
  z-index: 7;
}

.header .menu li {
  display: block;
}

.header .sub-menu {
  margin-top: 25px;
  margin-bottom: 0;
  display: none;
}

.header .sub-menu li a {
  font-weight: 250;
  font-size: 20px;
  line-height: 40px;
}

.header .sub-menu li {
  padding: 0;
  border: none !important;
}

.more {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  width: 30px;
  height: 20px;
}

.more .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.menu-item-has-children.active .more .icon {
  -webkit-transform: translate(-50%,-50%) rotate(-180deg);
          transform: translate(-50%,-50%) rotate(-180deg);
}

.menu-item-has-children.active .sub-menu {
  display: block;
}

.footer .socials .icon {
  width: 16px;
  height: 16px;
}

.divider-sm {
  height: 40px;
}

.divider-md {
  height: 80px;
}

.divider-lg {
  height: 80px;
}

.marck-blocks .acf-icon,
.acf-icon::before {
  font-family: 'dashicons' !important;
}

.page_content .section_8 .img,
.page_content .section_2 .img {
  height: auto;
}


.page_content .section_3 .text.text--full {
  max-width: 1190px;
}

.page_content .section_3 .text.text--big {
  font-family: 'Cormorant', Sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.section_3 .title {
  position: relative;
}

.section_3 .title::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 1px;
  background-color: #DDDDDD;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page_content .section_3 .btn {
  margin: 60px auto 0 auto;
}

#sb_instagram {
  overflow: hidden;
}

.team-video {
  position: relative;
}

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

.team-video__background img,
.team-video__background video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 20;
}

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

.team-video .img {
  height: auto;
}

.team-video .container {
  position: relative;
  z-index: 6;
}

.section_7 img {
  height: auto;
}

.section_23 {
  position: relative;
  z-index: 7;
}

.section_1 .contact_content {
  z-index: 3;
}

.section_1 .contact_content .phone {
  position: relative;
  z-index: 8;
}

.section_21 {
  background-color: #000000;
}

.section-bg {
  position: relative;
}

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

.section-bg__background img,
.section-bg__background video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 20;
}

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

.section-bg__content {
  position: relative;
  z-index: 4;
}

.full-image {
  position: relative;
  padding-bottom: 46%;
}

.full-image.full {
  padding: 0;
}

.full-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-image.full .full-image__background {
  position: initial;
  height: auto;
  top: initial;
  left: initial;
}

.full-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-image.full img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: all;
}

.top-section .simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #fbfaf8 !important;
}

.page_content .section_23 {
  border-color: #fbfaf8;
}

.page_content .section_19 .img {
  height: auto;
}

.marck-blocks .btn_white {
  color: #ffffff;
}

.top-section .content {
  text-align: center;
}

.top-section .btn {
  margin: 60px auto 0;
}

.text_small {
  line-height: 25px !important;
  font-size: 15px !important;
}

.section_14 img {
  height: auto;
}

a.fancybox {
  display: block;
}

.page_content .section_16 .col img {
  display: block;
  width: 100%;
  height: auto;
}

.section_4 .col--photo img {
  height: auto;
}

.section_11 img {
  height: auto;
}

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

.grid {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-item {
  width: 100%;
  margin-bottom: 20px;
}



.grid-item img {
  display: block;
  width: 100%;
  height: auto;
}

.frm .mc4wp-checkbox-contact-form-7::before {
  display: none !important;
}

.wpcf7-submit {
  background-color: transparent;
}

.mc4wp-checkbox-contact-form-7 {
  text-transform: uppercase;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 8px;
  color: red !important;
}

.wpcf7-not-valid {
  border-bottom-color: red !important;
}

.mc4wp-checkbox-contact-form-7 label {
  margin-top: 0 !important;
}

.marck-blocks .section_8 {
  overflow: visible;
}

.section_8 .wrap {
  position: relative;
}

.top-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page_content .section_1 .logo {
  width: auto !important;
}

.top-section__background .desktop-image {
  display: none;
}

.marck-blocks .ftype_1 em,
.marck-blocks .ftype_1 i,
.marck-blocks .ftype_2 em,
.marck-blocks .ftype_2 i,
.marck-blocks .ftype_3 em,
.marck-blocks .ftype_3 i {
  font-family: 'Saol-Display', sans-serif;
  font-weight: 300;
}

.page_content .section_18 .img .img {
  width: 100%;
}

.page_content .section_10 .mosaic .box {
  position: relative;
}

.page_content .section_10 .mosaic .box:hover {
  -webkit-transform: none;
          transform: none;
}

.page_content .section_10 .mosaic .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 36, 37, 0.8);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.page_content .section_10 .mosaic .img {
  z-index: 2;
  height: auto;
  margin: 0;
  aspect-ratio: 368 / 520;
}

.page_content .section_10 .mosaic .box .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  margin: 0;
}

.page_content .section_10 .mosaic .box:hover .text,
.page_content .section_10 .mosaic .box:hover::after {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.page_content .section_10 .wrap {
  max-width: 1200px;
}

.location {
  font-family: 'Saol-Display', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.page_content .section_1.project .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
}

.page_content .section_1.project .beforetitle,
.page_content .section_1.project .title {
  text-align: left;
}

.page_content .section_1.project .location {
  font-family: 'Saol-Display', sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 4px;
}

.page_content .section_1.project .ftype_1 {
  margin-bottom: 4px;
}

.headerscroll .menu > .menu-item-has-children {
  position: relative;
  padding-right: 12px !important;
}

.headerscroll .menu > .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.headerscroll .menu > .menu-item {
  text-transform: uppercase;
}

.headerscroll .menu-item-has-children .sub-menu {
  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;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.headerscroll .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.headerscroll .menu-item-has-children:hover > .sub-menu  .sub-menu {
  left: 100%;
  top: 0;
  border-left: 1px solid rgba(0,0,0, 0.4);
}

.headerscroll .sub-menu .menu-item,
.headerscroll .sub-menu .menu-item-has-children {
  padding: 0 28px;
  position: relative;
  text-transform: none;
  white-space: nowrap;
}

.marck-blocks .headerscroll .btn_popupnav {
  margin-left: auto;
}

.clients-section__item-wrap {
  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;
  gap: 10px;
}

.clients-section__item-wrap img {
  display: block;
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* #new */

.rich-text h2 {
  font-weight: 250;
  font-size: 48px;
  line-height: 60px;
  font-family: 'Butler', Sans-serif;
  margin-bottom: 20px;
}

/* #media */

@media (min-width: 576px) {
  .divider-md {
    height: 100px;
  }

  .divider-lg {
    height: 120px;
  }
}

@media (min-width: 768px) {
  .top-section {
    min-height: 800px;
    height: 100vh;
  }

  .top-section__background .mobile-image {
    display: none;
  }

  .top-section__background .desktop-image {
    display: block;
  }
}


@media only screen and (min-width: 841px) {
  .top-image {
    position: absolute;
    left: 10%;
    top: 0;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    max-width: 500px;
    z-index: 3;
  }

  .more {
    height: 20px;
  }

  .clients-section__item-wrap {
    gap: 30px;
  }

  .clients-section__item-wrap img {
    height: 120px;
    width: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1479px) {
  .marck-blocks .ftype_1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .grid-item {
    width: 30%;
    margin-bottom: 40px;
  }

  .divider-md {
    height: 120px;
  }

  .divider-sm {
    height: 80px;
  }

  .divider-lg {
    height: 150px;
  }

  .page_content .section_1.project .ftype_2 {
    font-size: 34px;
  }

  .page_content .section_1.project .container {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 120px;
  }

  .section_6 .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1240px) {
  .rich-text h2 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 840px) {
  .rich-text h2 {
    font-size: 32px;
    line-height: 45px;
  }
}


@media (min-width: 1480px) {
  .top-image {
    left: 5%;
  }
}

@media (min-width: 1620px) {
  .page_content .section_1 .logo img {
    height: 172px;
  }
}

@media (max-width: 575px) {
  .top-section .ftype_1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .page_content .section_1.project .ftype_1 {
    font-size: 26px;
  }

  .page_content .section_1.project .ftype_2 {
    font-size: 20px;
  }
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-section__grid {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.contact-section__heading {
  margin-bottom: 10px;
}

.contact-section__text {
  max-width: 500px;
  line-height: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  font-family: 'Cormorant', Sans-serif;
}

.contact-section__text .workhour,
.contact-section__text .wrap {
  font-weight: 250;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Butler', Sans-serif;
}

.contact-section__text .phone:first-child {
  margin-right: 5px;
}

.contact-section__text .phone:last-child {
  margin-left: 5px;
}

.contact-section__text p {
  margin-bottom: 35px;
}

.contact-section__form {
  max-width: 580px;
  background: #fff;
  padding: 30px 30px 30px;
}

.contact-section__form .title {
  font-weight: 250;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Butler', Sans-serif;
  padding-bottom: 31px;
  border-bottom: 1px solid #aaa;
}

.contact-section__form .input {
  width: 100%;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  font-family: 'Cormorant', Sans-serif;
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.contact-section__form select.input {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-section__form select.input::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: black;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}


.contact-section__form label {
  display: block;
  cursor: pointer;
}

.contact-section__form label span.mc4wp-checkbox span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Cormorant', Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section__form .wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: 'Cormorant', Sans-serif;
}

.contact-section__form label span.mc4wp-checkbox input:checked + span::before {
  content: '✓';
}

.contact-section__form label span.mc4wp-checkbox span::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #DDDDDD;
  min-width: 16px;
  margin-right: 10px;
  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;
}

.contact-section__form .btn {
  margin-top: 30px;
  width: 100%;
  font-size: 8px;
}

.custom-select {
  min-width: 350px;
  position: relative;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
  z-index: 3;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

@media only screen and (max-width: 1240px) and (min-width: 840px) {
  .marck-blocks .contact-section .container {
    max-width: 80%;
  }
}

@media only screen and (min-width: 1241px) {
  .contact-section__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 120px;
  }

  .contact-section__form .title {
    font-size: 36px;
    line-height: 40px;
  }

  .contact-section__text .workhour,
  .contact-section__text .wrap {
    font-size: 24px;
  }

  .contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-section__form {
    padding: 63px 50px 47px 50px;
    min-width: 580px;
  }

  .contact-section__form .input {
    font-size: 16px;
  }

  .contact-section__form .btn {
    font-size: 12px;
  }

  .contact-section__form label span.mc4wp-checkbox span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1240px) {
  .marck-blocks .headerscroll .btn {
    margin-right: 20px;
  }
}

.grid-full-3-cols__wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-full-3-cols {
  width: 100% !important;
}

.grid-full-3-cols .grid-item {
  width: 50%;
  margin-bottom: 0;
  padding: 3px;
}

@media (min-width: 768px) {
  .grid-full-3-cols .grid-item {
    width: 33.333%;
    padding: 4px;
  }
}

@media (min-width: 1280px) {
  .grid-full-3-cols__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-full-3-cols .grid-item {
    padding: 5px;
  }
}

/* updates 21-05-2025 */
.portfolio-gallery.not-mosaic .container {
  width: 100%;
}

.portfolio-gallery.not-mosaic .wrap {
  max-width: 100%;
}

.portfolio-gallery.not-mosaic .box {
  width: 100%;
  margin-bottom: 0;
}

.portfolio-gallery.not-mosaic .btn {
  margin-top: 60px;
}

.section_5 .sliderPortfolio {
  position: relative;
  margin-bottom: 0;
}

.section_5 .btn_link {
  margin-top: 60px;
}

.section_5 .btn_left,
.section_5 .btn_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.section_5 .btn_left {
  left: 3%;
}

.section_5 .btn_right {
  right: 3%;
}

.section_5 .btn_left svg,
.section_5 .btn_right svg {
  width: 18px;
  height: auto;
}

.section_5 .btn_left svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .portfolio-gallery.not-mosaic .box {
    width: calc(33.333%);
  }
}

@media (min-width: 1280px) {
  .section_5 .link span {
    font-size: 16px;
  }

  .page_content .section_9 .container {
    width: 100%;
  }

  .page_content .section_9 .sliders {
    height: 704px !important;
    max-width: 1430px;
  }

  .page_content .section_9 .slider.slider_1,
  .page_content .section_9 .slider.slider_3 {
    top: 70px;
    width: 380px;
    height: 565px;
  }

  .page_content .section_9 .slider.slider_2 {
    left: 348px;
    width: 530px;
    height: 704px;
    left: calc(50% - 530px / 2);
  }

  .page_content .section_9 .slider.slider_3 {
    left: 807px;
    left: calc(100% - 380px);
  }

  .page_content .section_10 .wrap.wrap--2 {
    max-width: 1500px;
  }

  .page_content .section_10 .wrap--2 .box:nth-child(4n+1),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) {
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 60px;
  }

  .page_content .section_10 .wrap--2 .box:nth-child(4n+2),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) {
    max-width: 840px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .page_content .section_10 .wrap--2 .box:nth-child(4n+1) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) .img {
    width: 100%;
    height: auto;
    aspect-ratio: 365 / 486;
  }

  .page_content .section_10 .wrap--2 .box:nth-child(4n+2) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) .img {
    width: 100%;
    height: auto;
    aspect-ratio: 648 / 486;
  }

  .page_content .section_5 .img.slider_1 {
    left: 0%;
    width: 30%;
    top: 5%;
    z-index: 3;
  }

  .page_content .section_5 .img.slider_2 {
    left: calc(50% - 33% / 2);
    width: 33%;
    top: 0;
    z-index: 2;
  }
  .page_content .section_5 .img.slider_3 {
    left: calc(100% - 30%);
    width: 30%;
    top: 5%;
    z-index: 1;
  }

  .page_content .section_5 .img.slider_start {
    width: 20%;
    left: -30%;
  }

  .page_content .section_5 .img.slider_4 {
    left: 100%;
    width: 20%;
  }

  .page_content .section_5 .img {
    height: auto !important;
    aspect-ratio: 310 / 460;
  }

  .page_content .section_5 .img.slider_4,
  .page_content .section_5 .img.slider_5 {
    visibility: hidden;
  }

  .page_content .section_5 .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section_5 .btn_left,
  .section_5 .btn_right {
    width: 70px;
    height: 70px;
  }

  .section_5 .btn_left svg,
  .section_5 .btn_right svg {
    width: 29px;
  }
}

@media only screen and (max-width: 1240px) {
  .page_content .section_4 .col--photo {
    padding-top: 0;
  }

  .page_content .section_4 .beforetitle,
  .page_content .section_4 .title,
  .page_content .section_4 .text,
  .page_content .section_4 .link span {
    color: white;
  }

  .page_content .section_4 .text {
    padding-top: 30px;
  }

  .page_content .section_4 .link .icon {
    fill: white;
  }
}
