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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #f6f0a2;
}

.styleguide-content-wrap {
  text-align: center;
}

.sec-intro-contact {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  display: block;
}

.sec-intro-contact.cc-cta {
  background-color: #fff;
  background-image: url('../images/electricity-44.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 80px;
  display: block;
}

.sec-intro-contact.cc-home-wrap {
  height: auto;
  justify-content: center;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  z-index: 40;
  width: 100%;
  max-width: 1080px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  margin: 46px auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: none;
  position: relative;
}

.container.cc-blog-detail {
  margin-top: 0;
  padding-bottom: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.btn-detali-h1 {
  z-index: 30;
  width: auto;
  height: 60px;
  max-width: 280px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f27405;
  border: 1px #5b0b11;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.btn-detali-h1:hover {
  box-shadow: none;
  color: #fff;
  background-color: #32343a;
}

.btn-detali-h1:active {
  background-color: #43464d;
}

.btn-detali-h1.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-detali-h1.cc-contact-us {
  z-index: 5;
  background-color: #292838;
  position: relative;
}

.btn-detali-h1.cc-white-button {
  color: #202020;
  background-color: #f27405;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-detali-h1.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-detali-h1.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  width: 750px;
  opacity: 1;
  color: #011f27;
  margin: 46px auto 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.label.cc-blog-date {
  width: 50%;
  opacity: .6;
  color: #e2000c;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 10px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 80%;
  opacity: 1;
  color: #000;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  height: 187.5px;
  opacity: .95;
  color: #000;
  text-align: left;
  border-top: 1px solid #f6f0a2;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
}

.heading-jumbo {
  opacity: .85;
  color: #faf5f2;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.heading-jumbo-small {
  opacity: .7;
  color: #000;
  text-transform: none;
  margin-top: 46px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  width: 980px;
  max-width: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #faf5f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: #e2000c;
  border-bottom: 1px solid #e2000c;
  font-weight: 400;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: #faf5f2;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrap {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.intro-header {
  height: 90vh;
  opacity: 1;
  color: #fff;
  background-color: #fff;
  background-image: url('../images/electricity-44.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  width: 100%;
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Default.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.intro-content {
  width: 70%;
  max-width: 968px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 18px;
  display: flex;
}

.intro-content.cc-homepage {
  width: 100%;
  max-width: 1000px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.motto-wrap {
  z-index: 40;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-right: 40px;
  display: block;
  position: relative;
}

.about-story-wrap {
  width: auto;
  max-width: 1080px;
  text-align: center;
  margin: 36px auto;
  padding-left: 0;
  padding-right: 0;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: rgba(243, 234, 209, .29);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr;
  margin-top: 40px;
  margin-bottom: 0;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto 40px;
}

.detail-header-image {
  width: 100%;
  height: 590px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.blog-item {
  text-align: center;
  background-color: rgba(246, 240, 162, 0);
  background-image: linear-gradient(#fff 33%, rgba(246, 240, 162, 0) 57%, rgba(246, 240, 162, .3) 87%, rgba(0, 0, 0, 0) 94%, rgba(246, 240, 162, .28));
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.blog-item:hover {
  background-color: rgba(241, 221, 170, .11);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.blog-preview-image {
  height: auto;
  margin-bottom: 24px;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: auto;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blog-heading-link {
  width: auto;
  height: 79.2535px;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
  border-top: 1px solid #f6f0a2;
  margin-bottom: 14px;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  overflow: hidden;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  display: none;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #faf5f2;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  z-index: 3;
  width: auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 20px 36px;
  position: relative;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.body {
  background-color: #fdfaf1;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.f-margin-bottom {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.f-margin-bottom-16 {
  text-align: center;
  margin-bottom: 0;
}

.f-heading-detail-small {
  color: #b6b9ce;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-container-regular {
  width: 100%;
  max-width: 1080px;
  justify-content: center;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sec-progect {
  background-color: #fff;
  margin-top: 0;
  padding: 96px 0%;
  position: relative;
  overflow: hidden;
}

.f-footer-small {
  background-color: #fff;
  background-image: url('../images/electricity-44.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 0 0%;
  position: relative;
}

.f-paragraph-regular {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-color-gray-500 {
  color: #8a8886;
  font-size: 16px;
}

.f-text-color-gray-500 {
  color: #6b7094;
}

.f-career-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

.f-career-row-wrapper {
  opacity: 1;
  border-bottom: 1px solid #f6f0a2;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.f-career-position-block-title {
  border-bottom: 1px solid #f6f0a2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.f-career-table {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.f-margin-bottom-12 {
  margin-bottom: 0;
}

.f-career-title-centre {
  z-index: 5;
  width: 100%;
  max-width: 540px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-career-wrapper {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.sec-adress {
  z-index: 1;
  background-color: #fef8f1;
  padding: 96px 0%;
  position: relative;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: rgba(246, 240, 162, .3);
  font-size: 14px;
  line-height: 24px;
}

.f-text-area {
  min-height: 112px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #f6f0a2;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-input {
  min-height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e4e6f1;
  border-bottom: 1px solid #f6f0a2;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 16px 10px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-contact-image-wrapper {
  height: 100%;
  max-width: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.f-checkbox-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #8a8886;
  text-transform: lowercase;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.f-checkbox-2 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #f27405;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox-2.w--redirected-checked {
  background-color: #f6f0a2;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.f-margin-bottom-52 {
  margin-bottom: 32px;
}

.f-field-label-2 {
  color: #8a8886;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 24px;
}

.f-margin-bottom-53 {
  margin-bottom: 10px;
}

.f-paragraph-large-4 {
  color: #8a8886;
  letter-spacing: -.02em;
  margin-top: 46px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.f-h3-heading-3 {
  color: #292838;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.f-heading-detail-small-5 {
  color: #8a8886;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.f-margin-bottom-54 {
  margin-bottom: 8px;
}

.f-margin-bottom-55 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.bl-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-avatar-group-l {
  width: auto;
  height: 120px;
  letter-spacing: -.03em;
  background-color: #e4e6f1;
  border: 6px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: -24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.f-avatar-group {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  color: #fceff0;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: #8f1212;
}

.dropdown {
  z-index: auto;
}

.f-navigation-link-2 {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  color: #160042;
  mix-blend-mode: normal;
  background-color: #fdfaf1;
  border: 1px rgba(212, 150, 47, .3);
  box-shadow: inset 0 2px 5px #f3ead1;
}

.f-navigation-link-2.w--current {
  color: #f27405;
}

.f-navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.f-logo-2 {
  width: 180px;
  height: auto;
  min-width: 100px;
  object-fit: fill;
  display: block;
}

.f-navigation-logo-link-2 {
  flex: 0 auto;
}

.f-navigation-link-wrapper-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-2 {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  z-index: 666;
  width: 100%;
  min-height: 75px;
  background-color: #fff;
  align-items: center;
  padding: 8px 5%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.f-dropdown-link {
  color: #1b114a;
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover {
  background-color: rgba(185, 218, 235, .5);
}

.f-dropdown-link:focus {
  background-color: rgba(185, 218, 235, .3);
}

.f-dropdown-link.w--current {
  color: #2d0896;
}

.f-dropdown-wrap {
  z-index: 999;
  height: auto;
  background-color: #fff;
  margin-right: 0;
  padding: 8px 0 8px 8px;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 34px 34px 88px rgba(177, 186, 200, .16);
}

.f-paragraph-small {
  letter-spacing: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-dropdown-icon-l {
  opacity: .64;
  color: rgba(226, 0, 12, .5);
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  display: block;
}

.f-dropdown-icon-l:focus-visible {
  color: #f1ddaa;
}

.f-dropdown-icon-l[data-wf-focus-visible] {
  color: #f1ddaa;
}

.f-dropdown {
  margin-bottom: 0;
}

.drop-proekt {
  z-index: 676;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  border: 1px #f6f0a2;
  border-radius: 3px;
  margin-right: 0;
  padding: 8px 16px;
  transition: all .4s;
  display: block;
}

.drop-proekt:hover {
  border: 1px rgba(246, 240, 162, .3);
  box-shadow: inset 1px 0 4px rgba(242, 116, 5, .2);
}

.f-icon-regular-4 {
  width: 24px;
  height: 24px;
  color: #d4962f;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  width: 48px;
  height: 48px;
  color: #e2000c;
  -webkit-text-stroke-color: #292838;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: #d4962f;
  background-color: rgba(246, 240, 162, .37);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  color: #b9daeb;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 0;
  margin-bottom: 0;
}

.f-paragraph-small-2 {
  color: #faf5f2;
  letter-spacing: -.01em;
  white-space: pre;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-link-2 {
  width: 100%;
  color: #faf5f2;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: #f27405;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.f-container-regular-2 {
  z-index: 9;
  width: auto;
  max-width: 1080px;
  min-width: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.f-footer-regular {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 64px 0% 0;
  display: flex;
  position: relative;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-card {
  width: 345px;
  box-shadow: none;
  color: #160042;
  background-color: rgba(241, 221, 170, .05);
  border-radius: 3px;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.f-testimonial-card:hover {
  background-color: rgba(241, 221, 170, .15);
}

.f-margin-bottom-59 {
  margin-bottom: 32px;
}

.f-margin-bottom-60 {
  margin-bottom: 12px;
}

.f-margin-bottom-60.f-text-weight-bold {
  margin-left: auto;
  margin-right: auto;
}

.f-text-weight-bold {
  font-weight: 700;
}

.sec-forum {
  max-width: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: 1;
  background-color: #fdfaf1;
  background-image: url('../images/DreamShaper-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 96px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-btn-detail {
  opacity: 1;
  letter-spacing: 1px;
  white-space: pre;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.f-footer-vertical-divider-2 {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-margin-bottom-61 {
  margin-bottom: 48px;
}

.f-footer-content {
  align-items: center;
}

.text-block-6 {
  color: #b9daeb;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300;
}

.text-block-6:hover {
  color: #fff;
}

.image-2 {
  z-index: auto;
  width: 50%;
  height: auto;
  opacity: .87;
  object-fit: fill;
  border: 1px #000;
  border-radius: 8px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.smart-panels {
  z-index: 99;
  width: auto;
  height: auto;
  background-image: linear-gradient(277deg, rgba(212, 150, 47, .55) 5%, rgba(212, 150, 47, .54) 6%, rgba(212, 150, 47, .49) 28%, rgba(247, 249, 253, .54));
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: fixed;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.link-tel {
  width: 40px;
  height: 40px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  overflow: visible;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 30px;
}

.link-ups {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 130%;
}

.f-sub-heading-large {
  color: #292838;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.f-margin-bottom-63 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: rgba(220, 211, 191, .28);
  border-radius: 90px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.f-feature-card-centre {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 64px 10px 20px;
  display: block;
}

.f-grid-four-column {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-top-left-radius: 0;
  border-top-right-radius: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -119px;
  margin-left: 0;
  padding: 0 0 60px;
  position: relative;
}

.f-container-regular-3 {
  z-index: 40;
  width: 100%;
  max-width: 1140px;
  background-color: #fdfaf1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 20px;
  position: relative;
}

.image-4 {
  width: 20px;
}

.f-h3-heading-3-centr {
  color: #292838;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.headdetail-small-centr {
  text-align: center;
  text-transform: uppercase;
}

.heading-small-deskript {
  width: auto;
  max-width: none;
  color: #292838;
  text-align: center;
  white-space: normal;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
}

.headdetail-small-centr {
  color: #011f27;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.deskript-head1 {
  color: #292838;
  font-family: Literata, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.text-platform {
  z-index: 1;
  max-width: 1100px;
  opacity: .45;
  color: #faf5f2;
  white-space: pre;
  -webkit-text-fill-color: transparent;
  background-color: #f7f9fd;
  -webkit-background-clip: text;
  background-clip: text;
  border: 6px solid #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Jaldi, sans-serif;
  font-size: 203px;
  font-weight: 700;
  line-height: 91%;
  position: absolute;
  bottom: 94px;
}

.q-red {
  color: #d4962f;
  font-family: Jaldi, sans-serif;
  font-size: 250px;
  font-weight: 700;
}

.f-content-text {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  margin-top: 0;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 305px;
  height: 210px;
  border-radius: 3px;
}

.image-15 {
  z-index: auto;
  width: 100%;
  height: 290px;
  opacity: 1;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  left: auto;
}

.container-copy {
  z-index: 40;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  opacity: 1;
  background-color: #fdfaf1;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.deskript-heading-jombo {
  color: #faf5f2;
  align-items: center;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.heading-onas-jumbo {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

.slaidero {
  height: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
  max-width: 960px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f6f0a2;
  border-top: 1px solid #f3ead1;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.slide {
  height: auto;
  padding-bottom: 0;
}

.qestions-bl1 {
  width: 100%;
  height: 380px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  border-bottom: 1px #f3ead1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.right-arrow {
  z-index: 999;
  width: 160px;
  height: 49px;
  text-transform: uppercase;
  background-color: rgba(242, 116, 5, .54);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  transition: all .555s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  opacity: .7;
}

.div-block-7 {
  height: auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(241, 221, 170, .22);
  background-image: linear-gradient(rgba(241, 221, 170, .53), rgba(241, 221, 170, .53)), url('../images/Drea_2-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.left-arrow {
  width: 160px;
  height: 49px;
  color: #f27405;
  background-color: rgba(248, 179, 114, .4);
  border: 1px #f27405;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  bottom: 0;
  overflow: visible;
}

.text-block-13 {
  text-transform: uppercase;
  font-size: 18px;
}

.heading-qwiz1 {
  height: auto;
  box-shadow: none;
  color: #292838;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto 40px;
  padding: 16px 16px 16px 36px;
  line-height: 130%;
  display: inline-block;
}

.f-checkbox {
  width: 23px;
  height: 23px;
  color: #fff;
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 3px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #f27405;
  background-size: 12px;
  border-style: none;
  border-color: #d4962f;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field-2 {
  max-width: 450px;
  color: #292838;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-weight: 500;
}

.bl-checkb {
  width: 100%;
  height: 40px;
  max-width: 560px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f6f0a2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.div-block-10 {
  width: 100%;
  height: auto;
  max-width: 600px;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px #000;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px;
  display: flex;
}

.textarea {
  height: 70px;
  border: 1px solid #f6f0a2;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

.form {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 0;
}

.heading {
  opacity: .8;
  color: #011f27;
  margin-top: 0;
  font-family: Literata, sans-serif;
  font-weight: 800;
}

.meta {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.checkbox-label, .checkbox-label-2 {
  color: #292838;
  font-weight: 400;
}

.text-block-14 {
  color: #292838;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 17px;
}

.text-field-form {
  height: 42px;
  border: 1px solid rgba(246, 240, 162, .3);
  border-radius: 3px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}

.text-field-form::-ms-input-placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.text-field-form::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-icon-regular-5 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a-2 {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(241, 221, 170, .5);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: -70px;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a-2:hover {
  color: #fff;
  background-color: #f27405;
  border-style: none;
  border-color: #160042;
}

.f-testimonial-left-a-2 {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: -70px;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a-2:hover {
  color: #fff;
  background-color: #f27405;
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-6.f-text-weight-medium {
  opacity: .44;
  font-weight: 500;
}

.f-avatar-image-3 {
  width: auto;
  height: 80px;
  opacity: .6;
  object-fit: contain;
  background-color: #fff;
  border-radius: 0;
}

.f-testimonial-avatar-small-2 {
  width: auto;
  height: 80px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  height: auto;
  color: #160042;
  background-color: rgba(254, 200, 94, .07);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 25px;
  transition: all .555s;
  display: flex;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-card-2:hover {
  transform: translate(1px, 2px);
  box-shadow: 23px 23px 64px -16px rgba(242, 116, 5, 0);
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-mask-2 {
  width: 350px;
  overflow: visible;
}

.f-testimonial-slider-large-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 64px;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-margin-bottom-67 {
  margin-bottom: 12px;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1080px;
  border-top: 1px solid #f6f0a2;
  border-bottom: 1px #f6f0a2;
  margin: 40px auto 46px;
  padding: 46px 20px;
  position: relative;
}

.section- {
  background-color: #fff;
  margin-bottom: 0;
  padding: 96px 0% 0;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  line-height: 130%;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  border-bottom: 1px solid #f6f0a2;
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 120%;
}

.mask {
  height: 380px;
  border: 1px #000;
}

.bl-checkb-copy {
  width: 100%;
  height: 40px;
  max-width: 560px;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.text-span-4 {
  color: #1d1a16;
}

.f-paragraph-large {
  text-align: left;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 130%;
}

.f-career-button-primary {
  min-height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(242, 116, 5, .46);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  color: #fff;
  background-color: #f27405;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #f7f9fd;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  line-height: 130%;
}

.f-career-top-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #f6f0a2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-top: 8px;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
  padding: 18px;
}

.f-career-card {
  opacity: .99;
  border: 1px #e4e6f1;
  border-bottom: 1px solid rgba(246, 240, 162, .5);
  border-radius: 16px;
  align-items: flex-start;
  padding: 25px 20px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  border-radius: 16px;
  box-shadow: inset 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.f-grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-margin-bottom-68 {
  margin-bottom: 12px;
}

.f-container-regular-6 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sec-tender {
  background-color: #fdfaf1;
  padding: 96px 0% 96px 0;
  position: relative;
}

.cont-slrol {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 46px 20px;
}

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

.text-block-17 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 130%;
  display: flex;
}

.pro-q {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.div-block-13 {
  width: auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.f-career-button-wrapper {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-career-badge-small {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(246, 240, 162, .3);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-career-tab-button {
  height: 40px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.f-career-tab-button:hover {
  background-color: rgba(241, 221, 170, .2);
}

.f-career-tab-button.w--current {
  color: #fff;
  background-color: rgba(242, 116, 5, .3);
  border-radius: 8px;
  font-weight: 500;
}

.f-career-tab-button.first-item {
  margin-left: 0;
}

.f-career-tab-button.first-item.w--current {
  background-color: #515152;
  border-radius: 8px;
}

.f-career-tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.f-career-tabs-regular {
  width: 40%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.f-career-title-centre-2 {
  z-index: 5;
  width: 55%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: underline;
}

.link-2 {
  opacity: 1;
  font-size: 15px;
  font-weight: 100;
  line-height: 130%;
}

.div-block-14 {
  margin-bottom: 0;
}

.image-18 {
  width: auto;
  height: 36px;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.image-19 {
  height: 22px;
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 10px;
}

.text-block-18 {
  color: #292838;
}

.image-20 {
  height: 23px;
  min-height: auto;
  opacity: .6;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-3, .link-4, .text-span-6 {
  text-decoration: none;
}

.link-5 {
  margin-right: 10px;
  text-decoration: none;
}

.div-block-17 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.f-testimonial-left-a-2-copy {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a-2-copy:hover {
  color: #fff;
  background-color: #f27405;
}

.f-testimonial-right-a-2-copy {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(241, 221, 170, .5);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a-2-copy:hover {
  color: #fff;
  background-color: #f27405;
  border-style: none;
  border-color: #160042;
}

.f-h3-heading-3-centr-copy {
  color: #292838;
  text-align: center;
  color: #292838;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 38px;
  line-height: 130%;
}

.text-onas {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.heading-3 {
  color: #292838;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.med {
  font-style: italic;
  font-weight: 500;
}

.text-block-20 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  font-size: 12px;
}

.paragraph-2 {
  border-top: 1px solid #f6f0a2;
  padding-top: 8px;
  font-size: 13px;
  line-height: 130%;
}

.text-block-21 {
  white-space: normal;
  font-size: 11px;
  line-height: 130%;
}

.text-block-22 {
  color: #faf5f2;
}

.bold-text-2 {
  opacity: 1;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.sec-tender-grants {
  height: auto;
  overflow: hidden;
}

.container-2 {
  height: 100%;
  max-width: none;
  display: none;
}

.slaider-list, .slaider-wrapper {
  display: block;
}

.container-3 {
  z-index: 4;
  height: 100%;
  max-width: 1080px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.div-block-18 {
  z-index: 4;
  height: 100%;
  opacity: .94;
  background-image: none;
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-logo-black {
  z-index: 1;
  opacity: 1;
  position: absolute;
  bottom: 120px;
  right: 60px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 300;
}

.sec-events {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#fdfaf1 51%, rgba(255, 255, 255, 0) 96%), url('../images/about.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 96px 0%;
  position: relative;
}

.btn-detali-h1-copy {
  z-index: 30;
  width: 220px;
  height: 60px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f27405;
  border: 1px #5b0b11;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.btn-detali-h1-copy:hover {
  box-shadow: none;
  color: #fff;
  background-color: #32343a;
}

.btn-detali-h1-copy:active {
  background-color: #43464d;
}

.div-block-19 {
  max-width: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(254, 248, 241, .25);
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-20 {
  max-width: 1080px;
}

.div-block-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.right-arrow-copy {
  z-index: 999;
  width: 160px;
  height: 49px;
  background-color: rgba(242, 116, 5, .54);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  transition: all .555s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.right-arrow-copy:hover {
  opacity: .7;
}

.button {
  width: 150.891px;
  min-width: 155px;
  opacity: .6;
  text-align: center;
  background-color: #f27405;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition-property: all;
  transition-duration: .555s;
}

.button:hover {
  color: #fff;
  background-color: rgba(242, 116, 5, .39);
}

.link-block-3 {
  margin-bottom: 20px;
  text-decoration: none;
}

.image-22 {
  height: 19px;
}

.collection-item {
  background-color: rgba(255, 255, 255, .55);
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 20px 12px;
  transition: all .5s;
}

.collection-item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.image-23 {
  width: 300px;
  height: 300px;
}

.heading-5 {
  border-top: 1px solid #f6f0a2;
  padding-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.div-block-23 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.text-block-23, .text-block-24 {
  font-size: 12px;
}

.text-block-25 {
  border-bottom: 1px solid #f6f0a2;
  font-size: 12px;
}

.text-block-26 {
  font-size: 11px;
}

.collection-list-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-bottom: 1px solid #f6f0a2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: rgba(242, 116, 5, .46);
}

.f-breadcrumb-link.w--current {
  color: #160042;
}

.f-breadcrumb-link.w--current:hover {
  color: rgba(242, 116, 5, .35);
}

.f-breadcrumb-seperator-2 {
  width: 32px;
  height: 32px;
  color: #f6f0a2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home-svg-2 {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home-svg-2:hover {
  color: rgba(242, 116, 5, .35);
}

.f-breadcrumb-home-2 {
  color: #393b6a;
  transition: color .3s;
}

.f-breadcrumb-home-2:hover {
  color: #642eff;
}

.f-breadcrumb-home-2.w--current {
  color: #160042;
}

.sec-kroxa {
  max-width: 1080px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.f-breadcrumb-2 {
  padding-top: 0;
}

.text-block-27 {
  font-size: 14px;
}

.f-breadcrumb-3 {
  margin-top: 10px;
}

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

.quick-stack {
  max-width: 1080px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
}

.div-block-26 {
  max-width: 1080px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;
}

.f-sl-card {
  padding: 20px;
}

.image-24 {
  height: 22px;
}

.div-block-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-block-28 {
  color: #e2000c;
  font-size: 14px;
  line-height: 130%;
}

.cell {
  border: 1px #f6f0a2;
  border-bottom-style: solid;
  justify-content: space-around;
}

.cell-2 {
  border-bottom: 1px solid #f6f0a2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-29 {
  border-top: 1px #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 130%;
}

.text-block-30 {
  width: 100%;
  text-align: left;
  border-top: 1px #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 130%;
}

.image-25 {
  height: 24px;
  margin-bottom: 10px;
}

.image-26 {
  height: 26px;
}

.text-block-31 {
  color: #e2000c;
  font-size: 14px;
  line-height: 130%;
}

.image-27 {
  height: 27px;
}

.div-block-28 {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 46px;
  padding-top: 10px;
  display: flex;
}

.text-block-32 {
  border-top: 1px #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 16px;
  line-height: 130%;
  display: flex;
}

.f-breadcrumb-link-2 {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link-2:hover {
  color: rgba(242, 116, 5, .45);
}

.f-breadcrumb-link-2.w--current {
  color: #160042;
}

.f-breadcrumb-seperator-3 {
  width: 32px;
  height: 32px;
  color: #f6f0a2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home-svg-3 {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home-svg-3:hover {
  color: rgba(242, 116, 5, .35);
}

.f-breadcrumb-home-3 {
  color: #393b6a;
  transition: color .3s;
}

.f-breadcrumb-home-3:hover {
  color: #642eff;
}

.f-breadcrumb-home-3.w--current {
  color: #160042;
}

.f-breadcrumb-wrapper-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb-4 {
  margin-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
}

.sec-partner {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.checkbox-label-3 {
  font-size: 12px;
}

.quick-stack-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-medium {
  font-weight: 500;
}

.image-28 {
  height: 400px;
  border-radius: 3px;
}

.hero1 {
  height: 480px;
  background-image: url('../images/Default_a_platform_for_dialog.jpg');
  background-position: 50% 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 100%;
  height: 177.703px;
  object-fit: cover;
  border-radius: 3px;
}

.div-block-30 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 20px;
}

.image-31 {
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 20px;
}

.kur {
  font-style: italic;
  font-weight: 500;
}

.bl-umova {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

.sec-introq {
  padding-bottom: 64px;
}

.bl-team {
  max-width: 1080px;
  border-top: 1px solid #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  margin: 46px auto;
  padding: 46px 20px;
}

.bl-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}

.f-container-regular-5-copy {
  width: 100%;
  max-width: 1080px;
  border-top: 1px solid #f6f0a2;
  border-bottom: 1px #f6f0a2;
  margin: 46px auto;
  padding: 46px 20px;
  position: relative;
}

.panel-news {
  max-width: 1080px;
  border-top: 1px #f6f0a2;
  margin-top: 36px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  justify-content: center;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.card-col-items {
  width: 300px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.img-col-news {
  width: 100%;
  height: 170.521px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 16px;
}

.hedline-nevs {
  height: 71.4931px;
  text-align: left;
  border-top: 1px solid #f6f0a2;
  margin-right: 0;
  padding-top: 8px;
  font-size: 16px;
  line-height: 130%;
}

.text-date-news {
  width: 30%;
  text-align: left;
  border-bottom: 1px solid #f6f0a2;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  display: flex;
  position: relative;
}

.text-deskript-news {
  height: 136.458px;
  text-align: left;
  border-top: 1px solid #f6f0a2;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 130%;
  overflow: hidden;
}

.text-block-36 {
  text-align: left;
  border-bottom: 1px solid #f6f0a2;
  font-size: 12px;
}

.link-block-6 {
  text-decoration: none;
  transition-property: all;
  transition-duration: .555s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-6:hover {
  transform: translate(3px, 2px);
}

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

.paragraph-light-copy {
  opacity: .95;
  color: #000;
  text-align: left;
  border-top: 1px #f6f0a2;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-38 {
  color: #f27405;
}

.f-paragraph-small-6 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}

.f-modal-detail-wrapper {
  text-align: center;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f27405;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-modal-form {
  max-width: 450px;
  min-width: 450px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-modal-form-block-horizontal {
  margin-bottom: 24px;
}

.f-modal-line {
  height: 1px;
  background-color: #f3ead1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: #642eff;
}

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-header {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  color: #160042;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.mpdal-for-forum {
  width: 100%;
  max-width: 600px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 24px;
  display: none;
  position: static;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.text-field-2, .text-field-3, .text-field-4, .textarea-2 {
  border: 1px #000;
  border-bottom: 1px solid #f6f0a2;
}

.image-33 {
  margin-top: 16px;
}

.quick-stack-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-34 {
  width: 100%;
  max-height: 470px;
}

.image-35 {
  margin-top: 16px;
}

.cell-4 {
  justify-content: space-around;
}

.f-navigatio-en {
  width: 100%;
  min-height: 75px;
  background-color: #fff;
  align-items: center;
  padding: 8px 5%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.image-36, .image-37 {
  margin-bottom: 8px;
}

.div-block-32 {
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 0;
}

.heading-7 {
  padding-left: 160px;
}

.text-block-39 {
  color: #e2000c;
  padding-top: 20px;
  padding-bottom: 26px;
  padding-left: 160px;
  font-size: 14px;
}

.rich-text-block {
  border-bottom: 1px solid #f6f0a2;
  margin-top: 46px;
  margin-bottom: 46px;
}

.text-block-40 {
  margin-top: 24px;
}

.link-6, .link-7 {
  text-decoration: none;
}

.div-block-33 {
  width: 320px;
  height: 110px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.div-block-34, .div-block-35 {
  height: 100%;
  position: relative;
}

.div-block-36 {
  width: 320px;
  height: 110px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-37 {
  height: 100%;
  position: relative;
}

.div-block-38 {
  width: 320px;
  height: 110px;
  background-color: #fff;
  align-items: center;
  padding-left: 10px;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-39 {
  height: 100%;
  position: relative;
}

.div-block-40 {
  width: 320px;
  height: 110px;
  background-color: #fff;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-41 {
  font-size: 14px;
  line-height: 130%;
}

.hero-introcont {
  width: 100%;
  height: 480px;
  background-image: url('../images/Default.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-forum {
  z-index: 999;
  width: 100%;
  height: 100ch;
  background-color: rgba(243, 234, 209, .76);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 146px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  width: 750px;
  height: 630px;
  background-color: #fdfaf1;
  border-radius: 3px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.image-38 {
  width: auto;
  height: 300px;
  border-radius: 3px;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 300;
}

.f-icon-regular-6 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.f-paragraph-small-7 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  letter-spacing: -.01em;
  white-space: normal;
  justify-content: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.f-modal-detail-wrapper-2 {
  text-align: center;
}

.f-success-message-3 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary-2 {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #f27405;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-2:hover {
  background-color: #48443f;
}

.phone {
  min-height: 48px;
  border: 1px #f1ddaa;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.phone:focus {
  border-color: #b6b9ce;
}

.phone::-ms-input-placeholder {
  color: #6b7094;
}

.phone::placeholder {
  color: #6b7094;
}

.f-modal-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-modal-form-block-horizontal-2 {
  margin-bottom: 24px;
}

.f-modal-line-2 {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-modal-close-link-2 {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link-2:hover {
  color: #642eff;
}

.f-sub-heading-regular-2 {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.f-modal-header-2 {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-modal-base-small {
  width: 100%;
  max-width: 650px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

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

.modal-poup {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(243, 234, 209, .79);
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-8 {
  text-decoration: none;
}

.modal-forumen {
  z-index: 999;
  width: 100%;
  height: 100ch;
  background-color: rgba(243, 234, 209, .76);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 146px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-paragraph-small-8 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-detail-wrapper-3 {
  text-align: center;
}

.f-success-message-4 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary-3 {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #f27405;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-3:hover {
  background-color: #282556;
}

.f-field-input-3 {
  min-height: 48px;
  border: 1px #e4e6f1;
  border-bottom: 1px solid #d4962f;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-3:focus {
  border-color: #b6b9ce;
}

.f-field-input-3::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input-3::placeholder {
  color: #6b7094;
}

.f-modal-form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-modal-form-block-horizontal-3 {
  margin-bottom: 24px;
}

.f-modal-line-3 {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-regular-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular-7 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link-3 {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link-3:hover {
  color: #642eff;
}

.f-sub-heading-regular-3 {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-header-3 {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-modal-base-small-2 {
  z-index: 999;
  width: 100%;
  max-width: 650px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: relative;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.modal-hedar-en {
  z-index: 888;
  background-color: rgba(243, 234, 209, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-hedear-ua {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-forum-copy {
  z-index: 999;
  width: 100%;
  height: 100ch;
  background-color: rgba(243, 234, 209, .76);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 146px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oroekts-en {
  height: auto;
  background-color: #fdfaf1;
}

.div-block-42 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.div-block-43 {
  display: none;
}

.team-members-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
}

.heading-8 {
  padding-left: 140px;
}

.heading-9 {
  padding-left: 100px;
}

.text-block-43 {
  filter: blur(1px);
}

.text-block-44, .link-block-8 {
  text-decoration: none;
}

.collection-list-wrapper-3 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.pagination {
  margin-top: 20px;
}

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

.f-paragraph-small-9 {
  text-align: center;
  letter-spacing: -.01em;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.f-sub-heading-large-2 {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  white-space: normal;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.f-margin-bottom-69 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper-2 {
  width: 90px;
  height: 90px;
  min-height: 0;
  min-width: 0;
  background-color: #fdfaf1;
  border-radius: 8px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2;
}

.f-margin-bottom-70 {
  margin-bottom: 16px;
}

.f-heading-detail-small-6 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 820px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin: 60px auto 40px;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.text-deskript {
  font-size: 14px;
}

.link-block-9 {
  width: auto;
  height: 59px;
  max-width: none;
  color: #8a8886;
  text-transform: uppercase;
  background-color: rgba(243, 234, 209, .4);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  transition-property: all;
  transition-duration: .777s;
  display: flex;
  box-shadow: 0 1px 5px rgba(243, 234, 209, .3);
}

.link-block-9:hover {
  transform: translate(-4px, 4px);
  box-shadow: -4px 4px 7px 1px rgba(0, 0, 0, .2);
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.heading-10 {
  margin-top: 20px;
}

.heading-11 {
  margin-top: 40px;
}

.heading-12 {
  margin-top: 20px;
}

.div-block-46 {
  padding-top: 40px;
}

.heading-13 {
  font-size: 16px;
}

.forma-registr {
  padding-top: 20px;
}

.grid-2 {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #f3ead1;
  border-radius: 4px;
  grid-template-rows: auto;
  align-items: center;
  padding: 40px 50px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .11);
}

.h1 {
  margin-top: 0;
}

.p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.button-4 {
  background-color: #095fff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.label-2 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}

.input {
  height: 49px;
  border: 1px #f6f0a2;
  border-bottom-style: solid;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(243, 234, 209, .4);
}

.input:focus-visible {
  border-color: #f6f0a2;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.input[data-wf-focus-visible] {
  border-color: #f6f0a2;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.input.int-phone {
  width: 100%;
}

.uploader {
  height: 49px;
  background-color: rgba(243, 234, 209, .4);
  border: 1px dashed #f3ead1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.uploader:focus-visible {
  border-style: solid;
}

.uploader[data-wf-focus-visible] {
  border-style: solid;
}

.text-span-7 {
  color: #e2000c;
}

.input-group {
  width: auto;
  flex: 0 auto;
  margin-right: 40px;
}

.div-block-47 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  display: flex;
}

.div-block-48 {
  width: 400px;
}

.div-block-49 {
  width: 45%;
  margin-bottom: 0;
}

.input-coment {
  width: 100%;
  height: 90px;
  border: 1px solid rgba(243, 234, 209, .4);
  border-top: 1px #000;
  border-bottom-color: #f6f0a2;
  border-radius: 3px;
  margin-bottom: 20px;
}

.input-coment:focus-visible {
  border: 1px solid #f3ead1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.input-coment[data-wf-focus-visible] {
  border: 1px solid #f3ead1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-49-copy {
  width: 45%;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-50 {
  margin-top: 60px;
}

.form-block-2 {
  border-radius: 3px;
  padding: 10px 20px 20px;
  box-shadow: 0 2px 5px #f3ead1;
}

.heding4 {
  color: #292838;
  font-size: 20px;
}

.div-block-51 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-45 {
  color: #e2000c;
  padding-left: 20px;
  font-size: 14px;
}

.text-block-46 {
  padding-left: 0;
  font-size: 14px;
}

.text-block-47 {
  width: 279.514px;
  height: 61.5972px;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
}

.div-block-52 {
  width: auto;
  margin-right: 0;
  padding: 0;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-39 {
  width: 298.681px;
}

.collection-list-wrapper-4 {
  margin-top: 60px;
  display: none;
}

.button-5 {
  width: 100%;
  color: #f27405;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f27405;
  border-radius: 3px;
  margin: 0 0 10px;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .777s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .46);
}

.button-5:hover {
  color: #f6f0a2;
  transform: translate(0, 3px);
}

.text-block-48 {
  text-align: left;
  border-top: 1px solid #f3ead1;
  border-bottom: 1px solid #f6f0a2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tenders-item-copy {
  width: 34.9087%;
  height: auto;
  text-align: center;
  background-color: rgba(246, 240, 162, 0);
  background-image: linear-gradient(#fff 33%, rgba(246, 240, 162, 0) 57%, rgba(246, 240, 162, .3) 87%, rgba(0, 0, 0, 0) 94%, rgba(246, 240, 162, .28));
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.tenders-item-copy:hover {
  background-color: rgba(241, 221, 170, .11);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-14 {
  line-height: 130%;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.deskript-heading-jombo-copy {
  color: #faf5f2;
  align-items: center;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.card-tenders {
  width: 1080px;
  height: auto;
  text-align: center;
  background-color: rgba(246, 240, 162, 0);
  background-image: linear-gradient(#fff 33%, rgba(246, 240, 162, 0) 57%, rgba(246, 240, 162, .3) 87%, rgba(0, 0, 0, 0) 94%, rgba(246, 240, 162, .28));
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  margin: 46px auto 0;
  padding: 46px 36px 10px;
  display: block;
}

.card-tenders:hover {
  background-color: rgba(241, 221, 170, .11);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-card {
  text-align: left;
  font-size: 40px;
  line-height: 130%;
}

.deskript-card {
  text-align: left;
  border-top: 1px #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
}

.text-conditions {
  text-align: left;
  border-top: 1px #f6f0a2;
  border-bottom: 1px solid #f6f0a2;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 130%;
}

.text-block-50 {
  padding-top: 18px;
  padding-bottom: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.content-item-form {
  height: auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fff;
  position: relative;
}

.card-tende-anketa {
  width: 1080px;
  height: auto;
  text-align: center;
  background-color: rgba(246, 240, 162, 0);
  background-image: linear-gradient(#fff 33%, rgba(246, 240, 162, 0) 57%, rgba(246, 240, 162, .3) 87%, rgba(0, 0, 0, 0) 94%, rgba(246, 240, 162, .28));
  border: 1px #f27405;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 46px 36px;
  display: block;
  position: relative;
}

.card-tende-anketa:hover {
  background-color: rgba(241, 221, 170, .11);
  border-style: solid;
  border-color: rgba(242, 116, 5, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-2 {
  padding-top: 96px;
}

.text-block-51 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 130%;
}

.form-cms-tender {
  margin-bottom: 0;
}

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

.radio-button, .radio-button-2 {
  width: 20px;
  height: 20px;
}

.radio-button-field {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.radio-button-field-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.text-block-52 {
  opacity: .22;
  color: #f6f0a2;
  text-align: left;
  font-size: 55px;
  font-weight: 900;
  line-height: 120%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: 0%;
}

.empty-state {
  display: none;
}

@media screen and (max-width: 991px) {
  .sec-intro-contact.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    margin-bottom: 0;
  }

  .container.cc-blog-detail {
    padding-bottom: 0;
  }

  .btn-detali-h1 {
    justify-content: center;
  }

  .btn-detali-h1.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 45px;
    font-weight: 400;
    line-height: 70px;
  }

  .heading-jumbo-small {
    margin-top: 32px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    color: #e2000c;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .motto-wrap {
    width: auto;
  }

  .about-story-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 380px;
  }

  .blog-list-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item {
    width: 90%;
  }

  .blog-preview-image {
    height: auto;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
    padding-top: 26px;
  }

  .f-container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-career-row {
    grid-template-columns: 1fr 1fr;
    justify-content: end;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-navigation-menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content-2 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-logo-2 {
    width: 172px;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-2 {
    width: auto;
    max-width: none;
    min-width: auto;
    padding-left: 20px;
  }

  .f-testimonial-card {
    width: auto;
    height: auto;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .headdetail-small-centr {
    text-align: center;
  }

  .text-platform {
    width: 100%;
    white-space: pre;
  }

  .html-embed {
    height: 500px;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    height: 380px;
  }

  .qestions-bl1 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-qwiz1 {
    padding-right: 36px;
    line-height: 130%;
    box-shadow: inset 0 150px 5px #faf5f2;
  }

  .f-testimonial-card-2 {
    height: auto;
  }

  .f-testimonial-slider-mask-2 {
    width: 420px;
  }

  .sec-tender {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-slrol {
    width: auto;
  }

  .div-block-12 {
    height: auto;
  }

  .text-block-17 {
    width: auto;
  }

  .pro-q {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-13 {
    width: auto;
    flex-direction: column;
  }

  .f-career-tab-button {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .f-h3-heading-3-centr-copy {
    padding-bottom: 40px;
  }

  .img-logo-black {
    height: 70px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(1, 31, 39, .48);
    border-radius: 3px;
    bottom: 50px;
    right: 40px;
  }

  .btn-detali-h1-copy {
    justify-content: center;
  }

  .form-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack {
    margin-top: 40px;
  }

  .image-28 {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  .f-container-regular-5-copy {
    overflow: hidden;
  }

  .panel-news {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-navigatio-en {
    position: relative;
  }

  .team-members-copy {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-47 {
    width: auto;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-4 {
    flex-direction: column;
    align-items: center;
  }

  .collection-list-wrapper-4 {
    flex-direction: row;
    display: none;
  }

  .tenders-item-copy {
    width: 90%;
  }

  .heading-14 {
    font-size: 26px;
  }

  .card-tenders {
    width: 90%;
  }

  .heading-card {
    font-size: 26px;
  }

  .text-block-50 {
    text-align: left;
  }

  .card-tende-anketa {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-51 {
    width: auto;
  }

  .form-cms-tender {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-intro-contact {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 96px;
  }

  .sec-intro-contact.cc-cta {
    padding: 0 15px 15px;
  }

  .sec-intro-contact.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    text-align: center;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 46px;
  }

  .container.cc-blog-detail {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .label.cc-light {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .rich-text {
    width: 92%;
    max-width: none;
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 130%;
  }

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

  .heading-jumbo {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
  }

  .heading-jumbo-small {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 130%;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding: 0 30px 20px;
  }

  .intro-header {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .intro-header.cc-subpage {
    height: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .about-story-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-wrap {
    margin-bottom: 20px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
    margin-bottom: 20px;
  }

  .detail-header-image {
    height: 270px;
    margin-bottom: 24px;
  }

  .blog-list-wrap {
    grid-template-columns: 1fr;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-preview-image {
    background-image: none;
    justify-content: center;
    display: flex;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-heading {
    margin-bottom: 46px;
  }

  .sec-progect {
    padding: 32px 20px;
  }

  .f-footer-small {
    padding-top: 0;
  }

  .f-career-row {
    grid-template-columns: 1fr;
  }

  .sec-adress {
    padding: 20px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-checkbox-label {
    white-space: pre;
  }

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

  .f-h3-heading-3 {
    font-size: 24px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .f-logo-2 {
    width: 140px;
  }

  .f-footer-detail-2 {
    text-align: center;
    padding-right: 0;
  }

  .f-footer-bottom-2 {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 20px;
  }

  .f-footer-link-2 {
    margin: 0 auto;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-footer-regular {
    padding-top: 24px;
  }

  .f-testimonial-card {
    width: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .f-footer-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-margin-bottom-61 {
    margin-bottom: 36px;
  }

  .image-2 {
    width: auto;
    opacity: .86;
  }

  .f-feature-card-centre {
    padding-top: 32px;
  }

  .f-grid-four-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .f-section-large-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .f-h3-heading-3-centr {
    font-size: 24px;
    font-weight: 600;
  }

  .heading-small-deskript {
    margin-top: 24px;
    font-size: 16px;
  }

  .headdetail-small-centr {
    text-align: center;
  }

  .deskript-head1 {
    font-size: 20px;
  }

  .text-platform {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 100px;
  }

  .q-red {
    font-size: 130px;
  }

  .html-embed {
    height: 450px;
  }

  .container-copy {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 46px;
  }

  .deskript-heading-jombo {
    font-size: 18px;
  }

  .heading-onas-jumbo {
    font-size: 24px;
  }

  .paragraph {
    font-size: 18px;
  }

  .slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    height: 460px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .qestions-bl1 {
    height: 100%;
    justify-content: flex-start;
    padding: 36px 0 0;
  }

  .right-arrow {
    bottom: 0;
  }

  .heading-qwiz1 {
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 130%;
  }

  .f-checkbox-field-2 {
    width: auto;
    height: 40px;
    max-width: none;
    text-align: center;
    white-space: pre;
  }

  .bl-checkb {
    align-content: center;
    padding-top: 0;
  }

  .div-block-10 {
    height: auto;
    flex-direction: column;
  }

  .textarea {
    margin-top: 36px;
  }

  .form {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .heading {
    font-size: 26px;
    line-height: 135%;
  }

  .checkbox-label, .checkbox-label-2 {
    font-weight: 500;
  }

  .text-block-14 {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-testimonial-card-2 {
    height: auto;
  }

  .f-testimonial-slide-2 {
    width: 270px;
  }

  .f-testimonial-slider-mask-2 {
    width: 400px;
  }

  .f-container-regular-5 {
    padding-bottom: 40px;
  }

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

  .heading-2 {
    font-size: 24px;
  }

  .mask {
    height: 460px;
    padding-bottom: 46px;
  }

  .bl-checkb-copy {
    width: auto;
    max-width: none;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-items: start;
    margin-top: 10px;
  }

  .f-paragraph-large {
    text-align: left;
  }

  .f-career-card {
    border-style: none none solid;
    border-bottom-color: rgba(246, 240, 162, .5);
    border-radius: 0;
    padding: 20px 10px;
  }

  .f-container-regular-6 {
    flex-direction: column;
  }

  .sec-tender {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cont-slrol {
    padding-top: 20px;
    padding-bottom: 46px;
  }

  .div-block-12 {
    height: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .text-block-17 {
    width: auto;
    margin-top: 24px;
    font-size: 16px;
  }

  .pro-q {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-13 {
    width: auto;
  }

  .f-career-tab-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .f-career-tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .f-career-tabs-regular, .f-career-title-centre-2 {
    width: auto;
  }

  .f-testimonial-left-a-2-copy, .f-testimonial-right-a-2-copy {
    display: flex;
  }

  .f-h3-heading-3-centr-copy {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .text-onas {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .container-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    background-image: none;
  }

  .img-logo-black {
    z-index: 7;
    height: 53px;
    opacity: .87;
    top: auto;
    bottom: 350px;
    right: auto;
  }

  .sec-events {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-21 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-copy {
    bottom: 0;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-23 {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-2 {
    flex-direction: column;
    align-items: center;
  }

  .quick-stack {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .f-sl-card {
    width: auto;
  }

  .cell {
    flex-wrap: nowrap;
    display: flex;
  }

  .cell-2 {
    padding-bottom: 10px;
  }

  .text-block-29 {
    margin-top: 0;
  }

  .div-block-28 {
    align-items: flex-start;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex: 0 auto;
    margin-top: 20px;
    overflow: visible;
  }

  .hero1 {
    height: 450px;
    background-position: 50% 100%;
  }

  .image-30 {
    width: auto;
    height: 260px;
  }

  .bl-umova {
    padding-top: 25px;
  }

  .sec-introq {
    padding-bottom: 46px;
  }

  .f-container-regular-5-copy {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: center;
  }

  .img-col-news {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light-copy {
    font-size: 16px;
  }

  .f-modal-form {
    max-width: none;
    min-width: auto;
  }

  .f-paragraph-regular-7 {
    font-size: 14px;
  }

  .mpdal-for-forum {
    height: 100vh;
    max-width: none;
    position: relative;
  }

  .checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7, .checkbox-label-8 {
    font-size: 12px;
  }

  .hero-introcont {
    height: 280px;
  }

  .modal-forum {
    padding-top: 44px;
  }

  .div-block-41 {
    width: auto;
    height: auto;
  }

  .modal-poup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-forumen, .modal-forum-copy {
    padding-top: 44px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-container-regular-7 {
    margin-top: 0;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 10px;
  }

  .input-group {
    width: auto;
  }

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

  .div-block-48 {
    width: auto;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
  }

  .tenders-item-copy {
    width: 90%;
    max-width: 470px;
  }

  .div-block-53 {
    width: auto;
    align-items: flex-start;
  }

  .div-block-54 {
    align-items: flex-start;
  }

  .text-block-49, .deskript-heading-jombo-copy {
    font-size: 14px;
  }

  .card-tenders {
    width: 90%;
    max-width: 470px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-conditions {
    margin-top: 0;
  }

  .text-block-50 {
    text-align: left;
  }

  .card-tende-anketa {
    width: 90%;
    max-width: 470px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-cms-tender {
    margin-left: 0;
    margin-right: 0;
  }

  .image-40 {
    width: 60px;
  }

  .heading-15 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .sec-intro-contact {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-intro-contact.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding: 40px 20px 20px;
  }

  .label.cc-light {
    font-size: 14px;
  }

  .label.cc-blog-date {
    text-align: left;
    font-size: 10px;
    line-height: 18px;
  }

  .rich-text {
    width: 92%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 24px;
    line-height: 130%;
  }

  .heading-jumbo-small {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 46px;
  }

  .intro-header.cc-subpage {
    height: 280px;
    padding-top: 20px;
  }

  .intro-content {
    width: auto;
    padding: 16px 16px 18px;
  }

  .intro-content.cc-homepage {
    margin-top: 0;
    padding-top: 0;
  }

  .motto-wrap {
    padding-right: 0;
  }

  .about-story-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-header-image {
    height: 220px;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .blog-heading-link {
    text-align: left;
  }

  .intro-text {
    border-radius: 8px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px 8px;
  }

  .f-container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .sec-progect {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .f-career-row {
    line-height: 24px;
  }

  .f-career-row-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sec-adress {
    padding-bottom: 20px;
  }

  .f-checkbox-label {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .f-footer-bottom-2 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 0;
  }

  .f-paragraph-small-2 {
    text-align: center;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .f-margin-bottom-61 {
    margin-bottom: 24px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-section-large-2 {
    padding-bottom: 0;
  }

  .heading-small-deskript {
    margin-left: 0;
    margin-right: 0;
  }

  .headdetail-small-centr {
    text-align: center;
    font-size: 14px;
  }

  .text-platform {
    width: 100%;
    max-width: none;
    text-align: center;
    object-fit: fill;
    border-width: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 60px;
    overflow: hidden;
  }

  .q-red {
    font-size: 100px;
  }

  .html-embed {
    height: 350px;
  }

  .container-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .slider {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .slide {
    height: auto;
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .qestions-bl1 {
    height: 480px;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .right-arrow {
    z-index: 999;
    width: 120px;
    height: 42px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .left-arrow {
    width: 120px;
    height: 39px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 130%;
  }

  .heading-qwiz1 {
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-right: 16px;
    font-size: 18px;
  }

  .f-checkbox {
    width: 19px;
    height: 19px;
  }

  .f-checkbox-field-2 {
    height: 32px;
  }

  .bl-checkb {
    height: 32px;
    max-width: none;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

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

  .form {
    padding-top: 46px;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    letter-spacing: -1px;
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slide-2 {
    width: 220px;
  }

  .f-testimonial-slider-mask-2 {
    width: 100%;
  }

  .f-container-regular-5 {
    border-bottom-style: none;
  }

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

  .mask {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bl-checkb-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .f-career-button-primary {
    margin-top: 14px;
  }

  .f-h5-heading {
    border-bottom: 1px solid #f6f0a2;
  }

  .f-career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-card {
    padding: 16px 10px;
  }

  .sec-tender {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .cont-slrol {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .div-block-12 {
    height: auto;
    align-items: center;
    padding-top: 0;
  }

  .text-block-17 {
    margin-top: 10px;
  }

  .pro-q {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .f-career-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-badge-small {
    background-color: rgba(246, 240, 162, .33);
    border-radius: 3px;
    margin-top: 14px;
  }

  .f-career-tab-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .f-h3-heading-3-centr-copy {
    padding-bottom: 0;
    font-size: 22px;
  }

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

  .paragraph-2 {
    border-top: 1px solid #f6f0a2;
    padding-top: 8px;
  }

  .slaider-item, .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .img-logo-black {
    bottom: 53px;
  }

  .sec-events {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .right-arrow-copy {
    z-index: 999;
    width: 120px;
    height: 39px;
    display: flex;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .quick-stack {
    width: 100%;
    max-width: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-27 {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }

  .cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .text-block-29 {
    margin-top: 0;
  }

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

  .sec-partner {
    padding-top: 46px;
    padding-bottom: 0;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cell-3 {
    padding-left: 0;
  }

  .image-28 {
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .hero1 {
    height: 380px;
  }

  .f-container-regular-5-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .f-modal-form {
    width: 100%;
    max-width: none;
    min-width: auto;
    flex-wrap: wrap;
  }

  .f-modal-form-block-horizontal {
    width: 100%;
  }

  .f-paragraph-regular-7 {
    font-size: 14px;
  }

  .f-sub-heading-regular {
    font-size: 17px;
  }

  .f-modal-header {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .mpdal-for-forum {
    height: auto;
    display: none;
  }

  .checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7, .checkbox-label-8 {
    font-size: 12px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-introcont {
    height: 220px;
  }

  .modal-forum {
    padding-top: 19px;
  }

  .f-paragraph-regular-8 {
    font-size: 14px;
  }

  .f-modal-form-2 {
    flex-wrap: wrap;
  }

  .modal-forumen {
    padding-top: 19px;
  }

  .f-modal-form-3 {
    flex-wrap: wrap;
  }

  .modal-forum-copy {
    padding-top: 19px;
  }

  .div-block-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-members-copy {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .heading-8 {
    padding-left: 0;
  }

  .f-feature-icon-wrapper-2 {
    margin-bottom: 20px;
  }

  .f-h3-heading {
    font-size: 29px;
  }

  .f-heading-detail-small-6 {
    font-size: 12px;
  }

  .f-section-large {
    padding: 34px 0%;
  }

  .forma-registr {
    padding-top: 40px;
  }

  .tenders-item-copy {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-14 {
    font-size: 20px;
  }

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

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .text-block-49 {
    font-size: 12px;
  }

  .deskript-heading-jombo-copy {
    font-size: 14px;
  }

  .card-tenders {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-card {
    font-size: 20px;
  }

  .text-conditions {
    margin-top: 0;
  }

  .card-tende-anketa {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-cms-tender {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_8b181cd8-c0d7-cfc9-617f-ff949dfc5b59-254c06ba {
  align-self: stretch;
  justify-self: center;
}

#w-node-_8b181cd8-c0d7-cfc9-617f-ff949dfc5b61-254c06ba {
  align-self: auto;
}

#w-node-_73a54647-2cd6-a505-701c-5a7c2990a7c8-254c06ba, #w-node-_73a54647-2cd6-a505-701c-5a7c2990a7b3-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ad2bc850-0702-d69d-bcfd-6c03f65ec8e3-254c06ba {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04c79370-f838-5ba1-cd5c-efabd3823c7c-254c06ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3796b4a4-a709-8e50-c520-a3cccd652fd2-254c06ba, #w-node-_993c8daa-8cdc-e31c-fa9b-bdd166acbc3b-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3ca893-3f04-09df-59ee-d07fdbfea3ec-254c06ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6529c09b-e145-8bf8-816c-526328fe9f13-254c06ba, #w-node-e2c72f60-af91-f83e-1633-beb97ceb50f3-254c06ba, #w-node-_77a03c4e-16fe-4cf6-b677-26901a18090c-254c06ba, #w-node-_80bc3aec-cf6f-b21e-c1a4-50c746226336-254c06ba, #w-node-_80bc3aec-cf6f-b21e-c1a4-50c746226339-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80bc3aec-cf6f-b21e-c1a4-50c74622633e-254c06ba {
  align-self: center;
  justify-self: center;
}

#w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87db-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87e0-254c06ba {
  align-self: center;
  justify-self: center;
}

#w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7a-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7f-254c06ba {
  align-self: center;
  justify-self: center;
}

#w-node-_2c0da1d1-cff8-98be-3997-6ae4953449ec-254c06ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c0da1d1-cff8-98be-3997-6ae4953449f1-254c06ba {
  align-self: center;
  justify-self: center;
}

#w-node-bc931578-eaf8-48bf-e66a-fcba44aa28ba-44aa288c {
  align-self: center;
  justify-self: auto;
}

#w-node-_7bf7cdb0-b640-8e98-f33d-73de5b7fb52c-5b7fb505, #w-node-f06a4e44-8f67-6846-4f77-30d01f1c9c44-254c06c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-254c06c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-254c06c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-254c06c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117eb8f-254c06cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117eb9c-254c06cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117eba5-254c06cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebae-254c06cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebb7-254c06cb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebc0-254c06cb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebca-254c06cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebd4-254c06cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebdd-254c06cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebe6-254c06cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebef-254c06cb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ebf8-254c06cb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ec02-254c06cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ec0c-254c06cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49168470-ae53-272e-3d16-bae8b117ec15-254c06cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df4ba134-5517-66f0-ee05-07bbe9cf3389-254c06cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df4ba134-5517-66f0-ee05-07bbe9cf3393-254c06cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df4ba134-5517-66f0-ee05-07bbe9cf339c-254c06cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_84362ea9-a8ad-0d82-0d43-bec6745e46ba-745e466d {
  justify-self: auto;
}

#w-node-_84362ea9-a8ad-0d82-0d43-bec6745e46dc-745e466d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1aabe9c-4a26-cafb-1f14-643dabc06fd6-abc06fcc, #w-node-f1aabe9c-4a26-cafb-1f14-643dabc06fe3-abc06fcc {
  justify-self: auto;
}

#w-node-f1aabe9c-4a26-cafb-1f14-643dabc06ff3-abc06fcc, #w-node-f1aabe9c-4a26-cafb-1f14-643dabc07006-abc06fcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1aabe9c-4a26-cafb-1f14-643dabc07009-abc06fcc {
  justify-self: auto;
}

#w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-d83fe6af {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-d83fe6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-d83fe6af, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-d83fe6af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-d83fe6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-d83fe6af, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-d83fe6af, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-d83fe6af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdb-22c1d662 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdc-22c1d662 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be1-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be4-22c1d662 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8beb-22c1d662 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77c29e2c-5143-dd3e-5aef-becb9faa21dd-9faa21ce, #w-node-_77c29e2c-5143-dd3e-5aef-becb9faa21e1-9faa21ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c29e2c-5143-dd3e-5aef-becb9faa21ea-9faa21ce {
  justify-self: auto;
}

#w-node-_77c29e2c-5143-dd3e-5aef-becb9faa21fa-9faa21ce, #w-node-_77c29e2c-5143-dd3e-5aef-becb9faa220d-9faa21ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c29e2c-5143-dd3e-5aef-becb9faa2210-9faa21ce {
  justify-self: auto;
}

#w-node-_5b579bba-9878-e996-55ab-48808313dcbe-b1c123d7 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-_5b579bba-9878-e996-55ab-48808313dcbf-b1c123d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b579bba-9878-e996-55ab-48808313dcc4-b1c123d7, #w-node-_5b579bba-9878-e996-55ab-48808313dcc7-b1c123d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b579bba-9878-e996-55ab-48808313dcce-b1c123d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b181cd8-c0d7-cfc9-617f-ff949dfc5b59-08f4172f {
  align-self: stretch;
  justify-self: center;
}

#w-node-_8b181cd8-c0d7-cfc9-617f-ff949dfc5b61-08f4172f {
  align-self: auto;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-08f4172f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-08f4172f, #w-node-_86e64837-0616-515b-4568-76c147234d41-08f4172f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73a54647-2cd6-a505-701c-5a7c2990a7c8-08f4172f, #w-node-_73a54647-2cd6-a505-701c-5a7c2990a7b3-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ad2bc850-0702-d69d-bcfd-6c03f65ec8e3-08f4172f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04c79370-f838-5ba1-cd5c-efabd3823c7c-08f4172f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3796b4a4-a709-8e50-c520-a3cccd652fd2-08f4172f, #w-node-_993c8daa-8cdc-e31c-fa9b-bdd166acbc3b-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3ca893-3f04-09df-59ee-d07fdbfea3ec-08f4172f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6529c09b-e145-8bf8-816c-526328fe9f13-08f4172f, #w-node-e2c72f60-af91-f83e-1633-beb97ceb50f3-08f4172f, #w-node-_77a03c4e-16fe-4cf6-b677-26901a18090c-08f4172f, #w-node-_80bc3aec-cf6f-b21e-c1a4-50c746226336-08f4172f, #w-node-_80bc3aec-cf6f-b21e-c1a4-50c746226339-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80bc3aec-cf6f-b21e-c1a4-50c74622633e-08f4172f {
  align-self: center;
  justify-self: center;
}

#w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87db-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87e0-08f4172f {
  align-self: center;
  justify-self: center;
}

#w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7a-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7f-08f4172f {
  align-self: center;
  justify-self: center;
}

#w-node-_2c0da1d1-cff8-98be-3997-6ae4953449ec-08f4172f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c0da1d1-cff8-98be-3997-6ae4953449f1-08f4172f {
  align-self: center;
  justify-self: center;
}

#w-node-_78f2366d-7bcd-0456-5ab9-16a5d3e1679e-d3e16779 {
  align-self: center;
  justify-self: auto;
}

#w-node-_874df9c7-d9f4-33fb-9f4f-aab077561deb-77561dc8, #w-node-f06a4e44-8f67-6846-4f77-30d01f1c9c44-0f0c84e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-fe57d0a2-e820-fcad-2e08-4955ef03a327-24ba7ffb, #w-node-_7c1a20e2-7faf-60af-d53a-6555ed48c546-24ba7ffb {
  justify-self: auto;
}

#w-node-_67b0f1a6-9906-2981-1183-32d378cf4f85-24ba7ffb, #w-node-_7854d364-3ea2-e53c-b394-910b88fc661f-24ba7ffb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_825f5423-6341-294c-ffad-ae7bb5f17892-24ba7ffb, #w-node-a8e9edda-8beb-8e3e-d96a-596e540a389c-8e213d57 {
  justify-self: auto;
}

#w-node-a8e9edda-8beb-8e3e-d96a-596e540a38be-8e213d57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-f7d2a810 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f7d2a810 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f7d2a810 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f7d2a810 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f7d2a810 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f7d2a810 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4c8-f7d2a810 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4d2-f7d2a810 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4db-f7d2a810 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4e4-f7d2a810 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4ed-f7d2a810 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c4f6-f7d2a810 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c500-f7d2a810 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c50a-f7d2a810 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61d0710c-3081-f819-0746-f1f75279c512-f7d2a810 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a8d5-df4de8ac, #w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a8d9-df4de8ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a8e2-df4de8ac {
  justify-self: auto;
}

#w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a8f2-df4de8ac, #w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a905-df4de8ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a908-df4de8ac {
  justify-self: auto;
}

#w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-56a8b761 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-56a8b761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-56a8b761, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-56a8b761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-56a8b761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-56a8b761, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-56a8b761, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-56a8b761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c6, #w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c7, #w-node-_421df62a-c217-12af-eee8-27f88a387928-254c06c8, #w-node-_49168470-ae53-272e-3d16-bae8b117eba5-254c06cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebae-254c06cb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebb7-254c06cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebc0-254c06cb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebdd-254c06cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebe6-254c06cb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebef-254c06cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebf8-254c06cb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-08f4172f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-08f4172f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-08f4172f, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f7d2a810 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f7d2a810 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f7d2a810 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f7d2a810 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4db-f7d2a810 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4e4-f7d2a810 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4ed-f7d2a810 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4f6-f7d2a810 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-d83fe6af {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-d83fe6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-d83fe6af, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-d83fe6af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-d83fe6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-d83fe6af, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-d83fe6af, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-d83fe6af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdb-22c1d662 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(auto, auto);
  }

  #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdc-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be1-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be4-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8beb-22c1d662, #w-node-_77c29e2c-5143-dd3e-5aef-becb9faa21ea-9faa21ce, #w-node-_42c81801-7bd4-548a-bdc1-4fd16fe6a8e2-df4de8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-56a8b761 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-56a8b761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-56a8b761, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-56a8b761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-56a8b761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-56a8b761, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-56a8b761, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-56a8b761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad2bc850-0702-d69d-bcfd-6c03f65ec8e3-254c06ba {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04c79370-f838-5ba1-cd5c-efabd3823c7c-254c06ba, #w-node-_3796b4a4-a709-8e50-c520-a3cccd652fd2-254c06ba, #w-node-_993c8daa-8cdc-e31c-fa9b-bdd166acbc3b-254c06ba, #w-node-db3ca893-3f04-09df-59ee-d07fdbfea3ec-254c06ba, #w-node-_6529c09b-e145-8bf8-816c-526328fe9f13-254c06ba, #w-node-e2c72f60-af91-f83e-1633-beb97ceb50f3-254c06ba, #w-node-_77a03c4e-16fe-4cf6-b677-26901a18090c-254c06ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80bc3aec-cf6f-b21e-c1a4-50c74622633e-254c06ba, #w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87e0-254c06ba, #w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7f-254c06ba, #w-node-_2c0da1d1-cff8-98be-3997-6ae4953449ec-254c06ba, #w-node-_2c0da1d1-cff8-98be-3997-6ae4953449f1-254c06ba {
    justify-self: start;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117eb9c-254c06cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117eba5-254c06cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebae-254c06cb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebb7-254c06cb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebc0-254c06cb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebd4-254c06cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebdd-254c06cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebe6-254c06cb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebef-254c06cb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_49168470-ae53-272e-3d16-bae8b117ebf8-254c06cb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-d83fe6af {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-d83fe6af, #w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-d83fe6af, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-d83fe6af, #w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-d83fe6af, #w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-d83fe6af, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-d83fe6af, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-d83fe6af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdb-22c1d662 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8bdc-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be1-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8be4-22c1d662, #w-node-_713ba237-c76b-e022-fd8a-edc0fc9e8beb-22c1d662 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b579bba-9878-e996-55ab-48808313dcbe-b1c123d7 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_5b579bba-9878-e996-55ab-48808313dcbf-b1c123d7, #w-node-_5b579bba-9878-e996-55ab-48808313dcc4-b1c123d7, #w-node-_5b579bba-9878-e996-55ab-48808313dcc7-b1c123d7, #w-node-_5b579bba-9878-e996-55ab-48808313dcce-b1c123d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad2bc850-0702-d69d-bcfd-6c03f65ec8e3-08f4172f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04c79370-f838-5ba1-cd5c-efabd3823c7c-08f4172f, #w-node-_3796b4a4-a709-8e50-c520-a3cccd652fd2-08f4172f, #w-node-_993c8daa-8cdc-e31c-fa9b-bdd166acbc3b-08f4172f, #w-node-db3ca893-3f04-09df-59ee-d07fdbfea3ec-08f4172f, #w-node-_6529c09b-e145-8bf8-816c-526328fe9f13-08f4172f, #w-node-e2c72f60-af91-f83e-1633-beb97ceb50f3-08f4172f, #w-node-_77a03c4e-16fe-4cf6-b677-26901a18090c-08f4172f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80bc3aec-cf6f-b21e-c1a4-50c74622633e-08f4172f, #w-node-_694a6d7a-38aa-eb69-01f5-b78cb43a87e0-08f4172f, #w-node-_34f802c4-d247-c234-be3a-36e43c1d4a7f-08f4172f, #w-node-_2c0da1d1-cff8-98be-3997-6ae4953449ec-08f4172f, #w-node-_2c0da1d1-cff8-98be-3997-6ae4953449f1-08f4172f {
    justify-self: start;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f7d2a810 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f7d2a810 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f7d2a810 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f7d2a810 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f7d2a810 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4d2-f7d2a810 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4db-f7d2a810 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4e4-f7d2a810 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4ed-f7d2a810 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_61d0710c-3081-f819-0746-f1f75279c4f6-f7d2a810 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_11659abc-2b66-5de9-e47f-dddef3b56fd9-56a8b761 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5584c4ab-1ec0-8da5-f819-d7df02509dd6-56a8b761, #w-node-_94c49dec-233b-7741-23b1-7a603fb7adbd-56a8b761, #w-node-_575d6d56-e78b-ee56-4e8b-64e739787c31-56a8b761, #w-node-_6d4f832a-d50d-aafa-0697-4a7148ebeb2d-56a8b761, #w-node-_89952801-3add-6f7d-e56d-7ee5f44b4568-56a8b761, #w-node-f65f9ec6-92c3-04ab-e609-c21eb333e93c-56a8b761, #w-node-ad615957-cdc0-e1e3-b619-c053dc9fd749-56a8b761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


