@font-face {
  font-family: Magnat;
  src: url('../fonts/Magnat-HeadSemiBold.woff2') format("woff2"), url('../fonts/Magnat-HeadSemiBold.woff') format("woff"), url('../fonts/Magnat-HeadSemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Magnat;
  src: url('../fonts/Magnat-HeadBold.woff2') format("woff2"), url('../fonts/Magnat-HeadBold.eot') format("embedded-opentype"), url('../fonts/Magnat-HeadBold.woff') format("woff"), url('../fonts/Magnat-HeadBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Regular.woff2') format("woff2"), url('../fonts/Mont-Regular.woff2') format("woff2"), url('../fonts/Mont-Regular.eot') format("embedded-opentype"), url('../fonts/Mont-Regular.woff') format("woff"), url('../fonts/Mont-Regular.woff') format("woff"), url('../fonts/Mont-Regular.ttf') format("truetype"), url('../fonts/Mont-Regular.ttf') format("truetype"), url('../fonts/Mont-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-SemiBold.woff2') format("woff2"), url('../fonts/Mont-SemiBold.woff2') format("woff2"), url('../fonts/Mont-SemiBold.eot') format("embedded-opentype"), url('../fonts/Mont-SemiBold.woff') format("woff"), url('../fonts/Mont-SemiBold.woff') format("woff"), url('../fonts/Mont-SemiBold.ttf') format("truetype"), url('../fonts/Mont-SemiBold.ttf') format("truetype"), url('../fonts/Mont-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Thin.woff2') format("woff2"), url('../fonts/Mont-Thin.woff') format("woff"), url('../fonts/Mont-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-ExtraLight.eot') format("embedded-opentype"), url('../fonts/Mont-ExtraLight.woff') format("woff"), url('../fonts/Mont-ExtraLight.ttf') format("truetype"), url('../fonts/Mont-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Light.eot') format("embedded-opentype"), url('../fonts/Mont-Light.woff') format("woff"), url('../fonts/Mont-Light.ttf') format("truetype"), url('../fonts/Mont-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "0 Wll 9";
  src: url('../fonts/MornThin-0WLl9.otf') format("opentype"), url('../fonts/MornThin-0WLl9.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-blue: #7484af;
  --black: #f3f2ec;
  --white: white;
  --white-smoke: #f4f6f6;
  --black-2: #181818;
  --bacgkground: #f3f2ec;
  --b27575: #b27575;
  --logo: #8883a1;
  --900: 900;
  --bg: #f4f6f6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #030303;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 123px;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: #181818;
  background-color: #0000;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s ease-in;
}

a:hover {
  color: var(--slate-blue);
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.body {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--black);
  color: #181818;
  -webkit-text-fill-color: inherit;
  cursor: default;
  object-fit: fill;
  background-clip: border-box;
  max-width: 100vw;
  font-family: Mont, sans-serif;
  font-size: 16px;
  line-height: 140%;
  overflow: scroll;
}

.div-block-12 {
  margin-right: 30px;
  position: relative;
}

.program_link {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.section-4 {
  display: block;
  overflow: hidden;
}

.conteiner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.conteiner.s1 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner.s1.mobile {
  width: 100vw;
  max-width: 100vw;
  height: 90vh;
  margin-top: 0%;
  display: block;
}

.conteiner.s4 {
  width: 100%;
  height: auto;
  margin-top: -36px;
  display: block;
  position: relative;
}

.conteiner.s_5 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.conteiner.s8 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.conteiner.s7 {
  background-color: #e2e2eb;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.conteiner.s3 {
  object-fit: scale-down;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 23px;
  padding-bottom: 0;
  padding-right: 30px;
  display: block;
  overflow: hidden;
}

.conteiner.modol {
  justify-content: center;
  align-items: center;
  display: flex;
}

.conteiner.s2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.conteiner.s6_mobile {
  background-color: #fff;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.conteiner.s7_table {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.conteiner.nav_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10px;
  display: block;
  overflow: hidden;
}

.wrapper_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  cursor: pointer;
  background-color: #b37576;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.text-block:hover {
  color: #95b9b9;
  background-color: #fff;
  border: 1px solid #95b9b9;
}

.btn_request {
  justify-content: center;
  align-items: center;
  margin-left: -14px;
  display: block;
  position: relative;
}

.navbar {
  z-index: 0;
  background-color: #fff0;
  width: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
  left: 2px;
  right: auto;
}

.nav-menu2._2 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: -105px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  display: flex;
  position: absolute;
  inset: 0% 140px 0% auto;
  overflow: hidden;
}

.nav-menu2._2.mi, .nav-menu2._3 {
  display: none;
}

.nav_link_3 {
  border-bottom: 3px solid #0000;
  margin-top: 5px;
  margin-right: 40px;
  padding: 40px 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.nav_link_3:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_3.w--current {
  color: #333;
}

.nav_link_3.events {
  font-family: "0 Wll 9", Arial, sans-serif;
  display: block;
}

.nav_link_3.ev, .nav_link_3.eve.w--current {
  display: none;
}

.nav_link_1 {
  border-bottom: 3px solid #0000;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 40px;
  padding: 40px 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition-property: none;
  display: inline-block;
}

.nav_link_1:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_1.w--current {
  color: #333;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "0 Wll 9", Arial, sans-serif;
}

.nav_link_1._2 {
  margin-left: 12px;
  display: none;
}

.image {
  cursor: pointer;
  width: auto;
  height: 100%;
  margin: 10px auto auto;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
}

.menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 62px;
  display: flex;
  overflow: visible;
}

.heading {
  color: #fff;
  letter-spacing: 1.2vw;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Vollkorn, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.heading.base {
  display: none;
}

.video_bg_s1 {
  z-index: 5;
  background-color: #0000005c;
  justify-content: center;
  width: 100vw;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Mont, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.text-block-2.base {
  display: none;
}

.discover {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 24px;
}

.wrapper_s1 {
  z-index: 1;
  text-align: left;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.background-video {
  z-index: 3;
  background-color: #555250b8;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.background-video.all {
  background-color: #5e4e489e;
}

.div-block-17 {
  z-index: 10;
  background-color: #00000003;
  border: 1px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90vh;
  margin: 0 auto 0;
  padding: 10em 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-17.home {
  z-index: 64;
  background-color: #442d2375;
  max-width: none;
  height: 90vh;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-17.weds {
  background-color: #4628001a;
  display: flex;
}

.div-block-17.cu {
  background-color: #0003;
}

.div-block-17.lower {
  display: none;
}

.div-block-17.fest {
  object-fit: cover;
  background-color: #00000036;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 14px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transform: rotate(-90deg);
}

.wrapper_s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  margin-top: 54px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: block;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 120%;
  overflow: hidden;
}

.heading-2.all-occasions {
  text-transform: uppercase;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 40px;
  line-height: 150%;
  overflow: hidden;
}

.heading-2.all-occasions.previous {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.all-occasions.previous.how {
  margin-top: 40px;
  padding-top: 0;
}

.heading-2.all-occasions.chat {
  margin-bottom: 10px;
}

.heading-2.tp {
  display: block;
  overflow: hidden;
}

.video_block_s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: auto;
  margin-right: 32px;
  display: block;
}

.text-block-4 {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

.text-block-4.base-section {
  text-align: left;
  column-count: auto;
  font-size: 16px;
  line-height: 300%;
}

.background-video-2 {
  width: 937px;
  max-width: 100%;
  height: 606px;
  margin-bottom: 24px;
  display: none;
  overflow: visible;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 170%;
  display: none;
}

.case_studees {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.wrapper_case {
  clear: none;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.wrapper_s4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 82%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: #7484af;
  text-align: center;
  letter-spacing: 4px;
  height: 42px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: block;
  overflow: hidden;
}

.experienced_block {
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 393px;
  margin-bottom: 30px;
  display: flex;
}

.image-5 {
  z-index: -1;
  width: 521px;
  display: inline-block;
}

.arrow_border_experienced {
  border: 1px solid #333;
  border-radius: 46px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 30px;
  display: flex;
}

.heading_experienced {
  color: #33333380;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Magnat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
}

.heading_experienced:focus {
  color: #333;
  font-weight: 700;
}

.text-block-5 {
  color: #798bbb;
  text-align: center;
  padding-bottom: 7px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block-5.team {
  display: none;
}

.experienced {
  flex-direction: column;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: auto 30px 0%;
}

.paragraph {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  overflow: visible;
}

._3d_solid_block {
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 391px;
  margin-bottom: 30px;
  display: flex;
}

.compliance_block {
  text-align: left;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 424px;
  display: flex;
}

.image_block_s4 {
  z-index: -99;
  text-align: center;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0% 40%;
}

.div-block-19 {
  display: block;
}

.heading_3d_solid {
  color: #33333380;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
}

.heading_3d_solid:focus {
  color: #333;
  font-weight: 700;
}

.heading_compliance {
  color: #33333380;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.heading_compliance:focus {
  color: #333;
  font-weight: 700;
}

.arrow_experienced {
  color: #333;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 21px;
  padding-right: 19px;
}

.bg_video_s5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: #00000057;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.text_block_s5 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  margin: auto auto auto 0;
  padding-top: 5%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
  inset: 0 auto 0% 0;
}

.text_block_s5._6-5 {
  position: absolute;
}

.wrapper_s5 {
  z-index: 10;
  width: 100vw;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.section_4 {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-top: 0;
  display: block;
}

.section_4.temts, .section_4.wedddings {
  display: none;
}

.heading-6 {
  color: #fff;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.paragraph-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 220%;
}

.paragraph-2.about {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 200%;
}

.paragraph-2.about.bbb-text-1-5 {
  text-align: left;
  width: 100%;
}

.video_manufacture {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100vh;
  font-family: Mont, sans-serif;
  font-weight: 400;
  position: absolute;
  overflow: visible;
}

.video_manufacture.ot {
  display: block;
}

.section_5 {
  height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.wrapper_s6 {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grp {
  opacity: 1;
  background-image: linear-gradient(#00000061, #00000061), url('../images/Festival-Wedding.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
  overflow: visible;
}

.grp:hover {
  background-image: linear-gradient(#64561559, #64561559), url('../images/Festival-Wedding.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
}

.image_s6 {
  background-image: url('../images/image_1_s6.png');
  background-position: 50%;
  background-size: 422px;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0%;
}

.image_s6:hover {
  background-color: #153e64b3;
}

.text_block_s6 {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 1em;
  padding: 19.1em 3.1em 16.1em;
  display: flex;
  position: relative;
}

.steel_s6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
  overflow: visible;
}

.steel_s6:hover {
  background-color: #153e64b3;
}

.steel_s6.steel_s6_ {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Tanyard-2024-252-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: flex;
  position: relative;
}

.steel_s6.steel_s6_:hover {
  background-color: #0000;
  background-image: linear-gradient(#64561573, #64561573), url('../images/Tanyard-2024-252-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.bespoke_s6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.bespoke_s6.last_image_s6 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/PHOTO-2021-06-12-11-09-31.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.bespoke_s6.last_image_s6:hover {
  background-image: linear-gradient(#64561570, #64561570), url('../images/PHOTO-2021-06-12-11-09-31.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section_6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e264a0d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.wrapper_bathroom {
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-8 {
  color: #333;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  display: flex;
}

.text_block_bathroom {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom.last_item {
  margin-bottom: 0;
}

.text-block-7 {
  color: #333;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-8, .text-block-9, .text-block-10 {
  color: #333;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-11 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-12 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 200;
  line-height: 100%;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.image_bathroom {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-right: auto;
  position: relative;
}

.number_1 {
  z-index: 11;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 0 190px -7px auto;
}

.num_1 {
  color: #95b9b9;
  margin: 11px 14px 7px;
  font-weight: 700;
}

.number_2 {
  z-index: 15;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 126px auto auto 40px;
}

.number_3 {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 251px 165px 0% auto;
}

.number_4 {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 262px 42px 0% auto;
}

.number_5 {
  z-index: 11;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 99px auto auto 154px;
}

.number_6 {
  z-index: 12;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 243px auto auto 131px;
}

.number_7 {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 293px 219px 0% auto;
}

.number_8 {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 100px 157px 0% auto;
}

.number_9 {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 169px 216px 0% auto;
}

.number_10 {
  z-index: 12;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 284px auto auto 74px;
}

.num_2, .num_3, .num_4, .num_5 {
  color: #95b9b9;
  margin: 11px 14px 7px;
  font-weight: 700;
}

.num_6 {
  color: #95b9b9;
  margin: 11px 12px 7px 13px;
  font-weight: 700;
}

.num_7, .num_8, .num_9, .num_10 {
  color: #95b9b9;
  margin: 11px 14px 7px;
  font-weight: 700;
}

.bathroom_image_bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section_7 {
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  display: block;
  overflow: visible;
}

.section_7.tents, .section_7.gallery {
  display: none;
}

.section_7.weddings {
  display: block;
}

.section_7.weddings.fest, .section_7.home {
  display: none;
}

.bg_image_s8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 31px;
  display: block;
  position: static;
  inset: 0%;
}

.wrapper_s8 {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/004.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  padding-top: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.wrapper_s8.weddings {
  margin-top: 40px;
}

.wrapper_s8.fest, .wrapper_s8.contact {
  display: none;
}

.tex_blck_s8 {
  z-index: 3;
  text-align: center;
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
  height: 75vh;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  width: 720px;
  margin-top: 0;
  margin-bottom: 56px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 170%;
}

.button {
  color: #fff;
  cursor: pointer;
  background-color: #b37476;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 42px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

.button:hover {
  color: #95b9b9;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #95b9b9;
}

.wrapper_footer {
  justify-content: space-between;
  margin-top: 20px;
  display: block;
}

.footermobile {
  clear: both;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.footermobile.snap {
  min-height: 100vh;
}

.footermobile.snap._8 {
  background-color: #e8e7e3;
  min-height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  display: block;
}

.footermobile.snap._8.mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: none;
}

.footermobile.snap._8.main {
  padding-bottom: 20px;
  display: block;
}

.footermobile.snap._8.main.mob {
  display: none;
}

.footermobile.snap._8.main.mobile, .footermobile.base {
  display: block;
}

.div-block-20 {
  flex: 0 auto;
  width: auto;
  display: block;
  overflow: hidden;
}

._7 {
  padding-top: 0;
}

._7.fest {
  display: block;
}

._7.snap {
  height: 90vh;
  min-height: auto;
  display: block;
  position: static;
  overflow: visible;
}

._7.about {
  margin-top: 40px;
}

.image_logo_footer {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: visible;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  letter-spacing: .6px;
  width: 240px;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 170%;
}

.text-span {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  display: block;
}

.text-span.footer {
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 100%;
}

.text-span.base {
  color: #383535;
}

.text-span.tel {
  text-align: left;
  display: none;
}

.text-span.top {
  color: #000;
}

.adress_block {
  overflow: hidden;
}

.text-block-18 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.text-block-18.base {
  display: none;
}

._6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

._6.tents {
  display: none;
}

._6.snap {
  height: auto;
  min-height: 100vh;
  display: block;
  position: static;
}

._3d_solid_block_text, .compliance_block_text {
  opacity: 0;
  display: none;
  position: absolute;
  inset: auto 30px 0%;
}

.wrapper_form {
  z-index: 999;
  background-color: #08182766;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.heading-10 {
  text-align: center;
  text-transform: capitalize;
  width: 565px;
  margin-bottom: 42px;
  font-family: Magnat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
}

.text-field {
  color: #3333334d;
  border-radius: 100px;
  width: 400px;
  height: 56px;
  margin-bottom: 7px;
  padding: 15px 0 10px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.text-field-2 {
  color: #3333334d;
  border-radius: 100px;
  width: 400px;
  height: 56px;
  margin-bottom: 17px;
  padding: 13px 0 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #95b9b9;
  border-radius: 100px;
  width: 400px;
  height: 64px;
  padding: 14px 100px 10px;
  font-family: Magnat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
}

.submit-button:hover {
  color: #95b9b9;
  background-color: #fff;
}

.close_form {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 29px;
  display: flex;
  position: absolute;
  inset: -25px 0 auto auto;
}

.close_btn {
  color: #fff;
}

.modol_window {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #08182766;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper_modol_window {
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.image_cardiff {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 20px;
  display: flex;
}

.image_cardiff_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.text_block_cardiff {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-span-2 {
  padding-right: 8px;
}

.text-span-3 {
  padding-left: 8px;
}

.heading-11 {
  color: #333;
  margin-bottom: 16px;
  font-family: Magnat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  position: static;
}

.paragraph-4 {
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-5 {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.project {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-right: 0;
  display: flex;
}

.project.cardiff_project {
  padding-right: 0;
}

.wrapper_text_block_modol {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.wrapper_case_modol {
  justify-content: flex-start;
  align-items: center;
  width: 614px;
  margin-bottom: 0;
  padding-top: 8px;
  display: flex;
}

.wrapper_case_modol.retirement {
  width: 614px;
}

.div-block-21 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.div-block-21.last_image_modol {
  margin-right: 8px;
}

.close_modol {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3%;
  bottom: auto;
  right: 1%;
}

.text-block-21 {
  width: 20px;
  height: 20px;
  color: var(--white);
  font-size: 30px;
}

.brand {
  background-color: #ffffff26;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.brand.w--current {
  cursor: pointer;
}

._2 {
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

._2.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: clip;
}

._2.home.snap {
  min-height: 100vh;
  overflow: visible;
}

._2.weddings {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0;
}

._1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  margin-top: 0%;
  margin-bottom: 0;
  display: block;
  position: relative;
}

._1.snap {
  z-index: 30;
  background-color: #f5f4f0;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: auto;
  display: block;
  overflow: visible;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  height: 100%;
  display: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.div-block-22 {
  align-self: flex-start;
  width: 279px;
  height: 606px;
  display: block;
  overflow: visible;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.heading_table {
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 0;
  padding-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 28px;
  display: block;
  position: static;
  overflow: visible;
}

.image_request_table {
  background-color: #153e64cc;
  width: 100%;
  display: none;
}

.bg_video_s1_top_left {
  z-index: 3;
  width: 50%;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg_video_s1_top_right {
  z-index: 3;
  width: 50%;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg_video_s1_bottom_left {
  z-index: 3;
  width: 50%;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg_video_s1_botton_right {
  z-index: 3;
  width: 50%;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading_animation {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text_block_animation {
  object-fit: cover;
  height: auto;
  position: relative;
}

.wrapper_loading {
  background-color: #333;
  background-image: url('../images/skorpions.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg_number {
  z-index: -1;
  background-color: #fff9;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: none;
  position: absolute;
}

.text_block_number {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.heading-12 {
  color: #95b9b9;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Magnat, sans-serif;
  font-size: 22px;
  line-height: 170%;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}

.text_block_number_2 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.text_block_number_3 {
  opacity: 1;
  background-color: #1e264a;
  flex-direction: column;
  width: 264px;
  height: 197px;
  padding: 1em;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.text_block_number_4 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 363px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -5px;
  overflow: visible;
}

.text_block_number_5 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 8px 0% 0% 45px;
  overflow: visible;
}

.text_block_number_6 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 45px -6px 0%;
  overflow: visible;
}

.text_block_number_7 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: -159px 0% 0% -20px;
  overflow: visible;
}

.text_block_number_8, .text_block_number_9, .text_block_number_10 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.bg_number_2, .bg_number_3, .bg_number_4, .bg_number_5, .bg_number_6, .bg_number_7, .bg_number_8, .bg_number_9, .bg_number_10 {
  z-index: -1;
  background-color: #fff9;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: none;
  position: absolute;
}

.border {
  border-bottom: 1px solid #0000;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.border_2 {
  border-bottom: 1px solid #0000;
  font-weight: 400;
}

.border_2._1 {
  font-family: "0 Wll 9", Arial, sans-serif;
}

.border_3 {
  border-bottom: 1px solid #0000;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.border_4 {
  border-bottom: 1px solid #0000;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.border_5 {
  border-bottom: 1px solid #0000;
  font-weight: 400;
}

.border_6, .border_7 {
  border-bottom: 1px solid #0000;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.border_8 {
  border-bottom: 1px solid #0000;
  font-weight: 400;
}

.border_9, .border_10 {
  border-bottom: 1px solid #0000;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.block_calculate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 84px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.block_calculate:hover {
  display: flex;
}

.button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #c2f0f0;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 27px 10px 24px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.button-2:hover {
  color: var(--white-smoke);
  text-align: center;
  background-color: #95b9b9;
  font-size: 16px;
}

.arrow_border_3d_solid {
  border: 1px solid #333;
  border-radius: 46px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 30px;
  display: flex;
}

.arrow_3d_solid {
  color: #333;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 21px;
  padding-right: 19px;
}

.arrow_border_compliance {
  border: 1px solid #333;
  border-radius: 46px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 30px;
  display: flex;
}

.arrow_compliance {
  color: #333;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 21px;
  padding-right: 19px;
}

.font_600_desing_expe {
  opacity: 1;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.font_600_desing_expe:focus {
  color: #333;
  font-weight: 700;
}

.font_600_desing_3d {
  opacity: 1;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.font_600_desing_3d:focus {
  color: #333;
  font-weight: 700;
}

.font_600_desing_compli {
  opacity: 1;
  font-family: Magnat, sans-serif;
  font-weight: 700;
}

.font_600_desing_compli:focus {
  color: #333;
  font-weight: 700;
}

.wrapper_image_case {
  object-fit: cover;
  width: auto;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  overflow: hidden;
}

.horizontal {
  clear: both;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .7fr auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.horizontal._2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: .7fr auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.image_1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: auto;
  max-width: 100%;
  height: 300px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image_2 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.image_3 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image_4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image_5, .image_6 {
  overflow: visible;
}

.modol_window_retirement {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading_retirement {
  color: #333;
  margin-bottom: 16px;
  font-family: Magnat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.text_block_retirement {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph_retirement_1, .paragraph_retirement_2 {
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
}

.image_retirement {
  margin-bottom: 8px;
  margin-right: 20px;
}

.image_retirements_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper_image {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.list {
  flex-direction: column;
  align-items: flex-start;
}

.img_retirement_2 {
  object-fit: cover;
  border: 2px solid #0000;
}

.modol_window_lianerch {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.heading-_lianerch {
  color: #333;
  margin-bottom: 16px;
  font-family: Magnat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph_lianech {
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
}

.paragraph_lianerch {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 842px;
  display: flex;
}

.image_lianerch_3 {
  object-fit: cover;
  border: 2px solid #0000;
}

.modol_window_canary {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading_canary {
  color: #333;
  margin-bottom: 16px;
  font-family: Magnat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph_canary_1 {
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
}

.paragraph_canary_2 {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

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

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image_canary_4 {
  object-fit: cover;
  border: 2px solid #0000;
}

.text-block_next_canary {
  color: #95b9b980;
  align-self: flex-end;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_canary_previous {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-self: flex-start;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_canary_previous:hover {
  border-bottom-color: #95b9b9;
}

.text-block_next_lianerch {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  align-self: flex-end;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_next_lianerch:hover {
  border-bottom-color: #95b9b9;
}

.text-block_previous_lianerch {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-self: flex-start;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_previous_lianerch:hover {
  border-bottom-color: #95b9b9;
}

.text-block_next_retirement {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  align-self: flex-end;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_next_retirement:hover {
  border-bottom-color: #95b9b9;
}

.text-block_previous_retirement {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-self: flex-start;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-block_previous_retirement:hover {
  border-bottom-color: #95b9b9;
}

.text-block_prevuous_cardiff {
  color: #95b9b980;
  flex-direction: column;
  align-self: flex-start;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.text-block_next_cardiff {
  color: #95b9b9;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  align-self: flex-end;
  font-family: Magnat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.text-block_next_cardiff:hover {
  border-bottom-color: #95b9b9;
}

.image_162_cardiff {
  object-fit: cover;
  border: 2px #0000;
  width: 162px;
}

.heading_descktop {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  display: none;
  overflow: hidden;
}

.wrapper {
  display: block;
  overflow: hidden;
}

.image_block_s4_table {
  z-index: -99;
  text-align: center;
  width: 691px;
  height: 577px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 241px;
  left: 26%;
  right: 0%;
}

.text_block_number_mobile, .text_block_number_mobile_2 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.text_block_number_mobile_3 {
  opacity: 1;
  background-color: #1e264a;
  flex-direction: column;
  width: 264px;
  height: 197px;
  padding: 1em;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.text_block_number_mobile_4 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 363px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -5px;
  overflow: visible;
}

.text_block_number_mobile_5 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 8px 0% 0% 45px;
  overflow: visible;
}

.text_block_number_mobile_6 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 45px -6px 0%;
  overflow: visible;
}

.text_block_number_mobile_7 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 42px 0% 0% -9px;
  overflow: visible;
}

.text_block_number_mobile_8, .text_block_number_mobile_9, .text_block_number_mobile_10 {
  z-index: 99;
  background-color: #1e264a;
  flex-direction: column;
  width: 413px;
  height: 152px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 40px 0% 0% -9px;
  overflow: visible;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.text-span-10 {
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
  position: static;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 400;
}

.text_block_bathroom_mobile {
  flex-direction: column;
  align-items: stretch;
  display: none;
  position: relative;
  overflow: visible;
}

.items_bathroom_1_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image_bathroom_mobile {
  width: 100%;
  max-width: 100%;
  margin-right: 134px;
  display: none;
  position: relative;
}

.number_1_mobile {
  z-index: 11;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 47px 241px 0% auto;
}

.number_2_mobile {
  z-index: 15;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 131px auto auto 258px;
}

.number_3_mobile {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 129px 90px 0% auto;
}

.number_4_mobile {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 252px 196px 0% auto;
}

.number_5_mobile {
  z-index: 11;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 216px auto auto 233px;
}

.number_6_mobile {
  z-index: 12;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 358px auto auto 195px;
}

.number_7_mobile {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 380px 300px 0% auto;
}

.number_8_mobile {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 198px 247px 0% auto;
}

.number_9_mobile {
  z-index: 10;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 270px 367px 0% auto;
}

.number_10_mobile {
  z-index: 12;
  background-color: #fffc;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: 287px auto auto 205px;
}

.nav_link_2 {
  border-bottom: 3px solid #0000;
  margin-top: 5px;
  margin-right: 40px;
  padding: 40px 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition-property: none;
  display: inline-flex;
}

.nav_link_2:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_2.w--current {
  color: #333;
}

.nav_link_2._2 {
  display: none;
}

.nav_link_4 {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 30px 0 27px;
  font-size: 1em;
  transition-property: none;
  display: inline-block;
}

.nav_link_4:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_4.w--current {
  color: #333;
}

.nav_link_4.last {
  vertical-align: baseline;
  margin-top: 5px;
  margin-right: 40px;
  padding: 40px 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.nav_link_4.last.w--current {
  margin-right: 40px;
}

.nav_link_4.last.left {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.image_s2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image_case_cardiff {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin-right: 0;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_retirement {
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_retirement.retirement {
  cursor: pointer;
  width: auto;
  margin-right: 0;
}

.image_case_lianerch, .image_case_canary {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin-right: 0;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_south {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: none;
  overflow: visible;
}

.image_case_east {
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_east.last_case_image_block {
  cursor: pointer;
  margin-right: 0;
  display: none;
}

.heading_cardiff, .heading_retirement_aipar {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
}

.heading_lianerch {
  color: #333;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
  position: static;
}

.heading_canary_wharf {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
}

.heading_south, .heading_east {
  color: #333;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.paragraph_desing {
  margin-top: 0;
  display: block;
  position: relative;
}

.paragaph_manufacture_copy {
  color: #ffffffe6;
  text-align: justify;
  margin-bottom: 93px;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 170%;
  position: absolute;
}

.heading_grp {
  color: var(--slate-blue);
  text-align: center;
  background-color: #ebe2e200;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  display: block;
  position: relative;
}

.heading_grp:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading_grp.fest {
  display: none;
}

.heading_wedding {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.heading_wedding:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading_bespoke {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.heading_bespoke:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}

.items_bathroom_1 {
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_2, .items_bathroom_3, .items_bathroom_4, .items_bathroom_5, .items_bathroom_6, .items_bathroom_7, .items_bathroom_8, .items_bathroom_9 {
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
  padding-bottom: 5px;
  font-size: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_10 {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_10.last_item {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 24px;
}

.img_overview {
  width: 100%;
  height: 100%;
  display: block;
}

.background-video_s2 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.link-block {
  cursor: pointer;
  overflow: hidden;
}

.link-block.w--current {
  overflow: visible;
}

.paragraph_footer {
  overflow: hidden;
}

.text-block_adress {
  color: #333333e6;
  text-align: right;
  width: 194px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 150%;
  display: none;
  overflow: visible;
}

.text-block_phone {
  color: #000;
  text-align: right;
  width: 194px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  overflow: visible;
}

.text-block_email {
  color: #333333e6;
  text-align: right;
  width: 194px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 150%;
}

.text-block_email.last_text_block_adress {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

.form-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #f3f4f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 112px 220px;
  display: block;
  position: relative;
}

.adress {
  overflow: hidden;
}

.phone, .email {
  display: none;
  overflow: hidden;
}

.image_discover:hover {
  color: #0000;
  background-image: url('../images/hover_discover.svg');
  background-position: 50%;
}

.image_lianerch_2, .image_lianerch_4, .image_lianerch_5 {
  object-fit: cover;
  border: 2px solid #0000;
}

.image_lianerch_1 {
  object-fit: cover;
  border: 2px solid #0000;
  width: 162px;
  height: 116px;
  display: block;
}

.image_canary_1, .image_canary_2, .image_canary_3, .image_canary_5, .image_canary_6 {
  object-fit: cover;
  border: 2px solid #0000;
}

.image_cardiff_2 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.image_cardiff_2_162 {
  object-fit: cover;
  border: 2px #0000;
  width: 100%;
}

.image_cardiff_3_162 {
  border: 2px solid #0000;
  width: 100%;
}

.image_cardiff_4_162, .image_cardiff_5_162, .image_cardiff_6_162 {
  object-fit: cover;
  border: 2px #0000;
}

.image_cardiff_3, .image_cardiff_4, .image_cardiff_5, .image_cardiff_6 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image_retirements_2, .image_retirements_3, .image_retirements_4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image_lianerches_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image_lianerches_2, .image_lianerches_3, .image_lianerches_4, .image_lianerches_5, .image_canares_2, .image_canares_3, .image_canares_4, .image_canares_5, .image_canares_6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.wrapeer_image {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.wrapeer_image.cardiff {
  width: 614px;
}

.img_cardiff_1 {
  cursor: pointer;
  margin-right: 8px;
}

.img_cardiff_2, .img_cardiff_3 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_cardiff_4, .img_cardiff_5 {
  cursor: pointer;
  border: 2px #0000;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_cardiff_6 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_cardiff_6.last_image_modol {
  cursor: pointer;
  border: 2px #0000;
  margin-right: 0;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav_2 {
  display: block;
}

.lightbox-link {
  display: flex;
  overflow: hidden;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-26 {
  width: 611px;
  height: 507px;
  margin-bottom: 8px;
  overflow: hidden;
}

.div-block-27 {
  width: 862px;
}

.div-block-21-copy {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.div-block-21-copy.last_image_modol {
  margin-right: 8px;
}

.image_retirement_1 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.image_retirement_1.last_image_modol {
  margin-right: 8px;
}

.img_retirement_1 {
  object-fit: cover;
  border: 2px solid #0000;
}

.image_retirement_2 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.image_retirement_2.last_image_modol {
  margin-right: 8px;
}

.image_retirement_3 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.image_retirement_3.last_image_modol {
  margin-right: 8px;
}

.img_retirement_3 {
  object-fit: cover;
  border: 2px solid #0000;
}

.image_retirement_4 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.image_retirement_4.last_image_modol {
  cursor: pointer;
  margin-right: 8px;
}

.img_retirement_4 {
  object-fit: cover;
  border: 2px solid #0000;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 611px;
  height: 512px;
  display: flex;
}

.img_lianerch_1 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
  overflow: visible;
}

.img_lianerch_1.last_image_modol {
  margin-right: 8px;
}

.img_lianerch_2 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_lianerch_2.last_image_modol {
  margin-right: 8px;
}

.img_lianerch_3 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_lianerch_3.last_image_modol {
  margin-right: 8px;
}

.img_lianerch_4 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_lianerch_4.last_image_modol {
  margin-right: 8px;
}

.img_lianerch_5 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_lianerch_5.last_image_modol {
  cursor: pointer;
  margin-right: 0;
}

.div-block-24-copy {
  justify-content: center;
  align-items: center;
  width: 842px;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  width: 611px;
  height: 515px;
  display: flex;
}

.img_canary_1 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_1.last_image_modol {
  margin-right: 8px;
}

.img_canary_2 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_2.last_image_modol {
  margin-right: 8px;
}

.img_canary_3 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_3.last_image_modol {
  margin-right: 8px;
}

.img_canary_4 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_4.last_image_modol {
  margin-right: 8px;
}

.img_canary_5 {
  cursor: pointer;
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_5.last_image_modol {
  margin-right: 8px;
}

.img_canary_6 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.img_canary_6.last_image_modol {
  cursor: pointer;
  margin-right: 0;
}

.div-block-30 {
  justify-content: center;
  width: 611px;
  height: 515px;
  display: flex;
}

.wrapper_modol {
  z-index: 999;
}

.image-13 {
  width: 162px;
  height: 116px;
}

.image_lianerch {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 611px;
  margin-right: 20px;
  display: flex;
}

.wrapeer_image_cardiff {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.btn_discover:hover {
  z-index: 3;
  color: #0000;
  background-image: url('../images/hover_discover.svg');
  background-position: 50%;
  position: relative;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.div-block-31 {
  z-index: 98;
  border: 1px solid #95b9b9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 22px 18px 19px;
  display: flex;
  position: relative;
}

.image-14 {
  width: 10px;
  height: 6px;
}

.div-block-32 {
  border: 1px #95b9b9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 22px 18px 19px;
  display: block;
}

.div-block-32:hover {
  color: #95b9b9;
  background-color: #95b9b9;
  background-image: url('../images/arrow_s1_write.svg');
  background-position: 50%;
}

.wrapper_title_design {
  position: relative;
}

.text-block_7_mobile, .text-block_8_mobile, .text-block_9_mobile, .text-block_10_mobile {
  color: #333;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 100%;
}

.text-block_11_mobile, .text-block_12_mobile, .text-block_13_mobile, .text-block_14_mobile, .text-block_15_mobile, .text-block_16_mobile {
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 100%;
}

.items_bathroom_2_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_2_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_3_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_3_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_4_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_4_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_5_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_5_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_6_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_6_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_7_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_7_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_8_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_8_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_9_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_9_mobile.last_item {
  margin-bottom: 0;
}

.items_bathroom_10_mobile {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.items_bathroom_10_mobile.last_item {
  margin-bottom: 0;
}

.modol_window_cardiff_mobile, .modol_window_retirement_mobile {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modol_window_lianerch_mobile {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modol_window_canary_mobile {
  z-index: 999;
  opacity: 1;
  background-color: #08182766;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper_modol_window-copy {
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.wrapper_modol_window_retirement {
  z-index: 999;
  opacity: 1;
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrapper_modol_window_cardiff {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrapper_modol_window_lianerch, .wrapper_modol_window_canary {
  z-index: 999;
  opacity: 1;
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.block_bg_modol {
  z-index: 999;
  background-color: #f3f4f6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 673px;
  display: flex;
  position: fixed;
  overflow: visible;
}

.wrapper_modol_window_cardiff_mobile {
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.wrapper_modol_window_cardiff_mobile.cardiff {
  display: none;
}

.wrapper_modol_window_retirement_mobile {
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.wrapper_modol_window_retirement_mobile.retirement_mobile {
  display: none;
}

.wrapper_modol_window_lianerch_mobile, .wrapper_modol_windo_canary_mobile {
  background-color: #f3f4f6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: none;
  position: relative;
}

.wrapper_bg_video_s2 {
  height: 100%;
  margin-bottom: 24px;
  overflow: visible;
}

.block_revolutionary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
  overflow: visible;
}

.block_revolutionary.mobile {
  display: none;
}

.image_case_cardiff_mobile {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  width: 400px;
  margin-right: 0;
  line-height: 140%;
  display: none;
  overflow: visible;
}

.image_case_retirement_mobile {
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_retirement_mobile.retirement {
  cursor: pointer;
  margin-right: 0;
  display: none;
}

.image_case_lianerch_mobile {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
  line-height: 140%;
  display: none;
  overflow: visible;
}

.image_case_canary_mobile, .image_case_south_mobile {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: none;
  overflow: visible;
}

.image_case_east_mobile {
  flex-direction: column;
  align-items: stretch;
  margin-right: 30px;
  line-height: 140%;
  display: block;
  overflow: visible;
}

.image_case_east_mobile.last_case_image_block {
  cursor: pointer;
  margin-right: 0;
  display: none;
}

.modol_window_mobile {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.close_modol_mobile {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: -3%;
}

.text-block_next_cardiff_mobile {
  color: #95b9b9;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_prevuous_cardiff_mobile {
  color: #95b9b980;
  flex-direction: column;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_previous_retirement_mobile {
  color: #95b9b9;
  flex-direction: column;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_next_retirement_mobile {
  color: #95b9b9;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_previous_lianerch_mobile {
  color: #95b9b9;
  flex-direction: column;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_next_lianerch_mobile {
  color: #95b9b9;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.text-block_canary_mobile {
  color: #95b9b9;
  flex-direction: column;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: none;
}

.grp_mobile {
  opacity: 1;
  background-image: url('../images/image_1_s6.png');
  background-position: 50%;
  background-size: 422px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  height: 740px;
  margin-right: 7px;
  display: none;
  position: relative;
  overflow: visible;
}

.grp_mobile:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
  background-position: 0 0, 50%;
  background-size: auto, 422px;
}

.steel_s6_mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
  overflow: visible;
}

.steel_s6_mobile:hover {
  background-color: #153e64b3;
}

.steel_s6_mobile.steel_s6_ {
  background-image: url('../images/image_2_s6.png');
  background-position: 0 0;
  background-size: 422px;
  display: none;
  position: relative;
}

.steel_s6_mobile.steel_s6_:hover {
  background-color: #0000;
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.bespoke_s6_mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.bespoke_s6_mobile.last_image_s6 {
  background-image: url('../images/image_3_s6.png');
  background-position: 0 0;
  background-size: 422px;
  margin-right: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.bespoke_s6_mobile.last_image_s6:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.close_form_mobile {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: -3%;
}

.bg_color_img {
  width: 100%;
  height: 100%;
}

.text-block-22 {
  color: #222;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.success-message {
  background-color: #0000;
}

.form_normal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 9px;
  position: absolute;
  top: 19px;
  right: auto;
}

.section_3_1440 {
  height: 150vh;
  margin-bottom: 40px;
  display: none;
  position: relative;
  overflow: visible;
}

.section_3_1280 {
  height: 150vh;
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.wrapper_case_1280 {
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 114px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image_1_1280, .image_2_1280, .image_3_1280, .image_4_1280 {
  overflow: visible;
}

.nav_link_1_1440 {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition-property: none;
  display: none;
}

.nav_link_1_1440:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_1_1440.w--current {
  color: #333;
}

.nav_link_1_1280 {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition-property: none;
  display: none;
}

.nav_link_1_1280:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_1_1280.w--current {
  color: #333;
}

.nav_link_1_1280._2 {
  display: none;
}

.grp_1280 {
  opacity: 1;
  background-image: url('../images/image_1_s6.png');
  background-position: 50%;
  background-size: 422px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  height: 740px;
  margin-right: 7px;
  display: none;
  position: relative;
  overflow: visible;
}

.grp_1280:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
  background-position: 0 0, 50%;
  background-size: auto, 422px;
}

.steel_s6_1280 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
  overflow: visible;
}

.steel_s6_1280:hover {
  background-color: #153e64b3;
}

.steel_s6_1280.steel_s6_ {
  background-image: url('../images/image_2_s6.png');
  background-position: 0 0;
  background-size: 422px;
  display: none;
  position: relative;
}

.steel_s6_1280.steel_s6_:hover {
  background-color: #0000;
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.bespoke_s6_1280 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.bespoke_s6_1280.last_image_s6 {
  background-image: url('../images/image_3_s6.png');
  background-position: 0 0;
  background-size: 422px;
  margin-right: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.bespoke_s6_1280.last_image_s6:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.div-block-40 {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-40._2 {
  width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
}

.text_block_s6_grp {
  text-align: center;
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 1em;
  padding: 19.1em 3.1em 16.1em;
  display: flex;
  position: relative;
}

.text_block_s6_steel {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1em auto;
  padding: 19.1em 6em 16.1em;
  display: flex;
  position: relative;
}

.text_block_s6_bespoke {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 1em;
  padding: 19.1em 3.1em 16.1em;
  display: flex;
  position: relative;
}

.grp_table {
  opacity: 1;
  cursor: default;
  background-image: url('../images/image_1_s6.png');
  background-position: 50%;
  background-size: 422px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  height: 740px;
  margin-right: 7px;
  display: none;
  position: relative;
  overflow: visible;
}

.grp_table:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
  background-position: 0 0, 50%;
  background-size: auto, 422px;
}

.steel_s6_table {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
  overflow: visible;
}

.steel_s6_table:hover {
  background-color: #153e64b3;
}

.steel_s6_table.steel_s6_ {
  cursor: default;
  background-image: url('../images/image_2_s6.png');
  background-position: 0 0;
  background-size: 422px;
  display: none;
  position: relative;
}

.steel_s6_table.steel_s6_:hover {
  background-color: #0000;
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.bespoke_s6_table {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 100%;
  height: 740px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.bespoke_s6_table.last_image_s6 {
  cursor: default;
  background-image: url('../images/image_3_s6.png');
  background-position: 0 0;
  background-size: 422px;
  margin-right: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.bespoke_s6_table.last_image_s6:hover {
  background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
  background-position: 0 0, 0 0;
  background-size: auto, 422px;
}

.div-block-41 {
  width: 100%;
  display: flex;
}

.section_1_table {
  width: 100%;
  height: 100vh;
  margin-top: 60px;
  margin-bottom: 95px;
  padding-top: 60px;
  display: block;
  position: relative;
}

.section_2_table {
  height: auto;
  margin-bottom: 40px;
  display: block;
  overflow: visible;
}

.section_2_table.weddings {
  display: block;
}

.section_3_table {
  height: auto;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.section_4_table {
  width: 100%;
  height: 762px;
  margin-bottom: 60px;
  display: none;
}

.section_5_table {
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_6_table {
  background-color: #1e264a0d;
  height: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  overflow: visible;
}

.section_7_table {
  height: auto;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.section_8_table {
  height: 100vh;
  margin-bottom: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer_table {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.wrapper_case_table {
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.case_studees_table {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.horizontal_table {
  align-items: stretch;
  display: flex;
  overflow: scroll;
}

.video_bg_s1_table {
  filter: saturate();
  background-color: #153e6400;
  justify-content: center;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.conteiner_table {
  width: 1024px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.conteiner_table.s1 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner_table.s1.mobile {
  width: 100%;
}

.conteiner_table.s4 {
  position: relative;
}

.conteiner_table.s_5, .conteiner_table.s8 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner_table.s7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conteiner_table.s3 {
  padding-right: 0;
}

.conteiner_table.modol {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link_1_table {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition-property: none;
  display: none;
}

.nav_link_1_table:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_1_table.w--current {
  color: #333;
}

.nav_link_2_table {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition-property: none;
  display: none;
}

.nav_link_2_table:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_2_table.w--current {
  color: #333;
}

.nav_link_3_table {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.nav_link_3_table:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_3_table.w--current {
  color: #333;
}

.nav_link_4_table {
  border-bottom: 3px solid #0000;
  margin-right: 48px;
  padding: 30px 0 27px;
  font-size: 1em;
  transition-property: none;
  display: inline-block;
}

.nav_link_4_table:hover {
  color: #333;
  border-bottom: 3px solid #95b9b9;
}

.nav_link_4_table.w--current {
  color: #333;
}

.nav_link_4_table.last {
  margin-right: 0;
  padding: 31px 0 30px;
  font-family: Magnat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.conteiner_footer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.conteiner_footer.s1 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner_footer.s4 {
  position: relative;
}

.conteiner_footer.s_5, .conteiner_footer.s8 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner_footer.s7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conteiner_footer.s3 {
  padding-right: 0;
}

.conteiner_footer.modol {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8_table {
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Magnat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  display: none;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-44 {
  position: relative;
  overflow: visible;
}

.div-block-45 {
  position: relative;
  overflow: hidden;
}

.div-block-46 {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.wrapper_button_s8, .wrapper_title_s8 {
  position: relative;
}

.background-video_s2_table {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: none;
  overflow: visible;
}

.heading-2_table {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Mont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 170%;
}

.image-12_table {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.text-block-4_table {
  color: #333333e6;
  width: 100%;
  font-family: Mont, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 170%;
}

.heading-3_table {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Magnat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 170%;
}

.heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
  color: #333;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Magnat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
}

.image_1_table, .image_2_table, .image_3_table, .image_4_table {
  overflow: visible;
}

.heading-5_table {
  text-align: center;
  height: 42px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Magnat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  overflow: hidden;
}

.heading_experienced_table {
  color: #33333380;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Magnat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.heading_experienced_table:focus {
  color: #333;
  font-weight: 700;
}

.heading_3d_solid_table {
  color: #33333380;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Magnat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.heading_3d_solid_table:focus {
  color: #333;
  font-weight: 700;
}

.heading_compliance_table {
  color: #33333380;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Magnat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.heading_compliance_table:focus {
  color: #333;
  font-weight: 700;
}

.image-5_table {
  z-index: -1;
  width: 521px;
  display: inline-block;
}

.text-block-5_table {
  color: #95b9b9;
  text-align: center;
  padding-bottom: 7px;
  font-family: Magnat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph_table {
  color: #333333e6;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-top: 31px;
  font-family: Mont, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 170%;
  overflow: visible;
}

.text-block-5-copy {
  color: #95b9b9;
  text-align: center;
  padding-bottom: 7px;
  font-family: Magnat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.heading-6_table {
  color: #95b9b9;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Magnat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.paragraph-2_table {
  color: #fff;
  text-align: left;
  margin-bottom: 93px;
  font-family: Mont, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 170%;
}

.heading-8-copy, .heading-8_table_2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Magnat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 170%;
  display: flex;
}

.text-block-7_table {
  color: #333;
  padding-bottom: 5px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-8_table, .text-block-9_table, .text-block-10_table {
  color: #333;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-11_table, .text-block-12_table, .text-block-13_table, .text-block-14_table, .text-block-15_table, .text-block-16_table {
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 100%;
}

.bathroom_image_bg_table {
  object-fit: cover;
  width: 100%;
}

.heading-9_table {
  color: #fff;
  text-align: center;
  width: 720px;
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Magnat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 170%;
}

.button_table {
  color: #fff;
  cursor: pointer;
  background-color: #95b9b9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 42px;
  font-family: Magnat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  display: flex;
}

.button_table:hover {
  color: #fff;
}

.image-9_table {
  cursor: pointer;
  margin-bottom: 24px;
}

.paragraph-3_table {
  color: #333333e6;
  text-align: left;
  width: 267px;
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 200;
  line-height: 170%;
}

.text-block-18_table {
  color: #33333380;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.text-block_adress_table, .text-block_phone_table {
  color: #333333e6;
  text-align: right;
  width: 194px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 150%;
  overflow: visible;
}

.text-block_email_table {
  color: #333333e6;
  text-align: right;
  width: 194px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 150%;
}

.text-block_email_table.last_text_block_adress {
  margin-bottom: 0;
  font-size: 18px;
  overflow: visible;
}

.wrapper_text_s5 {
  position: relative;
  overflow: hidden;
}

.mask_animation {
  z-index: 2;
  background-color: var(--bacgkground);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.wrapper_title_s3 {
  width: auto;
  height: 100%;
  position: relative;
  overflow: visible;
}

.mask_animation_title_s3 {
  background-color: var(--bacgkground);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.wrapper_title_experienced, .wrapper_title_3d_solid, .wrapper_title_compliance {
  position: relative;
}

.wrapper_text_experienced {
  height: 100%;
  display: block;
  position: relative;
}

.wrapper_title_manufacture {
  margin-bottom: 36px;
  position: relative;
}

.mask_animation_s5_title {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mask_animation_text_s5 {
  z-index: 5;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.wrapper_title_overview {
  margin-bottom: 40px;
  position: relative;
}

.wrapper_text_roof, .wrapper_waterpoofing, .wrapper_text_sandwich, .wrapper_structural, .wrapper_setting, .wrapper_adhesives, .wrapper_concrete, .wrapper_wall, .wrapper_passive, .wrapper_sealnts {
  position: relative;
}

.mask_animation_title_s8 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mask_animation_text_s8 {
  z-index: 2;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mask_animation_title_s2, .mask_animation_text_s2 {
  z-index: 2;
  background-color: var(--bacgkground);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mask_animation_case {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bacgkground);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.mask_animation_case.base2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.mask_animation_design {
  z-index: 2;
  background-color: var(--bacgkground);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mask_animation-copy {
  z-index: 2;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-23 {
  overflow: visible;
}

.div-block-47 {
  opacity: 1;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.conteiner_table_s3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.conteiner_table_s3.s1 {
  padding-left: 0;
  padding-right: 0;
}

.conteiner_table_s3.s4 {
  width: 100%;
  position: relative;
}

.conteiner_table_s3.s_5, .conteiner_table_s3.s8 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.conteiner_table_s3.s7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conteiner_table_s3.s3 {
  width: 100%;
  padding-right: 30px;
  display: block;
}

.conteiner_table_s3.modol {
  justify-content: center;
  align-items: center;
  display: flex;
}

.conteiner_table_s3.s2, .conteiner_table_s3.s6_mobile {
  width: 100%;
}

.conteiner_table_s3.s7_table {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.conteiner_table_s3.nav_mobile {
  width: 100%;
}

.image-5-copy {
  z-index: -1;
  width: 521px;
  display: inline-block;
}

.mask_animation_title_s2_table, .mask_animation_text_s2_table-copy, .mask_animation_title_s3_table, .mask_animation_text_s3_table, .mask_animation_text_s7_table, .mask_animation_title_s7_table, .mask_animation_title_s3_table_a, .mask_animation_items_s3_table {
  z-index: 2;
  background-color: var(--bacgkground);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image_retirement_5 {
  width: 162px;
  height: 116px;
  margin-right: 8px;
}

.image_retirement_5.last_image_modol {
  cursor: pointer;
  margin-right: 0;
}

.img_retirement_5 {
  object-fit: cover;
  border: 2px solid #0000;
}

.image_retirements_5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image_canary {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 20px;
  display: flex;
}

.link {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.video {
  display: none;
}

.image-19 {
  object-fit: cover;
  background-color: #000000c9;
  background-image: linear-gradient(#00000054, #00000054);
  width: 100%;
  height: 90vh;
  display: block;
}

.image-19.weds {
  object-fit: cover;
  background-color: #0000005c;
  background-image: none;
  height: 90vh;
}

.div-block-48 {
  color: #1818185c;
  background-image: linear-gradient(#00000057, #00000057);
  width: 100vw;
  height: 90vh;
  position: absolute;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: relative;
  inset: 110% 0% -12%;
  overflow: hidden;
}

.hero-section {
  margin-top: -193px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.large-title {
  font-size: 14.5vw;
  line-height: 100%;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.right-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(100%);
}

.left-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(-100%);
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-image-background {
  background-image: url('../images/hero-bg-sky_1hero-bg-sky.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  top: -17px;
}

.hero-image-foreground {
  z-index: 3;
  object-fit: cover;
  background-image: url('../images/Floatsil.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 46px;
  position: relative;
  inset: 0% 0% 243%;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  margin-top: 56px;
  margin-bottom: auto;
  margin-left: 0;
  padding: 30px 25px;
  position: absolute;
  inset: 40% -5% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: -5px;
  right: auto;
}

.project-thumbnails-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: none;
}

.bullet-indicator {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  font-size: 14px;
  line-height: 100%;
}

.bottom-margin-medium {
  margin-bottom: 40px;
  display: none;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-label {
  color: var(--b27575);
  font-size: .875rem;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  max-height: 75vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.section {
  margin-top: auto;
  padding: 0 40px 60px;
  position: static;
}

.project-description {
  margin-top: 40px;
  margin-bottom: 40px;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.images-wrapper {
  min-height: auto;
}

.gallery-image {
  width: 100%;
}

.uppercase-large-heading {
  color: #1e1e1e;
  margin-bottom: 40px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.section-5 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-5.bottom-padding-200px {
  padding-top: 0;
  padding-bottom: 200px;
  display: none;
}

.center-image {
  width: 100%;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 1.5rem;
}

.snap-wrapper {
  background-image: linear-gradient(#fff, #fff);
  padding-bottom: 40px;
  overflow: hidden;
}

._5 {
  height: 90vh;
  display: block;
  overflow: hidden;
}

._5.snap {
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

._5.snap.base {
  height: auto;
  min-height: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-7 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.section-8 {
  padding: 10px 40px 40px;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header1_content-left {
  background-color: #fff0;
  padding: 10px;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  height: 100%;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: auto 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: 0;
}

.text-size-medium {
  color: #000;
  margin-top: 20px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}

.heading-style-h1 {
  text-align: center;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.2;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  display: flex;
}

.padding-section-large {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header1_component {
  height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.header1_content {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  height: 100%;
  margin-top: 20px;
  margin-bottom: auto;
  margin-left: 20px;
  display: grid;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial17_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial17_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.text-size-medium-2 {
  margin-top: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 1.125rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.star {
  -webkit-text-stroke-width: 0rem;
  overflow-wrap: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-style-h2 {
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.mid {
  font-weight: 100;
}

.testimonial17_client-info {
  margin-top: 10px;
}

.testimonial17_card {
  border: var(--\<unknown\|relume-variable-border-width\>) none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 3px -3px 8px #000000a3;
}

.testimonial17_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.testimonial17_rating-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial17_rating-wrapper.star {
  font-weight: 600;
}

.section_testimonial17 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout141_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.text-size-medium-3 {
  text-align: left;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.layout141_component {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout141_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: rotate(0);
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
  display: none;
}

.section_layout141 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  height: 80vh;
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  margin-top: 109px;
  display: flex;
  overflow: hidden;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.image-21 {
  height: 90vh;
}

.image-22 {
  background-image: linear-gradient(#000000a3, #000000a3);
  width: 100vw;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.bottom-line {
  border-bottom: 1px #d7b7d4;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #d7b7d4;
  flex-wrap: wrap;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.flex.hp {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border-bottom-style: none;
  grid-template-columns: .75fr;
  grid-auto-flow: column;
  padding-bottom: 40px;
}

._4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

._4.snap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  min-height: 100vh;
  display: block;
}

._50-column-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template: ". ."
                 ". Area"
                 / 6.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

._50-column-center.mobile-border {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.mini-title {
  color: var(--b27575);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.fcg {
  color: #b27575;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.mini-title.fcg._2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Mont, sans-serif;
  line-height: 13.5px;
  display: none;
}

.mini-title.fcg._3 {
  color: #b88a8b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mini-title.fcg._3._6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.mini-title.fcg.ab1 {
  text-align: center;
  margin-top: 10px;
}

.mini-title.fcg.ab1.ev1 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.mini-title.fcg.ab1.ev1._2 {
  display: none;
}

.mini-title.fcg.ab1.fest {
  text-align: center;
}

.mini-title.fcg.ab1.tt {
  margin-top: 0;
}

._50-column {
  width: 100%;
}

.learn-more {
  color: #747474;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #8883a1;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 45px;
  margin-top: 20px;
  padding: 0;
  font-family: Mont, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.learn-more:hover {
  color: #fff;
  background-color: #b27575;
}

.learn-more.mi {
  color: #f7f7f7;
  background-color: #b37576;
  width: 300px;
  min-width: 60px;
}

.learn-more.mi:hover {
  background-color: #6d6868;
}

.learn-more.fp, .learn-more._2 {
  margin-top: 10px;
}

.text-block-24 {
  padding-left: 10px;
  padding-right: 20px;
}

.top-border._40 {
  margin-top: 10px;
}

.top-border._40.midhp, .top-border._40.bottomhp {
  display: none;
}

.top-border._20 {
  margin-top: 0;
  padding-left: 0;
}

.top-border._5 {
  height: auto;
  margin-top: 5px;
}

.top-border._20 {
  margin-top: 20px;
  display: none;
}

.top-border._50 {
  margin-top: auto;
  display: none;
}

._3 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

._3.thistle-medium {
  text-align: left;
  background-color: #fff;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

._3.snap {
  background-color: #e8e7e3;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 40px;
}

.image-23 {
  border: 17px #a8a7a7;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23._2 {
  border-style: none;
  width: 100%;
}

.image-23._3 {
  width: 100%;
}

.image-23._5 {
  width: 100%;
  height: auto;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  display: none;
}

.footer-flex-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 0 auto auto;
  padding-left: 20px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.footer-flex-container.base {
  display: none;
}

.wrapper-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.wrapper-2._1 {
  display: none;
}

.wrapper-2._4._3 {
  padding-bottom: 0;
}

.heading-13 {
  color: var(--black-2);
  text-underline-offset: auto;
  text-underline-position: under;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}

.footer-link {
  color: #000;
  margin-bottom: 5px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-link.w--current {
  display: block;
}

.footer-link.c-b {
  display: block;
  overflow: visible;
}

.footer-link.studies, .footer-link.cb {
  display: block;
}

.footer-link.f-e, .footer-link.case {
  display: none;
}

.paragraph-13 {
  padding-top: 20px;
  font-family: Mont, sans-serif;
  font-weight: 300;
  line-height: 160%;
}

.paragraph-13.hp {
  margin-top: 20px;
  line-height: 140%;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 160%;
}

.paragraph-15 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 300;
  line-height: 180%;
}

.paragraph-15.ot {
  padding-left: 40px;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: block;
  overflow: clip;
}

.submit-button-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 210px;
  height: 50px;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: #b99bb6;
  background-color: #fff;
}

.form-block {
  width: 51%;
  margin-left: auto;
  margin-right: auto;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #000;
  margin-bottom: 40px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.contact-link {
  color: #000;
  text-align: left;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: inline;
}

.contact-link.cont {
  color: var(--black-2);
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.text-field-4 {
  color: #000;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.text-field-4::placeholder {
  color: #fff;
}

.text-field-4.form.name {
  color: #000;
}

.text-field-4.hh {
  color: #000;
  border-width: 1px;
  border-color: #0c0000;
}

.textarea-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
}

.textarea-2::placeholder {
  color: #fff;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.flex-space.hh.contact {
  color: #856262;
}

.mini-title-white {
  color: var(--b27575);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title-white.h {
  display: none;
}

.form-block-2 {
  width: 600px;
  max-width: 600px;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

._25-column {
  width: 25%;
  margin-right: auto;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.benefits-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff7d;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: grid;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.verticle-line {
  background-color: #c0c0d333;
  height: 100%;
  position: relative;
}

.benefit-icon {
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: 74px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: block;
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body-display {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 20px 20px 30px;
  transition: transform .775s, box-shadow .45s;
  display: block;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
}

.image-25 {
  opacity: .6;
}

.image-26 {
  opacity: .81;
  margin-top: 5px;
}

.section-9 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-9.background-color-white {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.margin-bottom-40 {
  height: auto;
  margin-bottom: 2.5rem;
}

.container-large-2 {
  width: 90%;
  max-width: 72.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.wrap_flex.is-align-top {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

.wrap_flex.is-align-top._2 {
  display: none;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.player_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.button-5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  background-color: #b3e940;
}

.button-5.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button-5.is-secondary:hover {
  background-color: #f3f3f3;
}

.button-5._1 {
  display: none;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.heading-style-h2-2 {
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
  margin-left: 40px;
  padding-left: 0;
  font-family: Mont, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player_visual.shadow-card {
  border-radius: 0;
  height: auto;
  overflow: visible;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.player_item {
  flex: 1;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  margin-bottom: 0;
}

.flex-block-3 {
  margin-bottom: 60px;
}

.form-input {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-top: auto;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: #080808;
}

.form-input:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input::placeholder {
  color: #08080880;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-bottom: auto;
  display: flex;
  position: static;
}

.text-size-medium-6 {
  margin-bottom: 0;
  margin-left: 40px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 1.125rem;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-top: auto;
  margin-bottom: auto;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.margin-bottom-64 {
  margin-bottom: 0;
}

.button-6 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #b37576;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  background-color: #8883a1;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.top-8px {
  position: relative;
  top: 8px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns._1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.grid-4-columns._1-col-tablet._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.grid-4-columns._1-col-tablet._2.base {
  display: none;
}

.mg-bottom-32px {
  margin-bottom: 0;
}

.display-3 {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-56px {
  padding-bottom: 56px;
}

.pricing-content.pd-bottom-40px {
  padding-top: 20px;
  padding-left: 20px;
}

.text-center {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-center.mg-bottom-56px {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.text-center.bbb-wrap-1-1 {
  padding-top: 10px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.width-100.mg-top-16px {
  float: none;
  clear: right;
  background-color: #b37576;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: "0 Wll 9", Arial, sans-serif;
  display: block;
  position: relative;
  top: auto;
  bottom: 10px;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.image-27 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-73 {
  height: 20ch;
  overflow: visible;
}

.image-28 {
  max-width: none;
  height: 100%;
}

.image-29 {
  display: block;
  overflow: visible;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-right-8px {
  padding-left: 3px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-16px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  height: 200px;
}

.line-rounded-icon.icon-list.color-accent-1 {
  display: none;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.flex-horizontal, .flex-horizontal.start {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-200 {
  line-height: 20px;
}

.text-200.color-neutral-800 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 15px;
  font-weight: 300;
}

.text-200.color-neutral-800.upto {
  margin-bottom: 10px;
}

.text-200.color-neutral-800.n {
  padding-left: 12px;
}

.text-200.color-neutral-800.n.l {
  padding-left: 10px;
}

.text-200.color-neutral-800.bst {
  padding-left: 8px;
}

.text-200.color-neutral-800._2 {
  height: auto;
}

.text-200.color-neutral-800.t {
  padding-left: 25px;
}

.text-200.color-neutral-800.a1 {
  padding-left: 35px;
}

.text-200.color-neutral-800.a2 {
  padding-left: 30px;
}

.text-200.color-neutral-800.top {
  padding-left: 20px;
}

.text-200.color-neutral-800.topr {
  padding-left: 10px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.list {
  margin-top: 20px;
  font-weight: 600;
}

.display-4 {
  color: #211f54;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-16px {
  border-radius: 13px;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.square-icon.mg-bottom-16px.main {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.center.text-center {
  margin-top: 20px;
}

.icon-list-item-wrapper {
  align-items: center;
  line-height: 100%;
  display: flex;
}

.mg-top-40px {
  margin-top: auto;
  margin-bottom: auto;
}

.mg-top-40px.top {
  margin-top: 19px;
}

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 0;
}

.paragraph-24 {
  color: #636363;
  margin-bottom: 30px;
}

.flex-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #b27575;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 10%;
  height: 60px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.form-block-3 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

.text-field-5 {
  border: 1px solid #ceb3cb;
  border-right-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
}

.text-field-5::placeholder {
  color: #b99bb6;
  font-size: 19px;
  font-style: italic;
}

.text-field-5._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.content-section-testimonials {
  -webkit-text-stroke-color: black;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

._49-column-2 {
  text-align: center;
  width: 49%;
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mini-title-2 {
  color: #ba9fb7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
}

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  margin-top: 10px;
}

.success-message-3 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper-2 {
  width: 100%;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-10 {
  display: block;
}

.main-container {
  max-width: 120rem;
  padding: 2rem 1rem;
  display: block;
}

.main-container._2 {
  display: none;
}

.main-container.mobile {
  padding-top: 0;
  display: block;
}

.section_content-wrapper {
  width: auto;
  display: block;
}

.h1-intro {
  text-align: center;
  text-transform: capitalize;
  max-width: 27ch;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.grid-gallery_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-gallery_list.cc-2 {
  margin-top: 8rem;
}

.grid-gallery_list.main-home-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-gallery_list.main-home-page.top {
  display: none;
}

.grid-gallery_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 40px;
  transition: opacity .8s, transform .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.gallery_item-image {
  box-sizing: content-box;
  object-fit: contain;
  background-color: #0000;
  background-image: none;
  flex: 1 0 50%;
  width: 100%;
  margin-top: 0;
  line-height: 1%;
  display: block;
  overflow: visible;
}

.gallery_item-image._5 {
  display: none;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.container-2 {
  width: 80%;
  max-width: 1100px;
}

.portfolio-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". ." minmax(auto, 1fr)
                 "Area Area-2"
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
}

.portfolio-card {
  text-align: center;
  object-fit: cover;
  text-decoration: none;
  overflow: hidden;
}

.portfolio-image {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-right: -2px;
  overflow: hidden;
}

.portfolio-heading {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.portfolio-category {
  color: #6a01ff;
  text-decoration: none;
  display: none;
}

.div-block-74 {
  line-height: 300px;
}

.heading-14 {
  display: flex;
}

.heading-14.subti {
  color: var(--b27575);
  font-size: 18px;
}

.image-30 {
  padding-bottom: 3px;
}

.image-31 {
  object-fit: cover;
  margin-left: 0;
  margin-right: 5px;
}

.title-link {
  color: #fff;
  font-family: Mont, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.relative {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-box {
  background-color: #8883a1;
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.button-7 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #b99bb6;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-7:hover {
  color: #fff;
  background-color: #b99bb6;
}

.center-box {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.text-link {
  color: #fff;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.intro-text-box {
  background-color: var(--logo);
  padding: 23px;
}

.intro-paragraph {
  color: #727272;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.intro-paragraph.quote {
  margin-top: 10px;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.image-hover {
  width: 100%;
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.image-32 {
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._3_block_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template: ". . ."
                 "Area Area-2 Area-3"
                 ". Area-4 Area-5"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90vw;
  height: 60vh;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._3_block_grid._2 {
  display: block;
}

.read_more_arrow_wrap {
  padding-left: 10px;
  display: none;
}

.benefits_wrapper {
  height: 100vh;
  padding-bottom: 20px;
  overflow: hidden;
}

.section-12 {
  background-image: url('../images/bg_lines.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: fixed;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.block_description {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  font-size: 14px;
  display: flex;
}

.block_description._2 {
  margin-top: auto;
  position: relative;
  top: auto;
}

.block_description._3 {
  margin-top: 0;
  position: relative;
  top: auto;
}

.block_description.base {
  height: 200px;
}

.benefits_block {
  background-image: url('../images/thumbnailfestival.webp');
  background-position: 50%;
  background-size: 1000px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  display: flex;
}

.benefits_block.block_img_2 {
  background-image: url('../images/004.jpg');
  background-position: 50%;
  background-size: 1000px;
  height: 60vh;
}

.benefits_block.block_img_3 {
  background-image: url('../images/canvas-tribe_0101-copy.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.benefits_block._4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  flex-flow: column;
  display: flex;
}

.benefits_block._2 {
  height: 60vh;
}

.initial_block_content_hide {
  opacity: 1;
  flex-flow: column;
  height: 30vh;
  display: block;
}

.read_more_arrows {
  display: none;
  overflow: hidden;
}

.link_block_h {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.link_block_h.b {
  color: #000;
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.link_block_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  transform: translate(0, 45px);
}

.link_block_content.lerft, .link_block_content.left {
  display: none;
}

.read_more {
  color: #fff;
  font-size: 14px;
}

.benefits_overlay {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  cursor: default;
  background-color: #00000061;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 10%;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  overflow: hidden;
}

.benefits_overlay:hover {
  background-color: #566261;
}

.benefits_overlay._4-1 {
  height: 20vh;
}

.benefits_overlay.t {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.benefits_overlay.left {
  display: none;
}

.read_more_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5330ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.read_more_link:hover {
  color: #fff;
}

.image-33 {
  margin-left: 10px;
  transition: line-height .5s;
  transform: rotate(-45deg);
}

.image-33.mi {
  margin-left: 0;
}

.section-13 {
  margin-bottom: 0;
}

.heading-15 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.benefits_wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#c9b6c654, #c9b6c654);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 30px;
  display: block;
}

.text-block-6 {
  color: #636363;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-16 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  margin-left: auto;
  margin-right: auto;
}

.heading-18 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-36, .image-37 {
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32 {
  font-size: 15px;
}

.heading-20 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.div-block-76 {
  margin-top: 0;
  position: relative;
  top: 0;
}

.mask_animation_text_s2-2 {
  z-index: 2;
  background-color: #f3f2ec;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mask_animation_title_s2-2 {
  z-index: 2;
  background-color: #f3f2ec;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.video_block_s2-2 {
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  margin-right: 32px;
}

.heading_animation-2 {
  align-items: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-38 {
  box-sizing: content-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: visible;
}

.conteiner-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.conteiner-2.s2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 60vh;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  overflow: hidden;
}

.section_2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.background-video_s2-2 {
  z-index: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: clip;
}

.block_revolutionary-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.image_s2-2 {
  box-sizing: content-box;
  object-fit: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.wrapper_s2-2 {
  box-sizing: border-box;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  object-fit: contain;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  overflow: visible;
}

.text-block-25 {
  color: #333333e6;
  object-fit: contain;
  width: 100%;
  height: 120%;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 170%;
  display: block;
}

.wrapper_bg_video_s2-2 {
  object-fit: contain;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-21 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 170%;
  overflow: hidden;
}

.image-39 {
  margin-left: 10px;
  position: relative;
  top: 3px;
  left: 6px;
}

.image-39.cart_button {
  opacity: .72;
}

.paragraph-34, .paragraph-35, .paragraph-36 {
  margin-bottom: 0;
}

.link-block-2 {
  display: block;
}

.subt {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 700;
  display: block;
}

.subt-copy {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-family: Great Vibes, cursive;
  font-size: 17px;
  font-weight: 100;
  -webkit-text-decoration: underline #f3f2ec;
  text-decoration: underline #f3f2ec;
  display: block;
}

.subtitke {
  text-align: center;
}

.heading-22 {
  font-family: Mont, sans-serif;
}

.heading-23 {
  font-size: 20px;
}

.heading-24 {
  color: var(--b27575);
  font-size: 18px;
}

.heading-25 {
  background-color: var(--white);
  color: var(--b27575);
  font-size: 18px;
}

.image-40 {
  margin-left: auto;
  margin-right: auto;
}

.heading-26 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
}

.heading-27 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
}

.heading-28 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.image-43 {
  margin-left: auto;
  margin-right: auto;
}

.heading-29 {
  color: var(--b27575);
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-78 {
  background-color: #0000005c;
  margin-top: 0;
  position: absolute;
}

.div-block-79, .div-block-80 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-44 {
  overflow: hidden;
}

.div-block-82 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-83 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.images-wrapper-2 {
  min-height: 100vh;
  display: none;
}

.uppercase-large-heading-2 {
  color: #1e1e1e;
  margin-bottom: 40px;
  font-size: 6vw;
  font-weight: 700;
}

.section-14 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-14.bottom-padding-200px {
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-block-85 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-85.base {
  display: none;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
}

.div-block-87 {
  margin: auto;
}

.div-block-88 {
  height: 22px;
}

.div-block-89 {
  margin-top: auto;
  margin-bottom: auto;
}

.background-video-3 {
  object-fit: cover;
  height: 80ch;
  overflow: hidden;
}

.text-block-26 {
  color: #000;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

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

.link-block-3 {
  display: none;
  position: absolute;
}

.text-field-6 {
  color: #9b9b9b;
  background-color: #0000;
  border: 1px solid #ceb3cb;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.text-field-6::placeholder {
  color: #9b9b9b;
}

.textarea-3 {
  color: #9b9b9b;
  background-color: #0000;
  border: 1px solid #ceb3cb;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
}

.textarea-3::placeholder {
  color: #9b9b9b;
}

.submit-button-4 {
  color: #816363;
  background-color: #0000;
  border: 1px solid #cdb3cb;
  min-width: 210px;
  height: 50px;
  margin-top: 20px;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-4:hover {
  color: #b99bb6;
  background-color: #fff;
}

.flex-space-2 {
  color: #d7b7d4;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-space-2.loz {
  color: #b08ead;
}

.div-block-91 {
  width: 400px;
}

.heading-31 {
  color: var(--b27575);
  font-family: Mont, sans-serif;
  font-weight: var(--900);
  text-align: center;
  direction: ltr;
  text-decoration: none;
}

.text_block_animation-2 {
  z-index: 1000;
  width: auto;
  height: auto;
  padding-top: 40px;
  position: relative;
}

.text-block-27 {
  color: #333333e6;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 170%;
}

.text-block-27.text {
  width: auto;
  color: var(--black-2);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 300;
  line-height: 240%;
  display: block;
}

.text-block-27.text.bse {
  margin-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.mask_animation_text_s2-3 {
  z-index: 2;
  background-color: #fbfbfb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding: 5px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-content.bottom-banner-content {
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  margin-right: 10px;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.bottom-cookie-wrapper {
  z-index: 1000;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.cookie-span {
  color: #d3aa69;
  -webkit-text-stroke-color: #7867bb;
  border-bottom-style: none;
  font-weight: 600;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.link-block-4 {
  z-index: 100;
  width: auto;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.image-45 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-92 {
  width: 100%;
  display: block;
}

.bbb-decor-6 {
  background-image: url('../images/Group-6_1Group 6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  display: none;
  position: absolute;
  inset: 1.5em 1em auto auto;
}

.bbb-wrap-1-2 {
  color: #d90000;
  border-bottom: 1px solid #a9a9a9;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: .8em;
  display: flex;
}

.bbb-text-1-5 {
  color: #fff;
  text-align: center;
  flex: none;
  width: 9em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
  overflow: visible;
}

.bbb-text-6 {
  color: #000;
  margin-bottom: .1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.bbb-wrap-1-5 {
  margin-right: .3em;
}

.bbb-button-2 {
  color: #fff;
  background-color: #b37577;
  border: 2px #d90000;
  border-radius: 2.6em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 26px 38px 26px 20px;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.3em;
  display: flex;
}

.bbb-button-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.bbb-text-8 {
  color: #535353;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
  display: none;
}

.bbb-wrap-1-6 {
  background-color: #b37577;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bbb-text-1-2 {
  color: #443b3b;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.3em;
}

.bbb-text-9 {
  color: #000;
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1em;
  display: none;
}

.bbb-wrap-1-7 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bbb-wrap-1-4 {
  align-items: center;
  margin-top: auto;
  margin-bottom: 1em;
  display: flex;
}

.bbb-text-1-1 {
  color: #535353;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.bbb-text-5 {
  color: #878887;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: .1em;
  font-size: .9em;
  font-weight: 900;
  line-height: 1.3em;
}

.bbb-pic-1 {
  object-fit: scale-down;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.bbb-pic-1.barel-a {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  line-height: 140;
  display: block;
  overflow: visible;
}

.bbb-wrap-1-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bbb-wrap-9 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 7px #0000000f;
}

.bbb-icon-3 {
  object-fit: cover;
  height: .7em;
}

.bbb-wrap-8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(31%, .25fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
  top: 0;
}

.bbb-text-1-3 {
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
}

.image-46 {
  margin-left: 5px;
}

.image-47 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-48 {
  margin-left: 5px;
}

.play-pause-button {
  display: none;
}

.background-video-4 {
  z-index: 62;
  box-sizing: content-box;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.background-video-5 {
  z-index: 0;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-93 {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13.buttons {
  width: 60vw;
  margin: 0 auto;
}

.div-block-13.miobile {
  display: none;
}

.div-block-13.main {
  width: 60%;
}

.button-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #4b4b4b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-9:hover {
  color: #000;
  background-color: #fff;
}

.button-9.ctal {
  background-color: #b17575;
  width: 300px;
  margin-top: 0;
}

.button-9.ctal.l {
  margin-top: 20px;
}

.button-9.r {
  background-color: #727272;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.button-9.r.base {
  background-color: #b37577;
  flex-flow: row;
  margin: auto auto 0;
  display: flex;
}

.button-9.r.base:hover {
  background-color: #868686;
}

.button-9.r.base.again {
  margin-top: 20px;
  margin-bottom: 60px;
}

.button-9.r.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a7a6a6;
  margin-top: 0;
}

.button-9.r.t {
  background-color: #a7a6a6;
  margin-top: 0;
}

.button-arrow {
  line-height: 10%;
  display: block;
}

.button-arrow.no {
  display: none;
}

.image-49 {
  background-color: #000000a6;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-94 {
  background-color: #00000082;
  width: 100vw;
  height: auto;
  position: absolute;
  inset: 0%;
}

.text-block-28 {
  font-weight: 300;
  line-height: 160%;
}

.compare-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50 {
  width: 20px;
  height: 20px;
}

.compare-div {
  border-radius: 15px;
  max-width: 1200px;
  margin: 27px auto 60px;
  padding: 0;
  box-shadow: 2px 2px 11px 13px #00000024;
}

.comp-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.comp-col-1 {
  text-align: right;
}

.image-51, .image-52, .image-53, .image-54 {
  width: 20px;
  height: 20px;
}

.comp-text-mir {
  color: #b17575;
  text-align: right;
  justify-content: flex-end;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.image-55, .image-56 {
  width: 20px;
  height: 20px;
}

.comp-col-2 {
  border-bottom: 0 #0000002e;
  border-left: 1px solid #0000002e;
  padding-left: 0;
}

.sub-heading {
  color: #cb2831;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.sub-heading._2 {
  color: #0075b8;
  margin-top: 19px;
  margin-bottom: 57px;
  font-size: 26px;
  font-weight: 500;
  display: none;
}

.compare-box-mir {
  border-bottom: 1px solid #0000002e;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-right: 15px;
  display: flex;
}

.text-block-29 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.cell-2 {
  justify-content: space-between;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 2px;
  padding-top: 7px;
  padding-right: 22px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 110px 0 60px;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 17px;
}

.text-block-30 {
  margin-right: -14px;
  padding-right: 0;
}

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

.div-block-95 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-96 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-97 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-57 {
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-32, .text-block-33 {
  font-size: 14px;
}

.text-block-34 {
  margin-top: 0;
  font-size: 14px;
}

.image-58 {
  margin-bottom: 10px;
  display: block;
}

.main-container-2 {
  max-width: 120rem;
  margin-top: 0;
  padding: 0 0 2rem;
  display: block;
}

.main-container-2.mobile {
  margin-top: 0;
  padding: 0 2rem;
  display: block;
}

.text-block-35 {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  display: block;
}

.text-block-35.later {
  text-align: center;
  margin-top: 0;
}

.text-block-35.later._2 {
  height: auto;
  line-height: 100%;
  display: block;
}

.text-block-36 {
  font-size: 14px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.stats-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.container-default {
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.display-2 {
  color: #211f54;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.display-2.mg-bottom-24px {
  color: #a1a1a1;
}

.display-2.mg-bottom-24px.r {
  font-size: 22px;
}

.display-2.mg-bottom-24px.r.l {
  display: flex;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.color-accent-1 {
  color: #000;
  display: block;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  text-align: center;
  max-width: none;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.mg-bottom-40pxbt {
  color: #161616;
  text-transform: capitalize;
  margin-bottom: 0;
}

.mg-bottom-40pxbt.bbb-pic-1 {
  text-transform: capitalize;
}

.mg-bottom-40pxbt.bbb-pic-1.desc {
  color: #161616;
}

.mg-bottom-40pxbt.st {
  color: var(--b27575);
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mont, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}

.mg-bottom-40pxbt.st.tp {
  display: none;
}

.mg-bottom-40pxbt.desc {
  color: #161616;
  text-transform: capitalize;
  margin-bottom: 0;
}

.heading-32 {
  color: #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-weight: 100;
  display: flex;
}

.div-block-98 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-37 {
  font-size: 90px;
}

.text-block-38 {
  color: silver;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 600;
  display: flex;
}

.div-block-99 {
  font-size: 40px;
}

.text-span-14, .text-span-15 {
  letter-spacing: 1.9vw;
}

.link-block-7 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-101 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-102 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.cell-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid #000;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-stack-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.image-62 {
  margin-top: 0;
  margin-bottom: 15px;
}

.heading-33 {
  margin-top: 7px;
}

.heading-33.steps {
  margin-top: 0;
}

.steps {
  margin-top: 0;
  font-size: 17px;
}

.link-block-8 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.code-embed {
  color: #b37577;
}

.text-block-41.about {
  font-size: 14px;
}

.text-block-42 {
  line-height: 200%;
}

.paragraph-37, .text-block-43 {
  line-height: 180%;
}

.image-63 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-quote {
  font-size: 35px;
  line-height: 45px;
}

.block-quote-2 {
  color: #b17575;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  line-height: 50px;
}

.cell-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-10 {
  justify-content: space-between;
  align-items: center;
}

.image-64 {
  width: 25px;
  display: block;
}

.cell-11 {
  justify-content: space-between;
  align-items: center;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.cell-13, .cell-14, .cell-15 {
  justify-content: center;
  align-items: flex-start;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.text-block-44, .text-block-45 {
  line-height: 180%;
}

.text-block-46 {
  line-height: 150%;
}

.heading_retirement_aipar-2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
}

.link-block-9 {
  z-index: 100;
  width: auto;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.grid-gallery_item-2 {
  transition: opacity .8s, transform .8s cubic-bezier(.215, .61, .355, 1);
}

.h1-intro-2 {
  text-align: center;
  text-transform: capitalize;
  max-width: 27ch;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.main-container-3 {
  max-width: 120rem;
  padding: 2rem 6rem;
  display: block;
  position: relative;
  top: 0;
}

.main-container-3.mobile {
  display: none;
}

.gallery_item-image-2 {
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#0000005e, #0000005e);
  flex: 1 0 50%;
  width: 100%;
  display: block;
}

.heading_cardiff-2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
}

.mini-title-3 {
  color: #b27575;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title-3.fcg {
  color: #b27575;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.mini-title-3.fcg._3 {
  color: #b88a8b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mini-title-3.fcg._3._6 {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-34 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 120%;
  overflow: hidden;
}

.heading-34.all-occasions {
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 30px;
  line-height: 150%;
}

.heading-34.all-occasions.previous {
  margin-top: 0;
  margin-bottom: 0;
}

.heading_canary_wharf-2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "0 Wll 9", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: block;
}

.image-65, .image-66 {
  margin-bottom: 15px;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 600;
}

.select-field {
  color: #9b9b9b;
  background-color: #fff;
  border: 1px solid #cdb3cb;
  height: 50px;
  margin-bottom: 30px;
}

.text-field-7 {
  height: 50px;
  margin-bottom: 30px;
}

.code-embed-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #9b9b9b;
  white-space: nowrap;
  border: 1px solid #cdb3cb;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.textarea-4 {
  border: 1px solid #cdb3cb;
  margin-bottom: 30px;
}

.select-field-2 {
  color: #999;
  background-color: #fff;
  border: 1px solid #cdb3cb;
  margin-bottom: 30px;
}

.text-block-50 {
  color: #b27577;
  text-align: center;
  -webkit-text-stroke-color: #b27577;
  margin-top: 20px;
  font-size: 14px;
}

.rt-category-cards-text {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-family: Mont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-lowarcase {
  text-transform: lowercase;
  font-family: Mont, sans-serif;
}

.rt-category-cards-text._3 {
  text-transform: none;
  flex-flow: row;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.rt-text-blue {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 20px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-text-black {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-align: center;
  text-transform: uppercase;
  font-family: "0 Wll 9", Arial, sans-serif;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--\<unknown\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 257px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-type.rt-align {
  font-family: Mont, sans-serif;
  font-size: 16px;
}

.rt-contact-para {
  max-width: 566px;
  margin-bottom: 50px;
  font-family: "0 Wll 9", Arial, sans-serif;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 33px;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rt-info-icon {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  height: 30px;
  display: block;
  overflow: visible;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 43px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  width: 100%;
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

.rt-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.rt-contact-form {
  background-image: url('../images/Contact-One-Form-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 25vw;
  height: 200px;
  padding: 20px 10px 20px 20px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 80px #ecdddfcc;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

.rt-contact-icons {
  clear: left;
  width: 40px;
  display: inline;
  overflow: visible;
}

.rt-call {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-block-51 {
  font-size: 32px;
}

.text-block-52, .text-block-53, .text-block-54 {
  font-size: 30px;
}

.heading-35 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-36, .heading-37 {
  text-transform: uppercase;
}

.section-15 {
  padding-bottom: 0;
}

.quick-stack-6 {
  padding-left: 100px;
  padding-right: 100px;
}

.mobile-2, .mobile, .mob {
  display: none;
}

.quick-stack-8 {
  grid-row-gap: 21px;
  padding-left: 60px;
  padding-right: 60px;
}

.lightbox-link-3 {
  width: 100%;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.div-block-107 {
  display: none;
}

.div-block-108, .div-block-109, .div-block-110 {
  height: 200px;
}

.section-17 {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .conteiner {
    width: 1280px;
    padding: 0 30px;
  }

  .conteiner.s1.mobile {
    width: 100vw;
    max-width: none;
    height: 80vh;
    margin-top: auto;
  }

  .conteiner.s4 {
    flex-flow: column;
    display: flex;
  }

  .conteiner.s8 {
    margin-top: 0;
    position: static;
    overflow: visible;
  }

  .conteiner.s7 {
    padding-bottom: 40px;
  }

  .conteiner.s3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 1280px;
    display: flex;
  }

  .conteiner.s7_table {
    padding-bottom: 40px;
  }

  .conteiner.nav_mobile {
    width: 1280px;
  }

  .wrapper_nav {
    align-items: baseline;
  }

  .text-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .text-block:hover {
    color: #95b9b9;
    background-color: #fff;
    border: 1px solid #95b9b9;
  }

  .btn_request {
    z-index: 50;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .nav-menu2 {
    align-items: center;
    margin-left: 92px;
    display: flex;
  }

  .nav-menu2._2 {
    box-sizing: content-box;
    object-fit: cover;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -16%;
    padding-left: 0;
    display: flex;
    inset: auto 18% 0% auto;
  }

  .nav_link_3 {
    margin-right: 60px;
    padding-bottom: 40px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .nav_link_1 {
    padding-bottom: 30px;
    font-weight: 700;
    display: none;
  }

  .image {
    width: auto;
    display: block;
  }

  .heading {
    margin-top: auto;
  }

  .video_bg_s1 {
    background-color: #0000;
    width: 100%;
    height: 80vh;
    overflow: visible;
  }

  .discover {
    z-index: 5;
    width: auto;
  }

  .wrapper_s1 {
    width: 100vw;
    height: 80vh;
  }

  .div-block-17 {
    background-color: #0000005c;
    height: 90vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 11em 0;
  }

  .div-block-17.home {
    background-color: #1f1b1296;
    height: 80vh;
    display: flex;
  }

  .wrapper_s2 {
    justify-items: center;
    margin-top: 72px;
  }

  .heading-2 {
    font-size: 28px;
    display: block;
    overflow: visible;
  }

  .heading-2.all-occasions {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading-2.all-occasions.previous {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-4 {
    width: 100%;
    font-size: 16px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .wrapper_case {
    height: auto;
    margin-bottom: 0;
  }

  .wrapper_s4 {
    height: auto;
    margin-top: 10%;
  }

  .heading-5 {
    height: auto;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .experienced_block {
    margin-bottom: 20px;
  }

  .image-5 {
    width: 100%;
    height: 430px;
  }

  .heading_experienced {
    font-size: 35px;
  }

  .text-block-5 {
    text-align: left;
    font-size: 22px;
  }

  .experienced {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .paragraph {
    width: 100%;
    padding-top: 0;
    font-size: 16px;
  }

  ._3d_solid_block {
    margin-bottom: 20px;
  }

  .image_block_s4 {
    width: 691px;
    height: 570px;
    top: 10%;
    left: auto;
    right: 5%;
  }

  .heading_3d_solid, .heading_compliance {
    font-size: 35px;
  }

  .bg_video_s5 {
    height: auto;
  }

  .text_block_s5 {
    margin-right: 30px;
  }

  .wrapper_s5 {
    height: 100vh;
    margin-top: 40px;
    display: block;
  }

  .section_4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 105px;
    display: none;
  }

  .heading-6 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    font-family: Mont, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

  .paragraph-2.about {
    line-height: 300%;
  }

  .video_manufacture {
    height: 100vh;
  }

  .section_5 {
    margin-bottom: 0;
    display: none;
  }

  .wrapper_s6 {
    height: 100%;
    padding: 0;
    overflow: hidden;
  }

  .grp {
    background-image: linear-gradient(#00000061, #00000061), linear-gradient(#00000061, #00000061);
    height: 100%;
    display: none;
  }

  .text_block_s6 {
    margin-top: 33px;
    padding: 28vh 7vw;
    display: flex;
  }

  .steel_s6.steel_s6_, .bespoke_s6.last_image_s6 {
    height: 100%;
    display: none;
  }

  .section_6 {
    background-color: #1e264a0d;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 66px;
    display: none;
  }

  .wrapper_bathroom {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-8 {
    margin-bottom: -29px;
    font-size: 28px;
  }

  .text_block_bathroom {
    width: 385px;
  }

  .number_1 {
    top: -4px;
    right: 233px;
  }

  .number_2 {
    top: 90px;
    left: 183px;
  }

  .number_3 {
    inset: 89px 99px 0% auto;
  }

  .number_4 {
    top: 237px;
    right: 160px;
  }

  .number_5 {
    top: 177px;
    left: 187px;
  }

  .number_6 {
    top: 325px;
    left: 164px;
  }

  .number_7 {
    top: 346px;
    right: 239px;
  }

  .number_8 {
    top: 158px;
    right: 195px;
  }

  .number_9 {
    top: 224px;
    right: 291px;
  }

  .number_10 {
    top: 269px;
    left: 164px;
  }

  .bathroom_image_bg {
    object-fit: contain;
    height: 400px;
  }

  .section_7 {
    height: auto;
    margin-bottom: 2px;
    padding-top: 90px;
    display: flex;
  }

  .bg_image_s8 {
    object-fit: cover;
    background-image: none;
    margin-top: auto;
    display: block;
    position: absolute;
  }

  .wrapper_s8 {
    width: auto;
    padding-top: 0;
  }

  .tex_blck_s8 {
    width: 92vw;
    height: 72vh;
    margin: 5em auto;
    padding: 13em 17.5em;
    position: relative;
    top: 88px;
  }

  .button {
    font-size: 22px;
  }

  .button:hover {
    color: #95b9b9;
    white-space: nowrap;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .footermobile {
    padding-top: 40px;
    padding-bottom: 10px;
    display: none;
  }

  .footermobile.snap {
    min-height: 100vh;
  }

  .footermobile.snap._8 {
    margin-top: 0;
  }

  .div-block-20 {
    display: none;
  }

  ._7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  ._7.snap {
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  ._7.about {
    display: block;
  }

  .image_logo_footer {
    margin-bottom: 24px;
  }

  .paragraph-3 {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text-span {
    font-size: 14px;
  }

  .text-block-18 {
    margin-bottom: 0;
    font-size: 12px;
  }

  ._6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  ._6.snap {
    min-height: 100vh;
  }

  ._3d_solid_block_text, .compliance_block_text {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .wrapper_form {
    background-color: #08192966;
    width: 100%;
    height: 684px;
    display: none;
  }

  .submit-button:hover {
    color: #95b9b9;
    background-color: #fff;
  }

  .close_form {
    inset: 0% -37px auto auto;
  }

  .modol_window {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #08182766;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .image_cardiff {
    width: auto;
  }

  .image_cardiff_1 {
    object-fit: cover;
    height: 100%;
  }

  .text_block_cardiff {
    width: 100%;
  }

  .heading-11 {
    font-size: 26px;
    font-weight: 700;
  }

  .paragraph-4, .paragraph-5 {
    font-size: 14px;
  }

  .project {
    margin-bottom: 15px;
  }

  .wrapper_text_block_modol {
    width: 365px;
    display: flex;
  }

  .wrapper_case_modol, .wrapper_case_modol.retirement {
    width: 842px;
  }

  .close_modol {
    top: 5%;
    right: .5%;
  }

  .brand {
    z-index: auto;
    background-color: #ffffff59;
    display: block;
  }

  ._2 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  ._2.home.snap {
    min-height: 100vh;
  }

  ._2.weddings {
    height: auto;
    padding-top: 0;
  }

  ._1 {
    width: auto;
    height: 95vh;
    margin-top: 0%;
    margin-bottom: 0;
    display: block;
  }

  ._1.snap {
    min-height: auto;
  }

  .image-12 {
    object-fit: fill;
  }

  .heading_animation {
    height: auto;
  }

  .text_block_animation {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .text_block_number {
    display: none;
  }

  .heading-12 {
    font-size: 22px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .text_block_number_6 {
    display: none;
    top: -150px;
    left: 36px;
  }

  .text_block_number_7 {
    display: none;
    top: -160px;
  }

  .paragraph-7 {
    width: 99%;
    font-size: 16px;
  }

  .block_calculate {
    margin-bottom: 20px;
    display: none;
  }

  .button-2 {
    font-size: 16px;
  }

  .button-2:hover {
    color: #fff;
    background-color: #95b9b9;
  }

  .wrapper_image_case {
    width: auto;
    margin-bottom: 10px;
    overflow: visible;
  }

  .horizontal {
    justify-content: center;
    width: 100%;
  }

  .horizontal._2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: .7fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .image_1 {
    object-fit: cover;
    width: auto;
  }

  .image_3, .image_4 {
    overflow: visible;
  }

  .modol_window_retirement {
    background-color: #08182766;
    display: none;
  }

  .heading_retirement {
    font-size: 26px;
  }

  .text_block_retirement {
    width: 100%;
  }

  .paragraph_retirement_1, .paragraph_retirement_2 {
    font-size: 14px;
  }

  .image_retirements_1 {
    object-fit: cover;
    height: 100%;
  }

  .wrapper_image {
    width: 842px;
  }

  .list {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .modol_window_lianerch {
    background-color: #08182766;
    display: none;
  }

  .heading-_lianerch {
    font-size: 26px;
    font-weight: 700;
  }

  .paragraph_lianech, .paragraph_lianerch {
    font-size: 14px;
  }

  .modol_window_canary {
    background-color: #08182766;
    display: none;
  }

  .heading_canary {
    font-size: 26px;
    font-weight: 700;
  }

  .paragraph_canary_1, .paragraph_canary_2 {
    font-size: 14px;
  }

  .image-_canary {
    object-fit: cover;
    height: 100%;
  }

  .image_162_cardiff {
    border-style: none;
  }

  .wrapper {
    display: none;
  }

  .nav_link_2 {
    margin-right: 60px;
    padding-bottom: 40px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .nav_link_4.last {
    margin-right: 80px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .nav_link_4.last.w--current, .nav_link_4.last.l.ot, .nav_link_4.last.m {
    margin-right: 60px;
  }

  .image_s2 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image_case_cardiff, .image_case_retirement.retirement {
    width: auto;
    height: 400px;
    margin-right: 20px;
  }

  .image_case_lianerch {
    width: auto;
    height: auto;
    margin-right: 20px;
  }

  .image_case_canary {
    width: auto;
    height: 400px;
    margin-right: 0;
  }

  .heading_cardiff {
    text-align: center;
    width: auto;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }

  .heading_retirement_aipar {
    width: auto;
    padding-left: 40px;
    font-size: 18px;
    display: none;
  }

  .heading_lianerch {
    width: auto;
    padding-left: 40px;
    font-size: 18px;
  }

  .heading_canary_wharf {
    width: auto;
    padding-left: 40px;
    font-size: 18px;
    display: none;
  }

  .paragraph_desing {
    margin-top: 31px;
    padding-top: 0;
  }

  .heading_grp {
    color: var(--black-2);
    background-color: #e2e2eb00;
    margin-top: 100px;
    padding-top: 0;
  }

  .items_bathroom_1, .items_bathroom_2, .items_bathroom_3, .items_bathroom_4, .items_bathroom_5, .items_bathroom_6, .items_bathroom_7, .items_bathroom_8, .items_bathroom_9 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .items_bathroom_10.last_item {
    font-size: 16px;
  }

  .img_overview {
    width: 100%;
    height: 100%;
  }

  .background-video_s2 {
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .text-block_adress, .text-block_phone, .text-block_email.last_text_block_adress {
    font-size: 14px;
  }

  .form-block-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 430px;
    padding: 80px 180px;
    display: flex;
  }

  .image_discover:hover {
    color: #0000;
    background-image: url('../images/hover_discover.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image_cardiff_2 {
    object-fit: cover;
    height: 100%;
  }

  .image_cardiff_2_162, .image_cardiff_4_162, .image_cardiff_5_162, .image_cardiff_6_162 {
    border-style: none;
  }

  .image_cardiff_3, .image_cardiff_4, .image_cardiff_5, .image_cardiff_6, .image_retirements_2, .image_retirements_3, .image_retirements_4, .image_lianerches_1, .image_lianerches_2, .image_lianerches_3, .image_lianerches_4, .image_lianerches_5, .image_canares_2, .image_canares_3, .image_canares_4, .image_canares_5, .image_canares_6 {
    object-fit: cover;
    height: 100%;
  }

  .wrapeer_image, .wrapeer_image.cardiff {
    width: 842px;
  }

  .img_cardiff_1 {
    width: 162px;
  }

  .img_cardiff_4, .img_cardiff_5, .img_cardiff_6.last_image_modol {
    border-style: none;
  }

  .div-block-26 {
    width: 100%;
    height: 353px;
    overflow: hidden;
  }

  .div-block-28 {
    width: 100%;
    height: 353px;
  }

  .div-block-29, .div-block-30 {
    width: 842px;
    height: 353px;
  }

  .image_lianerch {
    width: auto;
  }

  .wrapeer_image_cardiff {
    width: 842px;
  }

  .btn_discover:hover {
    color: #0000;
    background-image: url('../images/hover_discover.svg');
    background-position: 50%;
    background-size: cover;
  }

  .modol_window_cardiff_mobile, .modol_window_retirement_mobile, .modol_window_lianerch_mobile, .modol_window_canary_mobile {
    background-color: #08182766;
    display: none;
  }

  .wrapper_modol_window_retirement {
    display: none;
  }

  .wrapper_modol_window_cardiff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper_modol_window_lianerch, .wrapper_modol_window_canary {
    opacity: 1;
    display: none;
  }

  .block_bg_modol {
    width: 1207px;
    height: 513px;
  }

  .wrapper_bg_video_s2 {
    width: 900px;
    height: 100%;
    margin-bottom: 10px;
  }

  .block_revolutionary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto minmax(auto, .25fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .image_case_cardiff_mobile {
    display: none;
  }

  .close_form_mobile {
    top: 6%;
    right: 1%;
  }

  .bg_color_img {
    display: block;
  }

  .image-17 {
    right: auto;
  }

  .section_3_1440, .section_3_1280 {
    height: 200vh;
    display: none;
  }

  .wrapper_case_1280 {
    margin-bottom: 0;
  }

  .image_1_1280 {
    object-fit: cover;
    max-width: none;
    height: 420px;
  }

  .image_2_1280, .image_3_1280, .image_4_1280 {
    max-width: none;
    height: 420px;
  }

  .nav_link_1_1440 {
    padding-bottom: 30px;
    font-weight: 700;
    display: none;
  }

  .nav_link_1_1280 {
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }

  .nav_link_1_1280._2 {
    display: none;
  }

  .center_s7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .grp_1280 {
    background-image: none;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .grp_1280:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/image_1_s6.png');
    background-size: auto, cover;
  }

  .steel_s6_1280.steel_s6_ {
    background-image: none;
    max-width: none;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .steel_s6_1280.steel_s6_:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/Tanyard-2024-252-1.webp');
    background-size: auto, cover;
  }

  .bespoke_s6_1280.last_image_s6 {
    background-image: none;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .bespoke_s6_1280.last_image_s6:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/image_3_s6.png');
    background-size: auto, cover;
  }

  .div-block-40._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
  }

  .text_block_s6_grp, .text_block_s6_steel, .text_block_s6_bespoke {
    margin-top: 33px;
    padding: 28vh 7vw;
  }

  .grp_table, .steel_s6_table.steel_s6_, .bespoke_s6_table.last_image_s6 {
    display: none;
  }

  .section_1_table {
    height: 86vh;
    margin-bottom: 40px;
    display: none;
  }

  .section_2_table {
    height: 100vh;
    margin-bottom: 40px;
    padding-top: 90px;
    display: none;
  }

  .section_3_table {
    height: 200vh;
    display: none;
  }

  .section_4_table {
    height: 100vh;
    margin-bottom: 0;
    padding-top: 105px;
    display: none;
  }

  .section_5_table {
    margin-bottom: 0;
    display: none;
  }

  .section_6_table {
    background-color: #1e264a0d;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 66px;
    display: none;
  }

  .section_7_table {
    height: 130vh;
    margin-bottom: 2px;
    padding-top: 90px;
    display: none;
  }

  .section_8_table {
    height: 100vh;
    margin-bottom: 20px;
    padding-top: 80px;
    display: none;
  }

  .footer_table {
    display: block;
  }

  .wrapper_case_table {
    margin-bottom: 0;
    position: static;
  }

  .horizontal_table {
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

  .video_bg_s1_table {
    height: 86vh;
  }

  .conteiner_table {
    width: 1280px;
    padding: 0 30px;
  }

  .conteiner_table.s7 {
    padding-bottom: 40px;
  }

  .conteiner_table.s3 {
    width: 1280px;
  }

  .nav_link_1_table, .nav_link_2_table, .nav_link_3_table {
    padding-bottom: 30px;
    font-weight: 700;
    display: none;
  }

  .nav_link_4_table.last {
    font-weight: 700;
    display: none;
  }

  .conteiner_footer {
    width: 1280px;
    padding: 0 30px;
  }

  .conteiner_footer.s7 {
    padding-bottom: 40px;
  }

  .conteiner_footer.s3 {
    width: 1280px;
  }

  .heading-8_table {
    margin-bottom: 20px;
  }

  .div-block-46 {
    width: auto;
  }

  .background-video_s2_table {
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .heading-2_table {
    font-size: 28px;
  }

  .image-12_table {
    object-fit: cover;
  }

  .text-block-4_table {
    width: 100%;
    font-size: 16px;
  }

  .heading-3_table {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
    width: auto;
    font-size: 18px;
  }

  .image_1_table {
    object-fit: cover;
  }

  .heading-5_table {
    height: auto;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading_experienced_table, .heading_3d_solid_table, .heading_compliance_table {
    font-size: 35px;
  }

  .image-5_table {
    width: 100%;
    height: 430px;
  }

  .text-block-5_table {
    text-align: left;
    font-size: 22px;
  }

  .paragraph_table {
    width: 405px;
    font-size: 16px;
  }

  .text-block-5-copy {
    text-align: left;
    font-size: 22px;
  }

  .heading-6_table {
    font-size: 28px;
  }

  .paragraph-2_table {
    margin-bottom: 40px;
    font-family: Mont, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

  .heading-8-copy, .heading-8_table_2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .bathroom_image_bg_table {
    object-fit: contain;
    height: 400px;
  }

  .button_table {
    font-size: 22px;
  }

  .button_table:hover {
    color: #95b9b9;
    background-color: #fff;
  }

  .paragraph-3_table {
    font-size: 14px;
  }

  .text-block-18_table {
    font-size: 12px;
  }

  .text-block_adress_table, .text-block_phone_table, .text-block_email_table.last_text_block_adress {
    font-size: 14px;
  }

  .bg_grp {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Festival-Wedding.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    position: absolute;
    inset: 0%;
  }

  .bg_grp:hover {
    background-image: linear-gradient(#64561599, #64561599), url('../images/Festival-Wedding.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
  }

  .bg_steel {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Tanyard-2024-252-1.webp');
    background-position: 0 0, 50%;
    position: absolute;
    inset: 0%;
  }

  .bg_steel:hover {
    background-image: linear-gradient(#64561599, #64561599), url('../images/Tanyard-2024-252-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .bg_bespoke {
    background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2021-06-12-11-09-31.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    position: absolute;
    inset: 0%;
  }

  .bg_bespoke:hover {
    background-image: linear-gradient(#64561599, #64561599), url('../images/PHOTO-2021-06-12-11-09-31.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .conteiner_table_s3 {
    width: 1280px;
    padding: 0 30px;
  }

  .conteiner_table_s3.s7 {
    padding-bottom: 40px;
  }

  .conteiner_table_s3.s3 {
    width: 1280px;
  }

  .conteiner_table_s3.s7_table {
    padding-bottom: 40px;
  }

  .conteiner_table_s3.nav_mobile {
    width: 1280px;
  }

  .image-5-copy {
    width: 100%;
    height: 430px;
  }

  .image_retirements_5 {
    object-fit: cover;
    height: 100%;
  }

  .image_canary {
    width: auto;
    margin-right: 20px;
  }

  ._5.snap {
    height: 100vh;
    min-height: auto;
  }

  .section_layout141 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .image-20 {
    height: 90vh;
  }

  .image-22 {
    background-color: #0000;
    width: 100vw;
    max-width: 100vw;
    height: 90vh;
    display: block;
    overflow: visible;
  }

  ._4 {
    margin-top: 10px;
  }

  ._4.snap {
    height: auto;
    min-height: auto;
    margin-top: auto;
  }

  ._50-column-center.mobile-border {
    display: block;
  }

  .mini-title.fcg._2 {
    text-align: center;
    width: 40%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-title.fcg._3._6 {
    margin-top: 0;
  }

  .mini-title.fcg.ab1 {
    text-align: center;
  }

  .mini-title.fcg.ab1.ev1 {
    margin-bottom: 0;
  }

  .learn-more.mi {
    margin-top: 40px;
  }

  .learn-more._2 {
    height: 45px;
    display: flex;
  }

  ._3.snap {
    min-height: auto;
    margin-top: 40px;
    padding-top: 10px;
  }

  .image-24 {
    height: 90vh;
  }

  .wrap_flex.is-align-top {
    display: flex;
  }

  .grid-4-columns._1-col-tablet._2 {
    height: auto;
  }

  .text-200.color-neutral-800.t {
    padding-left: 30px;
  }

  .text-200.color-neutral-800.a1 {
    padding-left: 37px;
  }

  .main-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .grid-gallery_item {
    height: auto;
  }

  .gallery_item-image {
    margin-top: 0;
  }

  .portfolio-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfolio-image {
    object-fit: cover;
    margin-right: 0;
    display: block;
  }

  ._3_block_grid {
    grid-template-areas: ". . ."
                         "Area Area-2 Area-3"
                         "Area-6 Area-4 Area-5";
  }

  .benefits_wrapper {
    height: 90vh;
  }

  .block_description {
    justify-content: flex-start;
    align-items: center;
  }

  .block_description._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .block_description.base {
    padding-top: 0;
  }

  .benefits_block {
    height: 60vh;
  }

  .benefits_block.block_img_3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 60vh;
    margin-top: 0;
    margin-bottom: auto;
    display: block;
  }

  .benefits_block._2 {
    height: 50vh;
    margin-bottom: 0;
    display: none;
  }

  .initial_block_content_hide {
    height: auto;
  }

  .link_block_content {
    justify-content: space-between;
    align-items: center;
    height: 40vh;
    margin-top: auto;
    display: flex;
  }

  .benefits_overlay {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .read_more_link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .benefits_wrapper-2 {
    width: 100%;
    margin-bottom: auto;
    padding: 60px 5% 30px;
  }

  .video_block_s2-2, .heading_animation-2 {
    height: 100%;
  }

  .image-38 {
    object-fit: cover;
  }

  .conteiner-2 {
    width: 1280px;
    padding: 0 30px;
  }

  .section_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .background-video_s2-2 {
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .block_revolutionary-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image_s2-2 {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .wrapper_s2-2 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 2fr minmax(360px, 1fr);
    place-content: center space-around;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-25 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .wrapper_bg_video_s2-2 {
    width: auto;
    height: 60vh;
    margin-bottom: 10px;
  }

  .heading-21 {
    font-size: 28px;
  }

  .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36 {
    font-size: 14px;
  }

  .div-block-77 {
    position: relative;
  }

  .background-video-3 {
    height: 80vh;
  }

  .text_block_animation-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .text-block-27 {
    width: 100%;
    font-size: 16px;
  }

  .bottom-cookie-wrapper {
    position: fixed;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-13.buttons {
    width: 60vw;
  }

  .button-9.ctal.l, .button-9.r {
    margin-top: 0;
  }

  .button-9.r.base {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-28 {
    margin-bottom: 40px;
  }

  .quick-stack-4 {
    padding-left: 80px;
  }

  .div-block-95 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-96, .div-block-97 {
    justify-content: center;
    align-items: center;
  }

  .text-block-32 {
    display: none;
  }

  .main-container-2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .div-block-100 {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .div-block-101, .div-block-102 {
    height: auto;
  }

  .text-block-41 {
    font-size: 14px;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading_retirement_aipar-2 {
    width: auto;
    padding-left: 40px;
    font-size: 18px;
    display: none;
  }

  .main-container-3 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .heading_cardiff-2 {
    text-align: center;
    width: auto;
    padding-left: 0;
    font-size: 18px;
    display: none;
  }

  .heading-34 {
    font-size: 28px;
    display: block;
    overflow: visible;
  }

  .heading-34.all-occasions {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading-34.all-occasions.previous {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading_canary_wharf-2 {
    width: auto;
    padding-left: 40px;
    font-size: 18px;
    display: none;
  }

  .rt-contact-one-information-box {
    padding-right: 20px;
  }

  .div-block-105 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .background-video-6 {
    height: 60vh;
  }

  .image-69 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .conteiner {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .conteiner.s1.mobile {
    height: 100%;
    margin-top: auto;
  }

  .conteiner.s4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .conteiner.s_5 {
    padding-right: 80px;
  }

  .conteiner.s7 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .conteiner.s3 {
    width: auto;
    padding-right: 80px;
  }

  .conteiner.modol {
    justify-content: center;
  }

  .conteiner.s2 {
    justify-content: center;
    display: block;
    overflow: hidden;
  }

  .conteiner.s6_mobile {
    width: auto;
  }

  .conteiner.s7_table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteiner.nav_mobile {
    width: 1440px;
  }

  .wrapper_nav {
    align-items: baseline;
    display: flex;
  }

  .text-block {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .btn_request {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 71px;
  }

  .nav-menu2._2 {
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    padding-left: 10px;
    display: flex;
    right: 20%;
  }

  .nav-menu2._2.mi {
    display: none;
  }

  .nav_link_3 {
    margin-right: 70px;
    padding-bottom: 40px;
  }

  .nav_link_3.events {
    display: none;
  }

  .nav_link_3._2 {
    padding-bottom: 0;
  }

  .nav_link_1 {
    padding-bottom: 30px;
    display: none;
  }

  .image {
    width: auto;
  }

  .heading {
    margin-top: auto;
    font-weight: 700;
  }

  .video_bg_s1 {
    height: 80vh;
  }

  .text-block-2 {
    font-size: 18px;
    display: block;
  }

  .discover {
    padding-right: 0;
  }

  .wrapper_s1 {
    height: 80vh;
  }

  .background-video {
    background-color: #997e739e;
    height: 100%;
  }

  .background-video.all {
    background-color: #997e739e;
  }

  .div-block-17 {
    z-index: 9;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    padding: 14em 0;
    display: flex;
  }

  .div-block-17.home, .div-block-17.cu {
    height: 80vh;
  }

  .wrapper_s2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
    overflow: visible;
  }

  .wrapper_s2._2 {
    margin-top: 0;
  }

  .heading-2.all-occasions {
    margin-top: 20px;
    padding-top: 10px;
  }

  .heading-2.all-occasions.previous {
    margin-top: 20px;
  }

  .heading-2.all-occasions.types {
    margin-top: 40px;
  }

  .video_block_s2 {
    width: 100%;
  }

  .text-block-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .background-video-2 {
    display: block;
  }

  .heading-3 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    font-weight: 600;
  }

  .wrapper_case, .wrapper_s4 {
    margin-bottom: 0;
  }

  .heading-5 {
    margin-bottom: 66px;
  }

  .experienced_block {
    margin-bottom: 40px;
  }

  .image-5 {
    height: auto;
  }

  .heading_experienced {
    font-size: 34px;
  }

  .paragraph {
    text-align: center;
  }

  ._3d_solid_block {
    margin-bottom: 40px;
  }

  .image_block_s4 {
    width: 643px;
    height: 577px;
    top: 151px;
    left: 26%;
  }

  .heading_3d_solid, .heading_compliance {
    font-size: 34px;
  }

  .bg_video_s5 {
    height: 100vh;
  }

  .text_block_s5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin: auto 0 auto 60px;
    padding-top: 2%;
    display: flex;
    position: absolute;
    bottom: auto;
    left: 0;
    right: auto;
    overflow: hidden;
  }

  .text_block_s5._6-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-top: 0%;
    display: flex;
  }

  .wrapper_s5 {
    clear: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: 0;
  }

  .section_4 {
    height: 100vh;
    margin-bottom: 2px;
    padding-top: 0;
  }

  .heading-6 {
    margin-top: 0;
  }

  .paragraph-2 {
    margin-bottom: 93px;
    font-weight: 200;
    display: flex;
  }

  .paragraph-2.about {
    width: 50%;
  }

  .paragraph-2.about.bbb-text-1-5 {
    text-align: left;
    width: 100%;
  }

  .video_manufacture {
    height: 100vh;
  }

  .section_5 {
    height: 100vh;
    margin-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .wrapper_s6 {
    padding: 0;
  }

  .grp {
    background-image: none;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .grp:hover {
    background-image: linear-gradient(#64561599, #64561599);
  }

  .image_s6 {
    z-index: -1;
    object-fit: cover;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .text_block_s6 {
    margin-top: 21px;
    padding: 19.1em 3.1em 16.1em;
  }

  .steel_s6.steel_s6_ {
    background-image: linear-gradient(#00000080, #00000080);
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .steel_s6.steel_s6_:hover {
    background-image: linear-gradient(#64561599, #64561599);
  }

  .bespoke_s6.last_image_s6 {
    background-image: linear-gradient(#00000080, #00000080);
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .bespoke_s6.last_image_s6:hover {
    background-image: linear-gradient(#64561599, #64561599);
  }

  .section_6 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 0;
    display: none;
  }

  .wrapper_bathroom {
    align-items: stretch;
  }

  .heading-8 {
    margin-bottom: 40px;
  }

  .image_bathroom {
    height: 607px;
  }

  .number_1 {
    top: 4px;
    right: 278px;
  }

  .number_2 {
    top: 161px;
    left: 114px;
  }

  .number_3 {
    inset: 472px 426px 0% auto;
  }

  .number_4 {
    top: 369px;
    right: 214px;
  }

  .number_5 {
    top: 216px;
    left: 266px;
  }

  .number_6 {
    top: 494px;
    left: 176px;
  }

  .number_7 {
    top: 546px;
    right: 315px;
  }

  .number_8 {
    top: 240px;
    right: 262px;
  }

  .number_9 {
    top: 352px;
    right: 391px;
  }

  .number_10 {
    top: 409px;
    left: 162px;
  }

  .bathroom_image_bg {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .section_7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 2px;
    padding-top: 85px;
  }

  .section_7.home {
    display: none;
  }

  .bg_image_s8 {
    width: 100%;
    height: 100%;
    position: static;
    inset: 0%;
  }

  .wrapper_s8 {
    position: relative;
  }

  .tex_blck_s8 {
    width: 92vw;
    height: 76vh;
  }

  .button:hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .footermobile {
    height: auto;
    padding-bottom: 40px;
  }

  .footermobile.snap {
    height: 100vh;
    min-height: 100vh;
  }

  .footermobile.snap._8 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    overflow: visible;
  }

  ._7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-top: 160px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: static;
  }

  ._7.snap {
    min-height: 90vh;
    margin-top: 0;
  }

  ._7.about {
    margin-top: 60px;
  }

  .paragraph-3 {
    width: 280px;
    font-size: 16px;
    text-decoration: none;
  }

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

  .text-block-18 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  ._6 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  ._6.snap {
    min-height: auto;
    position: static;
  }

  .compliance_block_text {
    overflow: visible;
  }

  .wrapper_form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 114%;
    display: none;
  }

  .heading-10 {
    font-weight: 600;
  }

  .text-field, .text-field-2 {
    font-weight: 400;
  }

  .submit-button {
    height: 64px;
  }

  .close_btn {
    font-size: 30px;
  }

  .modol_window {
    display: none;
    inset: 0%;
  }

  .wrapper_modol_window {
    justify-content: flex-start;
    align-items: flex-start;
    height: 724px;
  }

  .image_cardiff {
    width: auto;
  }

  .image_cardiff_1 {
    height: 100%;
  }

  .text_block_cardiff {
    width: 365px;
  }

  .project {
    margin-bottom: 32px;
  }

  .project.cardiff_project {
    padding-right: 0;
  }

  .wrapper_text_block_modol {
    width: 365px;
  }

  .wrapper_case_modol {
    width: 842px;
  }

  .close_modol {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    inset: 4% 4% 0% auto;
  }

  .text-block-21 {
    width: 20px;
    height: 20px;
    font-size: 30px;
  }

  .brand {
    z-index: 0;
    display: flex;
  }

  ._2 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  ._2.home {
    overflow: visible;
  }

  ._2.home.snap {
    min-height: 100vh;
  }

  ._1 {
    z-index: 100;
    width: auto;
    height: 80vh;
    margin-top: auto;
    margin-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  ._1.snap {
    min-height: auto;
  }

  .image-11 {
    min-width: auto;
    max-width: none;
    display: none;
    position: static;
  }

  .div-block-22 {
    align-self: auto;
    width: 100%;
    height: 100%;
  }

  .image-12 {
    width: 100%;
    height: 100%;
  }

  .heading_table {
    margin-top: 0;
    padding-bottom: 10px;
    line-height: 100%;
  }

  .image_request_table {
    background-color: #0000;
    display: none;
  }

  .heading_animation {
    height: auto;
    overflow: hidden;
  }

  .text_block_animation {
    width: 100%;
    height: auto;
    font-weight: 200;
  }

  .text_block_number_6 {
    display: none;
    top: -151px;
    left: 38px;
  }

  .text_block_number_7 {
    display: none;
    top: -161px;
    left: 28px;
  }

  .block_calculate {
    margin-bottom: 84px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
    left: 30px;
    right: 30px;
  }

  .font_600_desing_expe, .font_600_desing_3d {
    font-size: 34px;
  }

  .wrapper_image_case {
    width: 300px;
  }

  .horizontal {
    object-fit: cover;
  }

  .image_1 {
    width: 100%;
    max-width: 100%;
    height: 350px;
    overflow: visible;
  }

  .image_2 {
    object-fit: cover;
    width: 100%;
    height: 350px;
    margin-left: 0;
    overflow: visible;
  }

  .image_3 {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .image_4 {
    object-fit: cover;
    height: 350px;
  }

  .modol_window_retirement {
    display: none;
  }

  .heading_retirement {
    font-size: 26px;
  }

  .text_block_retirement {
    width: 365px;
  }

  .image_retirement {
    margin-bottom: 0;
  }

  .image_retirements_1 {
    height: 100%;
  }

  .wrapper_image {
    width: 842px;
  }

  .list {
    font-size: 16px;
  }

  .img_retirement_2 {
    height: 100%;
  }

  .modol_window_lianerch, .modol_window_canary {
    display: none;
  }

  .image-_canary {
    height: auto;
  }

  .wrapper {
    display: none;
  }

  .nav_link_2 {
    padding-bottom: 40px;
    font-family: "0 Wll 9", Arial, sans-serif;
  }

  .nav_link_4.last {
    margin-left: -3px;
    margin-right: 100px;
    padding-bottom: 40px;
    padding-left: 2px;
    display: block;
  }

  .nav_link_4.last.w--current {
    display: block;
  }

  .nav_link_4.last.left {
    margin-left: 20px;
    margin-right: 60px;
    display: block;
  }

  .nav_link_4.last.l {
    margin-right: 60px;
  }

  .image_s2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .image_case_cardiff {
    width: auto;
    height: 400px;
  }

  .image_case_retirement.retirement {
    width: auto;
  }

  .image_case_lianerch, .image_case_canary {
    margin-top: 100px;
  }

  .heading_cardiff {
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
    display: block;
    overflow: hidden;
  }

  .heading_retirement_aipar {
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    overflow: hidden;
  }

  .heading_lianerch {
    text-align: center;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
  }

  .heading_canary_wharf {
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    overflow: hidden;
  }

  .heading_south, .heading_east {
    font-weight: 600;
  }

  .paragraph_desing {
    overflow: hidden;
  }

  .paragaph_manufacture_copy {
    opacity: 0;
    display: flex;
    position: absolute;
  }

  .heading_grp {
    display: block;
  }

  .items_bathroom_1, .items_bathroom_2, .items_bathroom_3, .items_bathroom_4, .items_bathroom_5, .items_bathroom_6, .items_bathroom_7, .items_bathroom_8, .items_bathroom_9 {
    margin-bottom: 16px;
  }

  .img_overview {
    overflow: hidden;
  }

  .background-video_s2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .link-block.w--current {
    overflow: visible;
  }

  .paragraph_footer {
    font-size: 18px;
  }

  .form-block-copy {
    height: auto;
    padding: 112px 220px;
  }

  .image_discover:hover {
    opacity: 1;
  }

  .image_cardiff_2, .image_cardiff_3, .image_cardiff_4, .image_cardiff_5, .image_cardiff_6, .image_retirements_2, .image_retirements_3, .image_retirements_4 {
    height: 100%;
  }

  .image_lianerches_1 {
    height: 568px;
  }

  .wrapeer_image {
    width: 842px;
  }

  .div-block-26 {
    width: 842px;
    height: 568px;
  }

  .img_retirement_1, .img_retirement_3, .img_retirement_4 {
    height: 100%;
  }

  .div-block-28, .div-block-29, .div-block-30 {
    width: 842px;
    height: 568px;
  }

  .image_lianerch {
    width: auto;
  }

  .wrapeer_image_cardiff {
    width: 842px;
  }

  .btn_discover:hover {
    opacity: 1;
  }

  .wrapper_title_design {
    margin-top: 0;
  }

  .modol_window_cardiff_mobile {
    display: none;
    inset: 0%;
  }

  .modol_window_retirement_mobile, .modol_window_lianerch_mobile, .modol_window_canary_mobile {
    display: none;
  }

  .wrapper_modol_window-copy {
    justify-content: flex-start;
    align-items: flex-start;
    height: 724px;
  }

  .wrapper_modol_window_retirement, .wrapper_modol_window_cardiff {
    justify-content: flex-start;
    align-items: flex-start;
    height: 724px;
    display: none;
  }

  .wrapper_modol_window_lianerch, .wrapper_modol_window_canary {
    opacity: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 724px;
    display: none;
  }

  .block_bg_modol {
    width: 1259px;
    height: 724px;
  }

  .wrapper_modol_window_cardiff_mobile, .wrapper_modol_window_retirement_mobile, .wrapper_modol_window_lianerch_mobile, .wrapper_modol_windo_canary_mobile {
    justify-content: flex-start;
    align-items: flex-start;
    height: 724px;
  }

  .wrapper_bg_video_s2 {
    width: 969px;
    height: 100%;
    margin-bottom: 15px;
  }

  .block_revolutionary {
    align-self: auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .image_case_cardiff_mobile {
    width: 406px;
    height: 618px;
  }

  .modol_window_mobile {
    display: none;
  }

  .close_modol_mobile {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    inset: 9% 4% 0% auto;
  }

  .grp_mobile {
    max-width: 100%;
  }

  .close_form_mobile {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: none;
    inset: 9% 4% 0% auto;
  }

  .image-17 {
    right: auto;
  }

  .section_3_1440, .section_3_1280 {
    height: 150vh;
    margin-bottom: 0;
    display: none;
  }

  .wrapper_case_1280 {
    height: 110vh;
    margin-bottom: 40px;
  }

  .nav_link_1_1440 {
    margin-top: 5px;
    margin-right: 60px;
    padding-bottom: 30px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }

  .nav_link_1_1440.w--current {
    font-family: "0 Wll 9", Arial, sans-serif;
  }

  .nav_link_1_1440._2 {
    display: none;
  }

  .nav_link_1_1280 {
    padding-bottom: 30px;
    display: none;
  }

  .grp_1280 {
    max-width: 100%;
    height: auto;
    display: none;
  }

  .steel_s6_1280.steel_s6_, .bespoke_s6_1280.last_image_s6 {
    display: none;
  }

  .text_block_s6_grp, .text_block_s6_steel {
    margin-top: 21px;
    padding: 16.5em 6em 16.1em;
    position: static;
  }

  .text_block_s6_bespoke {
    margin-top: 21px;
    padding: 16.5em 7.8em 16.1em;
    position: static;
  }

  .grp_table {
    max-width: 100%;
  }

  .section_1_table {
    width: 100%;
    height: 90vh;
    margin-bottom: 40px;
  }

  .section_2_table {
    height: 100vh;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .section_3_table {
    height: 150vh;
    margin-bottom: 0;
    display: none;
  }

  .section_4_table {
    height: 100vh;
    margin-bottom: 2px;
    padding-top: 0;
  }

  .section_5_table {
    height: 100vh;
    margin-bottom: 0;
    overflow: hidden;
  }

  .section_6_table {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 0;
    display: none;
  }

  .section_7_table {
    height: 130vh;
    margin-bottom: 2px;
    padding-top: 85px;
  }

  .section_8_table {
    height: 100vh;
    margin-bottom: 20px;
    padding-top: 80px;
  }

  .footer_table {
    height: auto;
  }

  .wrapper_case_table {
    margin-bottom: 0;
    position: static;
  }

  .horizontal_table {
    object-fit: cover;
  }

  .video_bg_s1_table {
    height: 90vh;
  }

  .conteiner_table {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .conteiner_table.s1.mobile {
    height: 100%;
  }

  .conteiner_table.s4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .conteiner_table.s_5 {
    padding-right: 80px;
  }

  .conteiner_table.s7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteiner_table.s3 {
    width: 1440px;
  }

  .conteiner_table.modol {
    justify-content: center;
  }

  .conteiner_table.s2 {
    justify-content: center;
    display: flex;
  }

  .nav_link_1_table {
    padding-bottom: 30px;
    display: none;
  }

  .nav_link_2_table, .nav_link_3_table, .nav_link_4_table.last {
    padding-bottom: 30px;
  }

  .conteiner_footer {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .conteiner_footer.s1.mobile {
    height: 100%;
  }

  .conteiner_footer.s4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .conteiner_footer.s_5 {
    padding-right: 80px;
  }

  .conteiner_footer.s7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteiner_footer.s3 {
    width: 1440px;
  }

  .conteiner_footer.modol {
    justify-content: center;
  }

  .conteiner_footer.s2 {
    justify-content: center;
    display: flex;
  }

  .heading-8_table {
    margin-bottom: 40px;
  }

  .div-block-43, .div-block-44, .div-block-45, .div-block-46 {
    overflow: hidden;
  }

  .background-video_s2_table {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .text-block-4_table {
    width: 100%;
    max-width: 100%;
  }

  .heading-3_table {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    font-weight: 600;
  }

  .heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
  }

  .image_2_table, .image_3_table, .image_4_table {
    object-fit: cover;
  }

  .heading-5_table {
    margin-bottom: 66px;
  }

  .heading_experienced_table, .heading_3d_solid_table, .heading_compliance_table {
    font-size: 34px;
  }

  .image-5_table {
    height: auto;
  }

  .paragraph-2_table {
    margin-bottom: 93px;
    font-weight: 200;
    display: flex;
  }

  .heading-8-copy, .heading-8_table_2 {
    margin-bottom: 40px;
  }

  .bathroom_image_bg_table {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .wrapper_text_s5 {
    width: 80%;
    overflow: hidden;
  }

  .bg_grp {
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .bg_grp:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg_steel {
    z-index: -1;
    background-image: url('../images/Tanyard-2024-252-1.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .bg_steel:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg_bespoke {
    z-index: -1;
    background-image: url('../images/PHOTO-2021-06-12-11-09-31.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .bg_bespoke:hover {
    background-image: linear-gradient(#64561599, #64561599), url('../images/image_3_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-18 {
    width: 100%;
    height: 100%;
  }

  .image-18:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3);
  }

  .wrapper_title_manufacture {
    left: auto;
  }

  .conteiner_table_s3 {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .conteiner_table_s3.s1.mobile {
    height: 100%;
  }

  .conteiner_table_s3.s4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .conteiner_table_s3.s_5 {
    padding-right: 80px;
  }

  .conteiner_table_s3.s7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteiner_table_s3.s3 {
    width: 1440px;
  }

  .conteiner_table_s3.modol {
    justify-content: center;
  }

  .conteiner_table_s3.s2 {
    justify-content: center;
    display: flex;
  }

  .conteiner_table_s3.s6_mobile {
    width: auto;
  }

  .conteiner_table_s3.s7_table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteiner_table_s3.nav_mobile {
    width: 1440px;
  }

  .image-5-copy {
    height: auto;
  }

  .img_retirement_5, .image_retirements_5 {
    height: 100%;
  }

  .image_canary {
    width: auto;
  }

  .video {
    height: 0%;
  }

  .image-19 {
    height: 80vh;
    overflow: visible;
  }

  .image-19.weds {
    height: 80vh;
    overflow: hidden;
  }

  .div-block-48 {
    height: 80vh;
  }

  ._5.snap {
    height: 100vh;
    min-height: 70vh;
  }

  .margin-bottom.margin-xxlarge {
    display: block;
  }

  .text-size-medium {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large {
    display: flex;
  }

  .padding-section-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: static;
  }

  .padding-global.top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .max-width-large.align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

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

  .section_testimonial17 {
    margin-top: 0;
  }

  .layout141_component {
    height: 100%;
    margin-bottom: auto;
    display: block;
  }

  .layout141_image {
    height: 100%;
  }

  .section_layout141 {
    height: 80vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-20 {
    width: 100%;
    height: 80vh;
    display: block;
  }

  .image-21 {
    width: 100%;
    height: 80vh;
  }

  .image-22 {
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }

  .flex {
    margin-left: auto;
    margin-right: auto;
  }

  .flex.hp {
    margin-top: 40px;
  }

  ._4 {
    height: auto;
    margin-top: 0;
  }

  ._4.snap {
    height: auto;
    min-height: auto;
  }

  ._50-column-center.mobile-border {
    display: block;
  }

  .mini-title.fcg._2 {
    margin-bottom: 0;
  }

  .mini-title.fcg._3 {
    height: auto;
  }

  .mini-title.fcg.ab1 {
    text-align: center;
  }

  .mini-title.fcg.ab1.ev1 {
    margin-bottom: 20px;
  }

  ._3 {
    height: auto;
    padding-bottom: 20px;
  }

  ._3.thistle-medium {
    padding-bottom: 60px;
  }

  ._3.snap {
    height: auto;
    min-height: auto;
    margin-top: 40px;
  }

  .footer-flex-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-13.hp {
    margin-top: 0;
  }

  .image-24 {
    height: 80vh;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wrap_flex.is-align-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4-columns._1-col-tablet._2 {
    margin-top: 40px;
  }

  .flex-horizontal.start {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-200.color-neutral-800._3r {
    padding-left: 12px;
  }

  .square-icon.mg-bottom-16px {
    width: 400px;
    height: 400px;
  }

  .content-section-testimonials {
    padding-top: 60px;
  }

  .main-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .grid-gallery_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-gallery_list.cc-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-gallery_list.main-home-page {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-gallery_item {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .gallery_item-image {
    max-width: none;
  }

  .portfolio-wrapper {
    grid-row-gap: 37px;
    grid-template-rows: auto auto;
  }

  .portfolio-image, .image-hover {
    width: 100%;
  }

  .benefits_wrapper {
    margin-top: 40px;
  }

  .block_description, .block_description.base {
    height: 180px;
  }

  .link_block_content {
    display: flex;
  }

  .benefits_overlay {
    display: block;
  }

  .benefits_wrapper-2 {
    margin-top: 0;
    padding: 40px 3%;
  }

  .video_block_s2-2 {
    width: 100%;
  }

  .heading_animation-2 {
    height: auto;
    overflow: hidden;
  }

  .image-38 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .conteiner-2 {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .conteiner-2.s2 {
    justify-content: center;
    height: 70vh;
    margin-top: 0;
    display: flex;
  }

  .section_2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .background-video_s2-2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .block_revolutionary-2 {
    object-fit: fill;
    align-self: auto;
    width: 100%;
    height: 100%;
  }

  .image_s2-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .wrapper_s2-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 60vh;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .text-block-25 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .wrapper_bg_video_s2-2 {
    width: auto;
    height: 100%;
    margin-bottom: 15px;
  }

  .heading-21 {
    margin-bottom: 10px;
  }

  .div-block-82 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-84 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text_block_animation-2 {
    width: 100%;
    height: auto;
  }

  .text-block-27 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-27.text {
    margin-top: 20px;
  }

  .background-video-4 {
    object-fit: cover;
    height: 100%;
    overflow: visible;
  }

  .play-pause-button-2 {
    height: 100%;
    display: none;
  }

  .background-video-5 {
    height: 100%;
  }

  .div-block-13 {
    width: 50%;
  }

  .div-block-13.buttons {
    width: 50vw;
  }

  .div-block-13.main {
    width: 50%;
  }

  .button-9.r.base {
    margin-bottom: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 25%;
    padding-right: 25%;
  }

  .div-block-95 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-container-2 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .grid-3-columns.stats-v1 {
    grid-column-gap: 100px;
  }

  .div-block-100, .div-block-101, .div-block-102 {
    height: auto;
  }

  .div-block-103 {
    background-color: #1a1313;
    width: 100%;
  }

  .heading_retirement_aipar-2 {
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
  }

  .main-container-3 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .heading_cardiff-2 {
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
  }

  .mini-title-3.fcg._3 {
    height: auto;
  }

  .heading-34.all-occasions {
    margin-top: 20px;
    padding-top: 10px;
  }

  .heading-34.all-occasions.previous {
    margin-top: 20px;
  }

  .heading_canary_wharf-2 {
    padding-left: 40px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
  }

  .background-video-6 {
    height: 100%;
  }

  .div-block-108, .div-block-109, .div-block-110 {
    height: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    overflow: visible;
  }

  .conteiner {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .conteiner.s1.mobile {
    width: 100%;
    height: 70vh;
  }

  .conteiner.s4 {
    justify-content: center;
    align-items: center;
    width: 1806px;
  }

  .conteiner.s_5 {
    width: 1806px;
    padding-right: 40px;
  }

  .conteiner.s8 {
    width: auto;
  }

  .conteiner.s7 {
    width: 1806px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner.s3 {
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    overflow: visible;
  }

  .conteiner.s2 {
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    display: flex;
  }

  .conteiner.s6_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1806px;
    display: flex;
  }

  .conteiner.s7_table {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner.nav_mobile {
    width: 1806px;
  }

  .text-block {
    font-weight: 600;
  }

  .nav_link_3.events {
    margin-right: 100px;
  }

  .nav_link_1 {
    margin-right: 100px;
    font-weight: 300;
    display: flex;
  }

  .nav_link_1.w--current {
    margin-right: 100px;
  }

  .image {
    width: auto;
    height: 100%;
    overflow: visible;
  }

  .heading {
    margin-top: 45px;
  }

  .video_bg_s1 {
    object-fit: cover;
    height: 70vh;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .wrapper_s1 {
    height: 70vh;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .background-video {
    background-color: #997e7396;
    height: 90vh;
    min-height: auto;
    max-height: none;
  }

  .background-video.all {
    background-color: #997e739e;
  }

  .div-block-17 {
    width: 100vw;
    height: 70vh;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 4em;
  }

  .div-block-17.home {
    width: 100vw;
    height: 70vh;
    margin-top: 0;
  }

  .div-block-17.cu {
    height: 70vh;
  }

  .wrapper_s2 {
    justify-content: space-around;
    margin-bottom: 0;
    padding-bottom: 40px;
    overflow: visible;
  }

  .heading-2.all-occasions.previous {
    margin-top: auto;
  }

  .text-block-4 {
    padding-top: 20px;
  }

  .heading-3 {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .case_studees {
    overflow: visible;
  }

  .wrapper_case {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .heading-5 {
    margin-bottom: 80px;
  }

  .heading_experienced {
    font-size: 40px;
  }

  .paragraph {
    font-size: 18px;
  }

  ._3d_solid_block, .compliance_block {
    overflow: hidden;
  }

  .image_block_s4 {
    width: 794px;
    height: 577px;
    top: 170px;
    left: 25%;
  }

  .text_block_s5 {
    width: 40%;
    margin-right: 0;
  }

  .wrapper_s5 {
    width: 100%;
  }

  .section_4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    min-height: auto;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 63px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 20px;
    font-weight: 200;
  }

  .paragraph-2.about {
    line-height: 400%;
  }

  .section_5 {
    margin-bottom: 0;
  }

  .wrapper_s6 {
    justify-content: center;
    width: 100%;
  }

  .grp {
    background-size: cover;
    width: 500px;
    margin-right: 30px;
  }

  .grp:hover {
    background-image: none;
  }

  .steel_s6.steel_s6_ {
    background-size: cover;
    width: 500px;
    margin-right: 30px;
  }

  .steel_s6.steel_s6_:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/image_2_s6.png');
    background-size: auto, cover;
  }

  .bespoke_s6.last_image_s6 {
    background-size: cover;
    width: 500px;
  }

  .bespoke_s6.last_image_s6:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/image_3_s6.png');
    background-size: auto, cover;
  }

  .section_6 {
    flex-direction: row;
    width: auto;
    height: 100vh;
    min-height: auto;
    padding-top: 87px;
  }

  .wrapper_bathroom {
    justify-content: flex-start;
    align-items: flex-start;
    height: 598px;
  }

  .text_block_bathroom {
    width: 341px;
  }

  .image_bathroom {
    height: 100%;
  }

  .number_1 {
    width: 42px;
    height: 42px;
    top: 0;
    right: 322px;
    overflow: visible;
  }

  .number_2 {
    width: 42px;
    height: 42px;
    top: 144px;
    left: 192px;
  }

  .number_3 {
    width: 42px;
    height: 42px;
    inset: 141px 133px 0% auto;
  }

  .number_4 {
    width: 42px;
    height: 42px;
    top: 339px;
    right: 243px;
  }

  .number_5 {
    width: 42px;
    height: 42px;
    top: 261px;
    left: 182px;
  }

  .number_6 {
    width: 42px;
    height: 42px;
    top: 484px;
    left: 155px;
  }

  .number_7 {
    width: 42px;
    height: 42px;
    top: 520px;
    right: 355px;
  }

  .number_8 {
    width: 42px;
    height: 42px;
    top: 248px;
    right: 290px;
  }

  .number_9 {
    width: 42px;
    height: 42px;
    top: 339px;
    right: 420px;
  }

  .number_10 {
    width: 42px;
    height: 42px;
    top: 409px;
    left: 151px;
  }

  .bathroom_image_bg {
    height: 100%;
  }

  .section_7 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 70px;
    display: flex;
  }

  .tex_blck_s8 {
    width: 90vw;
    height: 90vh;
  }

  .footermobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  ._7.snap {
    height: 90vh;
    display: block;
  }

  ._7.about {
    margin-top: 40px;
  }

  .text-block-18 {
    margin-bottom: 0;
  }

  ._6 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 80px;
    display: flex;
    overflow: visible;
  }

  .wrapper_form {
    height: 110%;
    display: none;
  }

  .modol_window {
    display: none;
  }

  .image_cardiff {
    margin-right: 20px;
  }

  .project, .project.cardiff_project {
    padding-right: 0;
  }

  .wrapper_text_block_modol {
    width: 365px;
  }

  .wrapper_case_modol {
    width: 842px;
  }

  .close_modol {
    top: 11%;
    right: 15.5%;
  }

  ._2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
  }

  ._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 70vh;
    min-height: auto;
    max-height: none;
    margin-top: auto;
    margin-bottom: 40px;
    display: grid;
  }

  ._1.snap {
    height: 70vh;
    margin-top: 0%;
    margin-bottom: auto;
  }

  .heading_table {
    margin-top: 20px;
  }

  .heading_animation {
    height: auto;
  }

  .text_block_animation {
    width: 89%;
  }

  .bg_number {
    width: 52px;
    height: 52px;
    display: none;
  }

  .text_block_number_6 {
    inset: 45px -6px 0%;
  }

  .text_block_number_7 {
    inset: 42px 0% 0% -9px;
  }

  .bg_number_2, .bg_number_3, .bg_number_4, .bg_number_5, .bg_number_6, .bg_number_7, .bg_number_8, .bg_number_9, .bg_number_10 {
    width: 52px;
    height: 52px;
  }

  .block_calculate {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
    left: auto;
    right: auto;
  }

  .font_600_desing_expe, .font_600_desing_3d, .font_600_desing_compli {
    font-size: 40px;
  }

  .wrapper_image_case {
    width: 410px;
  }

  .horizontal {
    flex: none;
  }

  .horizontal._2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: .7fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 80vw;
    display: grid;
  }

  .image_1 {
    width: 100%;
  }

  .heading_retirement {
    font-size: 26px;
  }

  .text_block_retirement {
    width: 365px;
  }

  .paragraph_retirement_1, .paragraph_retirement_2 {
    font-size: 16px;
  }

  .wrapper_image {
    width: 842px;
  }

  .list {
    font-size: 16px;
  }

  .nav_link_2 {
    margin-right: 100px;
  }

  .nav_link_4.last {
    margin-right: 160px;
  }

  .nav_link_4.last.left {
    margin-right: 100px;
  }

  .nav_link_4.last.left.w--current {
    display: block;
  }

  .image_s2 {
    width: auto;
  }

  .image_case_cardiff {
    height: auto;
    margin-right: 30px;
  }

  .image_case_retirement.retirement, .image_case_lianerch {
    margin-right: 30px;
  }

  .image_case_canary {
    margin-right: 0;
  }

  .heading_bespoke {
    width: 281px;
  }

  .items_bathroom_1, .items_bathroom_2, .items_bathroom_3, .items_bathroom_4, .items_bathroom_5, .items_bathroom_6, .items_bathroom_7, .items_bathroom_8, .items_bathroom_9, .items_bathroom_10.last_item {
    overflow: hidden;
  }

  .background-video_s2 {
    margin-bottom: 0;
  }

  .link-block {
    overflow: hidden;
  }

  .form-block-copy {
    height: auto;
  }

  .wrapeer_image {
    width: 842px;
  }

  .img_cardiff_3 {
    margin-right: 10px;
  }

  .div-block-28, .div-block-30 {
    width: 842px;
    height: 568px;
  }

  .image_lianerch {
    width: auto;
  }

  .wrapeer_image_cardiff {
    justify-content: flex-start;
    width: 842px;
  }

  .modol_window_cardiff_mobile {
    display: none;
  }

  .wrapper_modol_window_retirement {
    height: 724px;
    display: none;
  }

  .wrapper_modol_window_cardiff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 724px;
    display: none;
  }

  .wrapper_modol_window_lianerch, .wrapper_modol_window_canary {
    opacity: 1;
    height: 724px;
    display: none;
  }

  .block_bg_modol {
    width: 1259px;
    height: 724px;
  }

  .wrapper_bg_video_s2 {
    width: 1380px;
    height: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .close_form_mobile {
    top: 7%;
    right: 15.5%;
  }

  .image-17 {
    right: auto;
  }

  .section_3_1440, .section_3_1280 {
    height: 150vh;
    display: none;
  }

  .wrapper_case_1280 {
    height: auto;
  }

  .nav_link_1_1440, .nav_link_1_1280 {
    display: none;
  }

  .center_s7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .grp_1280, .steel_s6_1280.steel_s6_ {
    margin-right: 40px;
  }

  .div-block-40 {
    width: 100%;
    overflow: visible;
  }

  .text_block_s6_grp, .text_block_s6_steel {
    margin-top: 20px;
    padding: 21.5em 7.5em 22.6em;
  }

  .text_block_s6_bespoke {
    justify-content: space-between;
    margin-top: 15px;
    padding: 21.3em 5em 22.6em;
  }

  .section_1_table {
    width: 100%;
    height: 91vh;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    display: none;
  }

  .section_2_table {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .section_3_table {
    height: 150vh;
    display: none;
  }

  .section_4_table {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    min-height: auto;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 63px;
  }

  .section_5_table {
    margin-bottom: 0;
  }

  .section_6_table {
    flex-direction: row;
    width: auto;
    height: 100vh;
    min-height: auto;
    padding-top: 87px;
    padding-bottom: 0;
  }

  .section_7_table {
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding-top: 70px;
    display: none;
  }

  .section_8_table {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 40px;
    padding-top: 90px;
    display: none;
  }

  .wrapper_case_table {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    max-width: none;
    position: static;
    overflow: visible;
  }

  .case_studees_table {
    overflow: visible;
  }

  .horizontal_table {
    flex: none;
  }

  .video_bg_s1_table {
    height: 91vh;
    min-height: auto;
    max-height: none;
  }

  .conteiner_table {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .conteiner_table.s4 {
    justify-content: center;
    align-items: center;
  }

  .conteiner_table.s_5 {
    padding-right: 40px;
  }

  .conteiner_table.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_table.s3 {
    width: 1806px;
    padding-left: 40px;
    display: flex;
    overflow: visible;
  }

  .conteiner_table.s2 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .conteiner_table.s6_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_link_1_table {
    display: none;
  }

  .nav_link_3_table._2 {
    height: auto;
  }

  .conteiner_footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .conteiner_footer.s4 {
    justify-content: center;
    align-items: center;
  }

  .conteiner_footer.s_5 {
    padding-right: 40px;
  }

  .conteiner_footer.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_footer.s3 {
    width: 1806px;
    padding-left: 40px;
    display: flex;
    overflow: visible;
  }

  .conteiner_footer.s2 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .conteiner_footer.s6_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper_button_s8, .wrapper_title_s8 {
    overflow: hidden;
  }

  .background-video_s2_table {
    margin-bottom: 0;
  }

  .heading-3_table {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .heading-5_table {
    margin-bottom: 80px;
  }

  .heading_experienced_table {
    font-size: 40px;
  }

  .paragraph_table {
    font-size: 18px;
  }

  .heading-6_table {
    font-size: 30px;
  }

  .paragraph-2_table {
    font-size: 20px;
    font-weight: 200;
  }

  .bathroom_image_bg_table {
    height: 100%;
  }

  .wrapper_text_s5 {
    width: 100%;
    line-height: 160%;
  }

  .bg_grp:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-47 {
    width: 60vw;
  }

  .conteiner_table_s3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .conteiner_table_s3.s1.mobile {
    width: 1806px;
  }

  .conteiner_table_s3.s4 {
    justify-content: center;
    align-items: center;
    width: 1806px;
  }

  .conteiner_table_s3.s_5 {
    width: 1806px;
    padding-right: 40px;
  }

  .conteiner_table_s3.s8 {
    width: 1807px;
  }

  .conteiner_table_s3.s7 {
    width: 1806px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_table_s3.s3 {
    width: 1806px;
    padding-left: 40px;
    display: flex;
    overflow: visible;
  }

  .conteiner_table_s3.s2 {
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    display: flex;
  }

  .conteiner_table_s3.s6_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1806px;
    display: flex;
  }

  .conteiner_table_s3.s7_table {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_table_s3.nav_mobile {
    width: 1806px;
  }

  .floating-image {
    margin-top: 20px;
  }

  .project-thumbnails-wrapper {
    display: block;
  }

  .snap-wrapper {
    margin-bottom: 60px;
  }

  .layout141_image {
    width: auto;
    overflow: clip;
  }

  .section_layout141 {
    display: block;
  }

  ._4 {
    overflow: visible;
  }

  ._50-column-center {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._50-column-center.mobile-border {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mini-title.fcg._3._6 {
    padding-top: 0;
  }

  ._3.snap {
    margin-top: 0;
  }

  .image-23 {
    margin-top: 20px;
  }

  .footer-flex-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-15 {
    padding-left: 0;
  }

  .image-24 {
    overflow: hidden;
  }

  .wrap_flex.is-align-top {
    box-sizing: content-box;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 220px;
    padding-right: 220px;
    display: flex;
  }

  .grid-4-columns._1-col-tablet._2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
    grid-auto-flow: row;
  }

  .pricing-content.pd-bottom-40px {
    padding-top: 100px;
  }

  .div-block-73, .image-28 {
    height: 30ch;
  }

  .flex-horizontal.start {
    margin-left: 60px;
  }

  .content-section-testimonials {
    padding-top: 60px;
  }

  .grid-gallery_item {
    height: 55vh;
  }

  .div-block-74 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits_wrapper {
    height: 80vh;
  }

  .benefits_wrapper-2 {
    padding: 2% 0%;
  }

  .div-block-75, .div-block-76 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading_animation-2 {
    height: auto;
  }

  .image-38 {
    height: 100%;
  }

  .conteiner-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .conteiner-2.s2 {
    justify-content: center;
    align-items: stretch;
    width: 1806px;
    display: flex;
  }

  .section_2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: visible;
  }

  .background-video_s2-2 {
    margin-bottom: 0;
  }

  .image_s2-2 {
    width: 100%;
    height: 100%;
  }

  .wrapper_s2-2 {
    justify-content: space-around;
    margin-bottom: 0;
    overflow: visible;
  }

  .wrapper_bg_video_s2-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .div-block-81 {
    position: absolute;
  }

  .background-video-3 {
    height: 70vh;
  }

  .contact-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text_block_animation-2 {
    width: 100%;
  }

  .div-block-13.buttons {
    width: 40vw;
  }

  .quick-stack-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25%;
    padding-right: 25%;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-34.all-occasions.previous {
    margin-top: auto;
  }

  .rt-contact-form-text {
    width: 78%;
  }

  .div-block-104 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cell-17, .cell-18 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 44px;
  }

  .body {
    font-size: 18px;
  }

  .conteiner {
    width: 100%;
    padding: 20px 16px;
    overflow: hidden;
  }

  .conteiner.s1.mobile {
    display: none;
  }

  .conteiner.s4 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .conteiner.s7 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: visible;
  }

  .conteiner.s3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner.modol {
    width: 100%;
  }

  .conteiner.s2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .conteiner.s6_mobile {
    padding-right: 0;
  }

  .conteiner.s7_table {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .wrapper_nav {
    align-items: center;
  }

  .text-block {
    font-size: 18px;
    display: flex;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu2 {
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    display: block;
  }

  .nav_link_3 {
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    font-size: 26px;
    display: none;
  }

  .nav_link_3:hover {
    color: #333;
  }

  .nav_link_1 {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
    font-size: 26px;
    display: none;
  }

  .nav_link_1:hover {
    color: #333;
  }

  .image {
    margin-left: 14px;
  }

  .video_bg_s1 {
    justify-content: center;
    align-items: center;
    height: 119vh;
    display: none;
  }

  .discover {
    display: none;
  }

  .wrapper_s1 {
    height: 95%;
  }

  .div-block-17 {
    width: 97vw;
    height: 97vh;
    margin: 54px 0 0;
    padding: 20.4em 20.5em;
  }

  .wrapper_s2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .heading-2 {
    display: none;
    overflow: visible;
  }

  .video_block_s2 {
    width: 100%;
    margin-right: 0;
  }

  .text-block-4 {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
  }

  .background-video-2 {
    overflow: visible;
  }

  .heading-3 {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .case_studees {
    height: 580px;
    overflow: visible;
  }

  .wrapper_case {
    margin-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .wrapper_s4 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 32px;
    overflow: visible;
  }

  .experienced_block {
    align-items: baseline;
    margin-bottom: 40px;
  }

  .arrow_border_experienced {
    width: 35px;
    height: 35px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 24px;
  }

  .experienced {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 16px -4px;
  }

  .paragraph {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  ._3d_solid_block {
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }

  .image_block_s4 {
    display: none;
    left: 21%;
  }

  .div-block-19 {
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading_compliance {
    font-size: 20px;
  }

  .text_block_s5 {
    text-align: left;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .wrapper_s5 {
    align-items: stretch;
    height: 95%;
  }

  .section_4 {
    height: 100vh;
    margin-bottom: 128px;
    padding-top: 232px;
    display: none;
  }

  .heading-6 {
    font-size: 32px;
  }

  .paragraph-2 {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
  }

  .video_manufacture {
    min-width: 0;
  }

  .section_5 {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    display: none;
  }

  .wrapper_s6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 3px 0;
    overflow: scroll;
  }

  .grp {
    background-image: url('../images/image_1_s6.png');
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    display: none;
    position: relative;
    inset: 0%;
  }

  .grp:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-size: auto, cover;
  }

  .text_block_s6 {
    height: 90vh;
    padding: 11em 5em;
  }

  .steel_s6 {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6.steel_s6_ {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    display: none;
    position: relative;
    inset: 0% 0% 0% 0;
  }

  .steel_s6.steel_s6_:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bespoke_s6.last_image_s6 {
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
    inset: 0%;
  }

  .bespoke_s6.last_image_s6:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section_6 {
    height: 100%;
    margin-bottom: 40px;
    padding-top: 217px;
    display: none;
  }

  .wrapper_bathroom {
    flex-direction: column;
  }

  .heading-8 {
    text-align: center;
    font-size: 32px;
  }

  .text_block_bathroom {
    width: 100%;
    height: 100%;
    display: none;
  }

  .items_bathroom {
    flex-direction: column;
  }

  .image_bathroom {
    height: 540px;
    display: none;
  }

  .number_1 {
    top: 37px;
    right: 213px;
  }

  .number_2 {
    top: 104px;
    left: 230px;
  }

  .number_3 {
    top: 109px;
    right: 95px;
  }

  .number_4 {
    top: 212px;
    right: 164px;
  }

  .number_5 {
    top: 172px;
    left: 190px;
  }

  .number_6 {
    top: 294px;
    left: 165px;
  }

  .number_7 {
    top: 321px;
    right: 257px;
  }

  .number_8 {
    top: 174px;
    right: 206px;
  }

  .number_10 {
    top: 253px;
    left: 187px;
  }

  .bathroom_image_bg {
    width: 100%;
    max-width: none;
  }

  .section_7 {
    height: 100%;
    margin-bottom: 60px;
    padding-top: 213px;
    font-size: 16px;
    display: none;
    overflow: visible;
  }

  .bg_image_s8 {
    width: 100%;
    height: 100vh;
    inset: 0%;
  }

  .wrapper_s8 {
    align-items: center;
    height: 124vh;
  }

  .tex_blck_s8 {
    width: 97vw;
    height: 97vh;
    margin: -290px 0 0;
    padding: 5em 20.5em;
  }

  .button {
    white-space: nowrap;
    padding: .8rem 2.6rem .6rem;
    font-size: 18px;
  }

  .wrapper_footer {
    justify-content: space-between;
  }

  .footermobile {
    display: none;
  }

  .div-block-20 {
    overflow: visible;
  }

  ._7 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 47px;
    display: none;
    overflow: hidden;
  }

  .paragraph-3 {
    width: 321px;
    font-size: 18px;
  }

  .text-span {
    font-size: 20px;
  }

  .adress_block {
    overflow: visible;
  }

  .text-block-18 {
    font-size: 16px;
  }

  ._6 {
    height: 100vh;
    padding-top: 185px;
    display: none;
  }

  ._3d_solid_block_text {
    margin-left: 0;
    position: absolute;
    inset: auto 16px -5px;
  }

  .compliance_block_text {
    margin-left: 0;
    position: absolute;
    inset: auto 16px 18px;
  }

  .wrapper_form {
    width: 100%;
    height: 110%;
    display: none;
  }

  .heading-10 {
    width: 100%;
  }

  .close_form {
    right: -25px;
  }

  .modol_window {
    display: none;
  }

  .image_cardiff {
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    overflow: visible;
  }

  .image_cardiff_1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .heading-11 {
    font-size: 24px;
  }

  .paragraph-4, .paragraph-5 {
    font-size: 16px;
  }

  .wrapper_text_block_modol {
    width: 100%;
  }

  .wrapper_case_modol {
    width: 97vw;
    overflow: scroll;
  }

  .wrapper_case_modol.retirement {
    justify-content: flex-start;
    width: 97vw;
    overflow: scroll;
  }

  .close_modol {
    z-index: 10;
    top: 9%;
  }

  .menu-button {
    order: -1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .burger_menu {
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .line_1 {
    background-color: #333;
    width: 100%;
    min-width: 100%;
    height: 1px;
    min-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 108px;
    display: none;
    overflow: hidden;
  }

  ._1, .image-11, .image-12 {
    display: none;
  }

  .heading_table {
    margin-bottom: 23px;
    font-family: Magnat, sans-serif;
    font-size: 32px;
    display: block;
    overflow: visible;
  }

  .image_request_table {
    display: none;
  }

  .bg_video_s1_top_left {
    width: 50%;
    height: 50%;
  }

  .bg_video_s1_top_right, .bg_video_s1_bottom_left, .bg_video_s1_botton_right {
    width: 50%;
  }

  .text_block_animation {
    width: 100%;
    height: auto;
  }

  .heading-12 {
    font-size: 20px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 18px;
  }

  .block_calculate {
    display: none;
  }

  .button-2 {
    font-size: 18px;
  }

  .arrow_border_3d_solid, .arrow_border_compliance {
    width: 35px;
    height: 35px;
  }

  .font_600_desing_expe, .font_600_desing_3d, .font_600_desing_compli {
    font-size: 30px;
  }

  .horizontal {
    width: auto;
    overflow: scroll;
  }

  .heading_retirement {
    font-size: 24px;
  }

  .paragraph_retirement_1, .paragraph_retirement_2 {
    font-size: 16px;
  }

  .image_retirement {
    width: 48%;
  }

  .image_retirements_1 {
    height: 100%;
  }

  .wrapper_image {
    width: 100%;
  }

  .heading-_lianerch {
    font-size: 24px;
  }

  .paragraph_lianech, .paragraph_lianerch {
    font-size: 16px;
  }

  .heading_canary {
    font-size: 24px;
  }

  .paragraph_canary_1, .paragraph_canary_2 {
    font-size: 16px;
  }

  .image-_canary {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .text-block_next_canary, .text-block_canary_previous, .text-block_next_lianerch, .text-block_previous_lianerch, .text-block_next_retirement, .text-block_previous_retirement, .text-block_prevuous_cardiff, .text-block_next_cardiff {
    font-size: 16px;
  }

  .heading_descktop {
    display: none;
    overflow: visible;
  }

  .wrapper {
    display: flex;
    position: relative;
  }

  .image_block_s4_table {
    opacity: 1;
    width: 470px;
    height: 424px;
    display: block;
    inset: -4% 0% 0% 36%;
  }

  .text_block_number_mobile, .text_block_number_mobile_2 {
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    position: static;
  }

  .text_block_number_mobile_3, .text_block_number_mobile_4, .text_block_number_mobile_5, .text_block_number_mobile_6 {
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .text_block_number_mobile_7 {
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .text_block_number_mobile_8, .text_block_number_mobile_9, .text_block_number_mobile_10 {
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
    color: #95b9b9;
    margin-right: 8px;
  }

  .text-span-13 {
    color: #95b9b9;
    margin-right: 0;
  }

  .text_block_bathroom_mobile {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .items_bathroom_1_mobile {
    flex-direction: column;
  }

  .image_bathroom_mobile {
    width: 768px;
    margin-bottom: 40px;
    margin-right: 0;
    display: block;
  }

  .number_1_mobile {
    top: 2px;
    right: 216px;
  }

  .number_2_mobile {
    top: 132px;
    left: 169px;
  }

  .number_3_mobile {
    top: 128px;
    right: 39px;
  }

  .number_4_mobile {
    top: 303px;
    right: 128px;
  }

  .number_5_mobile {
    top: 243px;
    left: 164px;
  }

  .number_6_mobile {
    top: 426px;
    left: 145px;
  }

  .number_7_mobile {
    top: 462px;
    right: 234px;
  }

  .number_8_mobile {
    top: 215px;
    right: 173px;
  }

  .number_9_mobile {
    top: 301px;
    right: 287px;
  }

  .number_10_mobile {
    top: 356px;
    left: 141px;
  }

  .nav_link_2 {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
    font-size: 26px;
    display: none;
  }

  .nav_link_2:hover {
    color: #333;
  }

  .nav_link_4 {
    color: #333;
    text-align: center;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .nav_link_4:hover {
    color: #333;
  }

  .nav_link_4.last {
    padding-top: 0;
    padding-bottom: 32px;
    font-size: 26px;
    display: none;
  }

  .image_case_cardiff, .image_case_retirement.retirement, .image_case_lianerch, .image_case_canary {
    display: flex;
  }

  .heading_cardiff, .heading_retirement_aipar, .heading_lianerch, .heading_canary_wharf {
    font-size: 24px;
  }

  .paragraph_desing {
    margin-top: 0;
  }

  .paragaph_manufacture_copy {
    text-align: justify;
  }

  .heading_grp, .heading_wedding, .heading_bespoke {
    font-size: 32px;
  }

  .items_bathroom_1, .items_bathroom_2, .items_bathroom_3, .items_bathroom_4, .items_bathroom_5, .items_bathroom_6, .items_bathroom_7, .items_bathroom_8, .items_bathroom_9, .items_bathroom_10 {
    flex-direction: column;
  }

  .background-video_s2 {
    overflow: visible;
  }

  .text-block_adress, .text-block_phone, .text-block_email.last_text_block_adress {
    width: 283px;
    font-size: 18px;
  }

  .form-block-copy {
    width: 669px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adress {
    overflow: hidden;
  }

  .image_cardiff_2, .image_cardiff_3, .image_cardiff_4, .image_cardiff_5, .image_cardiff_6 {
    height: 100%;
  }

  .image_retirements_2, .image_retirements_3, .image_retirements_4 {
    object-fit: cover;
    height: 100%;
  }

  .image_lianerches_1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image_lianerches_2, .image_lianerches_3, .image_lianerches_4, .image_lianerches_5, .image_canares_2, .image_canares_3, .image_canares_4, .image_canares_5, .image_canares_6 {
    object-fit: cover;
    height: 100%;
  }

  .wrapeer_image {
    justify-content: flex-start;
    width: 100%;
    overflow: visible;
  }

  .wrapeer_image.cardiff {
    width: 97vw;
    height: 140px;
    overflow: scroll;
  }

  .div-block-26 {
    width: 100%;
    overflow: hidden;
  }

  .image_retirement_4 {
    cursor: pointer;
  }

  .div-block-28, .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    justify-content: flex-start;
    width: 100%;
  }

  .image_lianerch {
    align-items: flex-start;
    width: 48%;
  }

  .wrapeer_image_cardiff {
    width: 100%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 16px;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .text-block_7_mobile, .text-block_8_mobile, .text-block_9_mobile, .text-block_10_mobile, .text-block_11_mobile, .text-block_12_mobile, .text-block_13_mobile, .text-block_14_mobile, .text-block_15_mobile, .text-block_16_mobile {
    font-size: 20px;
  }

  .items_bathroom_2_mobile, .items_bathroom_3_mobile, .items_bathroom_4_mobile, .items_bathroom_5_mobile, .items_bathroom_6_mobile, .items_bathroom_7_mobile, .items_bathroom_8_mobile, .items_bathroom_9_mobile, .items_bathroom_10_mobile {
    flex-direction: column;
  }

  .wrapper_modol_window_retirement {
    display: none;
  }

  .wrapper_modol_window_cardiff {
    width: 100%;
    display: none;
  }

  .wrapper_modol_window_lianerch, .wrapper_modol_window_canary {
    display: none;
  }

  .wrapper_bg_video_s2 {
    width: auto;
    height: 674px;
  }

  .block_revolutionary, .image_case_cardiff_mobile, .image_case_retirement_mobile.retirement, .image_case_lianerch_mobile, .image_case_canary_mobile, .image_case_south_mobile, .modol_window_mobile {
    display: none;
  }

  .grp_mobile {
    background-image: url('../images/image_1_s6.png');
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    inset: 0%;
  }

  .grp_mobile:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-size: auto, cover;
  }

  .steel_s6_mobile {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6_mobile.steel_s6_ {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    inset: 0% 0% 0% 0;
  }

  .steel_s6_mobile.steel_s6_:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bespoke_s6_mobile.last_image_s6 {
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    inset: 0%;
  }

  .bespoke_s6_mobile.last_image_s6:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-17 {
    right: 469px;
  }

  .section_3_1440 {
    height: auto;
    display: flex;
  }

  .section_3_1280 {
    height: auto;
  }

  .wrapper_case_1280 {
    margin-bottom: 0;
    overflow: hidden;
  }

  .nav_link_1_1440 {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .nav_link_1_1440:hover {
    color: #333;
  }

  .nav_link_1_1280 {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .nav_link_1_1280:hover {
    color: #333;
  }

  .center_s7 {
    width: 100%;
  }

  .grp_1280 {
    background-image: url('../images/image_1_s6.png');
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    inset: 0%;
  }

  .grp_1280:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-size: auto, cover;
  }

  .steel_s6_1280 {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6_1280.steel_s6_ {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    inset: 0% 0% 0% 0;
  }

  .steel_s6_1280.steel_s6_:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bespoke_s6_1280.last_image_s6 {
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    inset: 0%;
  }

  .bespoke_s6_1280.last_image_s6:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text_block_s6_grp, .text_block_s6_steel, .text_block_s6_bespoke {
    height: 90vh;
    padding: 11em 5em;
  }

  .grp_table {
    background-image: url('../images/image_1_s6.png');
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 30px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .grp_table:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_1_s6.png');
    background-size: auto, cover;
  }

  .steel_s6_table {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6_table.steel_s6_ {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 30px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% 0;
  }

  .steel_s6_table.steel_s6_:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_2_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bespoke_s6_table.last_image_s6 {
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .bespoke_s6_table.last_image_s6:hover {
    background-image: linear-gradient(#153e64b3, #153e64b3), url('../images/image_3_s6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-41 {
    width: 100vh;
    display: flex;
    overflow: visible;
  }

  .section_1_table {
    height: 91vh;
    margin-bottom: 40px;
    display: flex;
  }

  .section_2_table {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .section_3_table {
    height: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .section_4_table {
    height: 676px;
    margin-bottom: 60px;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .section_5_table {
    width: 100%;
    height: 116vh;
    margin-bottom: 0;
    display: flex;
  }

  .section_6_table {
    height: auto;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section_7_table {
    height: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 16px;
    display: flex;
    overflow: visible;
  }

  .section_8_table {
    width: 100%;
    height: 100vh;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .footer_table {
    height: 100%;
    display: flex;
  }

  .wrapper_case_table {
    margin-bottom: 0;
    overflow: hidden;
  }

  .case_studees_table {
    height: 580px;
    overflow: visible;
  }

  .horizontal_table {
    width: auto;
    overflow: scroll;
  }

  .video_bg_s1_table {
    background-color: #153e64;
    justify-content: center;
    align-items: center;
    height: 91vh;
    display: flex;
  }

  .conteiner_table {
    width: 100%;
    padding: 20px 16px;
    overflow: hidden;
  }

  .conteiner_table.s4 {
    height: 90%;
    overflow: visible;
  }

  .conteiner_table.s7 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .conteiner_table.modol {
    width: 100%;
  }

  .conteiner_table.s2 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .conteiner_table.s6_mobile {
    padding-right: 0;
  }

  .nav_link_1_table {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
    font-size: 26px;
    display: inline-block;
  }

  .nav_link_1_table:hover {
    color: #333;
  }

  .nav_link_2_table {
    color: #333;
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
    font-size: 26px;
    display: inline-block;
  }

  .nav_link_2_table:hover {
    color: #333;
  }

  .nav_link_3_table {
    text-align: center;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 32px;
    font-size: 26px;
    display: inline-block;
  }

  .nav_link_3_table:hover {
    color: #333;
  }

  .nav_link_4_table {
    color: #333;
    text-align: center;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .nav_link_4_table:hover {
    color: #333;
  }

  .nav_link_4_table.last {
    padding-top: 0;
    padding-bottom: 32px;
    font-size: 26px;
    display: inline-block;
  }

  .conteiner_footer {
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
  }

  .conteiner_footer.s1.mobile {
    display: none;
  }

  .conteiner_footer.s4 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .conteiner_footer.s7 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .conteiner_footer.s3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_footer.modol {
    width: 100%;
  }

  .conteiner_footer.s2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .conteiner_footer.s6_mobile {
    padding-right: 0;
  }

  .line_2, .line_3 {
    background-color: #333;
    width: 100%;
    min-width: 100%;
    height: 1px;
    min-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-8_table {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 32px;
    display: block;
  }

  .background-video_s2_table {
    overflow: visible;
  }

  .heading-2_table {
    display: none;
    overflow: visible;
  }

  .image-12_table {
    display: none;
  }

  .text-block-4_table {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-3_table {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
    font-size: 24px;
  }

  .heading-5_table {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 32px;
    overflow: visible;
  }

  .heading_compliance_table {
    font-size: 20px;
  }

  .image-5_table {
    height: 100%;
  }

  .text-block-5_table {
    text-align: center;
    font-size: 24px;
  }

  .paragraph_table {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .text-block-5-copy {
    text-align: center;
    font-size: 24px;
  }

  .heading-6_table {
    font-size: 32px;
  }

  .paragraph-2_table {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-8-copy, .heading-8_table_2 {
    text-align: center;
    font-size: 32px;
  }

  .bathroom_image_bg_table {
    width: 100%;
    max-width: none;
  }

  .button_table {
    white-space: nowrap;
    border: 1px solid #0000;
    padding: .8rem 2.6rem .6rem;
    font-size: 18px;
  }

  .button_table:hover {
    color: #95b9b9;
    background-color: #fff;
    border: 1px solid #95b9b9;
  }

  .paragraph-3_table {
    width: 321px;
    font-size: 18px;
  }

  .text-block-18_table {
    font-size: 16px;
  }

  .text-block_adress_table, .text-block_phone_table, .text-block_email_table.last_text_block_adress {
    width: 283px;
    font-size: 18px;
  }

  .conteiner_table_s3 {
    width: 100%;
    padding: 20px 16px;
    overflow: hidden;
  }

  .conteiner_table_s3.s1.mobile {
    display: none;
  }

  .conteiner_table_s3.s4 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .conteiner_table_s3.s7 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: visible;
  }

  .conteiner_table_s3.s3 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .conteiner_table_s3.modol {
    width: 100%;
  }

  .conteiner_table_s3.s2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .conteiner_table_s3.s6_mobile {
    padding-right: 0;
  }

  .conteiner_table_s3.s7_table {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .wrapper_title_s2_table {
    width: 100%;
    height: 100%;
  }

  .wrapper_experienced_table {
    position: relative;
  }

  .wrapper_3d_solid_table {
    width: 61%;
    position: relative;
  }

  .wrapper_compliance_table, .wrapper_experienced_title_s3_table, .wrapper_text_experienced_s3_table {
    position: relative;
  }

  .wrapper_title_s5_table, .wrapper_text_s5_table {
    overflow: hidden;
  }

  .wrapper_title_s7_table, .wrapper_text_s7_table {
    position: relative;
  }

  .wrapper_title_s8_table, .wrapper_btn_s8_table {
    overflow: hidden;
  }

  .wrapper_case_table_title, .wrapper_case_item_table {
    position: relative;
  }

  .image_retirements_5 {
    object-fit: cover;
    height: 100%;
  }

  .image_canary {
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    overflow: visible;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-background, .hero-image-foreground {
    background-attachment: scroll;
  }

  .project-content-box {
    min-width: auto;
    max-width: none;
    box-shadow: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .project-description {
    margin-bottom: 0;
  }

  .section-5 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .section-7, .section-8 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  ._25-column {
    width: 35%;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .section-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  ._49-column-2 {
    width: 80%;
  }

  .main-container {
    padding: 6rem 4rem;
  }

  .h1-intro {
    font-size: 4.7rem;
  }

  .grid-gallery_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .center-box {
    width: 80%;
  }

  ._3_block_grid {
    flex-direction: column;
    display: flex;
  }

  .initial_block_content_hide {
    opacity: 1;
  }

  .link_block_content {
    transform: none;
  }

  .benefits_overlay {
    background-color: #b4b2a5bf;
    padding-left: 25px;
    padding-right: 25px;
  }

  .video_block_s2-2 {
    width: 100%;
    margin-right: 0;
  }

  .image-38 {
    display: none;
  }

  .conteiner-2 {
    width: 100%;
    padding: 20px 16px;
    overflow: hidden;
  }

  .conteiner-2.s2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .section_2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 108px;
    display: none;
    overflow: hidden;
  }

  .background-video_s2-2 {
    overflow: visible;
  }

  .block_revolutionary-2 {
    display: none;
  }

  .wrapper_s2-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .text-block-25 {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
  }

  .wrapper_bg_video_s2-2 {
    width: auto;
    height: 674px;
  }

  .heading-21 {
    display: none;
    overflow: visible;
  }

  .section-14 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .text_block_animation-2 {
    width: 100%;
    height: auto;
  }

  .text-block-27 {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .bbb-decor-6 {
    top: 1em;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-wrap-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .compare-div {
    padding-left: 17px;
    padding-right: 17px;
  }

  .comp-text-mir {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-heading._2 {
    font-size: 25px;
    line-height: 18px;
  }

  .main-container-2 {
    padding: 6rem 4rem;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .heading_retirement_aipar-2 {
    font-size: 24px;
  }

  .h1-intro-2 {
    font-size: 4.7rem;
  }

  .main-container-3 {
    padding: 6rem 4rem;
  }

  .heading_cardiff-2 {
    font-size: 24px;
  }

  .heading-34 {
    display: none;
    overflow: visible;
  }

  .heading_canary_wharf-2 {
    font-size: 24px;
  }

  .rt-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-contact-form-text {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-form-icon {
    display: none;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .container-4 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 100%;
  }

  h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  p {
    font-size: 14px;
  }

  .body {
    overflow: visible;
  }

  .conteiner.s1.mobile {
    display: block;
  }

  .conteiner.s4 {
    overflow: visible;
  }

  .conteiner.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner.s3 {
    padding-right: 16px;
  }

  .conteiner.s7_table, .conteiner.nav_mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper_nav {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-menu2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 213px;
    height: 838px;
    padding-top: 31px;
    display: block;
    position: absolute;
  }

  .nav_link_3, .nav_link_1 {
    text-align: left;
    padding-left: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .image {
    margin-left: auto;
  }

  .menu {
    margin-left: 40px;
  }

  .heading {
    text-align: center;
    width: 311px;
    margin-bottom: 4px;
    font-size: 40px;
    font-weight: 700;
  }

  .video_bg_s1 {
    height: 90vh;
    display: block;
  }

  .text-block-2 {
    text-transform: uppercase;
    width: 311px;
    font-size: 14px;
  }

  .wrapper_s1 {
    z-index: 5;
    width: 100vw;
    height: 90vh;
  }

  .background-video {
    width: 100%;
    min-width: auto;
    height: 90vh;
    min-height: auto;
    overflow: visible;
  }

  .div-block-17 {
    width: 100vw;
    height: 90vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 10em 8em;
  }

  .text-block-3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 103%;
  }

  .wrapper_s2 {
    margin-bottom: 0;
  }

  .heading-2 {
    width: 285px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .video_block_s2 {
    margin-right: 0;
  }

  .text-block-4 {
    width: 100%;
    font-size: 14px;
  }

  .background-video-2 {
    margin-bottom: 20px;
  }

  .heading-3 {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .case_studees {
    overflow: visible;
  }

  .wrapper_case {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper_s4 {
    flex-direction: column;
    width: 100%;
    height: 90vh;
    margin-bottom: 0;
    overflow: scroll;
  }

  .heading-5 {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 20px;
    line-height: 150%;
  }

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

  .arrow_border_experienced {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }

  .heading_experienced {
    width: 100%;
    font-size: 1em;
    line-height: 150%;
  }

  .text-block-5 {
    width: 100%;
  }

  .experienced {
    width: 100%;
    margin-top: 20px;
    inset: auto 0% 0%;
  }

  .paragraph {
    width: 100%;
  }

  ._3d_solid_block {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .compliance_block {
    width: 100%;
  }

  .image_block_s4 {
    width: 472px;
    height: 292px;
    top: 54px;
    left: 14%;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .heading_3d_solid {
    font-size: 1em;
  }

  .bg_video_s5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_block_s5 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: center;
    align-items: stretch;
    width: 457px;
  }

  .wrapper_s5 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .section_4 {
    height: 100vh;
    margin-bottom: 46px;
    overflow: hidden;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-2 {
    color: #ffffffe6;
    text-align: left;
    font-size: 14px;
  }

  .wrapper_s6 {
    flex-direction: row;
  }

  .grp {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .steel_s6 {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .section_6 {
    margin-bottom: 91px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 16px;
  }

  .number_1 {
    top: 24px;
    right: 154px;
  }

  .number_2 {
    top: 72px;
    left: 158px;
  }

  .number_3 {
    top: 69px;
    right: 54px;
  }

  .number_4 {
    top: 145px;
    right: 114px;
  }

  .number_5 {
    top: 123px;
    left: 139px;
  }

  .number_6 {
    top: 213px;
    left: 113px;
  }

  .number_7 {
    top: 228px;
    right: 176px;
  }

  .number_8 {
    top: 113px;
    right: 139px;
  }

  .number_9 {
    top: 160px;
    right: 212px;
  }

  .number_10 {
    top: 170px;
    left: 126px;
  }

  .section_7 {
    margin-bottom: 40px;
  }

  .bg_image_s8 {
    height: 100vh;
  }

  .wrapper_s8 {
    background-color: #153e64cc;
    height: 100vh;
  }

  .tex_blck_s8 {
    margin: 24px;
    padding: 175px 100px;
  }

  .heading-9 {
    width: 327px;
    font-size: 32px;
    line-height: 150%;
  }

  .wrapper_footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  ._7 {
    margin-bottom: 40px;
  }

  .image_logo_footer {
    margin-bottom: 10px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .adress_block {
    text-align: left;
  }

  ._6 {
    margin-bottom: 40px;
  }

  ._3d_solid_block_text, .compliance_block_text {
    inset: auto 0% 0%;
  }

  .brand {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  ._2 {
    margin-bottom: 40px;
  }

  ._1 {
    margin-top: 93px;
    margin-bottom: 40px;
    display: block;
  }

  .heading_table {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .arrow_border_3d_solid, .arrow_border_compliance {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }

  .font_600_desing_expe {
    font-size: 24px;
  }

  .font_600_desing_3d {
    font-size: 24px;
    line-height: 150%;
    display: inline;
  }

  .font_600_desing_compli {
    font-size: 24px;
    line-height: 150%;
  }

  .heading_descktop {
    width: 285px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .wrapper {
    width: 100%;
    display: flex;
  }

  .image_block_s4_table {
    width: 100%;
    height: 354px;
    position: static;
    top: 0%;
    left: 0%;
  }

  .image_bathroom_mobile {
    height: 100%;
    margin-right: 0;
  }

  .number_1_mobile {
    top: 1px;
    right: 154px;
  }

  .number_2_mobile {
    top: 87px;
    left: 122px;
  }

  .number_3_mobile {
    top: 84px;
    right: 34px;
  }

  .number_4_mobile {
    top: 214px;
    right: 93px;
  }

  .number_5_mobile {
    top: 167px;
    left: 115px;
  }

  .number_6_mobile {
    top: 307px;
    left: 97px;
  }

  .number_7_mobile {
    top: 335px;
    right: 162px;
  }

  .number_8_mobile {
    top: 153px;
    right: 120px;
  }

  .number_9_mobile {
    top: 218px;
    right: 212px;
  }

  .number_10_mobile {
    top: 257px;
    left: 97px;
  }

  .nav_link_2, .nav_link_4 {
    text-align: left;
    padding-left: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .image_s2 {
    display: none;
  }

  .heading_cardiff, .heading_retirement_aipar, .heading_lianerch, .heading_canary_wharf, .heading_south, .heading_east {
    font-size: 14px;
  }

  .paragaph_manufacture_copy {
    color: #ffffffe6;
    text-align: left;
    font-size: 14px;
  }

  .background-video_s2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block_adress, .text-block_phone, .text-block_email {
    text-align: left;
  }

  .text-block_email.last_text_block_adress {
    margin-bottom: 31px;
  }

  .text-block_7_mobile, .text-block_8_mobile, .text-block_9_mobile, .text-block_10_mobile, .text-block_11_mobile, .text-block_12_mobile, .text-block_13_mobile, .text-block_14_mobile, .text-block_15_mobile, .text-block_16_mobile {
    font-size: 16px;
  }

  .wrapper_bg_video_s2 {
    width: 100%;
  }

  .modol_window_mobile {
    display: none;
  }

  .grp_mobile {
    margin-bottom: 0;
    margin-right: 7px;
    display: flex;
  }

  .steel_s6_mobile {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6_mobile.steel_s6_, .bespoke_s6_mobile.last_image_s6 {
    display: flex;
  }

  .image-17 {
    top: 7px;
    right: 250px;
  }

  .section_3_1440, .section_3_1280 {
    margin-bottom: 40px;
  }

  .wrapper_case_1280 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_link_1_1440, .nav_link_1_1280 {
    text-align: left;
    padding-left: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .grp_1280 {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .steel_s6_1280 {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .grp_table {
    margin-bottom: 0;
    margin-right: 7px;
    display: none;
  }

  .steel_s6_table {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .steel_s6_table.steel_s6_, .bespoke_s6_table.last_image_s6 {
    display: none;
  }

  .section_1_table {
    margin-top: 93px;
    margin-bottom: 40px;
  }

  .section_2_table, .section_3_table {
    margin-bottom: 40px;
  }

  .section_4_table {
    height: 100vh;
    margin-bottom: 46px;
    overflow: hidden;
  }

  .section_6_table {
    margin-bottom: 91px;
  }

  .section_7_table, .section_8_table {
    margin-bottom: 40px;
  }

  .wrapper_case_table {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .case_studees_table {
    overflow: visible;
  }

  .video_bg_s1_table {
    height: 90vh;
  }

  .conteiner_table.s4 {
    overflow: visible;
  }

  .conteiner_table.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_table.s3 {
    padding-right: 16px;
  }

  .nav_link_1_table, .nav_link_2_table, .nav_link_3_table, .nav_link_4_table {
    text-align: left;
    padding-left: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .conteiner_footer.s4 {
    overflow: visible;
  }

  .conteiner_footer.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_footer.s3 {
    padding-right: 16px;
  }

  .heading-8_table {
    font-size: 20px;
  }

  .background-video_s2_table {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-2_table {
    width: 285px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-block-4_table {
    width: 100%;
    font-size: 14px;
  }

  .heading-3_table {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
    font-size: 14px;
  }

  .heading-5_table {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .heading_experienced_table {
    width: 100%;
    font-size: 1em;
    line-height: 150%;
  }

  .heading_3d_solid_table {
    font-size: 1em;
  }

  .text-block-5_table, .paragraph_table, .text-block-5-copy {
    width: 100%;
  }

  .heading-6_table {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-2_table {
    color: #ffffffe6;
    text-align: left;
    font-size: 14px;
  }

  .heading-8-copy, .heading-8_table_2 {
    font-size: 20px;
  }

  .text-block-7_table, .text-block-8_table, .text-block-9_table, .text-block-10_table, .text-block-11_table, .text-block-12_table, .text-block-13_table, .text-block-14_table, .text-block-15_table, .text-block-16_table {
    font-size: 16px;
  }

  .heading-9_table {
    width: 327px;
    font-size: 32px;
    line-height: 150%;
  }

  .image-9_table {
    margin-bottom: 10px;
  }

  .paragraph-3_table {
    margin-bottom: 20px;
  }

  .text-block_adress_table, .text-block_phone_table, .text-block_email_table {
    text-align: left;
  }

  .text-block_email_table.last_text_block_adress {
    margin-bottom: 31px;
  }

  .conteiner_table_s3.s4 {
    overflow: visible;
  }

  .conteiner_table_s3.s7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner_table_s3.s3 {
    padding-right: 16px;
  }

  .conteiner_table_s3.s7_table, .conteiner_table_s3.nav_mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-title {
    font-size: 15vw;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .div-block-72 {
    position: static;
  }

  .images-wrapper {
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .testimonial17_card {
    padding: 1.5rem;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  ._50-column, .text-block-24 {
    width: 100%;
  }

  .image-23 {
    border-width: 10px;
  }

  .footer-flex-container {
    flex-direction: column;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-2 {
    margin-bottom: 30px;
  }

  .heading-13 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-link {
    font-size: 15px;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.medium.top-8px {
    top: 6px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .main-container {
    padding: 4rem 2.5rem;
  }

  .h1-intro {
    font-size: 3.5rem;
  }

  .grid-gallery_list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr 1fr;
  }

  .intro-box, ._3_block_grid {
    flex-direction: column;
    display: flex;
  }

  .section-12 {
    overflow: hidden;
  }

  .benefits_overlay {
    background-color: #566261bf;
  }

  .video_block_s2-2 {
    margin-right: 0;
  }

  .section_2 {
    margin-bottom: 40px;
  }

  .background-video_s2-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image_s2-2 {
    display: none;
  }

  .wrapper_s2-2 {
    margin-bottom: 0;
  }

  .text-block-25 {
    width: 100%;
    font-size: 14px;
  }

  .wrapper_bg_video_s2-2 {
    width: 100%;
  }

  .heading-21 {
    width: 285px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-77 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-83 {
    position: static;
  }

  .images-wrapper-2 {
    min-height: auto;
  }

  .text-block-27 {
    width: 100%;
    font-size: 14px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .bbb-decor-6 {
    width: 3em;
    height: 3em;
    top: 1.3em;
    right: 1.5em;
  }

  .bbb-text-1-5 {
    flex: none;
  }

  .bbb-text-6 {
    font-size: 1.3em;
  }

  .bbb-button-2 {
    font-size: 1.2em;
  }

  .bbb-text-8 {
    font-size: 1em;
  }

  .bbb-wrap-1-6 {
    width: 9em;
    height: 2.4em;
  }

  .bbb-text-1-2, .bbb-text-9 {
    font-size: 1.7em;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-text-1-1, .bbb-text-5 {
    font-size: 1em;
  }

  .bbb-icon-3 {
    height: .8em;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .bbb-text-1-3 {
    font-size: 1.1em;
  }

  .main-container-2 {
    padding: 4rem 2.5rem;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .mg-bottom-40pxbt {
    margin-bottom: 24px;
  }

  .heading_retirement_aipar-2 {
    font-size: 14px;
  }

  .h1-intro-2 {
    font-size: 3.5rem;
  }

  .main-container-3 {
    padding: 4rem 2.5rem;
  }

  .heading_cardiff-2 {
    font-size: 14px;
  }

  .heading-34 {
    width: 285px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .heading_canary_wharf-2 {
    font-size: 14px;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-form-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .features-table {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    min-width: 100vw;
    overflow: visible;
  }

  .conteiner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .conteiner.s1.mobile {
    height: 70vh;
    display: block;
    overflow: visible;
  }

  .conteiner.s4 {
    position: static;
    overflow: hidden;
  }

  .conteiner.s8 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .conteiner.s7 {
    display: block;
    overflow: visible;
  }

  .conteiner.s3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .conteiner.s2 {
    margin-top: 20px;
    display: block;
    position: static;
  }

  .conteiner.s6_mobile {
    padding-left: 2%;
    padding-right: 2%;
  }

  .conteiner.s7_table {
    overflow: visible;
  }

  .conteiner.nav_mobile {
    height: 100%;
    display: block;
    overflow: visible;
  }

  .wrapper_nav {
    justify-content: space-between;
    align-items: center;
  }

  .text-block {
    width: 145px;
    padding-top: 7px;
    padding-left: 13px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 170%;
    display: none;
  }

  .btn_request {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar {
    z-index: 500;
    height: 70px;
    position: relative;
    overflow: visible;
  }

  .nav-menu2 {
    z-index: 100;
    text-align: center;
    background-color: #fff0;
    width: auto;
    height: 230px;
    margin-top: 10px;
    padding-top: 0;
    display: none;
  }

  .nav-menu2._2 {
    z-index: 9999;
    background-color: var(--white);
    background-image: linear-gradient(#ffffff82, #ffffff82);
    flex-flow: row;
    width: 65vw;
    height: 265px;
    margin-top: 12px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 0;
    display: block;
    position: absolute;
    left: 0;
    right: auto;
  }

  .nav_link_3 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .nav_link_3.events {
    display: none;
  }

  .nav_link_1 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .nav_link_1._2 {
    display: none;
  }

  .image {
    margin-left: auto;
  }

  .menu {
    height: 100%;
    margin-left: 10px;
  }

  .heading {
    letter-spacing: 1.1vh;
    background-color: #0000;
    width: 80vw;
    margin: auto auto 10px;
    font-family: Vollkorn, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
  }

  .video_bg_s1 {
    box-sizing: content-box;
    object-fit: cover;
    height: 70vh;
    display: block;
    overflow: visible;
  }

  .text-block-2 {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-size: 10px;
    display: block;
  }

  .discover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0% 5px;
  }

  .wrapper_s1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .div-block-17 {
    z-index: 50;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 70vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-17.home {
    background-color: #29221547;
    width: 100vw;
    height: 70vh;
    padding-right: 0;
  }

  .div-block-17.weds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #46280000;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-17.fest {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    width: 20vw;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_s2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .heading-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: auto;
    padding-bottom: 10px;
    font-size: 2em;
    line-height: 1.2em;
    display: block;
  }

  .heading-2.all-occasions {
    margin: 40px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5em;
    line-height: 110%;
    display: block;
  }

  .heading-2.all-occasions.previous {
    width: 100vw;
    margin-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .heading-2.all-occasions.previous.how {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2.all-occasions.chat {
    display: block;
  }

  .video_block_s2 {
    margin-right: 0;
  }

  .text-block-4 {
    text-align: center;
    width: auto;
    padding: 10px 0 0;
    font-size: 16px;
  }

  .background-video-2 {
    width: 343px;
    height: 251px;
  }

  .heading-3 {
    display: block;
  }

  .case_studees {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: block;
    overflow: visible;
  }

  .wrapper_case {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
    overflow: visible;
  }

  .wrapper_s4 {
    width: 100%;
    height: 700px;
    overflow: visible;
  }

  .heading-5 {
    display: block;
  }

  .image-5 {
    width: 100%;
  }

  .heading_experienced {
    font-size: 16px;
  }

  .experienced {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .image_block_s4 {
    top: 140px;
    left: 11%;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .heading_3d_solid, .heading_compliance {
    font-size: 16px;
  }

  .bg_video_s5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-bottom: auto;
    display: flex;
    position: static;
    inset: 0%;
  }

  .text_block_s5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0% 0 0;
    padding: 0% 0 20px;
    display: flex;
    position: absolute;
  }

  .text_block_s5._6-5 {
    position: relative;
  }

  .wrapper_s5 {
    background-color: #00000075;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .section_4 {
    width: 100%;
    height: 800px;
    position: relative;
  }

  .heading-6 {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 32px;
    font-size: 16px;
    display: block;
  }

  .paragraph-2.about {
    text-align: center;
    margin-top: auto;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 250%;
  }

  .video_manufacture {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .section_5 {
    width: 100%;
    height: 100vh;
  }

  .wrapper_s6 {
    width: 100%;
    height: 537px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .grp {
    align-items: center;
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
    display: none;
  }

  .text_block_s6 {
    justify-content: center;
    margin: 10px;
    padding: 120px 37px;
    display: none;
  }

  .steel_s6 {
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
  }

  .steel_s6.steel_s6_, .bespoke_s6.last_image_s6 {
    width: 300px;
    height: 440px;
    display: none;
    left: 0%;
  }

  .section_6 {
    width: 100%;
    height: 520px;
    margin-bottom: 91px;
    display: none;
  }

  .wrapper_bathroom {
    height: auto;
  }

  .image_bathroom {
    display: block;
  }

  .number_1 {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 106px;
  }

  .number_2 {
    width: 24px;
    height: 24px;
    top: 45px;
    left: 100px;
  }

  .number_3 {
    width: 24px;
    height: 24px;
    top: 41px;
    right: 36px;
  }

  .number_4 {
    width: 24px;
    height: 24px;
    top: 91px;
    right: 71px;
  }

  .number_5 {
    width: 24px;
    height: 24px;
    top: 75px;
    left: 91px;
  }

  .number_6 {
    width: 24px;
    height: 24px;
    top: 134px;
    left: 72px;
  }

  .number_7 {
    width: 24px;
    height: 24px;
    top: 138px;
    right: 110px;
  }

  .number_8 {
    width: 24px;
    height: 24px;
    top: 67px;
    right: 93px;
  }

  .number_9 {
    width: 24px;
    height: 24px;
    top: 97px;
    right: 140px;
  }

  .number_10 {
    width: 24px;
    height: 24px;
    top: 105px;
    left: 77px;
  }

  .bathroom_image_bg {
    width: 360px;
  }

  .section_7 {
    width: 100%;
    height: 100vh;
    display: block;
  }

  .section_7.gallery, .section_7.weddings {
    display: none;
  }

  .bg_image_s8 {
    object-fit: cover;
    background-image: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .wrapper_s8 {
    background-color: #0000;
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/004.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto 100%;
    height: 95vh;
    padding-top: 5px;
    display: block;
    position: static;
  }

  .wrapper_s8.weddings {
    margin-top: 0;
  }

  .tex_blck_s8 {
    width: auto;
    height: 90vh;
    margin: 5% 12px 0;
    padding: 0;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .wrapper_footer {
    margin-top: 0;
  }

  .footermobile {
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .footermobile.snap._8 {
    margin-top: auto;
    padding-top: 20px;
    display: block;
  }

  .footermobile.snap._8.mobile {
    max-width: 100vw;
    padding-bottom: 10px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .footermobile.snap._8.main {
    display: none;
  }

  .footermobile.snap._8.main.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footermobile.snap._8.main.mobile {
    display: block;
  }

  ._7 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  ._7.snap {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .image_logo_footer {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-3 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .text-span {
    color: #fff;
    font-size: 16px;
    line-height: 120%;
  }

  .text-span.top {
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span.privacy {
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .adress_block {
    margin-bottom: 20px;
  }

  .text-block-18 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: block;
  }

  ._6.weddings {
    z-index: 500;
    height: auto;
    padding-top: 0;
    display: block;
    position: static;
  }

  ._6.snap {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: static;
  }

  ._3d_solid_block_text {
    display: block;
    left: 16px;
    right: 16px;
  }

  .compliance_block_text {
    opacity: 0;
    display: block;
    left: 16px;
    right: 16px;
  }

  .wrapper_form {
    z-index: 998;
    width: 100%;
    height: 100%;
    display: block;
  }

  .heading-10, .text-field, .text-field-2 {
    width: 100%;
  }

  .submit-button {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .close_form, .modol_window {
    display: none;
  }

  .wrapper_modol_window {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window.retirement_mobile {
    overflow: scroll;
  }

  .image_cardiff {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: scroll;
  }

  .image_cardiff_1 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .text_block_cardiff {
    width: 100%;
    margin-bottom: 37px;
    font-size: 16px;
  }

  .heading-11 {
    text-align: left;
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 16px;
  }

  .project {
    z-index: 5;
    background-color: #f3f4f6;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2%;
  }

  .project.retirement_project, .project.lianerch_project, .project.canary_project {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    bottom: 0%;
  }

  .project.cardiff_project {
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    display: flex;
    bottom: 0%;
  }

  .wrapper_text_block_modol {
    align-items: stretch;
    width: 100%;
  }

  .wrapper_case_modol {
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 26px;
    display: flex;
    overflow: scroll;
  }

  .close_modol {
    inset: 2% 5% auto auto;
  }

  .menu-button {
    padding: 0;
  }

  .burger_menu {
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    height: 70px;
    padding-bottom: 0;
    position: absolute;
  }

  ._2 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  ._1 {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  ._1.snap {
    margin-top: 0;
    margin-bottom: auto;
  }

  .image-11 {
    display: block;
  }

  .div-block-22 {
    display: none;
  }

  .image-12 {
    object-fit: fill;
    width: auto;
    height: auto;
    display: block;
  }

  .heading_table {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-size: 25px;
  }

  .image_request_table {
    height: 611px;
    display: none;
  }

  .bg_video_s1_top_left {
    height: auto;
  }

  .heading_animation {
    margin-top: 1px;
    overflow: visible;
  }

  .text_block_animation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .bg_number {
    width: 32px;
    height: 32px;
    display: none;
  }

  .bg_number_2, .bg_number_3, .bg_number_4, .bg_number_5, .bg_number_6, .bg_number_7, .bg_number_8, .bg_number_9, .bg_number_10 {
    width: 32px;
    height: 32px;
  }

  .paragraph-7 {
    width: 100%;
    font-size: 1rem;
  }

  .block_calculate {
    display: none;
  }

  .button-2 {
    justify-content: center;
    width: 205px;
    height: 40px;
    font-size: 14px;
    line-height: 170%;
  }

  .wrapper_image_case {
    width: 244px;
    height: 300px;
    overflow: hidden;
  }

  .horizontal._2 {
    z-index: 600;
    position: relative;
    top: auto;
  }

  .heading_retirement {
    width: 249px;
    font-size: 20px;
    line-height: 170%;
  }

  .text_block_retirement {
    width: 100%;
    margin-bottom: 16px;
  }

  .paragraph_retirement_1 {
    font-size: 16px;
  }

  .image_retirement {
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: auto;
  }

  .image_retirements_1 {
    display: block;
  }

  .wrapper_image {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-_lianerch {
    font-size: 20px;
    line-height: 170%;
  }

  .paragraph_lianech, .paragraph_lianerch {
    width: 100%;
  }

  .heading_canary {
    font-size: 20px;
    line-height: 170%;
  }

  .paragraph_canary_1, .paragraph_canary_2, .image-_canary {
    width: 100%;
  }

  .text-block_next_canary {
    font-size: 14px;
  }

  .text-block_canary_previous, .text-block_next_lianerch, .text-block_previous_lianerch {
    display: none;
  }

  .text-block_next_retirement, .text-block_previous_retirement {
    font-size: 13px;
    display: none;
  }

  .text-block_prevuous_cardiff, .text-block_next_cardiff {
    display: none;
  }

  .wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .image_block_s4_table {
    width: 100%;
    height: 352px;
  }

  .text_block_number_mobile, .text_block_number_mobile_2, .text_block_number_mobile_3, .text_block_number_mobile_4, .text_block_number_mobile_5, .text_block_number_mobile_6, .text_block_number_mobile_7, .text_block_number_mobile_8, .text_block_number_mobile_9, .text_block_number_mobile_10 {
    display: none;
  }

  .text_block_bathroom_mobile {
    height: auto;
  }

  .image_bathroom_mobile {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .number_1_mobile {
    width: 24px;
    height: 24px;
    top: -2px;
    right: 91px;
  }

  .number_2_mobile {
    width: 24px;
    height: 24px;
    top: 56px;
    left: 71px;
  }

  .number_3_mobile {
    width: 24px;
    height: 24px;
    top: 56px;
    right: 0;
  }

  .number_4_mobile {
    width: 24px;
    height: 24px;
    top: 144px;
    right: 45px;
  }

  .number_5_mobile {
    width: 24px;
    height: 24px;
    top: 112px;
    left: 64px;
  }

  .number_6_mobile {
    width: 24px;
    height: 24px;
    top: 207px;
    left: 46px;
  }

  .number_7_mobile {
    width: 24px;
    height: 24px;
    top: 224px;
    right: 93px;
  }

  .number_8_mobile {
    width: 24px;
    height: 24px;
    top: 107px;
    right: 67px;
  }

  .number_9_mobile {
    width: 24px;
    height: 24px;
    top: 144px;
    right: 128px;
  }

  .number_10_mobile {
    width: 24px;
    height: 24px;
    top: 163px;
    left: 47px;
  }

  .nav_link_2 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .nav_link_4.last {
    text-align: center;
    width: 100%;
    display: none;
  }

  .image_s2 {
    width: auto;
    display: block;
    overflow: visible;
  }

  .image_case_cardiff, .image_case_retirement.retirement, .image_case_lianerch {
    height: 100%;
    margin-right: 0;
    display: block;
  }

  .image_case_canary {
    height: 10%;
    margin-right: 0;
    display: block;
  }

  .image_case_south {
    margin-right: 10px;
    display: none;
  }

  .image_case_east.last_case_image_block {
    height: 100%;
    display: none;
  }

  .heading_cardiff {
    color: #b27577;
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: Mont, sans-serif;
    font-size: 14px;
    display: block;
  }

  .heading_cardiff.hm {
    display: none;
  }

  .heading_retirement_aipar {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .heading_retirement_aipar.hm {
    display: none;
  }

  .heading_lianerch {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .heading_canary_wharf {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .heading_canary_wharf.hm {
    display: none;
  }

  .heading_south, .heading_east {
    width: 100%;
  }

  .paragraph_desing {
    font-size: 18px;
    font-weight: 200;
  }

  .heading_grp {
    width: 206px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading_wedding, .heading_bespoke {
    width: 206px;
    font-size: 20px;
  }

  .background-video_s2 {
    height: 100%;
  }

  .link-block {
    display: block;
  }

  .text-block_phone {
    text-align: center;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .text-block_email.last_text_block_adress {
    text-align: center;
    margin-bottom: auto;
    padding-top: 0;
  }

  .form-block-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0 16px;
    display: flex;
  }

  .image_cardiff_2, .image_cardiff_3_162 {
    object-fit: cover;
  }

  .image_cardiff_3 {
    object-fit: cover;
    object-position: 50% 50%;
    display: none;
  }

  .image_cardiff_4, .image_cardiff_5, .image_cardiff_6 {
    object-fit: cover;
  }

  .image_retirements_2, .image_retirements_3, .image_retirements_4 {
    opacity: 0;
    display: none;
  }

  .image_lianerches_1 {
    width: 100%;
  }

  .wrapeer_image {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    overflow: scroll;
  }

  .img_cardiff_1, .img_cardiff_2 {
    width: 100%;
    height: 100%;
    margin-right: 10px;
  }

  .img_cardiff_3, .img_cardiff_4, .img_cardiff_5, .img_cardiff_6.last_image_modol {
    width: 100%;
    height: 100%;
  }

  .div-block-26 {
    width: 100%;
    height: 354px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 354px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 354px;
  }

  .div-block-30 {
    width: 100%;
    height: 354px;
  }

  .image_lianerch {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: scroll;
  }

  .wrapeer_image_cardiff {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 16px;
  }

  .div-block-32 {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-32:hover {
    background-color: #95b9b900;
    background-image: none;
  }

  .modol_window_cardiff_mobile {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 170%;
    display: flex;
  }

  .modol_window_retirement_mobile {
    display: none;
  }

  .div-block-35 {
    display: flex;
    overflow: visible;
  }

  .image-15 {
    width: 20px;
    height: 20px;
    display: inline-block;
  }

  .div-block-36 {
    width: 200vw;
    display: flex;
    overflow: visible;
  }

  .wrapper_modol_window-copy {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window-copy.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window-copy.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_window_retirement {
    flex-direction: column;
    width: 100%;
    height: 794px;
    display: none;
  }

  .wrapper_modol_window_retirement.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_retirement.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_window_cardiff {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window_cardiff.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_cardiff.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_window_lianerch {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window_lianerch.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_lianerch.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_window_canary {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window_canary.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_canary.retirement_mobile {
    overflow: scroll;
  }

  .block_bg_modol {
    display: flex;
  }

  .wrapper_modol_window_cardiff_mobile {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window_cardiff_mobile.cardiff {
    justify-content: center;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .wrapper_modol_window_cardiff_mobile.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_window_retirement_mobile {
    width: 100%;
    height: 794px;
  }

  .wrapper_modol_window_retirement_mobile.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_retirement_mobile.retirement_mobile {
    justify-content: center;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .wrapper_modol_window_lianerch_mobile {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .wrapper_modol_window_lianerch_mobile.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_window_lianerch_mobile.retirement_mobile {
    overflow: scroll;
  }

  .wrapper_modol_windo_canary_mobile {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .wrapper_modol_windo_canary_mobile.cardiff {
    overflow: hidden;
  }

  .wrapper_modol_windo_canary_mobile.retirement_mobile {
    overflow: scroll;
  }

  .block_bg_modol_mobile {
    background-color: #f3f4f6;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .wrapper_bg_video_s2 {
    width: 100%;
    height: 373px;
    overflow: hidden;
  }

  .block_revolutionary {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .block_revolutionary.mobile {
    margin-top: 20px;
    display: block;
  }

  .image_case_cardiff_mobile, .image_case_retirement_mobile.retirement, .image_case_lianerch_mobile, .image_case_canary_mobile {
    height: 100%;
    margin-right: 10px;
    display: flex;
  }

  .image_case_south_mobile {
    margin-right: 10px;
    display: none;
  }

  .image_case_east_mobile.last_case_image_block {
    height: 100%;
    display: none;
  }

  .modol_window_mobile {
    z-index: 999;
    background-color: #08182766;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close_modol_mobile {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    inset: 2% 3.5% auto auto;
  }

  .image-16 {
    width: 15px;
    height: 15px;
  }

  .div-block-37 {
    justify-content: center;
    align-items: flex-end;
    width: 200vw;
    display: flex;
    overflow: visible;
  }

  .text-block_next_cardiff_mobile, .text-block_prevuous_cardiff_mobile {
    cursor: pointer;
    font-family: Magnat, sans-serif;
    display: block;
  }

  .text-block_previous_retirement_mobile, .text-block_next_retirement_mobile {
    font-family: Magnat, sans-serif;
    font-size: 13px;
    display: block;
  }

  .text-block_previous_lianerch_mobile {
    align-items: flex-start;
    font-family: Magnat, sans-serif;
    display: block;
  }

  .text-block_next_lianerch_mobile, .text-block_canary_mobile {
    font-family: Magnat, sans-serif;
    display: block;
  }

  .grp_mobile {
    align-items: center;
    width: 300px;
    height: 440px;
    display: flex;
  }

  .steel_s6_mobile {
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
  }

  .steel_s6_mobile.steel_s6_, .bespoke_s6_mobile.last_image_s6 {
    width: 300px;
    height: 440px;
    display: flex;
    left: 0%;
  }

  .close_form_mobile {
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    display: flex;
    inset: 3% 5% auto auto;
  }

  .bg_color_img {
    height: auto;
    display: block;
  }

  .form_normal {
    width: 100%;
    display: flex;
  }

  .div-block-38 {
    width: 200vw;
    display: flex;
    overflow: visible;
  }

  .div-block-39 {
    display: flex;
    overflow: visible;
  }

  .image-17 {
    z-index: 50;
    box-sizing: content-box;
    clear: both;
    object-fit: fill;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto auto 0;
    overflow: visible;
  }

  .image-17.arrow {
    box-sizing: border-box;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 112px;
    bottom: auto;
    overflow: visible;
  }

  .section_3_1440, .section_3_1280 {
    width: 100%;
    height: 421px;
  }

  .wrapper_case_1280 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 421px;
    overflow: hidden;
  }

  .nav_link_1_1440, .nav_link_1_1280 {
    text-align: center;
    padding-left: 0;
    display: none;
  }

  .grp_1280 {
    align-items: center;
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
    display: none;
  }

  .steel_s6_1280 {
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
  }

  .steel_s6_1280.steel_s6_, .bespoke_s6_1280.last_image_s6 {
    width: 300px;
    height: 440px;
    display: none;
    left: 0%;
  }

  .div-block-40 {
    width: 100%;
    display: block;
  }

  .text_block_s6_grp, .text_block_s6_steel, .text_block_s6_bespoke {
    justify-content: center;
    margin: 10px;
    padding: 120px 37px;
  }

  .grp_table {
    align-items: center;
    width: 300px;
    height: 440px;
    display: none;
  }

  .steel_s6_table {
    width: 300px;
    height: 440px;
    margin-bottom: 7px;
  }

  .steel_s6_table.steel_s6_, .bespoke_s6_table.last_image_s6 {
    width: 300px;
    height: 440px;
    display: none;
    left: 0%;
  }

  .section_1_table {
    width: auto;
    height: 100%;
    margin-top: 70px;
    display: block;
    position: relative;
  }

  .section_2_table {
    width: 100%;
    height: auto;
    display: none;
  }

  .section_3_table {
    width: 100%;
    height: 421px;
  }

  .section_4_table {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .section_5_table {
    width: 100%;
    height: 100vh;
  }

  .section_6_table {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: none;
  }

  .section_7_table {
    width: 100%;
    height: 100%;
  }

  .section_8_table {
    width: 100%;
    height: 100vh;
  }

  .footer_table {
    width: 100%;
  }

  .wrapper_case_table {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 421px;
    overflow: hidden;
  }

  .case_studees_table {
    overflow: hidden;
  }

  .video_bg_s1_table {
    height: auto;
    display: block;
    overflow: visible;
  }

  .conteiner_table {
    width: 100%;
  }

  .conteiner_table.s1.mobile {
    height: auto;
    overflow: visible;
  }

  .conteiner_table.s4 {
    position: static;
    overflow: hidden;
  }

  .conteiner_table.s7 {
    overflow: visible;
  }

  .conteiner_table.s3 {
    padding-right: 0;
    overflow: hidden;
  }

  .conteiner_table.s6_mobile {
    padding-right: 0;
  }

  .nav_link_1_table {
    text-align: left;
    width: 80%;
    height: auto;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: "0 Wll 9", Arial, sans-serif;
    display: block;
    position: relative;
  }

  .nav_link_1_table._1 {
    display: none;
  }

  .nav_link_2_table {
    text-align: left;
    width: 80%;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: "0 Wll 9", Arial, sans-serif;
    display: block;
  }

  .nav_link_2_table._2, .nav_link_2_table._1 {
    display: none;
  }

  .nav_link_3_table {
    text-align: left;
    flex-flow: row;
    width: 80%;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: "0 Wll 9", Arial, sans-serif;
    display: block;
  }

  .nav_link_3_table._2, .nav_link_3_table.ov, .nav_link_3_table.bg_number_10 {
    display: none;
  }

  .nav_link_4_table.last {
    text-align: left;
    width: 80%;
    margin-left: 20px;
    padding-bottom: 0;
    font-family: "0 Wll 9", Arial, sans-serif;
    font-weight: 700;
    display: block;
  }

  .nav_link_4_table.last._2, .nav_link_4_table.last.ov, .nav_link_4_table.last._2nd, .nav_link_4_table.last._2n {
    display: none;
  }

  .conteiner_footer {
    width: 100%;
  }

  .conteiner_footer.s4 {
    position: static;
    overflow: hidden;
  }

  .conteiner_footer.s7 {
    overflow: visible;
  }

  .conteiner_footer.s3 {
    padding-right: 0;
    overflow: hidden;
  }

  .conteiner_footer.s6_mobile {
    padding-right: 0;
  }

  .div-block-42 {
    width: 100%;
    height: 160px;
  }

  .background-video_s2_table {
    height: 100%;
    display: none;
  }

  .text-block-4_table {
    width: 100%;
    font-size: 16px;
  }

  .heading_cardiff_table, .heading_retirement_aipar_table, .heading_lianerch_table, .heading_canary_wharf_table {
    width: 100%;
  }

  .heading_experienced_table, .heading_3d_solid_table, .heading_compliance_table {
    font-size: 16px;
  }

  .image-5_table {
    width: 100%;
  }

  .paragraph_table {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-2_table {
    text-align: left;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .bathroom_image_bg_table {
    width: 360px;
  }

  .paragraph-3_table {
    font-size: 16px;
  }

  .text-block-18_table {
    font-size: 14px;
  }

  .text-block_adress_table, .text-block_phone_table, .text-block_email_table.last_text_block_adress {
    font-size: 16px;
  }

  .wrapper_text_s5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 80px;
    margin-bottom: auto;
    display: block;
  }

  .wrapper_title_s3 {
    height: auto;
  }

  .mask_animation_title_s3 {
    overflow: visible;
  }

  .wrapper_title_manufacture {
    margin-bottom: 0;
    display: block;
  }

  .mask_animation_s5_title {
    text-align: center;
  }

  .mask_animation_case {
    display: none;
  }

  .div-block-47 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .conteiner_table_s3 {
    width: 100%;
  }

  .conteiner_table_s3.s4 {
    position: static;
    overflow: hidden;
  }

  .conteiner_table_s3.s7 {
    overflow: visible;
  }

  .conteiner_table_s3.s3 {
    padding-right: 0;
    overflow: hidden;
  }

  .conteiner_table_s3.s6_mobile {
    padding-right: 0;
  }

  .conteiner_table_s3.s7_table {
    overflow: visible;
  }

  .image-5-copy {
    width: 100%;
  }

  .image_canary {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: scroll;
  }

  .link {
    line-height: 16px;
    display: block;
  }

  .image-19 {
    object-fit: cover;
    background-image: linear-gradient(#000000f7, #000000f7);
    height: 80vh;
  }

  .image-19.weds {
    object-fit: cover;
    height: 80vh;
    overflow: hidden;
  }

  .div-block-48 {
    background-image: linear-gradient(#00000094, #00000094);
    height: 80vh;
  }

  .hero-section {
    width: 100vw;
    height: auto;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .large-title {
    font-size: 16.5vw;
  }

  .hero-images-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    top: 10vh;
  }

  .container {
    width: 100vw;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content-box {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-content-box.left-aligned {
    margin-top: 0;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .bottom-margin-medium {
    display: none;
  }

  .section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .project-description {
    margin-top: 20px;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .uppercase-small-heading.bottom-margin-small {
    text-align: center;
  }

  .snap-wrapper {
    width: 100vw;
    margin-top: 0;
    padding-bottom: 40px;
    overflow: hidden;
  }

  ._5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  ._5.snap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: auto;
    margin-top: 20px;
    display: block;
    position: static;
  }

  ._5.snap.base {
    height: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .section-8 {
    padding-top: 20px;
  }

  .header1_content-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    text-align: center;
  }

  .margin-bottom.margin-xsmall {
    display: block;
  }

  .text-size-medium {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-style-h1 {
    margin-top: 20px;
    font-size: 2em;
  }

  .padding-section-large {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header1_component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-group {
    display: none;
  }

  .padding-global.top {
    flex-flow: column;
    padding: 0 0%;
    display: flex;
  }

  .header1_content {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2.mid {
    margin-top: 0;
    font-size: 2rem;
  }

  .layout141_image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-medium-3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .layout141_component {
    margin-bottom: auto;
  }

  .layout141_image {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .section_layout141 {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-20 {
    box-sizing: content-box;
    object-fit: cover;
    background-image: url('../images/thumbnail4tents.webp');
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: 80vh;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    overflow: clip;
  }

  .image-21 {
    object-fit: cover;
    max-width: 100vw;
    height: 80vh;
    overflow: hidden;
  }

  .image-22 {
    object-fit: cover;
  }

  .flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex.hp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    width: 100%;
    display: flex;
  }

  ._4 {
    grid-auto-flow: row;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  ._50-column-center {
    grid-template-columns: 1fr;
    display: flex;
  }

  ._50-column-center.mobile-border {
    flex-flow: column;
    margin-bottom: 0;
  }

  .mini-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mini-title.fcg {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-title.fcg._2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 125%;
    display: block;
  }

  .mini-title.fcg._3 {
    text-align: center;
    padding-left: 0;
  }

  .mini-title.fcg._3._6 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .mini-title.fcg.ab1 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-title.fcg.ab1.ev1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-title.fcg.ab1.op {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-title.mid {
    margin-top: 10px;
  }

  .learn-more {
    margin: 10px 20px 0;
    padding-top: 5px;
    display: flex;
  }

  .learn-more.mi {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .learn-more.fp {
    margin-top: 0;
    margin-bottom: 0;
  }

  .learn-more._2 {
    display: none;
  }

  .text-block-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-border._20 {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  ._3 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3.thistle-medium {
    background-color: var(--black);
    padding: 40px 10px;
  }

  ._3.snap {
    margin-top: 0;
    padding-top: 30px;
  }

  .image-23 {
    border-style: none;
    margin-top: 20px;
  }

  .footer-flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: ". ."
                   "Area-2 Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-flex-container.base {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-2 {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 10px;
  }

  .wrapper-2._1 {
    width: auto;
    display: none;
  }

  .wrapper-2._4 {
    padding-left: 20px;
    display: block;
  }

  .wrapper-2._4._2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .wrapper-2._4._3 {
    padding-left: 0;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 16px;
  }

  .footer-link {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .footer-link.w--current, .footer-link.c-b {
    display: block;
  }

  .footer-link.fe, .footer-link.casestud, .footer-link.cs {
    display: none;
  }

  .footer-link.tiktok {
    display: block;
  }

  .paragraph-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragraph-13.hp {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14 {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph-15 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 200%;
  }

  .paragraph-15.ot {
    padding-top: 0;
    font-size: 16px;
  }

  .image-24 {
    height: 80vh;
  }

  .form-block {
    background-color: #0000;
    width: 100%;
    margin-top: 10%;
  }

  .text-small.white {
    color: var(--black-2);
    padding-left: 10px;
  }

  .contact-link {
    color: #3d3d3d;
  }

  .contact-link.cont {
    color: #000;
    padding-left: 10px;
  }

  .text-field-4 {
    color: #5c5c5c;
  }

  .text-field-4.form {
    color: #000;
    overflow: clip;
  }

  .text-field-4.form.name {
    color: #8b4747;
    border-width: 1px;
    border-color: #000;
  }

  .text-field-4.hh {
    color: #583b3b;
  }

  .mini-title-white {
    padding-left: 10px;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .benefit-description {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 9px;
    text-align: center;
    grid-template-rows: 74px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .section-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wrap_flex.is-align-top {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .wrap_flex.is-align-top._2 {
    display: block;
  }

  .heading-style-h2-2 {
    text-align: center;
    margin-left: auto;
  }

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

  .email_form {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .text-size-medium-6 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns._1-col-tablet {
    display: none;
  }

  .grid-4-columns._1-col-tablet._2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mg-bottom-32px {
    margin-bottom: 0;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

  .mg-bottom-24px {
    height: 20px;
    margin-bottom: 0;
  }

  .pricing-content.pd-bottom-40px {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.width-100.mg-top-16px {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-1-column.gap-row-16px {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: minmax(2px, .5fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, .25fr);
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 56px;
    line-height: 100%;
    display: grid;
  }

  .flex-horizontal.start {
    justify-content: center;
    align-items: center;
  }

  .text-200.color-neutral-800 {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .text-200.color-neutral-800.upto {
    text-align: left;
  }

  .text-200.bold.color-neutral-800.list {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .display-4 {
    margin-top: 10px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-bottom-16px {
    max-width: none;
    margin-top: 30px;
  }

  .flex-vertical.center.text-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .icon-list-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mg-top-40px {
    margin-top: 20px;
  }

  .mg-top-40px.top {
    margin-top: 0;
  }

  .mg-top-40px.first {
    margin-top: 20px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._40px {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .submit-button-2 {
    border-radius: 0;
    margin-bottom: 40px;
  }

  .text-field-5 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .content-section-testimonials {
    min-width: 100%;
    max-width: 100%;
    margin-top: auto;
    padding: 0;
  }

  .mini-title-2 {
    padding-left: 10px;
  }

  .mini-title-2.mail {
    margin-top: 40px;
  }

  .content-wrapper-2 {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .section-10 {
    display: block;
  }

  .main-container {
    padding: 2rem 1.25rem;
    display: none;
  }

  .main-container.mobile {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .section_content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .h1-intro {
    font-size: 3rem;
  }

  .grid-gallery_list {
    grid-template-columns: 1fr;
  }

  .grid-gallery_list.cc-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-gallery_list.main-home-page {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-gallery_list.main-home-page.top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: block;
  }

  .grid-gallery_item {
    display: none;
  }

  .gallery_item-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    padding-bottom: 0;
    display: grid;
  }

  .container-2 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto 250px auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .portfolio-card {
    width: 100vw;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .portfolio-image {
    object-fit: cover;
    max-width: none;
    height: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .portfolio-image.we {
    left: -70px;
  }

  .portfolio-image.bt {
    left: -77px;
  }

  .portfolio-image.fen {
    left: -42px;
  }

  .portfolio-heading, .portfolio-category {
    display: none;
  }

  .heading-14.subti {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .center-box {
    margin-top: 40px;
  }

  .intro-paragraph {
    text-align: center;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-32 {
    box-sizing: border-box;
    object-fit: cover;
    height: auto;
    overflow: visible;
  }

  ._3_block_grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .benefits_wrapper {
    height: 280vh;
    padding-bottom: 5px;
    overflow: visible;
  }

  .benefits_block {
    height: 65vh;
  }

  .benefits_block.block_img_2 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .benefits_block.block_img_3 {
    height: 65vh;
    display: flex;
  }

  .benefits_block._2 {
    display: none;
  }

  .link_block_content {
    margin-top: 40px;
  }

  .benefits_overlay {
    background-color: #56626178;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .benefits_overlay.t {
    display: none;
  }

  .section-13 {
    margin-bottom: 20px;
  }

  .heading-15 {
    text-align: center;
    padding-top: 0;
  }

  .benefits_wrapper-2 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-75 {
    margin-top: 0;
  }

  .video_block_s2-2 {
    margin-right: 0;
    display: block;
  }

  .conteiner-2 {
    width: 100%;
  }

  .conteiner-2.s2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section_2 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .background-video_s2-2 {
    z-index: 10;
    object-fit: cover;
    width: auto;
    height: 130%;
    top: -57px;
  }

  .block_revolutionary-2 {
    display: none;
  }

  .wrapper_s2-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-25 {
    width: 100%;
    font-size: 16px;
  }

  .wrapper_bg_video_s2-2 {
    width: 100%;
    height: 373px;
    overflow: hidden;
  }

  .heading-21 {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-39.cart_button {
    display: none;
  }

  .heading-24, .heading-25 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-44 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .container-3 {
    max-width: none;
  }

  .uppercase-large-heading-2 {
    font-family: "0 Wll 9", Arial, sans-serif;
    font-size: 9vw;
  }

  .div-block-84 {
    flex-flow: column;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .div-block-85 {
    margin-bottom: 0;
  }

  .div-block-85.base {
    display: block;
  }

  .div-block-90 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-3 {
    object-fit: fill;
    height: 100%;
  }

  .text-block-26 {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  }

  .heading-30 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .submit-button-4 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-space-2.loz {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-2 {
    clear: none;
  }

  .text_block_animation-2 {
    width: 100%;
    padding-top: 0;
  }

  .text-block-27 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block-27.text {
    display: block;
  }

  .cookie-button-bottom {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-content {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5px;
    line-height: 16px;
  }

  .white-x {
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    margin-left: 10px;
    margin-right: 0;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: hidden;
  }

  .no-margin.white-text.max-700 {
    margin-top: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .bbb-decor-6 {
    width: 4em;
    height: 4em;
    top: 2em;
    right: 2em;
  }

  .bbb-wrap-1-2 {
    align-items: flex-start;
  }

  .bbb-button-2 {
    font-size: 18px;
  }

  .bbb-text-8 {
    font-size: 1.2em;
  }

  .bbb-wrap-1-6 {
    width: 10em;
    height: 2.6em;
  }

  .bbb-text-1-2, .bbb-text-9 {
    font-size: 2em;
  }

  .bbb-text-1-1 {
    font-size: 1.2em;
  }

  .bbb-text-5 {
    text-align: center;
    font-size: .6em;
  }

  .bbb-pic-1 {
    border-radius: 19px;
  }

  .bbb-wrap-9 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bbb-icon-3 {
    height: .9em;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bbb-text-1-3 {
    font-size: 1.3em;
  }

  .background-video-4 {
    height: 70vh;
  }

  .background-video-5 {
    height: 100vh;
    overflow: visible;
  }

  .div-block-93 {
    height: 100vh;
  }

  .link-block-5 {
    width: 280px;
    height: 280px;
    position: absolute;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 90%;
    display: none;
  }

  .div-block-13.buttons {
    display: none;
  }

  .div-block-13.miobile {
    flex-flow: row;
    margin-top: 10px;
    display: flex;
  }

  .div-block-13.main {
    display: none;
  }

  .button-9 {
    width: 100%;
    padding: 10px 20px;
  }

  .button-9.ctal {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: 160px;
    height: 60px;
    margin-left: auto;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-9.ctal.l {
    width: 300px;
    height: 50px;
    margin-right: auto;
  }

  .button-9.r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-9.r.base {
    margin-top: 20px;
  }

  .button-9.r.top {
    width: 160px;
    height: 60px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-9.r.t {
    width: 160px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-49 {
    object-fit: cover;
    height: 90vh;
    position: absolute;
    overflow: visible;
  }

  .div-block-94 {
    flex-flow: column;
    height: auto;
    display: block;
    position: absolute;
  }

  .text-block-28 {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .compare-section {
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .image-50 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    overflow: visible;
  }

  .compare-div {
    border-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 4px;
  }

  .image-51 {
    margin-left: 10px;
  }

  .image-52 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .image-53, .image-54 {
    margin-left: 10px;
  }

  .comp-text-mir {
    margin-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }

  .image-55, .image-56 {
    margin-left: 10px;
  }

  .sub-heading {
    margin-top: 8px;
    font-size: 22px;
  }

  .sub-heading._2 {
    margin-top: 20px;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 19px;
    line-height: 24px;
    display: none;
  }

  .compare-box-mir {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    padding-right: 0;
    display: flex;
  }

  .text-block-29 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    padding-left: 0;
  }

  .text-block-30 {
    margin-right: 0;
    font-size: 12px;
    line-height: 100%;
  }

  .div-block-96 {
    justify-content: center;
    align-items: center;
  }

  .main-container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 0;
    display: flex;
  }

  .main-container-2.mobile {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 20px 20px 0 0;
    display: flex;
    position: static;
  }

  .link-block-6 {
    width: 280px;
    height: 280px;
    position: absolute;
  }

  .text-block-35.later._2 {
    padding-top: 0;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-40pxbt {
    margin-bottom: 0;
  }

  .mg-bottom-40pxbt.st {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    line-height: 135%;
  }

  .heading-32 {
    margin-top: 20px;
  }

  .text-span-16 {
    letter-spacing: 1.9vh;
    padding-left: 5px;
  }

  .text-block-39, .text-block-40 {
    font-size: 12px;
    line-height: 100%;
  }

  .image-59, .image-60, .image-61 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-100 {
    width: 100%;
  }

  .block-quote-2 {
    width: 80vw;
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .image-64 {
    width: 20px;
  }

  .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49 {
    font-size: 14px;
  }

  .heading_retirement_aipar-2 {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .h1-intro-2 {
    font-size: 3rem;
  }

  .main-container-3 {
    padding: 2rem 1.25rem;
    display: none;
  }

  .main-container-3.mobile {
    height: auto;
    display: block;
    position: static;
  }

  .gallery_item-image-2 {
    margin-bottom: 10px;
  }

  .link-block-10 {
    width: 280px;
    height: 280px;
    position: absolute;
  }

  .section_content-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading_cardiff-2 {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .heading_cardiff-2.hm {
    display: none;
  }

  .mini-title-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .mini-title-3.fcg {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-title-3.fcg._3 {
    padding-left: 0;
  }

  .mini-title-3.fcg._3._6 {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
  }

  .heading-34 {
    width: 100%;
    margin-bottom: auto;
    padding-bottom: 10px;
    font-size: 2em;
    line-height: 1.2em;
    display: block;
  }

  .heading-34.all-occasions {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 1.5em;
    line-height: 110%;
    display: block;
  }

  .heading-34.all-occasions.previous {
    width: 100vw;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading_canary_wharf-2 {
    width: 244px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .heading_canary_wharf-2.hm {
    display: none;
  }

  .rt-category-cards-text.rt-text-lowarcase {
    font-size: 15px;
  }

  .rt-category-cards-text._3 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-component-section {
    padding-bottom: 0;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-contact-form-submit {
    padding: 20px 10px;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-6 {
    padding-left: 100px;
  }

  .text-block-55, .text-block-56 {
    text-align: center;
  }

  .mobile-2 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-57, .text-block-58 {
    text-align: center;
  }

  .mobile {
    flex: 0 auto;
    display: flex;
  }

  .quick-stack-7 {
    flex: 0 auto;
  }

  .mob {
    display: block;
  }

  .quick-stack-8 {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-106 {
    display: block;
  }

  .image-67 {
    width: 50px;
  }

  .image-68 {
    width: 20px;
  }
}

#w-node-_62d4e948-2e0d-a3a6-0fb9-cf6e692bbc75-16926734, #w-node-_62d4e948-2e0d-a3a6-0fb9-cf6e692bbc76-16926734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62d4e948-2e0d-a3a6-0fb9-cf6e692bbc80-16926734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-abe1dca9-45f1-011d-b515-f4cd17c3fb52-16926734 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55e5900e-bccd-c1f7-4cfa-06897cef6fd9-16926734 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_60fe4a13-d3ea-e996-b052-d2c0d1139147-16926734, #w-node-a2ba94b9-9c9b-8a56-ab7e-5063be447286-16926734 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48487d27-3c2c-efe0-cfbf-86ef1b63a096-16926734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b51e2fd-f79f-0854-687c-d16da7dc0117-16926734 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0aa6601c-97b1-02ca-0a8f-a428b364993d-16926734 {
  grid-area: Area-2;
}

#w-node-_699f9535-3860-3b32-98d2-da892cb2202e-16926734 {
  grid-area: Area-4;
}

#w-node-_8b51e2fd-f79f-0854-687c-d16da7dc0125-16926734 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8b51e2fd-f79f-0854-687c-d16da7dc0109-16926734, #w-node-_9d3c7257-a8a3-aab4-3d41-72e8bd117ecf-16926734, #w-node-_85d47e31-a629-c572-cc03-0c487a059131-16926734, #w-node-d6211a72-bff1-bd89-71da-fa95924e3036-16926734 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_699f9535-3860-3b32-98d2-da892cb2202b-16926734 {
  grid-area: Area-3;
}

#w-node-_22bb0473-f57d-8dcf-03d1-743d978fe4cd-16926734 {
  grid-area: Area-5;
}

#w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf0f-16926734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf32-16926734, #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf37-16926734, #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf3c-16926734 {
  align-self: start;
}

#w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf41-16926734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf46-16926734, #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf4b-16926734 {
  align-self: auto;
}

#w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95d88-16926734, #w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95d96-16926734, #w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95da4-16926734 {
  align-self: start;
}

#w-node-_0829d14f-ff62-2fbe-fc6a-6cb45c5f44a9-fa705273, #w-node-f44b5cba-85e7-fa5d-3ecf-5a6727117517-fa705273 {
  place-self: center;
}

#w-node-_93517d30-1da7-7ded-0911-1b92b2f4202f-fa705273 {
  grid-area: Area;
}

#w-node-b327db8f-4603-1849-90dd-823935a3025e-fa705273, #w-node-ca353e02-352a-8ca5-e6c6-55cf8f124415-fa705273, #w-node-ca353e02-352a-8ca5-e6c6-55cf8f12441f-fa705273 {
  place-self: center;
}

#w-node-ac027d3f-fd0a-be75-fec4-c8fdc1274ac9-fffe22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65b83427-100b-58a5-95b2-8e71751d9f6c-fffe22bf {
  align-self: start;
}

#w-node-_08903180-5269-508e-e67f-1568709a06a5-fffe22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ded8d8b-8562-91a6-c294-1a3736468cce-fffe22bf, #w-node-_65b83427-100b-58a5-95b2-8e71751d9f5c-fffe22bf {
  grid-area: Area;
}

#w-node-c2481234-0c52-5a60-3803-736e5f8b4802-fffe22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a05dc30-dc59-fb7c-2d10-2ddf8fb260af-fffe22bf {
  align-self: start;
}

#w-node-fd588e14-74ae-a3ca-bc48-983a43a8f04a-fffe22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a05dc30-dc59-fb7c-2d10-2ddf8fb260b4-fffe22bf, #w-node-_63c07369-473a-9040-7e2e-780c268883b1-fffe22bf {
  grid-area: Area;
}

#w-node-b8503219-b597-66f1-02e1-6c6f6938a2bb-fffe22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1d9028e-c833-0e87-191e-aec6127c0304-fffe22bf {
  align-self: start;
}

#w-node-d1d9028e-c833-0e87-191e-aec6127c0337-fffe22bf {
  grid-area: Area;
}

#w-node-d1d9028e-c833-0e87-191e-aec6127c036b-fffe22bf {
  align-self: start;
}

#w-node-d1d9028e-c833-0e87-191e-aec6127c039a-fffe22bf {
  grid-area: Area;
}

#w-node-_939ef0c3-5884-676d-0226-b2cfee379a48-fffe22bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_655ed58f-4175-f7f5-5ad0-8c3a54b1b81f-fffe22bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-d9067df9-3f19-6c9e-023c-b30f39dce0dc-0eb23579, #w-node-d9067df9-3f19-6c9e-023c-b30f39dce0dd-0eb23579, #w-node-d474eb12-f2d5-9801-1153-6e0155615ea8-0eb23579 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3541-ebdd748f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62941ee3-e757-dc2d-ffc2-b76eb3531f94-ebdd748f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3552-ebdd748f, #w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3549-ebdd748f, #w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c355b-ebdd748f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0601f28d-c9aa-8295-923f-18a04184dc87-ebdd748f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c5c-ebdd748f, #w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c68-ebdd748f, #w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c72-ebdd748f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa8745c-3516765b {
  align-self: stretch;
}

#w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa8746b-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa87485-3516765b {
  align-self: auto;
}

#w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa8749c-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f685840-0c3a-ddb5-4018-0acaf7da7f54-3516765b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a070cbd7-83ea-7930-9f00-364e547b0648-3516765b {
  align-self: stretch;
}

#w-node-a070cbd7-83ea-7930-9f00-364e547b0657-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a070cbd7-83ea-7930-9f00-364e547b0690-3516765b {
  align-self: auto;
}

#w-node-_4ed93ba6-3172-4ba7-b057-ec53f6318f0a-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd288-3516765b, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2a4-3516765b, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2bd-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2d6-3516765b, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2ef-3516765b, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd308-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda6-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda9-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdaf-3516765b {
  place-self: start;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdb2-3516765b {
  justify-self: center;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdb8-3516765b {
  place-self: start;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdba-3516765b {
  justify-self: center;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdc1-3516765b {
  place-self: start;
}

#w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa87455-3516765b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2.25fr;
}

#w-node-ee2d4b3b-a99c-8ea2-2cab-feab193379f8-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8383026-fdf9-5420-b11c-5b49105dbb09-3516765b, #w-node-f8383026-fdf9-5420-b11c-5b49105dbb10-3516765b, #w-node-f8383026-fdf9-5420-b11c-5b49105dbb17-3516765b {
  align-self: start;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda0-3516765b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda1-3516765b {
  place-self: center stretch;
}

#w-node-ee2d4b3b-a99c-8ea2-2cab-feab19337a2a-3516765b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21ec-0412c42c, #w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21f3-0412c42c, #w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21fa-0412c42c {
  align-self: start;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda0-0412c42c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbda1-0412c42c {
  place-self: center stretch;
}

#w-node-a070cbd7-83ea-7930-9f00-364e547b0648-0412c42c {
  align-self: stretch;
}

#w-node-a070cbd7-83ea-7930-9f00-364e547b0690-0412c42c {
  align-self: auto;
}

#w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd288-0412c42c, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2a4-0412c42c, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2bd-0412c42c, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2d6-0412c42c, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd2ef-0412c42c, #w-node-_42338d8c-e7fc-1d3b-675c-e4c5e39dd308-0412c42c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3541-514ebcb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62941ee3-e757-dc2d-ffc2-b76eb3531f94-514ebcb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3552-514ebcb3, #w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c3549-514ebcb3, #w-node-e2d9a8b1-a4fb-5f69-a7c9-766c020c355b-514ebcb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0601f28d-c9aa-8295-923f-18a04184dc87-514ebcb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c5c-514ebcb3, #w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c68-514ebcb3, #w-node-_7367a1aa-1dfc-09f5-c679-ce83b3e16c72-514ebcb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_48eb4f2f-07a4-59b3-2900-3afcfa3e5306-fa705273, #w-node-ca353e02-352a-8ca5-e6c6-55cf8f124405-fa705273 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_62d4e948-2e0d-a3a6-0fb9-cf6e692bbc80-16926734 {
    align-self: stretch;
  }

  #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf41-16926734 {
    place-self: stretch;
  }

  #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf46-16926734, #w-node-_03311025-00e8-ec3d-b937-b5ff1d0acf4b-16926734 {
    align-self: stretch;
  }

  #w-node-b327db8f-4603-1849-90dd-823935a3025e-fa705273 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1a05dc30-dc59-fb7c-2d10-2ddf8fb260b4-fffe22bf {
    grid-area: Area;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_62d4e948-2e0d-a3a6-0fb9-cf6e692bbc80-16926734 {
    align-self: center;
  }

  #w-node-_699f9535-3860-3b32-98d2-da892cb2202e-16926734 {
    grid-area: Area-4;
  }

  #w-node-_8b51e2fd-f79f-0854-687c-d16da7dc0125-16926734 {
    align-self: start;
  }

  #w-node-_85d47e31-a629-c572-cc03-0c487a059131-16926734 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22bb0473-f57d-8dcf-03d1-743d978fe4cd-16926734 {
    grid-area: Area-5;
  }

  #w-node-_108d8b4c-002c-ea87-80ce-e86c51f4dcdf-fffe22bf {
    align-self: center;
  }

  #w-node-_1a05dc30-dc59-fb7c-2d10-2ddf8fb260af-fffe22bf {
    align-self: start;
  }

  #w-node-d1d9028e-c833-0e87-191e-aec6127c02ea-fffe22bf {
    align-self: center;
  }

  #w-node-d1d9028e-c833-0e87-191e-aec6127c036b-fffe22bf {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdb6-3516765b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5bf8401-2a47-8684-2bbb-4bfd2a92fcea-0eb23579, #w-node-d5bf8401-2a47-8684-2bbb-4bfd2a92fcf0-0eb23579, #w-node-d5bf8401-2a47-8684-2bbb-4bfd2a92fcf6-0eb23579, #w-node-d5bf8401-2a47-8684-2bbb-4bfd2a92fd02-0eb23579, #w-node-d5bf8401-2a47-8684-2bbb-4bfd2a92fd08-0eb23579, #w-node-_01fc10e7-4727-b99a-9bd6-5de9b2f28515-0eb23579, #w-node-_2d807495-9cd6-8a91-6ee2-5c0030e996df-0eb23579, #w-node-f5ebec0a-a673-5afe-4cd1-c1d252921f06-0eb23579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95d88-16926734, #w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95d96-16926734, #w-node-_6f6bcb16-6782-c3be-0fd0-2f5f62f95da4-16926734, #w-node-_774abd5c-1f87-e051-3b1a-92cbccae2da3-16926734, #w-node-_9c88c551-533f-2191-1981-fe899b858caf-16926734, #w-node-_418b04d9-8524-4ecf-60f6-1f1bdb1decaf-16926734 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91f36356-0c69-d847-cf82-0d4aa67e765f-a67e75bc {
    grid-area: Area;
    align-self: start;
  }

  #w-node-_91f36356-0c69-d847-cf82-0d4aa67e766d-a67e75bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_939ef0c3-5884-676d-0226-b2cfee379a48-fffe22bf, #w-node-_655ed58f-4175-f7f5-5ad0-8c3a54b1b81f-fffe22bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62941ee3-e757-dc2d-ffc2-b76eb3531f94-ebdd748f {
    display: none;
  }

  #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fa3-ebdd748f, #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fb1-ebdd748f, #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fbf-ebdd748f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f685840-0c3a-ddb5-4018-0acaf7da7f54-3516765b {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_037f8adf-6d97-2f5c-d7ad-8569104dbdb6-3516765b {
    grid-column: span 1 / span 1;
  }

  #w-node-_74dd0f6d-3545-c0a9-97f2-5b5e0aa87455-3516765b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 2.25fr;
  }

  #w-node-f8383026-fdf9-5420-b11c-5b49105dbb09-3516765b, #w-node-f8383026-fdf9-5420-b11c-5b49105dbb10-3516765b, #w-node-f8383026-fdf9-5420-b11c-5b49105dbb17-3516765b, #w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21ec-0412c42c, #w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21f3-0412c42c, #w-node-_5b772ac5-062a-5255-36b1-a11b2cfc21fa-0412c42c, #w-node-a070cbd7-83ea-7930-9f00-364e547b069f-0412c42c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62941ee3-e757-dc2d-ffc2-b76eb3531f94-514ebcb3 {
    display: none;
  }

  #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fa3-514ebcb3, #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fb1-514ebcb3, #w-node-d61d654b-1bdc-44db-7b0a-3ddc359b3fbf-514ebcb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Magnat';
  src: url('../fonts/Magnat-HeadSemiBold.woff2') format('woff2'), url('../fonts/Magnat-HeadSemiBold.woff') format('woff'), url('../fonts/Magnat-HeadSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magnat';
  src: url('../fonts/Magnat-HeadBold.woff2') format('woff2'), url('../fonts/Magnat-HeadBold.eot') format('embedded-opentype'), url('../fonts/Magnat-HeadBold.woff') format('woff'), url('../fonts/Magnat-HeadBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.woff2') format('woff2'), url('../fonts/Mont-Regular.woff2') format('woff2'), url('../fonts/Mont-Regular.eot') format('embedded-opentype'), url('../fonts/Mont-Regular.woff') format('woff'), url('../fonts/Mont-Regular.woff') format('woff'), url('../fonts/Mont-Regular.ttf') format('truetype'), url('../fonts/Mont-Regular.ttf') format('truetype'), url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.woff2') format('woff2'), url('../fonts/Mont-SemiBold.woff2') format('woff2'), url('../fonts/Mont-SemiBold.eot') format('embedded-opentype'), url('../fonts/Mont-SemiBold.woff') format('woff'), url('../fonts/Mont-SemiBold.woff') format('woff'), url('../fonts/Mont-SemiBold.ttf') format('truetype'), url('../fonts/Mont-SemiBold.ttf') format('truetype'), url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Thin.woff2') format('woff2'), url('../fonts/Mont-Thin.woff') format('woff'), url('../fonts/Mont-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLight.eot') format('embedded-opentype'), url('../fonts/Mont-ExtraLight.woff') format('woff'), url('../fonts/Mont-ExtraLight.ttf') format('truetype'), url('../fonts/Mont-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.eot') format('embedded-opentype'), url('../fonts/Mont-Light.woff') format('woff'), url('../fonts/Mont-Light.ttf') format('truetype'), url('../fonts/Mont-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '0 Wll 9';
  src: url('../fonts/MornThin-0WLl9.otf') format('opentype'), url('../fonts/MornThin-0WLl9.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}