:root {
  --black: black;
  --emerge-b: #112e6c;
  --emerge-red: #e91d26;
  --white: white;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #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;
  color: #6c6d6d;
  background-color: #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.b {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.section._33 {
  margin-left: 0;
  margin-right: 0;
}

.section._4444 {
  background-color: rgba(0, 0, 0, 0);
}

.section.black {
  background-color: var(--black);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 5px 0;
  display: flex;
}

.container.new {
  width: auto;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 100px;
  display: flex;
}

.container.s {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._33 {
  margin-top: 0;
}

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

.paragraph-bigger {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

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

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--emerge-b), var(--emerge-b));
  color: #000;
  border-radius: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.vv {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #e91d26;
  position: relative;
}

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

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

.button.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 {
  opacity: .6;
  color: #6c6d6d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.label.cc-light._11111 {
  margin-top: 40px;
  font-size: 42px;
}

.label.cc-light._11111._2 {
  margin-bottom: 20px;
}

.label.cc-light._11111.vvvvvvv {
  opacity: 1;
  color: var(--emerge-red);
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.label.cc-light._11111.vvvvvvv.mm {
  color: var(--emerge-b);
  letter-spacing: 1px;
  margin-top: 60px;
}

.label.cc-light._11111.vvvvvvv.v {
  color: var(--emerge-b);
  letter-spacing: 1px;
}

.label.cc-light._11111.vvvvvvv.vv {
  margin-top: 100px;
  margin-bottom: 0;
}

.label.cc-light._11111.vvvvvvv.vv.kkkkkkk {
  margin-top: 60px;
  margin-bottom: 60px;
}

.label.cc-light._11111.vvvvvvv.nbbbb {
  color: var(--emerge-b);
}

.label.cc-light._11111.vvvvvvv.nbbbb.ssss {
  margin-left: 40px;
  margin-right: 40px;
}

.label.cc-light._11111.vvvvvvv.bbbbbb {
  margin-top: 40px;
  margin-bottom: 100px;
}

.label.cc-light._11111.vvvvvvv.bbbbbb.aaaa {
  text-align: center;
  margin-bottom: 40px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

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

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  opacity: .6;
  color: var(--emerge-red);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.paragraph-light.bbbbb {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-light.ssssss {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
}

.heading-jumbo {
  width: auto;
  height: auto;
  color: #e91d26;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 79px;
  font-weight: 400;
  line-height: 89px;
  display: flex;
}

.heading-jumbo-small {
  width: auto;
  min-width: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.heading-jumbo-small.vvvv {
  color: #1f1a1a;
  margin: 0 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 37px;
}

.heading-jumbo-small.vvvvv {
  color: var(--emerge-red);
  line-height: 28px;
}

.heading-jumbo-small.vvvvv.hhhhh {
  color: var(--black);
  font-weight: 400;
}

.heading-jumbo-small.vvvvv.xx.bbbbb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.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;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.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 {
  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%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 424px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/pexels-rdne-stock-project-6520165.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
  margin-bottom: 0;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.motto-wrap.a {
  width: 94%;
  margin-bottom: 0;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 0 auto 20px;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

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

.section-heading-wrap.bbbb {
  margin-top: 0;
}

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

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

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

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

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 120px;
}

.our-contacts._333333 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

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

.team-members.llllll {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

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

.team-member-name {
  opacity: 1;
  color: var(--emerge-b);
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

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

.detail-header-image {
  width: 100%;
  height: 620px;
  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 {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

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

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

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

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

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

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

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

.section-heading {
  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 {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  color: #6c6d6d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.work-heading.label.paragraph-light._1111 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-heading.neww {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

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

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

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

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

.cell.collab {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
}

.paragraph {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.paragraph._1 {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.heading {
  color: var(--emerge-red);
  margin-top: 13px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading._1 {
  color: #dd040e;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}

.heading._1.fre {
  margin-bottom: 13px;
  line-height: 33px;
}

.image {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/R.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 14px;
}

.heading-2 {
  color: var(--emerge-red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 600;
  display: flex;
}

.heading-2.kkkkk {
  line-height: 47px;
}

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

.column.include {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  left: auto;
  right: auto;
}

.paragraph-3 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

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

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

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

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

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

.heading-3 {
  color: var(--emerge-red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 600;
  display: flex;
}

.heading-3.kkkkkk {
  text-align: center;
}

.heading-3.zz.french {
  line-height: 42px;
}

.text-block {
  color: var(--emerge-b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.heading-4 {
  margin-bottom: 60px;
}

.achievements-columns, .achievements-columns.military {
  margin-top: 100px;
  margin-bottom: 100px;
}

.achievements-columns.zz {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-2 {
  height: 87px;
  background-color: var(--black);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-6, .heading-7 {
  font-size: 20px;
}

.heading-7.nnnnn {
  width: auto;
  color: var(--emerge-b);
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-5.hhh {
  margin-left: 20px;
  margin-right: 20px;
}

.columns {
  margin-top: 100px;
}

.columns.mmmmmmm {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 0 60px;
  display: flex;
}

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

.heading-8 {
  color: var(--white);
  text-align: center;
}

.image-2 {
  border-radius: 200px 0;
}

.slide {
  background-color: var(--black);
  opacity: 1;
  outline-color: var(--black);
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: overlay;
  background-image: url('../images/pexels-tara-winstead-7723526.jpg');
  background-position: 100%;
  background-size: cover;
  outline-width: 3px;
  outline-style: none;
}

.slide._2 {
  background-image: url('../images/pexels-pixabay-76971.jpg');
}

.slide-nav {
  font-size: 12px;
  line-height: 13px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  background-color: #2f2f2f;
}

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

.emerge {
  width: 695px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-color: #ff0606;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.mask-2 {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-3 {
  opacity: .39;
  background-color: #000;
}

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

.slide-1 {
  height: auto;
  background-image: url('../images/pexels-tara-winstead-7723526.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 54vh;
}

.slide-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pexels-kelly-6572456.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4._4-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pexels-chris-schippers-421927.jpg');
  background-position: 50%;
}

.slide-4._4-1.ab {
  background-image: url('../images/pexels-rdne-stock-project-6519924.jpg');
  background-position: 50% 0;
}

.slide-4._4-1._33 {
  background-image: url('../images/pexels-anna-shvets-3845810-1-1-1.jpg');
  background-position: 50%;
}

.slide-4._4-1._33._4 {
  background-image: url('../images/emma-harrisova-UDsO83Ts6tQ-unsplash.jpg');
  background-position: 50% 0;
}

.slide-4._4-1._33._22 {
  background-image: url('../images/jon-flobrant-UjktArUqzTo-unsplash.jpg');
  background-position: 50%;
}

.slide-4._4-1.vvvv {
  background-image: url('../images/pexels-pixabay-258160.jpg');
}

.slide-4._4-2 {
  background-image: url('../images/pexels-sevenstorm-juhaszimrus-443383.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4._4-2.abs {
  background-image: url('../images/pexels-mikael-blomkvist-8961619-1.jpg');
  background-position: 50% 0;
}

.slide-4._4-2._333 {
  background-image: url('../images/pexels-tara-winstead-7722927-1-1-1.jpg');
}

.slide-4._4-2._333._4 {
  background-image: url('../images/pedro-lastra-Nyvq2juw4_o-unsplash.jpg');
}

.slide-4._4-2._333.gg {
  background-image: url('../images/tim-johnson-g8t03pBlYCs-unsplash.jpg');
  background-position: 50%;
}

.slide-4._4-2.vvv {
  background-image: url('../images/pexels-mateusz-walendzik-17796167.jpg');
  background-position: 50%;
}

.slide-4._4-2.vvv.vvvv {
  background-image: url('../images/pexels-pixabay-258160.jpg');
  background-position: 50% 0;
}

.slide-4._4-3 {
  background-image: url('../images/pexels-pixabay-290275.jpg');
  background-position: 50% 0;
}

.slide-4._4-3.ab {
  background-image: url('../images/pexels-lukas-669291.jpg');
  background-position: 50% 0;
}

.slide-4._4-3._3333 {
  background-image: url('../images/pexels-rdne-stock-project-6520075-1.jpg');
  background-position: 50% 0;
}

.slide-4._4-3._3333._4 {
  background-image: url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
}

.slide-4._4-3._3333._444 {
  background-image: url('../images/tim-johnson-s-l5qHB9nCg-unsplash.jpg');
  background-position: 50%;
}

.slide-4._4-3.v {
  background-image: url('../images/pexels-tomas-wells-6930841.jpg');
  background-position: 50%;
}

.slide-4.a {
  background-image: url('../images/pexels-arash-iyone-12427085-1.jpg');
  background-position: 50%;
}

.slide-4._33 {
  background-image: url('../images/pexels-mikael-blomkvist-8961398-1.jpg');
}

.slide-4._33._4 {
  background-image: url('../images/robert-bye-a0x0H8Wq87Y-unsplash.jpg');
  background-position: 50%;
}

.slide-4._33._11 {
  background-image: url('../images/samson-ZGjbiukp_-A-unsplash.jpg');
}

.slide-4.vv {
  background-image: url('../images/pexels-pixabay-327499.jpg');
  background-position: 50% 0;
}

.slider-2 {
  width: auto;
  height: 506px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .34);
  background-image: linear-gradient(#020202, #020202);
  background-clip: border-box;
}

.slider-2.mm {
  background-image: none;
}

.container-3 {
  height: 506px;
  max-width: none;
  background-color: rgba(255, 255, 255, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mask-3 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2 {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
}

.embracing {
  color: #112e6c;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  line-height: 46px;
}

.embracing.french {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-5 {
  background-image: url('../images/pexels-lukas-669291.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-9 {
  font-family: Open Sans, sans-serif;
}

.image-4 {
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.image-5 {
  border-radius: 200px 0;
}

.quick-stack {
  margin-left: 40px;
  margin-right: 40px;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2, .icon-2 {
  display: block;
}

.columns-2, .columns-3, .columns-4, .columns-5, .columns-6 {
  display: flex;
}

.columns-7, .columns-8 {
  display: inline-block;
}

.columns-9 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

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

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3, .text-block-4 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

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

.column-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-3 {
  display: none;
}

.text-span {
  color: #ff000b;
}

.text-span.aaa {
  color: var(--emerge-red);
}

.text-span-2 {
  color: #ff000b;
}

.text-span-2.aaa {
  color: var(--emerge-red);
}

.text-span-3 {
  color: #ff000b;
}

.text-span-3.aaa {
  color: var(--emerge-red);
}

.text-span-4 {
  color: #ff000b;
}

.text-span-4.aaa, .text-span-5 {
  color: var(--emerge-red);
}

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

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

.text-block-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.columns-10 {
  margin: 20px;
}

.new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 40px;
  display: flex;
}

.image-6 {
  border-radius: 200px 0 0;
}

.image-7 {
  border-top-right-radius: 200px;
  border-bottom-left-radius: 0;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin: 60px 40px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.dropdown {
  color: rgba(0, 0, 0, 0);
}

.dropdown-link {
  color: #e6000a;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: block;
}

.dropdown-link.w--current {
  color: var(--emerge-b);
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-link-2 {
  color: var(--emerge-red);
}

.dropdown-link-3 {
  color: #e6000a;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .2s, opacity .2s;
}

.dropdown-link-4 {
  color: #e6000a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link-4.w--current {
  transition: opacity .2s, opacity .2s;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-6 {
  max-width: 1548px;
  min-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 75px 140px;
  display: flex;
}

.vvvv {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  display: flex;
}

.container-7 {
  margin-bottom: 100px;
}

.text-span-6, .text-span-7 {
  color: var(--emerge-red);
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

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

.text-block-6 {
  font-weight: 800;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.left-arrow, .left-arrow-2, .left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4 {
  display: block;
}

.text-span-8 {
  color: var(--emerge-red);
}

.text-span-8.french {
  color: var(--black);
}

.text-span-9 {
  color: var(--emerge-red);
  font-size: 17px;
  font-weight: 300;
}

.text-span-9.v.xx, .text-span-9.xx {
  color: var(--black);
  font-size: 16px;
}

.text-span-10 {
  color: var(--emerge-red);
}

.text-span-10.xx {
  font-size: 16px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.nn.navigation-item {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 40px;
  display: flex;
}

.icon-4 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.texttt.navigation-item {
  color: var(--black);
  font-weight: 500;
}

.column-23, .column-24 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: red;
}

.footer-link.w--current {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.link-block-9 {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/3.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 7px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

.link-block-9._2 {
  background-image: url('../images/1.svg');
}

.link-block-9._3 {
  background-image: url('../images/Social-Media.svg');
}

.link-block-9._1 {
  background-image: url('../images/4.svg');
}

.column-22 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 0%;
  text-align: center;
}

.heading-25 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.heading-25.nn {
  color: red;
  letter-spacing: 2px;
  font-size: 23px;
}

.columns-12 {
  width: 90%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
}

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

.bold-text-24 {
  opacity: 1;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.bold-text-24:hover {
  color: red;
  font-weight: 400;
}

.text-block-7 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.text-block-7.mmmmmm {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.kk, .div-block-10 {
  display: none;
}

.newsletter-subscription {
  width: auto;
  color: #fff;
  background-color: #000;
  border: 4px solid #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 40px 60px;
}

.error-message {
  width: auto;
  color: #fff;
  text-align: center;
  background-color: red;
}

.text-block-53 {
  color: #000;
}

.footer-form-block-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.footer-form-input {
  width: 453px;
  height: 48px;
  border: 1px #000;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Open Sans, sans-serif;
}

.footer-form-input:focus {
  color: #fff;
  background-color: #b1b1b1;
  border-width: 0;
  border-color: red;
  font-weight: 400;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  height: 48px;
  background-color: red;
  border-top-right-radius: 25px;
  margin-right: 0;
  padding: 8px 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: absolute;
  right: 0;
}

._11 {
  font-weight: 400;
}

.footer-form-container-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 0;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.s {
    margin-left: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white.vv {
    margin-top: 40px;
  }

  .button.cc-contact-us {
    display: block;
  }

  .button.cc-contact-us.w--current {
    align-items: flex-end;
    display: flex;
  }

  .label.cc-light._11111.vvvvvvv, .label.cc-light._11111.vvvvvvv.v {
    margin-bottom: 40px;
  }

  .label.cc-light._11111.vvvvvvv.nbbbb {
    margin-bottom: 10px;
  }

  .label.cc-light._11111.vvvvvvv.nbbbb.ssss {
    margin-bottom: 40px;
  }

  .label.cc-light._11111.vvvvvvv.french.mmmmm {
    margin-top: 20px;
    font-size: 31px;
  }

  .paragraph-light.bbbbb {
    font-size: 14px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small.vvvvv.xx {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-jumbo-small.vvvvv.xx.bbbbb {
    font-size: 15px;
    line-height: 28px;
  }

  .heading-jumbo-small.french {
    line-height: 32px;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation-wrap.french.mmmm {
    flex: 1;
    align-items: center;
    position: relative;
  }

  .navigation {
    flex-direction: row;
    justify-content: center;
    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 {
    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;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-members.llllll {
    grid-template-rows: auto;
  }

  .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: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .paragraph._1 {
    width: auto;
    line-height: 21px;
  }

  .paragraph._1.fre.french {
    font-size: 14px;
  }

  .heading._1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 24px;
    display: flex;
  }

  .heading._1.fre.french {
    line-height: 25px;
  }

  .heading-2.kkkkk {
    margin-top: 15px;
    font-size: 25px;
    line-height: 58px;
  }

  .paragraph-3.kkkkk {
    font-size: 12px;
    line-height: 22px;
  }

  .column-2.zz {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-3.zz {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .heading-3.zz {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 35px;
  }

  .text-block.zz {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .paragraph-4.zz {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .achievements-columns {
    margin-top: 60px;
  }

  .achievements-columns.military.zz {
    flex-direction: column;
    margin-top: 20px;
  }

  .achievements-columns.zz {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-7.nnnnn {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-5.hhh {
    margin-left: 0;
    margin-right: 0;
  }

  .columns.mmmmmmm {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: block;
  }

  .embracing {
    margin-left: 10px;
    margin-right: 10px;
  }

  .embracing._666666 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: flex;
  }

  .embracing.french {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 38px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 15px;
  }

  .columns-10 {
    margin-bottom: 20px;
  }

  .new {
    margin-top: 10px;
  }

  .columns-11 {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .column-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vvvv {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-6 {
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-span-9.v.xx, .text-span-9.xx, .text-span-10.xx {
    font-size: 15px;
  }

  .dropdown-toggle {
    padding: 15px 30px;
  }

  .footer-link {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 14px;
  }

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

  .link-block-9 {
    width: 30px;
    height: 30px;
  }

  .div-block-9 {
    width: 106%;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-25.nn {
    margin-bottom: 0;
  }

  .columns-12 {
    margin-top: 40px;
  }

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

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

  .newsletter-subscription {
    padding: 20px;
  }

  .footer-form-title {
    margin: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  ._11 {
    font-size: 14px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section._33, .section._33._88 {
    margin-left: 0;
    margin-right: 0;
  }

  .section.black {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .container.new {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.new.french {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container._33._88 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button.cc-contact-us.iyfuk.w--current, .button.cc-contact-us.zzz.w--current {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 8px;
    line-height: 13px;
  }

  .label.cc-light._11111.vvvvvvv {
    margin-top: 10px;
    font-size: 32px;
  }

  .label.cc-light._11111.vvvvvvv.vv.kkkkkkk {
    margin-bottom: 40px;
  }

  .label.cc-light._11111.vvvvvvv.nbbbb {
    margin-top: 40px;
  }

  .label.cc-light._11111.vvvvvvv.bbbbbb.aaaa {
    margin: 20px 20px 40px;
    font-size: 23px;
    line-height: 19px;
  }

  .label.cc-light._11111.vvvvvvv.french.mmmmm {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.ssssss {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 18px;
    line-height: 38px;
  }

  .heading-jumbo-small.vvvv {
    height: auto;
    font-size: 15px;
    line-height: 35px;
  }

  .heading-jumbo-small.vvvvv {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 36px;
  }

  .heading-jumbo-small.vvvvv.hhhhh.aaa.french {
    line-height: 29px;
  }

  .heading-jumbo-small.vvvvv.xx {
    font-size: 13px;
    line-height: 30px;
  }

  .heading-jumbo-small.vvvvv.xx.bbbbb {
    font-size: 13px;
  }

  .heading-jumbo-small.french {
    font-size: 14px;
    line-height: 30px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    padding: 10px 20px;
    font-size: 10px;
    line-height: 10px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap.a {
    margin-left: 20px;
    margin-right: 20px;
  }

  .motto-wrap.aaa {
    margin-left: 40px;
    margin-right: 40px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

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

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

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

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

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

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

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

  .contact-email-link {
    font-size: 12px;
    line-height: 18px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .cell.collab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 23px;
  }

  .heading {
    font-size: 19px;
  }

  .column.include {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .column.include.kkkkk {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-3.zz {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-4.zz {
    margin-bottom: 0;
  }

  .achievements-columns.military.zz {
    flex-direction: column;
    margin-top: 0;
  }

  .achievements-columns.zz {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .slider-2, .container-3 {
    height: 379px;
  }

  .container-3._88 {
    margin-left: 0;
    margin-right: 0;
  }

  .embracing {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 28px;
    display: flex;
  }

  .embracing._666666 {
    font-size: 18px;
    line-height: 38px;
  }

  .embracing.french {
    line-height: 24px;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .columns-9 {
    flex-direction: row;
  }

  .columns-9.mm {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-3, .text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .column-8 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-5 {
    font-size: 21px;
  }

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

  .new {
    flex-direction: column-reverse;
    margin: 0 20px 40px;
  }

  .columns-11 {
    flex-direction: column;
    margin: 0 20px;
  }

  .column-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    min-width: auto;
    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;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

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

  .section-4 {
    margin-top: 40px;
  }

  .section-6 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .text-span-9.v.xx, .text-span-9.xx, .text-span-10.xx {
    font-size: 13px;
  }

  .dropdown-toggle {
    padding-top: 0;
  }

  .footer-link {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-link.w--current {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .column-22 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-25 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .columns-12 {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-7 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .kk {
    display: block;
  }

  .newsletter-subscription {
    margin-left: 60px;
    margin-right: 60px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-title {
    margin: 20px 10px 0;
  }

  .footer-form-input {
    width: 100%;
  }

  .button-primary.footer-form-button {
    font-size: 10px;
    line-height: 16px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .container.new {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container.new.french {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 8px;
    line-height: 8px;
  }

  .button.cc-contact-us.iyfuk.w--current {
    max-width: 63px;
    text-align: center;
    padding: 5px;
    font-size: 7px;
    line-height: 7px;
  }

  .button.cc-contact-us.zzz.w--current {
    max-width: 91px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .label.cc-light._11111 {
    font-size: 22px;
  }

  .label.cc-light._11111.vvvvvvv {
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
  }

  .label.cc-light._11111.vvvvvvv.mm {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .label.cc-light._11111.vvvvvvv.vv.kkkkkkk {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .label.cc-light._11111.vvvvvvv.nbbbb.ssss {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .label.cc-light._11111.vvvvvvv.nbbbb.ssss.smallwr {
    align-items: center;
    font-size: 24px;
  }

  .label.cc-light._11111.vvvvvvv.bbbbbb.aaaa {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .label.cc-light._11111.vvvvvvv.french.mmmmm {
    font-size: 21px;
    line-height: 30px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.bbbbb {
    font-size: 10px;
    line-height: 22px;
  }

  .heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
  }

  .heading-jumbo-small.vvvv {
    width: 229px;
    min-width: auto;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 25px;
  }

  .heading-jumbo-small.vvvvv {
    font-size: 12px;
    line-height: 28px;
  }

  .heading-jumbo-small.vvvvv.hhhhh.aaa.french {
    line-height: 22px;
  }

  .heading-jumbo-small.vvvvv.xx {
    font-size: 13px;
  }

  .heading-jumbo-small.vvvvv.xx.bbbbb {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-jumbo-small.french {
    font-size: 12px;
    line-height: 25px;
  }

  .logo-link {
    max-width: 75px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    max-width: 75px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    width: auto;
  }

  .team-members {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   "Area-6"
                   / 1fr;
    margin-bottom: 0;
  }

  .team-members.llllll {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-members.llllllllllll {
    grid-template-rows: auto auto;
    margin-bottom: 0;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .contact-email-link {
    font-size: 8px;
    line-height: 13px;
  }

  .cell.collab {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    line-height: 0;
    display: flex;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 6px;
    line-height: 9px;
  }

  .paragraph._1.fre.french {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    font-size: 10px;
  }

  .heading._1.fre.french {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .heading-2.kkkkk {
    margin-top: 0;
    line-height: 34px;
  }

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

  .column.include.kkkkk {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3.kkkkk {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2.mil.zz {
    height: 335px;
  }

  .column-2.zz {
    height: auto;
  }

  .column-3.zz {
    margin-top: 20px;
  }

  .heading-3.zz {
    font-size: 22px;
  }

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

  .paragraph-4.zz {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 23px;
  }

  .heading-7.nnnnn {
    text-align: center;
    line-height: 23px;
  }

  .paragraph-5 {
    font-size: 10px;
    line-height: 21px;
  }

  .slide-4, .slider-2 {
    height: 254px;
    line-height: 0;
  }

  .container-3 {
    height: 255px;
  }

  .embracing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8px;
    line-height: 17px;
  }

  .embracing._666666 {
    font-size: 10px;
    line-height: 16px;
  }

  .embracing.french {
    font-size: 13px;
    line-height: 20px;
  }

  .quick-stack {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-size: 0;
  }

  .columns-9.mm {
    margin-left: 0;
  }

  .text-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    line-height: 13px;
    display: flex;
  }

  .text-block-4 {
    font-size: 8px;
    line-height: 13px;
  }

  .column-6 {
    justify-content: flex-start;
  }

  .column-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .vvvv {
    margin-left: 75px;
    margin-right: 75px;
  }

  .section-3.lllllll {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .text-block-6 {
    font-size: 7px;
    line-height: 10px;
  }

  .section-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-8.french {
    line-height: 22px;
  }

  .text-span-9.v.xx {
    font-size: 10px;
    line-height: 20px;
  }

  .text-span-9.xx {
    font-size: 10px;
    line-height: 25px;
  }

  .text-span-10.xx.text-span-9 {
    font-size: 10px;
    line-height: 20px;
  }

  .dropdown-toggle {
    padding: 10px 20px;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .footer-link.w--current {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .column-22 {
    margin-bottom: 0;
  }

  .heading-25 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-25.nn {
    margin-top: 10px;
  }

  .columns-12 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .text-block-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .newsletter-subscription {
    width: 90%;
    padding: 20px;
  }

  .footer-form-block-two {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .footer-form-title {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-form-input {
    width: 154px;
    text-align: center;
    border-top-right-radius: 0;
    align-self: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 11px;
    position: static;
  }

  .button-primary.footer-form-button {
    width: 71px;
    text-align: center;
    margin-right: 0;
    padding: 0;
    font-size: 7px;
    position: relative;
    right: 0;
  }

  ._11 {
    font-size: 11px;
    line-height: 11px;
  }
}

#w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a2739-59698b1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a273a-59698b1e, #w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a273b-59698b1e, #w-node-e94d8857-7c5f-dbfc-224f-ee07df35de19-59698b1e, #w-node-_5a3297e7-a3ac-d23b-5a1c-1a74622f75c9-59698b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b56-57b0eb29 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b5d-57b0eb29 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-57b0eb29 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-57b0eb29 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-57b0eb29 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-57b0eb29 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5381f206-8244-10c5-4f9e-67135584cb7a-57b0eb29 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5381f206-8244-10c5-4f9e-67135584cb83-57b0eb29 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a2739-a75131d0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a273a-a75131d0, #w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a273b-a75131d0, #w-node-e94d8857-7c5f-dbfc-224f-ee07df35de19-a75131d0, #w-node-_5a3297e7-a3ac-d23b-5a1c-1a74622f75c9-a75131d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b56-601d7443 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b5d-601d7443 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-601d7443 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-601d7443 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-601d7443 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-601d7443 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5381f206-8244-10c5-4f9e-67135584cb7a-601d7443 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5381f206-8244-10c5-4f9e-67135584cb83-601d7443 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-57b0eb29 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-57b0eb29 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-57b0eb29 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-57b0eb29 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-601d7443 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-601d7443 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-601d7443 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-601d7443 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a2739-59698b1e {
    grid-template-rows: 245px 242px;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b5d-57b0eb29 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-57b0eb29 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-57b0eb29 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-57b0eb29 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-57b0eb29 {
    grid-area: Area-6;
  }

  #w-node-_5381f206-8244-10c5-4f9e-67135584cb83-57b0eb29 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec99fd5d-bc22-2388-8a43-0f00ca2a2739-a75131d0 {
    grid-template-rows: 245px 242px;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b5d-601d7443 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b64-601d7443 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b6b-601d7443 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_003b8983-07f7-7756-e7bd-370d75a11b72-601d7443 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7bcda2c7-1879-cddd-dd68-4be1f2161f56-601d7443 {
    grid-area: Area-6;
  }

  #w-node-_5381f206-8244-10c5-4f9e-67135584cb83-601d7443 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Arabic Font 2013';
  src: url('../fonts/Arabic-font-2013.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Skia';
  src: url('../fonts/Skia_Regular.ttf') format('truetype');
  font-weight: 0.481 3.201;
  font-style: normal;
  font-display: swap;
}