@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype"), url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype"), url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #242020;
  --gold: #d81e05;
  --gainsboro: #e6e6e6;
  --white-2: white;
  --white: #fafafa;
  --dark-olive-green: #ffb61e;
  --black-2: #403939;
  --black--50: #2b2727;
  --light-reg: #ff8080;
}

.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;
}

@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: var(--black);
  background-color: #fafafa;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}

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

a {
  color: var(--gold);
  text-decoration: underline;
}

ul {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: .2rem;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--gainsboro) var(--gainsboro) var(--gold);
  background-image: url('../images/qq_pp-1.svg');
  background-position: 98% 20px;
  background-repeat: no-repeat;
  background-size: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 10% 40px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.main-section {
  color: var(--white-2);
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/Layer-600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.main-section.aiming-high {
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/Chimney-Repair-Restoration.jpg');
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
  padding-top: 191px;
  padding-bottom: 53px;
  overflow: hidden;
}

.main-section.services {
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.main-section.contact-us {
  color: var(--black);
  background-image: none;
  min-height: auto;
  max-height: none;
  padding-top: 88px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.main-section.news-page {
  color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Chimney-Repair-Restoration.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 0 20px 32px;
  display: flex;
  overflow: hidden;
}

.main-section.news-page.contact-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Chimney-Repair-1.jpg');
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container.flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container.max-1080-px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1080px;
  display: flex;
}

.container.relative {
  z-index: 10;
  position: relative;
}

.container.blog {
  padding-top: 106px;
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  inset: 18% 0% auto;
}

.navbar {
  color: #fff;
  background-color: #24202000;
  background-image: none;
  border-bottom: 1px #ffffff14;
  align-items: center;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.black {
  background-color: var(--black);
}

.nav-link {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  transition: border-color .2s cubic-bezier(.19, 1, .22, 1);
}

.nav-link:hover {
  border-bottom-color: var(--gold);
}

.nav-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--white-2);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.nav-link.hidden {
  display: none;
}

.button-cta {
  border: 2px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  border-radius: 50px;
  margin-top: 27px;
  margin-left: 20px;
  padding: 0 46px;
  font-size: 16px;
  line-height: 46px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button-cta:hover {
  background-color: var(--gold);
  color: var(--black);
  text-transform: capitalize;
}

.button-cta.flat {
  margin-top: 0;
  margin-left: 0;
}

.button-cta.flat:hover {
  color: var(--white);
}

.nav-menu {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.line-element {
  background-color: var(--gold);
  width: 60px;
  height: 2px;
}

.greed-for-slogan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: grid;
}

.display-text {
  color: var(--gainsboro);
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.display-text.for-home-page {
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  font-size: 64px;
  line-height: 66px;
  display: block;
}

.display-text.red-colour {
  color: var(--gold);
}

.button-withe {
  clear: none;
  background-color: var(--white-2);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  align-self: center;
  max-width: 220px;
  margin-right: 20px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  transition: all .2s ease-out;
  display: inline-block;
}

.button-withe:hover {
  background-color: var(--gold);
  color: var(--white-2);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-2);
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.logo-banner-section {
  padding-left: 20px;
  padding-right: 20px;
}

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.logo-grid.two {
  background-color: var(--white-2);
  border: 1px solid #ccc;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-grid.hidden {
  display: none;
}

.logo-img {
  object-fit: scale-down;
  max-width: 140px;
}

.section {
  padding: 100px 20px;
}

.section.our-project {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 0 0;
}

.section.blog-section {
  padding-bottom: 100px;
}

.section.pre-footer-section {
  border-top: 1px solid var(--gainsboro);
}

.section.pre-footer-section.hidden {
  display: none;
}

.section.social-media-banner {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #ddd;
  padding: 0 40px;
}

.section.social-media-banner.hidden {
  padding-bottom: 0;
  display: none;
}

.section.footer {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
}

.section.logo-banner-section {
  background-color: var(--black);
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/30.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-main {
  padding-bottom: 0;
}

.section.services {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 44px;
  display: flex;
}

.section.hidden {
  flex-flow: column;
  padding-bottom: 31px;
  display: none;
}

.grid-for-heder-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.sub-heding {
  color: var(--dark-olive-green);
  font-size: 24px;
  font-weight: 600;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.2em;
}

.button-main {
  background-color: var(--gold);
  color: var(--white-2);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
}

.button-main:hover {
  background-color: var(--black);
}

.button-main.margin-top {
  margin-top: 20px;
}

.about-info-wrapper-card {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-vertical-with-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.card-vertical-with-img:hover {
  background-color: var(--black);
  box-shadow: inset 0 4px 0 0 var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.wrapper-for-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.card-name-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.card-name-text.project-section {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4em;
}

.card-name-text.blog {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2em;
}

.card-name-text.blog.small {
  font-size: 16px;
}

.card-name-text.social {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 20px;
  line-height: 1.4em;
}

.card-name-text.accent {
  color: var(--dark-olive-green);
}

.card-name-text.small {
  font-size: 18px;
}

.card-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.card-link:hover {
  color: var(--gold);
}

.wrapper-for-icon {
  filter: hue-rotate(345deg);
  height: 60px;
  margin-bottom: 20px;
}

.wrapper-for-icon.marging-top {
  height: auto;
  margin-top: 4px;
}

.tabs-menu {
  text-align: center;
  max-width: 500px;
  margin: -64px auto 20px;
}

.tab-link {
  color: var(--white-2);
  background-color: #0000;
  border-bottom: 1px solid #d8d40000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.tab-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
  background-color: #0000;
}

.pading-left-right {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-for-card-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#242020c7, #1614147a), url('../images/dfhjd_1dfhjd.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: minmax(30vw, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-for-card-project.current-projects {
  background-image: linear-gradient(#000c, #0000 63%), url('../images/Road-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.link-in-card-project {
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  border-bottom: 0px none var(--gold);
  color: var(--white-2);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-for-project-card {
  border-bottom: 1px solid var(--dark-olive-green);
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  min-height: 40%;
  padding: 40px;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.testimonials-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--gainsboro);
  background-color: #e6e6e600;
  border-radius: .2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 57px;
  display: grid;
  overflow: hidden;
}

.testimonials-grid.hidden {
  display: none;
}

.testimonials-logo-wrapper {
  background-color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.signature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 1fr) 1fr 420px 1fr minmax(20px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 110px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.signature-grid.butomn {
  inset: auto 0% 0%;
}

.this-block {
  color: var(--gold);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.this-block.center {
  border-right: 1px solid var(--white-2);
  border-left: 1px solid var(--white-2);
}

.recent-blogs-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: 268px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.blog-card:hover {
  color: var(--gold);
}

.blog-prew-img {
  object-fit: cover;
  width: 100%;
  height: 268px;
}

.blog-description {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-section {
  background-color: var(--white-2);
  padding: 100px 20px 60px;
}

.small-thin-text {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
}

.read-more-blog {
  z-index: 10;
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.read-more-blog:hover {
  color: var(--gold);
}

.read-more-blog.search-icon {
  background-color: #fff;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  min-width: 60px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.body {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.img-wrapper-blog-card {
  position: relative;
  overflow: hidden;
}

.pre-footer-section {
  padding: 60px 20px;
}

.grid-two-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.region-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  box-shadow: 0 13px 11px -9px #0003;
}

.content-description-card {
  border-radius: .2rem;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.img-for-card {
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.grid-card-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.social-card:hover {
  color: var(--gold);
}

.social-card.center {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.footer {
  background-color: var(--black);
  color: var(--gainsboro);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  background-attachment: fixed;
  padding: 60px 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text {
  margin-bottom: 0;
  font-size: 16px;
}

.list-item-footer {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.8em;
  text-decoration: none;
  display: grid;
}

.social-widget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.link-block {
  text-align: center;
  width: 60px;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
}

.link-block:hover {
  opacity: .46;
}

.column-grid-post-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.column-grid-post-main.two {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
}

.content-for-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

.content-for-card.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  padding: 9px 0;
  display: grid;
}

.content-for-card.grid.hidden {
  display: none;
}

.card-about-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.card-about-post:hover {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.brand {
  padding-left: 0;
}

.aiming-high-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-box-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  grid-template-rows: 370px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.light-box-card:hover {
  color: var(--gold);
}

.light-box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bread-crumbs-wrapper {
  margin-bottom: 20px;
}

.bread-crumbs {
  color: var(--white-2);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs:hover {
  color: var(--white-2);
}

.bread-crumbs.active {
  color: var(--dark-olive-green);
}

.bread-crumbs.black {
  color: var(--white-2);
}

.bread-crumbs.black.w--current {
  color: var(--white);
}

.contact-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-card {
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  padding: 20px 40px;
}

.contact-card-link {
  color: var(--black);
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.contact-card-link:hover {
  color: var(--gold);
}

.greed-wrapper-for-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Card-list Serche-bar"
  / 1fr 410px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-search-bar {
  border-left: 1px solid var(--gainsboro);
  padding-left: 20px;
  position: sticky;
  top: 120px;
}

.news-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #b9b9b9;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

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

.search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70px;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: grid;
}

.search.small {
  justify-items: center;
  max-width: 370px;
  margin: 20px auto 60px 0;
}

.search.hidden {
  display: none;
}

.search-input {
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.search-input:focus {
  border: 1px solid var(--gold);
}

.search-button {
  background-color: var(--white-2);
  color: #262626;
  text-align: center;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}

.search-button:hover {
  color: var(--gold);
}

.recent-posts-card {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: grid;
  position: relative;
}

.recent-posts-card:hover {
  color: var(--gold);
}

.recent-posts-prew {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.tag-link {
  float: left;
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid gray;
  border-radius: 30px;
  margin: 5px;
  padding: 0 30px;
  font-size: 10px;
  line-height: 32px;
  display: inline-block;
}

.collection-item {
  display: inline;
}

.collection-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-bar-collection {
  min-height: 365px;
  overflow: hidden;
}

.main-news-img {
  object-fit: cover;
  width: 100%;
  max-height: none;
  margin-bottom: 20px;
  display: block;
}

.search-result-item {
  margin-bottom: 40px;
}

.logo-text {
  color: #fff;
}

.logo-text.subtext {
  color: var(--gold);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.logo-svg {
  color: var(--gold);
  height: 42px;
  display: inline-block;
}

.logo-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.crecl-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.crecl-icon-wrapper.scroll-down {
  width: 60px;
  height: 60px;
  display: flex;
  position: static;
  transform: scale(.7)rotate(90deg);
}

.cercl-figure {
  border: 3px solid var(--gold);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cercl-figure.two {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.cercl-figure.one {
  opacity: .2;
  border-radius: 100%;
}

.cercl-figure.three {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.darck-card-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.time-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gold);
  letter-spacing: 0;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: grid;
}

.step-name {
  color: var(--dark-olive-green);
  font-size: 54px;
  font-weight: 800;
  line-height: 1em;
}

.dont-dilate_ {
  flex: 1;
}

.wite {
  color: #f7f7f8;
}

.comtainer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.comtainer.relative {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  height: auto;
  display: flex;
  position: static;
}

.big-darck-card {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-2);
  background-color: var(--black--50);
  color: var(--white-2);
  background-image: none;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 450px minmax(60px, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-height: none;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: grid;
  position: sticky;
  bottom: 30vh;
  transform: translate(0, 80px);
  box-shadow: 0 40px 20px -20px #0000008f;
}

.big-darck-card.step-thre {
  z-index: 2;
  transform: translate(0, 160px);
}

.big-darck-card.step-one {
  z-index: 4;
  transform: none;
}

.big-darck-card.step-fore {
  z-index: 1;
  position: sticky;
  transform: translate(0, 240px);
}

.big-darck-card.step-two {
  z-index: 3;
}

.image-for-card-step {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 50vh;
  display: block;
  position: static;
}

.image-for-card-step.one {
  max-width: none;
  max-height: none;
}

.image-for-card-step.two {
  width: 100%;
  max-width: none;
  max-height: none;
  position: relative;
  top: -176px;
}

.image-for-card-step.three {
  width: 100%;
  max-width: none;
}

.quoteblock {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.ava-name {
  color: #9a9fa5;
  font-size: 16px;
  font-weight: 500;
}

.head-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 110px;
}

.stiky-track-for-head-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.ava-wrapper {
  border-radius: 90px;
  width: 90px;
  height: 90px;
  position: relative;
}

.quet-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 440px) minmax(200px, 552px);
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 100px;
  padding: 120px 20px 100px;
  display: grid;
}

.quote-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ava {
  object-fit: cover;
  border-radius: 90px;
  width: 90px;
  height: 90px;
}

.small-quote-img {
  width: 22px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-step {
  background-color: var(--black);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding-bottom: 500px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
}

.section-for-heading {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 20px 20px;
}

.review-section {
  padding: 140px 20px 100px;
}

.review-section.hidden {
  display: block;
}

.section-with-video {
  color: var(--white-2);
  background-image: linear-gradient(#000c, #0000004d 34%, #0000009c), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.autograph {
  float: right;
  color: #001c99;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  line-height: 1.8em;
}

.banner {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1d1f;
  background-color: #fff;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -240px auto auto;
  padding: 40px 60px;
  display: block;
  position: relative;
  box-shadow: 0 20px 50px -10px #00000038;
}

.navbar-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.dropdown-toggle {
  color: var(--white-2);
  align-items: center;
  padding: .75rem 30px .75rem 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #5f1212;
}

.icon-dropdown {
  color: var(--dark-olive-green);
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-icon {
  color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  border: 1px none var(--black-2);
  box-shadow: none;
  color: var(--white-2);
  background-color: #191717;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  border-radius: .2rem;
  width: 420px;
  height: auto;
  padding: 20px;
  right: -100%;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--dark-olive-green);
  background-color: var(--gold);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:hover {
  background-color: var(--dark-olive-green);
  border-color: #6941c6;
}

.form-button:focus {
  background-color: var(--gold);
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-style-link-form {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.form-field-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact-icon-wrapper {
  color: var(--gold);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 0 40px 42px;
  display: grid;
}

.contact-item {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.parallax-image-wrapper {
  border-radius: .2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.parallax-image-wrapper._1 {
  justify-content: center;
  align-items: flex-start;
}

.parallax-image {
  width: 100%;
  max-width: none;
}

.parallax-image.second-img-for-service-page.chimney-repair-restoration {
  margin-bottom: 182px;
}

.parallax-image._1 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -37px;
}

.parallax-image.licenced-ivcon {
  width: 70%;
}

.icon-wrapper {
  min-width: 36px;
  display: flex;
}

.section-about-ethics {
  color: var(--white-2);
  text-align: center;
  background-image: linear-gradient(#242020d9, #242020d9), url('../images/srtgsd_1srtgsd.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 57px 20px;
  display: flex;
  position: relative;
}

.lightbox-second-page {
  border-radius: .2rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.scroll-down {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.background-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-overlay {
  z-index: 1;
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/Damage-Repair-Restoration_1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-overlay.weather-decay {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/Imperial-Bricks-Brickwork-Efflorescence-1.jpg');
}

.background-overlay.brick-repair-restoraton {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/Brick-Repair-1.jpg');
}

.background-overlay.door-window-opening-closing {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/OpeningClosing-Window-2.jpg');
  background-position: 0 0, 50% 80%;
}

.background-overlay.limestone-window-seal-replacement {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Limestone-Window-Seal-Replacement_1.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-overlay.parging {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/After-13.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-overlay.tuck-pointing {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/TuckPointing-a.jpg');
}

.background-overlay.chimney-repair-restoration {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/Chimney-Repair-2.JPG');
  background-position: 0 0, 50%;
}

.background-overlay.stone-repair {
  background-image: linear-gradient(#000000cf 17%, #2420203d), url('../images/After-1.jpg');
}

.background-overlay.foundation-repair {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Foundation-Repair.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 39px;
  display: flex;
}

.button-row.card {
  margin-top: 20px;
}

.layout-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-image-wrapper {
  width: 100%;
  height: auto;
}

.layout-content {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  max-width: 1080px;
  display: flex;
}

.layout-item-list {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.grid-service-page {
  background-color: #a8a8a81c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  margin-top: 0;
  padding: 52px;
}

.serch-container {
  min-height: 85vh;
  padding: 140px 20px 100px;
}

.flex-description-wrapper {
  flex-direction: column;
  display: flex;
}

.second-img-for-service-page {
  object-fit: cover;
  width: 100%;
  max-height: 520px;
  margin-bottom: 40px;
  display: block;
}

.icon-service-page {
  width: 100%;
  max-height: 32px;
}

.icon-main {
  object-fit: contain;
  width: 32px;
  max-height: 32px;
}

.underline {
  text-decoration: underline;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.highlight-default {
  color: #545b66;
  background-color: #cce4ff4d;
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-tight.flex-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.style-guide-section {
  padding: 100px 3%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-grey {
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.colour-block {
  background-color: var(--dark-olive-green);
  height: 120px;
}

.colour-block.color-6 {
  background-color: var(--black);
}

.colour-block.color-2 {
  background-color: var(--gold);
}

.colour-block.color-3 {
  background-color: var(--gainsboro);
}

.colour-block.color-4 {
  background-color: var(--white);
}

.colour-block.color-5 {
  background-color: var(--white-2);
}

.colour-block.color-7 {
  background-color: var(--black--50);
}

.colour-block.color-8 {
  background-color: var(--black-2);
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.header-section {
  color: #fff;
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.block {
  margin-bottom: 45px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.size-detail {
  color: #609fff;
  margin-left: 8px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.style-guide-h1 {
  color: #fff;
}

.wrapper-100vh {
  min-height: 100vh;
}

.background-changelog {
  color: #e7e7e7;
  background-color: #2e2e2e;
  border-radius: 3px;
  padding: 60px 40px;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.version-background {
  color: #2e2e2e;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.qoute-q {
  margin-bottom: 20px;
}

.link-for-dropdown {
  color: var(--white-2);
  text-decoration: none;
}

.link-for-dropdown:hover {
  color: var(--gold);
}

.bold-text {
  color: var(--dark-olive-green);
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  text-overflow: clip;
  white-space: nowrap;
  word-break: normal;
  font-size: 66px;
  line-height: 66px;
  display: block;
}

.div-block-78 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 23px;
  display: flex;
}

.nav-link-2 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 200px;
  margin: 0;
  padding: 10px 16px;
  font-size: 36px;
  font-weight: 600;
  transition: all .45s;
}

.nav-link-2:hover {
  color: #e6e6e6;
}

.button-cta-2 {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--gold);
  border-radius: 50px;
  width: 300px;
  margin-top: 0;
  margin-left: 0;
  padding: 7px 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button-cta-2:hover {
  background-color: var(--gold);
  color: var(--white);
  text-transform: capitalize;
}

.button-cta-2.other {
  background-color: var(--gold);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: .45s;
}

.button-cta-2.other:hover {
  background-color: var(--white-2);
  color: var(--gold);
}

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

.left-alignment.smaller-text {
  letter-spacing: 1px;
  font-size: 32px;
}

.form-4 {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.flex-form {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #babec3;
  height: 100px;
  min-height: 130px;
  padding-top: 8px;
  font-size: 16px;
  line-height: 20px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.text-area::placeholder {
  color: #000;
}

.form-block-5 {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.form-block-5.outline-outside {
  border: 8px solid var(--gold);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 18px;
  padding-bottom: 15px;
  display: flex;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #1c1c1c;
  border: 1px solid #000;
  margin-bottom: 13px;
  padding: 16px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #1c1c1c;
  background-color: #a39161;
  border-color: #fff;
}

.primary-button.full-w {
  justify-content: center;
  width: 100%;
  display: flex;
}

.primary-button.full-w:hover {
  background-color: #fcba30;
}

.primary-button.hover-white-bg {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white-2);
  border-radius: 100px;
  width: 200px;
  margin-bottom: 0;
  font-size: 14px;
}

.primary-button.hover-white-bg:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
}

.text-field-contact {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact::placeholder, .text-field-contact.other-text-colour, .text-field-contact.other-text-colour:focus-visible, .text-field-contact.other-text-colour[data-wf-focus-visible] {
  color: #000;
}

.image-84 {
  margin-bottom: 9px;
}

.modal-close {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.modal {
  z-index: 2147483647;
  color: #000;
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 26px 146px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div {
  width: 70%;
  height: 50%;
}

.div.less {
  height: auto;
  overflow: scroll;
}

.div-block-79 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-text-2 {
  padding-right: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.display-text-2.for-home-page {
  text-align: left;
}

.display-text-2.for-home-page.smaller-text {
  color: #fcba30;
  font-size: 42px;
}

.mask {
  position: absolute;
}

.lightbox-link-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slide {
  background-image: linear-gradient(#000, #0000004f 24%), url('../images/1000092489.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#000 5%, #0000004f 34%, #00000087 97%), url('../images/1000092511.jpg');
  background-position: 0 0, 50% 15%;
}

.slide._3 {
  background-image: linear-gradient(#000 5%, #0000004f 34%, #00000087 97%), url('../images/1000092514.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._4 {
  background-image: linear-gradient(#000, #0000004f 34%), url('../images/1000092515.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._5 {
  background-image: linear-gradient(#000, #0000004f 24%), url('../images/1000092516.jpg');
}

.slide._6 {
  background-image: linear-gradient(#000, #0000004f 24%), url('../images/1000092522.jpg');
}

.line-element-2 {
  background-color: var(--gold);
  width: 60px;
  height: 2px;
}

.left-arrow {
  display: none;
}

.crecl-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.crecl-icon-wrapper-2.hidden {
  display: none;
}

.section-with-video-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  max-height: none;
  padding: 199px 50px;
  display: flex;
  overflow: hidden;
}

.greed-for-slogan-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: grid;
}

.header {
  z-index: 4;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin-top: 0;
  padding-top: 114px;
  display: flex;
  position: relative;
}

.cercl-figure-2 {
  border: 3px solid #fcba30;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cercl-figure-2.three {
  border-color: var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.cercl-figure-2.one {
  border-color: var(--dark-olive-green);
  opacity: .2;
  border-radius: 100%;
}

.cercl-figure-2.two {
  border-color: var(--dark-olive-green);
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: block;
}

.right-arrow {
  display: none;
}

.image-6 {
  width: 20px;
  max-width: none;
  height: 20px;
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.button-withe-2 {
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  align-self: center;
  max-width: none;
  margin-right: 20px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  transition: all .2s ease-out;
  display: inline-block;
}

.button-withe-2:hover {
  background-color: var(--gold);
  color: #fff;
}

.div-block-80 {
  background-color: var(--gold);
  padding-top: 11px;
  padding-bottom: 11px;
}

.text-block-24 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  background-color: #030303f5;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  display: flex;
}

.footer-copyright {
  color: #fafafa9c;
  text-align: left;
  flex: 1;
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.footer-rights {
  color: #fafafa9c;
  margin-left: 42px;
  font-size: 12px;
  font-weight: 500;
}

.link-6 {
  color: #ff5c5c;
  font-size: 12px;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 64px;
}

.italic-text {
  color: var(--dark-olive-green);
}

.text-block-25 {
  color: var(--gainsboro);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph {
  font-size: 18px;
  font-weight: 500;
}

.link-block-2 {
  text-decoration: none;
}

.paragraph-2 {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
}

.code-embed {
  box-shadow: 0 20px 50px -10px #0003;
}

.heading-62 {
  color: #fafafa;
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
}

.div-block-3 {
  text-align: left;
}

.stiky-track-for-head-wrapper-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.button-main-2 {
  color: #242020;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fcba30;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  transition: all .4s, color .5s cubic-bezier(.19, 1, .22, 1);
}

.button-main-2:hover {
  color: #fcba30;
  background-color: #242020;
}

.button-main-2.margin-top {
  background-color: var(--gold);
  color: var(--white-2);
  border: 1px solid #0000;
  margin-top: 20px;
}

.button-main-2.margin-top:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #dd0d0d00;
}

.paragraph-4 {
  color: #fafafa;
  text-align: left;
  font-size: 18px;
}

.paragraph-5 {
  font-size: 16px;
}

.paragraph-5.other {
  color: #fafafa;
  text-align: left;
  border-left: 3px solid #eb9f00;
  border-right: 3px #eb9f00;
  padding-left: 22px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph-3 {
  color: #242020;
  font-size: 16px;
}

.paragraph-3.white-text {
  color: #fafafa;
  font-size: 18px;
  line-height: 1.5em;
}

.head-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: static;
  top: 110px;
}

.qoute-q-2 {
  margin-bottom: 20px;
}

.quet-wrapper-2 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: #00000042;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 500px) minmax(200px, 442px);
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 28px;
  padding: 38px 20px;
  display: grid;
}

.list-item {
  margin-bottom: 16px;
}

.list-item.yellow {
  color: #fcba30;
}

.image-85 {
  opacity: .33;
  background-color: #fff0;
}

.image-86 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
}

.main-section-2 {
  color: #fff;
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/Layer-600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.main-section-2.aiming-high {
  background-image: linear-gradient(#00000078, #00000078), url('../images/Aft-24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 600px;
  padding: 140px 50px;
  overflow: hidden;
}

.main-section-2.aiming-high.gallery {
  background-image: linear-gradient(#000000de 3%, #0000004d 68%), url('../images/Parging-2.jpg');
  min-height: 450px;
  padding-top: 195px;
  padding-bottom: 53px;
}

.container-2 {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.container-2.relative {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1240px;
  display: flex;
  position: relative;
}

.bread-crumbs-wrapper-2 {
  margin-bottom: 20px;
  margin-right: 47px;
}

.bread-crumbs-2 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs-2:hover {
  color: #fff;
}

.bread-crumbs-2.active {
  color: #fcba30;
  font-size: 12px;
}

.display-text-3 {
  padding-right: 24px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1em;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.section-2.other-section {
  padding: 0 40px;
}

.container-3 {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.container-3.max-1080-px {
  max-width: none;
  margin-bottom: 0;
}

.container-3.relative {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1240px;
  display: flex;
  position: relative;
}

.container-3.relative.full-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  padding-right: 29px;
}

.column-grid-post-main-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #e6e6e6;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.column-grid-post-main-2.two {
  z-index: 4;
  grid-column-gap: 42px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 96px;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 20px #0003;
}

.column-grid-post-main-2.hidden {
  background-color: #fff;
  max-width: 1240px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 25px;
}

.card-name-text-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-63 {
  width: 100%;
}

.paragraph-7 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

.paragraph-7.bigger-font {
  font-size: 28px;
  font-weight: 600;
}

.div-block-62 {
  padding-top: 0;
  padding-bottom: 35px;
}

.image-87 {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.div-block-65 {
  height: 900px;
  padding-top: 0;
  overflow: hidden;
}

.div-block-64 {
  margin-bottom: 40px;
}

.paragraph-6 {
  text-align: left;
  width: 100%;
  font-size: 16px;
}

.paragraph-6.cebtered {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-8 {
  color: #242020;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-8.sub-category {
  margin-bottom: 0;
}

.paragraph-8.subtext {
  padding-left: 14px;
}

.section-9 {
  width: 100vw;
  padding: 68px 40px 70px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.left-title-wrapper {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: static;
  top: 110px;
}

.base-container {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.accordion-title {
  font-size: 20px;
  line-height: 22px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #e9ddce;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: static;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1px 0;
  display: flex;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.faq-s-wrapper {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle-all-caps {
  color: #dd0d0d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-3 {
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 0;
}

.heading-61 {
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.2em;
}

.image-company-ruc {
  height: 70px;
}

.about-5-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-5-info-wrap-left {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-10 {
  padding: 80px 20px;
  position: relative;
}

.section-10.light-background {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}

.about-ruc-company-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-right: 10px;
  display: flex;
}

.base-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-5-info-wrap-right {
  width: 50%;
}

.main-left-title-wrapper.full-width {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.vertical-inscription {
  color: #ff6d20;
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription.secondary-sections {
  inset: -59% auto 0% 49%;
}

.vertical-inscription.secondary-sections.other {
  color: var(--gold);
  width: 100px;
  top: 41%;
  left: -38px;
}

.about-company-ruc {
  margin-bottom: 36px;
}

.capabilities-image-about-ruc {
  object-fit: cover;
  width: 100%;
  height: 490px;
  overflow: clip;
}

.red-h2-text {
  color: var(--gold);
}

.paragraph-large-size {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.about-5-info-cards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f2f1f1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding-top: 0;
  display: flex;
}

.heading-63 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.intro-item-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.section-11 {
  padding: 31px 0 0;
  position: relative;
}

.content-wrapper-item {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.main-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  position: relative;
}

.red-h2-text-2 {
  color: var(--gold);
}

.register-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.register-text {
  width: 400px;
}

.circle-work-green {
  border: 1px solid #113331;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.circle-work-green.item-1 {
  border-color: var(--gold);
  flex: none;
}

.how-it-work-block {
  width: 520px;
}

.how-it-work-block.hidden {
  display: none;
}

.work-stages-wrapper {
  margin-top: 40px;
}

.number-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-line-image {
  filter: brightness(200%);
  margin-top: 56px;
  margin-bottom: 10px;
  padding-left: 23px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.name-3 {
  margin-top: 5px;
}

.right-process-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-image: url('../images/PArging.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.number-1 {
  color: var(--gold);
}

.paragraph-9 {
  line-height: 20px;
}

.section-12 {
  padding: 80px 0 20px;
  position: relative;
}

.base-container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-left-title-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  margin-bottom: 60px;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.red-h2-text-3 {
  color: var(--gold);
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-64 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.section-13 {
  padding: 110px 40px 106px;
}

.section-13.hidden {
  display: none;
}

.div-block-121 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.div-block-121.flex-description-wrapper {
  margin-bottom: 0;
}

.dont-dilate_-2 {
  background-image: url('../images/O.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 400px;
  display: block;
}

.aiming-high-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-two {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-about-post-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  margin-top: 27px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.card-about-post-2:hover {
  color: #fff;
  background-color: #242020;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.card-link-2 {
  color: #242020;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.card-link-2:hover {
  color: #fcba30;
}

.div-block-29 {
  width: 40%;
}

.contacts-textarea {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid #ff6d20;
}

.contacts-textarea::placeholder {
  color: #717171;
}

.contacts-textarea.white {
  color: #f9f9fa;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 100px;
  margin-bottom: 16px;
}

.contacts-textarea.white::placeholder {
  color: #f9f9fa;
  letter-spacing: 1px;
}

.form-2 {
  background-color: #0000005c;
  margin-bottom: 25px;
  padding: 18px;
}

.bread-crumbs-3 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs-3:hover {
  color: #fff;
}

.bread-crumbs-3.active {
  color: var(--dark-olive-green);
  font-size: 12px;
}

.bread-crumbs-wrapper-3 {
  margin-bottom: 20px;
  margin-right: 47px;
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6d20;
  border: 1px solid #ff6d20;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.primary-red-button.full-submit-width.other-colour {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white-2);
  font-size: 18px;
  font-weight: 600;
  transition-duration: .425s;
}

.primary-red-button.full-submit-width.other-colour:hover {
  border-color: var(--white-2);
  color: var(--white-2);
  background-color: #242020;
}

.text-block-14 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 400;
}

.contacts-input {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #ff6d20;
}

.contacts-input::placeholder {
  color: #717171;
}

.contacts-input.white {
  color: #f9f9fa;
  letter-spacing: 1px;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1em;
}

.contacts-input.white::placeholder, .contacts-input.white:lang(en) {
  color: #f9f9fa;
}

.form-block-4 {
  margin-bottom: 0;
}

.div-block-122 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.block-quote {
  background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
  background-position: 98% 20%, 1% 20%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 5%, 5%, auto;
  border: 1px #000;
  margin-bottom: 20px;
  padding: 36px 80px;
}

.block-quote.pther {
  padding: 49px 80px;
}

.paragraph-10 {
  color: #242020;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.paragraph-10.subtext {
  padding-left: 14px;
}

.paragraph-10.sub-category {
  margin-bottom: 0;
}

.paragraph-10.smaller-text {
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-10.bold {
  font-weight: 700;
}

.rich-text-block {
  margin-top: 25px;
}

.heading-65 {
  margin-bottom: 0;
}

.info-company {
  color: #fafafa;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: flex;
}

.info-company:hover {
  color: var(--light-reg);
  border-bottom-color: #a39161;
}

.info-company.left {
  text-align: left;
  margin-bottom: 0;
}

.footer-text-2 {
  color: #242020;
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.info-company-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.links-footer-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  font-size: 20px;
  display: flex;
}

.div-block-76 {
  width: 100%;
  margin-top: 0;
}

.footer-logo-img {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-56 {
  color: #fafafa;
  margin-bottom: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-2 {
  text-align: center;
  background-color: #242020;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.list-item-footer-2 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  line-height: 1.8em;
  text-decoration: none;
  display: grid;
}

.link-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.page-link-footer {
  color: var(--white);
  border: 1px #000;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
}

.page-link-footer:hover {
  letter-spacing: .2px;
}

.page-link-footer.w--current {
  font-size: 16px;
}

.error-message-footer {
  width: 100%;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.form-block-footer {
  flex-direction: column;
  align-items: center;
  width: 45%;
  min-height: 68px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 17px;
  margin-bottom: 34px;
  display: block;
}

.bold-text-3 {
  color: #fafafa;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.form-footer {
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message-footer {
  text-align: center;
  background-color: #0000;
  min-height: 68px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 13px;
  padding-top: 39px;
  padding-bottom: 0;
  display: flex;
}

.submit-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: auto;
  display: flex;
}

.text-field {
  border: 1px solid #e9ddce;
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  margin-right: -40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
}

.text-field:focus {
  border-color: #1c1c1c;
}

.text-field::placeholder {
  color: #000;
}

.div-block-123 {
  padding-left: 28px;
  padding-right: 28px;
}

.heading-66 {
  text-align: left;
}

.div-block-124 {
  grid-column-gap: 4px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: inline-grid;
}

.rich-text-block-2 {
  color: var(--black);
  font-size: 16px;
}

.list {
  color: var(--gold);
}

.bold-text-4 {
  color: var(--white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  font-size: 66px;
  display: block;
}

.bold-text-4.yellow {
  color: var(--dark-olive-green);
}

.text-block-26 {
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
}

.bold-text-5 {
  font-size: 17px;
}

.bold-text-6 {
  color: var(--dark-olive-green);
}

.text-block-27 {
  font-size: 20px;
  font-weight: 400;
}

.text-block-28 {
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.bold-text-7 {
  font-size: 22px;
}

.text-block-29 {
  max-width: none;
  display: flex;
}

.text-block-29.centered {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.title {
  align-self: center;
  margin-right: 5px;
  font-size: 28px;
  line-height: 1.8;
}

.paragraph-11 {
  font-size: 18px;
}

.div-block-125 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-127 {
  padding: 10px;
  transition: all .525s;
}

.div-block-127:hover {
  box-shadow: 0 2px 20px -6px #0003;
}

.paragraph-12 {
  font-size: 18px;
  font-style: normal;
}

.link-7 {
  color: var(--gold);
  text-decoration: none;
}

.div-block-128 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.bold-text-8 {
  font-weight: 600;
}

.bold-text-9 {
  font-size: 22px;
  font-weight: 600;
}

.div-block-129 {
  width: auto;
  display: flex;
}

.bold-text-10 {
  font-size: 24px;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  font-size: 22px;
}

.div-block-130 {
  height: 350px;
  overflow: hidden;
}

.paragraph-13 {
  font-size: 18px;
}

.block-quote-2 {
  font-size: 22px;
}

.italic-text-2 {
  font-style: normal;
}

.heading-67 {
  margin-bottom: 20px;
}

.bold-text-14 {
  font-weight: 600;
}

.call-to-action {
  background-color: var(--gold);
  padding: 10px;
  display: inline-flex;
}

.link-8 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-30 {
  font-size: 18px;
  font-weight: 600;
}

.image-88 {
  max-width: 90%;
}

.italic-text-3 {
  font-style: normal;
}

.bold-text-15 {
  font-weight: 900;
}

.block-quote-3 {
  background-image: url('../images/Quote-Icon.svg'), url('../images/qq_pp-1.svg');
  background-position: 2% 20px, 98% 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 5%, 5%;
  padding-left: 10%;
}

.bold-text-16 {
  font-size: 18px;
}

.div-block-131 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-133 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  text-transform: uppercase;
}

.div-block-134 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-135 {
  align-self: center;
}

.div-block-136 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-89 {
  width: 40%;
}

.image-90 {
  width: 20%;
}

.block-quote-4 {
  margin-top: 0;
}

.text-block-31 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-32 {
  font-size: 18px;
}

.field-label-2 {
  font-size: 16px;
}

.text-block-33 {
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  border: 2px #000;
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
}

.link-9 {
  color: var(--dark-olive-green);
  text-decoration: none;
}

.div-block-138 {
  z-index: 3;
  background-color: #00000008;
  position: absolute;
  inset: 0%;
}

.image-92, .image-93 {
  width: 100%;
  max-width: none;
}

.image-94 {
  width: 100%;
  max-width: 100%;
}

.image-95 {
  width: 100%;
  max-width: none;
}

.gallery-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 54px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
}

.image-96, .lightbox-link-3 {
  width: 100%;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
}

.grid-6 {
  grid-template-rows: auto;
}

.tab-link-tab-1 {
  background-color: #be979700;
  border-top: 1px solid #fff0;
  border-bottom: 1px solid #fff;
}

.tab-link-tab-1.w--current, .tab-link-tab-2 {
  background-color: #fff0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.tab-link-tab-2:focus-visible, .tab-link-tab-2[data-wf-focus-visible], .tab-link-tab-2.w--current {
  background-color: #fff0;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
}

.div-block-139 {
  margin-bottom: 25px;
}

.text-block-34 {
  font-size: 18px;
  font-weight: 600;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  .container.flex {
    max-width: none;
  }

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

  .lightbox-second-page {
    justify-content: center;
    align-items: center;
  }

  .grid-service-page {
    place-items: start center;
  }

  .div-block-78 {
    margin-left: 49px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .subtitle-all-caps {
    margin-bottom: 10px;
  }

  .about-5-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-5-info-wrap-left {
    width: 50%;
  }

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

  .about-ruc-company-wrap {
    padding-right: 50px;
  }

  .about-5-info-wrap-right {
    width: 50%;
  }

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

  .content-wrapper-item {
    justify-content: space-around;
  }

  .process-title {
    width: 90%;
  }

  .how-it-work-block {
    width: 570px;
  }

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

  .main-left-title-wrapper-2 {
    width: 60%;
  }

  .footer-2 {
    padding-top: 0;
  }

  .text-block-28 {
    font-family: Gilroy, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .lightbox-second-page {
    justify-content: center;
    align-items: center;
  }

  .grid-service-page {
    place-items: start center;
  }

  .image-87 {
    padding-bottom: 0;
    position: relative;
    top: -137px;
  }

  .div-block-65 {
    height: 900px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .text-block-26 {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .main-section {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-section.aiming-high {
    min-height: 400px;
  }

  .main-section.services {
    height: 900px;
  }

  .main-section.contact-us {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-link {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3em;
  }

  .nav-menu {
    background-color: #242020fa;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .display-text.for-home-page {
    font-size: 4em;
    line-height: 1em;
    display: block;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 0;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-for-heder-section {
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card-vertical-with-img {
    flex-direction: column;
  }

  .wrapper-for-content {
    padding-bottom: 60px;
  }

  .card-name-text.blog {
    font-size: 20px;
  }

  .tabs-menu {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-for-card-project {
    background-position: 0 0, 50%;
    grid-template-columns: 1fr 1fr;
  }

  .link-in-card-project {
    border: 1px solid #ffffff59;
  }

  .content-for-project-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-template-columns: 20px 1fr 1fr 1fr 20px;
  }

  .blog-card {
    grid-template-rows: 20vw auto;
  }

  .blog-prew-img {
    height: 20vw;
  }

  .read-more-blog {
    line-height: 36px;
  }

  .pre-footer-section {
    padding-top: 0;
  }

  .region-card {
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 30vw;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .column-grid-post-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-grid-post-main.two {
    flex-flow: column;
    margin-top: -86px;
    padding: 30px;
    display: flex;
  }

  .content-for-card {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .card-about-post {
    flex-direction: column-reverse;
  }

  .menu-button.w--open {
    background-color: #ffb61e00;
  }

  .light-box-card {
    grid-template-rows: 30vw auto;
  }

  .contact-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .greed-wrapper-for-news {
    grid-template: "Serche-bar"
                   "Card-list"
                   / 1fr;
  }

  .sticky-search-bar {
    border-left-style: none;
    padding-left: 0;
    position: static;
  }

  .news-card {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
  }

  .news-prew {
    height: 30vw;
  }

  .grid-for-news-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .recent-posts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-for-card-nrews {
    flex-direction: column;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .big-darck-card {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
    bottom: 0;
  }

  .image-for-card-step {
    object-fit: contain;
    max-height: 30vh;
  }

  .image-for-card-step.one {
    display: inline-block;
  }

  .head-wrapper {
    position: relative;
    top: auto;
  }

  .quet-wrapper {
    flex-direction: column;
    padding: 60px 32px 0;
    display: flex;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link:hover {
    background-color: #63140a;
  }

  .navbar-menu-dropdown {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .dropdown-icon {
    inset: auto 0% auto auto;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .parallax-image {
    width: 100%;
  }

  .grid-service-page {
    padding: 25px;
  }

  .title-wrap-left {
    text-align: left;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    justify-items: center;
  }

  .div-block-78 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .primary-button {
    margin-bottom: 0;
    display: block;
  }

  .image-84 {
    max-width: 35%;
  }

  .modal {
    padding-top: 48px;
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

  .display-text-2 {
    font-size: 66px;
  }

  .display-text-2.for-home-page {
    font-size: 62px;
  }

  .display-text-2.for-home-page.smaller-text {
    font-size: 34px;
    font-weight: 600;
  }

  .line-element-2 {
    width: 40px;
  }

  .section-with-video-2 {
    min-height: 100vh;
    padding: 140px 29px;
  }

  .header {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
  }

  .footer-copyright {
    text-align: left;
    width: 100%;
  }

  .footer-rights {
    color: #fafafa9c;
  }

  .heading-62 {
    font-size: 32px;
  }

  .button-main-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph-3.white-text {
    text-align: left;
  }

  .head-wrapper-2 {
    position: relative;
    top: auto;
  }

  .qoute-q-2 {
    width: 10%;
    max-width: 80%;
  }

  .quet-wrapper-2 {
    flex-direction: column;
    padding: 25px 18px 0;
    display: flex;
  }

  .main-section-2 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-section-2.aiming-high {
    min-height: 500px;
    padding-bottom: 63px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .display-text-3 {
    padding-right: 0;
    font-size: 48px;
  }

  .section-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.other-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.relative.full-width {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .column-grid-post-main-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-grid-post-main-2.two {
    grid-auto-flow: column;
    padding: 24px;
    display: block;
  }

  .div-block-62 {
    padding-bottom: 0;
  }

  .image-87 {
    top: 0;
  }

  .section-9 {
    padding: 25px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .left-title-wrapper {
    text-align: center;
    position: static;
  }

  .base-container {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-wrapper-one-column {
    width: 100%;
    padding-top: 0;
  }

  .faq-s-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .columns-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-5-info-wrapper {
    flex-wrap: wrap;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .section-10 {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-10.light-background {
    padding-top: 30px;
  }

  .about-ruc-company-wrap {
    width: auto;
    padding-right: 0;
  }

  .base-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-5-info-wrap-right {
    width: 100%;
  }

  .vertical-inscription {
    text-align: left;
    position: static;
    transform: rotate(0);
  }

  .capabilities-image-about-ruc {
    object-position: 50% 30%;
    height: 500px;
  }

  .paragraph-large-size {
    font-size: 16px;
  }

  .about-5-info-cards-wrapper {
    justify-content: space-between;
  }

  .section-11 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-item {
    grid-column-gap: 30px;
    flex-flow: column;
    position: relative;
  }

  .main-title-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .process-title {
    width: 100%;
  }

  .register-text {
    width: 90%;
  }

  .how-it-work-block {
    width: auto;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .right-process-wrapp {
    background-position: 51%;
    order: 1;
    min-height: 300px;
    margin-top: 27px;
  }

  .section-12 {
    padding: 30px 25px;
  }

  .base-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-left-title-wrapper-2 {
    flex-direction: column;
    width: 85%;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .section-13 {
    padding: 65px 30px 30px;
  }

  .card-about-post-2 {
    flex-direction: column-reverse;
  }

  .div-block-29 {
    width: 100%;
  }

  .form-2 {
    background-color: #00000080;
  }

  .text-block-14 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .div-block-122 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .block-quote {
    padding-left: 56px;
    padding-right: 56px;
  }

  .block-quote.pther {
    padding: 30px 51px;
  }

  .info-company.left {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .info-company-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .links-footer-wrapper {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-76 {
    width: 100%;
  }

  .footer-logo-img {
    width: 60%;
  }

  .heading-56 {
    font-weight: 400;
  }

  .footer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-block-footer {
    width: 100%;
  }

  .div-block-75 {
    text-align: left;
  }

  .div-block-11 {
    width: 100%;
  }

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 37px;
    display: flex;
  }

  .div-block-130 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .text-block-33 {
    font-size: 44px;
    line-height: 44px;
  }

  .bold-text-17 {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
  }

  .icon {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 40px;
  }

  .main-section.services {
    padding-bottom: 0;
  }

  .main-section.news-page {
    height: 400px;
  }

  .container.blog {
    padding-top: 33px;
  }

  .display-text {
    font-size: 48px;
  }

  .display-text.for-home-page {
    font-size: 3em;
  }

  .logo-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 57px;
    padding-bottom: 38px;
  }

  .section.logo-banner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.services {
    padding-bottom: 0;
  }

  .grid-for-heder-section {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .grid-for-heder-section.title {
    flex-flow: row;
  }

  .h1 {
    margin-right: 0;
  }

  .about-info-wrapper-card {
    flex-flow: column;
    grid-template-columns: auto;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .wrapper-for-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    border-top-color: var(--gold);
    border-bottom-style: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .signature-grid.butomn {
    border-bottom-style: none;
    border-bottom-color: var(--gold);
    flex-direction: column;
    grid-template-rows: auto auto;
    margin-top: 60px;
    display: flex;
  }

  .this-block {
    grid-column-gap: 10px;
    border: 1px solid var(--gold);
    color: var(--white);
    text-align: left;
    background-color: #242020cc;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    border-radius: .2rem;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .this-block.center {
    border: 1px solid var(--gold);
  }

  .recent-blogs-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-rows: auto auto;
  }

  .blog-prew-img {
    height: 50vw;
  }

  .content-description-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-card-social {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .social-card.center {
    border-left-style: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-grid-post-main {
    grid-template-columns: 1fr;
  }

  .column-grid-post-main.two {
    grid-template-columns: 1fr;
    padding: 24px 28px;
  }

  .content-for-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .light-box-card {
    grid-template-rows: 50vw auto;
  }

  .news-prew {
    height: 50vw;
  }

  .grid-for-news-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .search {
    float: none;
    max-width: none;
    margin-top: 100px;
    position: static;
  }

  .main-news-img {
    height: 60vw;
    max-height: none;
  }

  .logo-wrapper {
    flex-flow: column;
  }

  .darck-card-text-wrapper {
    margin-top: 40px;
  }

  .big-darck-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-for-card-step.three, .image-for-card-step.fore {
    max-height: none;
  }

  .quoteblock {
    font-size: 24px;
    line-height: 28px;
  }

  .section-step {
    padding-bottom: 448px;
  }

  .review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-with-video {
    max-height: none;
  }

  .autograph {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form-button {
    font-size: 1rem;
    font-weight: 600;
  }

  .form-button:hover {
    border-color: var(--dark-olive-green);
    background-color: var(--dark-olive-green);
    color: var(--black);
    font-weight: 600;
  }

  .form-input.text-area {
    min-height: 9rem;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .parallax-image {
    width: 100%;
  }

  .section-about-ethics {
    min-height: auto;
    padding: 51px 20px;
  }

  .scroll-down {
    display: none;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.card {
    margin-bottom: 0;
  }

  .layout-item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .grid-service-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .licence-image {
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

  .licence-grid {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: .8em;
    line-height: .2em;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .button-wrapper-2.product {
    margin-top: 0;
  }

  .form-block-5.outline-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.hover-white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-84 {
    max-width: 40%;
  }

  .modal {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div.less {
    width: 85%;
  }

  .div-block-79 {
    width: 100%;
  }

  .display-text-2 {
    font-size: 48px;
  }

  .display-text-2.for-home-page {
    font-size: 46px;
  }

  .display-text-2.for-home-page.smaller-text {
    font-size: 28px;
  }

  .section-with-video-2 {
    height: 700px;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 157px;
    margin-bottom: 62px;
  }

  .button-withe-2 {
    padding: 0 20px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-copyright {
    text-align: center;
    font-size: 11px;
  }

  .footer-rights {
    color: #ffffff9c;
    text-align: center;
    margin-left: 0;
    font-size: 11px;
  }

  .text-block-25 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .link-block-2 {
    width: 100%;
  }

  .button-main-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5.other {
    padding-left: 12px;
    font-size: 20px;
  }

  .paragraph-3.white-text {
    font-size: 16px;
  }

  .head-wrapper-2 {
    padding: 15px 15px 0;
  }

  .quet-wrapper-2 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-120 {
    padding-bottom: 0;
  }

  .main-section-2.aiming-high {
    min-height: 400px;
    max-height: none;
    padding-bottom: 0;
  }

  .container-2.relative {
    top: -50px;
  }

  .display-text-3 {
    font-size: 48px;
  }

  .section-2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.other-section {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.max-1080-px {
    margin-bottom: 0;
  }

  .container-3.relative {
    top: -50px;
  }

  .container-3.relative.full-width {
    padding-left: 19px;
    padding-right: 19px;
  }

  .column-grid-post-main-2, .column-grid-post-main-2.two {
    grid-template-columns: 1fr;
  }

  .card-name-text-2 {
    font-size: 22px;
  }

  .paragraph-7.bigger-font {
    font-size: 24px;
  }

  .image-87 {
    top: 0;
  }

  .div-block-65 {
    height: auto;
  }

  .section-9 {
    padding-top: 41px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container {
    max-width: none;
  }

  .accordion-wrapper-one-column {
    width: 100%;
    padding-top: 0;
  }

  .faq-s-wrapper {
    grid-row-gap: 40px;
  }

  .columns-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-57 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .section-10 {
    padding: 35px 20px 60px;
  }

  .section-10.light-background {
    padding: 0;
  }

  .about-ruc-company-wrap {
    width: auto;
    padding-right: 0;
  }

  .about-5-info-wrap-right {
    width: 100%;
  }

  .main-left-title-wrapper.full-width {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .vertical-inscription.secondary-sections {
    text-align: left;
  }

  .about-company-ruc {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .capabilities-image-about-ruc {
    height: 350px;
    margin-bottom: 20px;
  }

  .about-5-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 0;
  }

  .section-11 {
    padding: 0;
  }

  .content-wrapper-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .main-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-title {
    text-align: left;
    width: 100%;
  }

  .how-it-work-block {
    order: 1;
    width: 100%;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .right-process-wrapp {
    flex: 0 auto;
    height: 300px;
  }

  .section-12 {
    padding: 0;
  }

  .main-left-title-wrapper-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }

  .section-13 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .block-quote {
    background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
    background-position: 95% 20%, 3% 20%, 0 0;
    background-size: 7%, 7%, auto;
    padding-left: 53px;
    padding-right: 53px;
  }

  .block-quote.pther {
    padding-left: 60px;
    padding-right: 60px;
  }

  .links-footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-logo-img {
    width: 90%;
  }

  .heading-56 {
    font-size: 22px;
  }

  .footer-2 {
    padding: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .form-block-footer {
    width: 100%;
    margin-top: 30px;
  }

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-field {
    min-height: 50px;
  }

  .div-block-124 {
    text-align: left;
  }

  .bold-text-4 {
    font-size: .8em;
    line-height: .2em;
  }

  .text-block-29.centered {
    display: block;
  }

  .title {
    line-height: 32px;
  }

  .div-block-128 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-134 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-135 {
    width: 40%;
  }

  .div-block-136 {
    justify-content: flex-start;
    align-items: center;
    width: 40%;
  }

  .italic-text-6 {
    font-size: 1em;
  }

  .image-91 {
    width: 100%;
  }

  .bold-text-18 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    background-position: 10px 10px;
    background-size: 30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-section {
    padding-bottom: 100px;
  }

  .main-section.aiming-high, .main-section.services {
    min-height: 360px;
  }

  .main-section.contact-us {
    min-height: auto;
    max-height: none;
    padding: 15px;
  }

  .main-section.news-page {
    min-height: auto;
    max-height: none;
  }

  .container.max-1080-px {
    text-align: left;
  }

  .container.blog {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .navbar {
    padding-left: 8px;
  }

  .nav-menu {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    max-height: 95svh;
    padding-top: 4px;
    padding-bottom: 23px;
  }

  .greed-for-slogan {
    text-align: center;
    justify-items: start;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .display-text {
    font-size: 36px;
  }

  .display-text.for-home-page {
    text-align: center;
    line-height: 1.2em;
  }

  .button-withe {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6em;
    display: block;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .lightbox-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid.two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img {
    max-width: 85%;
  }

  .section {
    padding: 33px 15px 60px;
  }

  .section.our-project {
    padding-top: 60px;
  }

  .section.services {
    padding-top: 25px;
  }

  .grid-for-heder-section.title {
    flex-flow: column;
  }

  .sub-heding {
    font-size: 16px;
  }

  .h1 {
    text-align: left;
    margin-top: 3px;
    margin-right: 0;
    font-size: 32px;
    line-height: 30px;
  }

  .button-main {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card-vertical-with-img {
    flex-direction: column;
    grid-template-rows: min-content auto;
    display: flex;
  }

  .wrapper-for-content {
    padding-bottom: 20px;
  }

  .card-name-text {
    font-size: 28px;
    line-height: 30px;
  }

  .card-name-text.blog {
    text-align: left;
  }

  .wrapper-for-icon.marging-top {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .tab-link {
    font-size: 20px;
    line-height: 2.2em;
    display: inline-block;
  }

  .grid-for-card-project {
    background-image: linear-gradient(#242020c7, #1614147a), url('../images/CSR.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    grid-template-columns: 1fr;
  }

  .content-for-project-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .testimonials-logo-wrapper {
    padding: 20px 5px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .this-block {
    text-align: left;
    justify-content: flex-start;
  }

  .blog-description {
    border-bottom: 1px solid #ebebeb;
  }

  .pre-footer-section {
    padding-top: 0;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 50vw;
  }

  .grid-card-social {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .social-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-items: start;
    display: flex;
  }

  .social-card.center {
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px solid var(--gainsboro);
    border-right-style: none;
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-text {
    font-size: 14px;
  }

  .list-item-footer {
    text-align: left;
  }

  .social-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column-grid-post-main {
    grid-row-gap: 0px;
  }

  .column-grid-post-main.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-for-card {
    padding-bottom: 20px;
  }

  .content-for-card.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-about-post {
    grid-template-rows: min-content auto;
    display: flex;
  }

  .menu-button {
    padding-left: 13px;
    padding-right: 13px;
  }

  .aiming-high-grid {
    grid-row-gap: 25px;
  }

  .bread-crumbs {
    font-size: 14px;
  }

  .contact-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .contact-card {
    margin-bottom: 20px;
  }

  .search {
    margin-top: 0;
  }

  .search-button {
    padding-right: 0;
  }

  .recent-posts {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-text {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .logo-text.subtext {
    letter-spacing: 5px;
    margin-bottom: 0;
    font-size: 9px;
  }

  .logo-svg {
    height: 40px;
  }

  .logo-wrapper {
    flex-flow: column;
    width: 90%;
  }

  .logo-wrapper.fo-footer {
    text-align: center;
    flex-direction: column;
  }

  .text-logo-wrapper {
    text-align: left;
  }

  .text-logo-wrapper.for-footer {
    text-align: center;
  }

  .darck-card-text-wrapper {
    margin-top: 12px;
  }

  .step-name {
    font-size: 42px;
  }

  .wite {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .comtainer.relative {
    display: flex;
  }

  .big-darck-card {
    padding-top: 20px;
    padding-bottom: 35px;
    bottom: 5vh;
  }

  .image-for-card-step {
    width: 100%;
    max-height: 50dvh;
  }

  .image-for-card-step.two {
    top: 0;
  }

  .ava-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .quet-wrapper {
    background-color: #0000;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-grid, .ava {
    display: block;
  }

  .section-step {
    padding-top: 0;
    padding-bottom: 406px;
  }

  .section-for-heading {
    text-align: left;
    padding-top: 60px;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: 100vh;
    max-height: none;
    padding-bottom: 100px;
  }

  .autograph {
    margin-bottom: 0;
  }

  .banner {
    text-align: center;
  }

  .dropdown-link-list.navigation {
    overflow: auto;
  }

  .form-field-two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-component {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-about-ethics {
    text-align: left;
    padding-top: 44px;
    padding-bottom: 36px;
  }

  .button-row {
    margin-bottom: 0;
  }

  .button-row.card {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .layout-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .layout-item-list {
    grid-row-gap: 25px;
    text-align: left;
  }

  .grid-service-page {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .header-section {
    min-height: auto;
    padding-top: 140px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .qoute-q {
    max-width: 56px;
  }

  .div-block-78 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-left: 0;
  }

  .nav-link-2, .button-cta-2 {
    width: 90%;
  }

  .left-alignment {
    line-height: .9em;
  }

  .left-alignment.smaller-text {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .form-4 {
    align-items: center;
  }

  .button-wrapper-2 {
    width: auto;
  }

  .flex-form {
    flex-direction: column;
    width: 100%;
  }

  .text-area {
    color: #000;
    font-size: 16px;
  }

  .form-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5.outline-outside {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: scroll;
  }

  .primary-button {
    padding: 12px 7px;
  }

  .text-field-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .image-84 {
    max-width: 55%;
    margin-top: 16px;
  }

  .modal {
    padding-top: 33px;
    display: none;
  }

  .div.less {
    width: 95%;
    height: 90%;
  }

  .display-text-2 {
    font-size: 36px;
  }

  .display-text-2.for-home-page {
    text-align: left;
    font-size: 36px;
    line-height: 1.2em;
  }

  .display-text-2.for-home-page.smaller-text {
    font-size: 20px;
  }

  .lightbox-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    text-decoration: none;
  }

  .text-block-23 {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
  }

  .crecl-icon-wrapper-2 {
    width: 70px;
    height: 70px;
  }

  .section-with-video-2 {
    justify-content: center;
    align-items: flex-end;
    min-height: auto;
    max-height: none;
    padding: 0 15px;
  }

  .greed-for-slogan-2 {
    text-align: center;
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: flex-start start;
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .button-wrapper-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 27px;
    display: block;
  }

  .image-6 {
    max-width: 50%;
  }

  .button-withe-2 {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 1.6em;
    display: block;
  }

  .button-withe-2.hidden {
    width: 200px;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bottom-wrapper {
    background-color: #000000f5;
    flex-flow: column;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    line-height: 1.6em;
  }

  .footer-rights {
    text-align: center;
    font-size: 10px;
    line-height: 1.6em;
  }

  .link-6 {
    font-size: 10px;
  }

  .text-block-25 {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-62 {
    text-align: left;
  }

  .button-main-2 {
    margin-top: 20px;
    margin-right: 0;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
  }

  .qoute-q-2 {
    max-width: 56px;
  }

  .quet-wrapper-2 {
    background-color: #0000;
    margin-top: 39px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-2 {
    padding-bottom: 100px;
  }

  .main-section-2.aiming-high {
    min-height: 260px;
    max-height: 400px;
    padding-top: 87px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.relative {
    margin-top: 151px;
    margin-bottom: 0;
  }

  .bread-crumbs-2 {
    font-size: 14px;
  }

  .display-text-3 {
    font-size: 36px;
  }

  .section-2 {
    padding: 0 15px;
  }

  .container-3.max-1080-px {
    text-align: left;
  }

  .container-3.relative {
    margin-top: 99px;
    margin-bottom: 53px;
  }

  .container-3.relative.full-width {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-grid-post-main-2 {
    grid-row-gap: 0px;
  }

  .column-grid-post-main-2.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-grid-post-main-2.hidden {
    flex-flow: column;
    display: flex;
  }

  .card-name-text-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-7 {
    text-align: left;
  }

  .image-87 {
    top: 0;
  }

  .section-9 {
    padding-top: 33px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    font-size: 16px;
  }

  .accordion-item {
    padding-left: 11px;
    padding-right: 11px;
  }

  .accordion-wrapper-one-column {
    padding-top: 0;
  }

  .accordion-list-content {
    font-size: 14px;
  }

  .columns-5 {
    flex-flow: column;
  }

  .subtitle-all-caps {
    text-align: left;
    font-size: 12px;
  }

  .heading-61 {
    text-align: left;
    font-size: 26px;
  }

  .heading-57 {
    font-size: 28px;
  }

  .about-5-info-wrap-left {
    padding: 0;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10.light-background {
    padding-top: 40px;
  }

  .about-ruc-company-wrap {
    width: 100%;
  }

  .base-container-2 {
    max-width: none;
  }

  .main-left-title-wrapper.full-width {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vertical-inscription.secondary-sections {
    text-align: left;
  }

  .capabilities-image-about-ruc {
    height: 200px;
  }

  .red-h2-text {
    font-size: 24px;
  }

  .about-5-info-cards-wrapper {
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .section-11 {
    padding: 0;
  }

  .register-text {
    width: 100%;
  }

  .number-container {
    grid-row-gap: 35px;
  }

  .intro-line-image {
    margin-top: 66px;
    margin-bottom: 20px;
  }

  .name-3 {
    font-size: 20px;
  }

  .right-process-wrapp {
    height: 200px;
    min-height: 150px;
  }

  .section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-3 {
    max-width: none;
  }

  .main-left-title-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .heading-64 {
    text-align: left;
  }

  .section-13 {
    padding: 60px 15px 0;
  }

  .div-block-121.vertical {
    flex-flow: column;
  }

  .aiming-high-grid-2 {
    grid-row-gap: 20px;
  }

  .card-about-post-2 {
    grid-template-rows: min-content auto;
    display: flex;
  }

  .div-block-29 {
    width: 100%;
  }

  .contacts-textarea.white {
    min-height: 90px;
    padding: 17px 11px;
  }

  .form-2 {
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bread-crumbs-3 {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts-input.white {
    padding-left: 11px;
    padding-right: 11px;
  }

  .block-quote {
    background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
    background-position: 98% 5%, 0 5%, 0 0;
    background-size: 10%, 10%, auto;
    padding: 17px 39px;
  }

  .block-quote.pther {
    padding-left: 34px;
    padding-right: 34px;
  }

  .info-company {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-text-2 {
    font-size: 14px;
  }

  .div-block-76 {
    margin-top: 0;
  }

  .footer-logo-img {
    width: 80%;
  }

  .footer-2 {
    text-align: left;
    padding-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-footer-2 {
    text-align: left;
  }

  .page-link-footer, .page-link-footer.w--current {
    font-size: 18px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
  }

  .div-block-75 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-wrapper {
    margin-top: 0;
  }

  .div-block-123 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-124 {
    grid-template-columns: 1fr;
  }

  .text-block-26, .bold-text-5 {
    font-size: 11px;
  }

  .div-block-129 {
    flex-flow: column;
  }

  .div-block-130 {
    height: 200px;
  }

  .bold-text-15 {
    font-size: 36px;
  }

  .block-quote-3 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .div-block-131 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-31 {
    font-size: 26px;
  }

  .text-block-33 {
    font-size: 38px;
    line-height: 34px;
  }

  .bold-text-18 {
    line-height: 26px;
  }

  .div-block-137 {
    width: 100%;
  }

  .bold-text-19 {
    font-size: 24px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-b7f12095-a259-fd30-c975-00e4bb71bf47-9671a57b, #w-node-_15fbee53-4a85-e847-3a8e-661c78bb4ad7-9671a57b, #w-node-_68e1a85a-7a68-6649-070d-6df8eecc3663-9671a57b, #w-node-_0396675f-5b56-05c2-176d-9438315fca02-9671a57b, #w-node-c943f563-f06c-3ada-0a6b-7724eb5726f8-9671a57b, #w-node-_3ccd6856-26a0-d12c-7f7f-441b2adfda3a-9671a57b {
  place-self: center;
}

#w-node-a8ad3526-f411-3c20-8d7e-29f2c8f8b986-9671a57b {
  place-self: end;
}

#w-node-_794ad7bf-4c3d-7902-16f9-bc1a56cea2aa-9671a57b, #w-node-c029b7cc-1510-2bf9-1ac5-2437ea72d886-9671a57b, #w-node-_53fc4ef5-7ff3-3a13-d13a-1069d5539b48-9671a57b, #w-node-_93026c14-3374-03fd-9341-77835b1ac14a-9671a57b, #w-node-_165dd427-faa5-d415-a288-3bef3e7eda43-9671a57b, #w-node-_99525e7c-9725-3659-15ce-eb359dee3f53-9671a57b, #w-node-_4ddae363-af73-44e7-20a9-586deeaba760-9671a57b, #w-node-_8fb6ae46-5429-5a6b-d1d2-dd35e53b3711-9671a57b {
  place-self: stretch stretch;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a457-9671a57b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a458-9671a57b {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a459-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f11b0c-1539-beab-14be-1a6143e7710c-9671a57b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a466-9671a57b {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a467-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ab23b0-83ee-7d3f-afa8-cc58f21d744f-9671a57b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a474-9671a57b {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a475-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b192dea-e542-cb45-4dfb-5d0647c24d69-9671a57b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a483-9671a57b {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a484-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830ea43b-d1cc-24e8-2ed6-8a8240ec2140-9671a57b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_72f7563e-4c8b-7484-b18c-7f489b306e95-9671a57b, #w-node-e80ce171-891a-5266-8cc7-5739dde42802-9671a57b, #w-node-_4c917ecf-064b-07b9-362c-d3b31286dd3e-9671a57b, #w-node-_57b98f05-ba59-82d1-6ac8-458931339418-9671a57b, #w-node-_4ff56b27-1f2b-6a5c-135f-188ab4a615ff-9671a57b, #w-node-_03eff1fb-ae9a-dcb3-9417-82e4a2fc4627-9671a57b, #w-node-a4b9b818-ce63-fb5e-f71a-f32bb920b947-9671a57b, #w-node-_990af5ae-2949-f56a-32eb-2f0647236c4f-9671a57b {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-_4ef51193-22b4-28a1-5e83-ad9ad26ba1ff-9671a57b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_9ab59575-c0ef-d0eb-9bd1-882e58bbdbe5-9671a57b {
  align-self: center;
}

#w-node-_6f64e494-f439-dbb2-0810-789ceea67928-9671a57b {
  place-self: center;
}

#w-node-f52c6b98-ec8e-04e5-f974-1b88a7289494-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f52c6b98-ec8e-04e5-f974-1b88a72894b1-9671a57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e659767c-42e0-647e-1eab-2777a67a27ae-9671a57b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d4d1566-88b8-bf56-6e3e-e88cd5fce1d8-9671a57b {
  align-self: stretch;
}

#w-node-_329641f7-453d-6aba-3596-018a0e89361c-9671a57b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-9671a57b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-9671a57b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-9671a57b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0347dfb9-03e6-c962-14f5-968c829aba97-829aba90 {
  place-self: center;
}

#w-node-_0347dfb9-03e6-c962-14f5-968c829aba98-829aba90 {
  align-self: center;
}

#w-node-_0347dfb9-03e6-c962-14f5-968c829aba9c-829aba90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0347dfb9-03e6-c962-14f5-968c829aba9d-829aba90 {
  align-self: center;
}

#w-node-_0347dfb9-03e6-c962-14f5-968c829abad6-829aba90, #w-node-_0347dfb9-03e6-c962-14f5-968c829abadd-829aba90 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_9f936470-d2a1-1d4a-5788-91cd1d2db193-9671a57c, #w-node-_0ae34191-22cc-8921-bdd4-7c59d417a4a5-9671a57c, #w-node-_7c406b8b-082b-fd99-956a-61a5804118e1-9671a57c, #w-node-_1c7821fd-d9d9-a125-b37a-bd28f566ad4c-9671a57c, #w-node-e413ca35-2b77-b3ff-0ed9-ccecd4b91742-9671a57c, #w-node-d40429aa-947b-0e41-b687-8026f40501fc-9671a57c, #w-node-_7fce125f-9a28-5a46-fdef-2c444ed64f85-9671a57c, #w-node-bcd12480-723e-ee7b-b035-98a08a5826cc-9671a57c, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb1e-9671a57c, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb24-9671a57c, #w-node-a96fc559-970c-dcc4-88bd-de1de255238b-9671a57c, #w-node-a96fc559-970c-dcc4-88bd-de1de2552391-9671a57c, #w-node-a3cf0d0f-b87b-fff1-0669-abadce478355-9671a57c, #w-node-a3cf0d0f-b87b-fff1-0669-abadce47835b-9671a57c, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287403-9671a57c, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287409-9671a57c {
  align-self: stretch;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc882-9671a57d, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc887-9671a57d, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc88c-9671a57d {
  align-self: start;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d2-9671a57d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d3-9671a57d {
  justify-self: center;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603e9-9671a57e {
  grid-area: Serche-bar;
  align-self: start;
}

#search.w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603eb-9671a57e {
  align-self: stretch;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603f3-9671a57e {
  place-self: stretch stretch;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce603f4-9671a57e {
  align-self: center;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60405-9671a57e {
  grid-area: Card-list;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce6040a-9671a57e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84c4eef0-9c28-c962-91c2-3d1cdce6040b-9671a57e {
  align-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e6-e84120df {
  place-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e7-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ed-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ee-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412100-e84120df {
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412107-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e841210d-e84120df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412113-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412119-e84120df {
  justify-self: stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097b1-9671a57f {
  grid-area: Serche-bar;
  align-self: start;
}

#search.w-node-_03909bbf-ada0-d07a-5332-5c833c4097b3-9671a57f {
  align-self: stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097bb-9671a57f {
  place-self: stretch stretch;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097bc-9671a57f {
  align-self: center;
}

#w-node-_03909bbf-ada0-d07a-5332-5c833c4097cd-9671a57f {
  grid-area: Card-list;
}

#w-node-_798bf545-5832-32e3-d61d-1d4253393223-9671a580, #w-node-_73ebbb60-33dc-d125-8725-30b2599e813d-9671a580 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af27476a-debf-c42d-673c-5cc1c469d220-9671a580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bcd5eca-3223-c7e1-a03d-d5793000e1d4-9671a580 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27e0a075-fc05-ad5e-0622-a3a7140376ad-9671a580 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-ef91bdff-a973-abb3-f13e-9b94367af073-9671a580, #w-node-ef91bdff-a973-abb3-f13e-9b94367af074-9671a580, #w-node-ef91bdff-a973-abb3-f13e-9b94367af08b-9671a580, #w-node-ef91bdff-a973-abb3-f13e-9b94367af08c-9671a580, #w-node-ef91bdff-a973-abb3-f13e-9b94367af07f-9671a580, #w-node-ef91bdff-a973-abb3-f13e-9b94367af080-9671a580 {
  align-self: stretch;
}

#w-node-_91dad579-d420-5879-7242-761f9538a063-9671a580, #w-node-c14cab87-8e03-76d7-bde4-777c5a2745c5-9671a580, #w-node-_9bcfaab8-6ebd-5778-0d9b-346e077d3125-9671a580, #w-node-_62a35de7-fda5-bfbd-7447-c4095fa5e64f-9671a580, #w-node-_62a35de7-fda5-bfbd-7447-c4095fa5e652-9671a580 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6ad0f18-e418-2a0f-6a4a-3e8581a69d39-9671a580, #w-node-f6ad0f18-e418-2a0f-6a4a-3e8581a69d40-9671a580, #w-node-f6ad0f18-e418-2a0f-6a4a-3e8581a69d47-9671a580 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6ad0f18-e418-2a0f-6a4a-3e8581a69d4e-9671a580, #w-node-f6ad0f18-e418-2a0f-6a4a-3e8581a69d55-9671a580 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ead96d8-95dc-a868-2d35-76d73ec0ecf9-9671a581 {
  grid-area: Serche-bar;
  align-self: start;
}

#w-node-_85e894f6-21aa-5dcf-0881-2731e4ce8b3d-9671a581 {
  place-self: stretch stretch;
}

#w-node-_85e894f6-21aa-5dcf-0881-2731e4ce8b3e-9671a581 {
  align-self: center;
}

#w-node-_9c9f3e16-f398-2b6e-adba-41e2c1926fc2-9671a581 {
  grid-area: Card-list;
}

#w-node-_22b33455-ee37-2c9b-178f-b96a1c2c52bc-9671a581 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22b33455-ee37-2c9b-178f-b96a1c2c52bd-9671a581 {
  align-self: stretch;
}

#w-node-_5ed0dabbd48b14473393f13f00000000000f-9671a582 {
  justify-self: stretch;
}

#w-node-_2b3bc6e2-9d28-e3ae-6935-b85f93cc5939-9671a585, #w-node-_2b3bc6e2-9d28-e3ae-6935-b85f93cc5945-9671a585, #w-node-_2b3bc6e2-9d28-e3ae-6935-b85f93cc594f-9671a585, #w-node-_2b3bc6e2-9d28-e3ae-6935-b85f93cc5959-9671a585 {
  align-self: start;
}

#w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c8193-9671a585 {
  align-self: center;
}

#w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c8195-9671a585, #w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c81ab-9671a585, #w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c81c1-9671a585, #w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c81d7-9671a585 {
  align-self: start;
}

#w-node-_4fec0e83-b06b-84b6-e765-d5fcf21c81f5-9671a585 {
  align-self: center;
}

#w-node-_85a0c610-9352-dea3-1b91-a875b9667b94-9671a592, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-9671a592, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b98-9671a592 {
  justify-self: start;
}

#w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e13-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e19-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e1f-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e25-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e2b-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e31-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e37-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e3d-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e43-3c8d3bee, #w-node-_23ecde7a-6885-4736-4b49-6b2ac6f6e8f5-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e49-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e4f-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e55-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e5b-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e61-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e67-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e6d-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e73-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e79-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e7f-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e85-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e8b-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e91-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e97-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123e9d-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ea3-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ea9-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123eaf-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123eb5-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ebb-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ec1-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ec7-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ecd-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ed3-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ed9-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123edf-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ee5-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123eeb-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ef1-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123ef7-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123efd-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f03-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f09-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f0f-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f15-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f1b-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f21-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f27-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f2d-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f33-3c8d3bee, #w-node-_262fe9dc-f4ee-62ab-c32d-33d82a123f39-3c8d3bee {
  align-self: stretch;
}

#w-node-a3a30f61-b473-9588-acad-43cde38a1b44-6317ee4e {
  align-self: center;
}

#w-node-a3a30f61-b473-9588-acad-43cde38a1b46-6317ee4e, #w-node-a3a30f61-b473-9588-acad-43cde38a1b4e-6317ee4e, #w-node-a3a30f61-b473-9588-acad-43cde38a1b56-6317ee4e, #w-node-a3a30f61-b473-9588-acad-43cde38a1b5e-6317ee4e {
  align-self: start;
}

#w-node-a3a30f61-b473-9588-acad-43cde38a1b69-6317ee4e, #w-node-_9d1d81e6-051f-0f85-0488-56b041a46226-0bc88d08 {
  align-self: center;
}

#w-node-_9d1d81e6-051f-0f85-0488-56b041a46228-0bc88d08, #w-node-_9d1d81e6-051f-0f85-0488-56b041a46230-0bc88d08, #w-node-_9d1d81e6-051f-0f85-0488-56b041a46238-0bc88d08, #w-node-_9d1d81e6-051f-0f85-0488-56b041a46240-0bc88d08 {
  align-self: start;
}

#w-node-_9d1d81e6-051f-0f85-0488-56b041a4624b-0bc88d08, #w-node-_25e54323-6159-17a7-7209-b9a56f87a980-2fec346c {
  align-self: center;
}

#w-node-_25e54323-6159-17a7-7209-b9a56f87a982-2fec346c, #w-node-_25e54323-6159-17a7-7209-b9a56f87a98c-2fec346c, #w-node-_25e54323-6159-17a7-7209-b9a56f87a994-2fec346c, #w-node-_25e54323-6159-17a7-7209-b9a56f87a99e-2fec346c {
  align-self: start;
}

#w-node-_25e54323-6159-17a7-7209-b9a56f87a9a9-2fec346c, #w-node-_8b974c42-8f23-ec74-e612-5870e5a0e3ff-4828151b {
  align-self: center;
}

#w-node-_8b974c42-8f23-ec74-e612-5870e5a0e401-4828151b, #w-node-_8b974c42-8f23-ec74-e612-5870e5a0e40b-4828151b, #w-node-_8b974c42-8f23-ec74-e612-5870e5a0e413-4828151b, #w-node-_8b974c42-8f23-ec74-e612-5870e5a0e41d-4828151b {
  align-self: start;
}

#w-node-_8b974c42-8f23-ec74-e612-5870e5a0e428-4828151b, #w-node-_1850fcad-fa13-aaf3-028b-48197692e2cf-5c164b89 {
  align-self: center;
}

#w-node-_1850fcad-fa13-aaf3-028b-48197692e2d1-5c164b89, #w-node-_1850fcad-fa13-aaf3-028b-48197692e2da-5c164b89, #w-node-_1850fcad-fa13-aaf3-028b-48197692e2e2-5c164b89, #w-node-_1850fcad-fa13-aaf3-028b-48197692e2eb-5c164b89 {
  align-self: start;
}

#w-node-_1850fcad-fa13-aaf3-028b-48197692e2f6-5c164b89, #w-node-_2b446008-941f-e7b6-dd64-0e6967731531-e1917d65 {
  align-self: center;
}

#w-node-_2b446008-941f-e7b6-dd64-0e6967731533-e1917d65, #w-node-_2b446008-941f-e7b6-dd64-0e696773153d-e1917d65, #w-node-_2b446008-941f-e7b6-dd64-0e6967731544-e1917d65, #w-node-_2b446008-941f-e7b6-dd64-0e696773154c-e1917d65 {
  align-self: start;
}

#w-node-_2b446008-941f-e7b6-dd64-0e6967731556-e1917d65, #w-node-_2b446008-941f-e7b6-dd64-0e6967731531-e713fbc1 {
  align-self: center;
}

#w-node-_2b446008-941f-e7b6-dd64-0e6967731533-e713fbc1, #w-node-_2b446008-941f-e7b6-dd64-0e696773153d-e713fbc1, #w-node-_2b446008-941f-e7b6-dd64-0e6967731544-e713fbc1, #w-node-_2b446008-941f-e7b6-dd64-0e696773154c-e713fbc1 {
  align-self: start;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc87b-25b462fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc882-25b462fb, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc887-25b462fb, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc88c-25b462fb {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_329641f7-453d-6aba-3596-018a0e89361c-9671a57b, #w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-9671a57b, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-9671a57b, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-9671a57b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-9671a57d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_844c8045-9dde-5abb-8fa5-927042016036-9671a57d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60405-9671a57e {
    grid-area: Card-list;
  }

  #w-node-_84c4eef0-9c28-c962-91c2-3d1cdce60408-9671a57e {
    align-self: stretch;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_03909bbf-ada0-d07a-5332-5c833c4097cd-9671a57f {
    grid-area: Card-list;
  }

  #w-node-_798bf545-5832-32e3-d61d-1d4253393223-9671a580 {
    align-self: end;
  }

  #w-node-_9c9f3e16-f398-2b6e-adba-41e2c1926fc2-9671a581 {
    grid-area: Card-list;
  }

  #w-node-_3fb37f23-ed38-3b42-b0d0-406ebc0cb74b-9671a581 {
    align-self: stretch;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-25b462fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_844c8045-9dde-5abb-8fa5-927042016036-25b462fb {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_329641f7-453d-6aba-3596-018a0e89361c-9671a57b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0347dfb9-03e6-c962-14f5-968c829aba94-829aba90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0347dfb9-03e6-c962-14f5-968c829aba96-829aba90 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0347dfb9-03e6-c962-14f5-968c829aba9b-829aba90 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    justify-self: end;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_91dad579-d420-5879-7242-761f9538a063-9671a580 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-9671a592 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0396675f-5b56-05c2-176d-9438315fca02-9671a57b, #w-node-c943f563-f06c-3ada-0a6b-7724eb5726f8-9671a57b, #w-node-_3ccd6856-26a0-d12c-7f7f-441b2adfda3a-9671a57b {
    place-self: center;
  }

  #w-node-_0347dfb9-03e6-c962-14f5-968c829aba94-829aba90, #w-node-_0347dfb9-03e6-c962-14f5-968c829aba96-829aba90, #w-node-_0347dfb9-03e6-c962-14f5-968c829aba9b-829aba90, #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-9671a57d, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120f6-e84120df {
    justify-self: center;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-25b462fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}