:root {
  --black: #2f3034;
  --black-2: #181819;
  --cornflower-blue: #8e9dec;
  --whie: #fff;
  --98bcc4: #98bcc4;
}

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

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

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

.section {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #e6e6e6;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: sticky;
  inset: 5vh 0% auto;
}

.section:active {
  font-size: 16px;
}

.body {
  color: #e6e6e6;
  background-color: #2f3034;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.heading {
  margin-bottom: 30px;
  font-family: Droid Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph {
  flex: 0 auto;
  align-self: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: inline-block;
}

.button, .button-2 {
  font-size: 0;
}

.link {
  color: #fff;
  background-color: #fff0;
  border-bottom: 4px solid #fff;
  border-right: 4px #fff;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: -315px auto auto;
  padding: 20px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.link:hover {
  filter: contrast(150%);
  color: #8e9dec;
  background-color: #fff0;
  border-bottom-style: solid;
  border-bottom-color: #fff0;
  border-right: 4px #0000;
  border-radius: 0;
  font-size: 20px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
}

.link-block-2:hover {
  opacity: 1;
  filter: grayscale(30%) blur(2px);
}

.container {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image {
  background-image: url('../images/Portfolio_05.png');
  background-position: 0 0;
  background-size: auto;
}

.nav-menu {
  z-index: 15;
  background-color: var(--black);
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 5vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0 2vh;
  padding: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: center;
  display: block;
}

.image-2 {
  background-color: #454545;
  flex: 0 auto;
}

.link-block-3 {
  background-image: url('../images/LOGO_CGI_Lighthouse.png');
  background-position: 50%;
  background-size: auto;
}

.link-2 {
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.image-3 {
  background-image: url('../images/LOGO_CGI_Lighthouse_1.png');
  background-position: 0 0;
  background-size: auto;
}

.button-3 {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  border-left: 4px solid #fff;
  min-height: 5vh;
  margin: 2vh;
  padding: 2vh;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.button-3:hover {
  color: #8e9dec;
  background-color: #000;
  border: 1px #fff;
  border-left: 4px solid #fff;
  border-radius: 0;
  font-size: 18px;
}

.button-3.w--current {
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.button-3.w--current:hover {
  color: var(--cornflower-blue);
  background-color: #0000;
}

.link-3 {
  background-color: #206175;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto 30px 370px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.link-3:hover {
  filter: contrast(150%);
  background-color: #206175;
  transform: scale(1.05);
}

.dropdown {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.text-block {
  color: #fff;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.dropdown-list {
  height: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 55px;
  font-family: Droid Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
  display: flex;
}

.paragraph-2 {
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  display: block;
}

.div-block {
  justify-content: flex-start;
  display: flex;
}

.image-4 {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.link-block-4 {
  flex: 0 auto;
  display: flex;
}

.menu-button {
  flex: 0 auto;
}

.dropdown-wrapper {
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.dropdown-trigger {
  background-color: var(--black-2);
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh;
  display: inline-block;
}

.text-block-2 {
  font-size: 40px;
  font-weight: 400;
}

.dropdown-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  direction: ltr;
  color: #e6e6e6;
  text-align: left;
  text-transform: none;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.text-block-5 {
  text-decoration: none;
}

.container-2 {
  color: #fff;
  background-color: #fff;
}

.section-heading {
  color: #000;
  background-color: #0000;
}

.heading-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.div-block-transperent {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5vh;
}

.heading-4 {
  color: #8e9dec;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 3rem;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-left: 475px;
  margin-right: 475px;
}

.lightbox-portfolio {
  max-width: 100%;
  padding: 5px;
}

.lightbox-portfolio:hover {
  opacity: .75;
  transform: scale(.99);
}

.image-5 {
  max-width: 50%;
}

.image-6 {
  margin-left: 80px;
}

.div-block-black {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-social-media {
  filter: grayscale() invert();
  margin-right: 10px;
  padding: 0;
}

.link-social-media:hover {
  filter: none;
}

.image-social-media {
  opacity: 1;
  cursor: auto;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-social-media:hover {
  max-width: 55%;
  display: block;
}

.text-block-about {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.column {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  flex: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.link-terms-of-use {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-5 {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.image-7 {
  cursor: pointer;
  max-width: 100%;
}

.image-7:hover {
  filter: blur(1px) grayscale(65%);
  transform: scale(.99);
}

.div-block-trigger-image {
  cursor: pointer;
  max-width: 50%;
}

.link-image-portfolio {
  max-width: 50%;
}

.lightbox-portfolio-2 {
  max-width: 50%;
  padding: 5px;
}

.lightbox-portfolio-2:hover {
  opacity: .75;
  transform: scale(.99);
}

.section-2 {
  z-index: 2;
  color: #fff;
  background-color: #2f3034;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-2 {
  background-color: var(--black-2);
  justify-content: space-around;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-contact-form {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 35vw;
  margin: 0%;
  padding: 3%;
  display: block;
}

.column-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 170px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-2 {
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
}

.text-field {
  color: #5a5a5a;
  background-color: #fff;
  border: 2px solid #68686800;
  margin-bottom: 0;
}

.text-field:focus {
  background-color: #fff;
  border: 2px solid #686868;
  border-radius: 0;
  transform: scale(.99);
}

.submit-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #0000;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 5vh;
  margin-right: 0;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.submit-button:hover {
  color: #fff;
  background-color: #fff0;
  border: 3px solid #fff;
  font-size: 16px;
  font-weight: 700;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding: 0;
  display: block;
}

.heading-5 {
  color: #8e9dec;
  align-self: center;
  font-size: 2rem;
}

.image-8 {
  flex: 1;
  align-self: flex-end;
  min-width: 150px;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-3 {
  flex: 1;
  align-self: flex-end;
  max-height: 100%;
  margin-bottom: 20px;
  margin-left: 86px;
  padding-top: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 80px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr;
  place-items: end start;
}

.textarea {
  background-color: #fff;
  border: 2px solid #0000;
  flex: 1;
  margin-bottom: 0;
  padding: 1vh;
}

.textarea:active {
  background-color: #fff;
}

.textarea:focus {
  border-color: #686868;
  transform: scale(.99);
}

.container-5 {
  flex: 1;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 75%;
}

.column-3 {
  display: block;
}

.div-block-4 {
  background-color: #2f303480;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 500px;
  max-width: 30vw;
  height: 220px;
  min-height: auto;
  max-height: 50vh;
  margin-top: 28vh;
  margin-bottom: auto;
  margin-left: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.lightbox-link {
  max-width: 50%;
  display: block;
}

.label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
}

.header-contact {
  opacity: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 82vh;
  max-height: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.link-block-5 {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  display: block;
}

.header-contact-close {
  color: #fff;
  text-align: left;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 6vh;
  max-height: 6vh;
  margin-left: 27.5vw;
  margin-right: auto;
  padding: 0;
  font-size: 6vh;
  line-height: 2vh;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.header-contact-close:hover {
  opacity: .6;
  border: 1px #fff0;
  border-radius: 0;
  font-size: 6vh;
}

.section-contact-header {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: none;
  position: sticky;
  inset: 5vh 0% 0%;
}

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

.services-image {
  width: 350px;
  max-width: none;
  height: 350px;
  max-height: none;
}

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

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

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

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

.heading-6 {
  color: #f1f1f1;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-3 {
  color: #ececec;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.link-language {
  margin: 3vh 2vh 2vh;
  padding: 1vh;
}

.div-block-6 {
  flex: 0 auto;
  margin: 3vh 2vh 2vh;
  padding: 1vh;
}

.dropdown-leng {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 2vh;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.dropdown-trigger-copy {
  background-color: #000;
  padding: 50px;
}

.dropdown-leng-trigger {
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
  padding: 1vh;
  display: block;
}

.dropdown-leng-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-9 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-left: 1vh;
  padding: 0;
}

.grid-4 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.link-block-6 {
  cursor: auto;
  padding: 1vh;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 5vh;
  min-width: auto;
  display: flex;
}

.image-10 {
  opacity: .5;
  width: auto;
  max-width: 2.5vh;
  height: auto;
}

.image-10:hover {
  opacity: 1;
}

.image-11 {
  width: 25px;
  height: 15px;
}

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

.grid-5 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  grid-template-areas: ". ."
                       ". Area";
  place-items: center;
  width: 80vh;
  margin: 16vh 0;
}

.hiw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh;
  display: block;
}

.hiw-block {
  background-color: #0000;
  border-radius: 0;
  width: 40vw;
  margin-top: 5vh;
  display: flex;
}

.paragraph-4 {
  align-items: center;
  margin-bottom: 0;
  margin-left: 2vw;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
}

.paragraph-5 {
  font-size: 1rem;
  line-height: 1.3rem;
}

.container-6 {
  background-image: url('../images/CGI_Lighthouse_en.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 2560px;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 0;
  margin: 1vh auto 0;
  display: block;
}

.div-block-10 {
  flex: 1;
  align-self: flex-end;
  font-style: normal;
  display: flex;
}

.div-block-11 {
  align-self: flex-end;
  width: 50%;
}

.link-4-copy {
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.lottie-animation {
  width: 50px;
  height: 50px;
}

.lottie-animation-2 {
  justify-content: space-between;
  width: 40px;
  display: none;
}

.div-block-12 {
  flex: 0 auto;
  justify-content: space-between;
  width: 790px;
  display: flex;
}

.link-block-7 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.lottie-animation-3 {
  z-index: 91;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.link-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: none;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-contact:hover {
  width: 80px;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -60px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-contact-link {
  cursor: pointer;
  max-width: 100%;
}

.div-block-14 {
  background-color: var(--black-2);
  width: 100%;
  height: 4px;
  display: none;
}

.container-4-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-terms-of-use {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -100%;
  display: none;
  position: relative;
  inset: 0 0% 0%;
}

.text-block-7 {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding: 75px;
  display: flex;
}

.lottie-animation-4 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
}

.terms-of-use {
  z-index: 20;
  background-color: var(--black);
  color: #eee;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  margin-left: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-3 {
  z-index: 20;
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
}

.heading-7 {
  align-self: flex-start;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: 140px;
  font-size: 30px;
}

.paragraph-6 {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: 140px;
  padding-bottom: 0;
}

.lottie-animation-5 {
  z-index: 21;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: sticky;
  top: 60px;
}

.container-privacy-policy {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -100%;
  display: none;
  position: relative;
  inset: 0 0% 0%;
}

.privacy-policy {
  z-index: 20;
  background-color: var(--black);
  color: #eee;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  margin-left: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-4 {
  z-index: 21;
  color: #fff;
  background-color: #2f3034;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.heading-8 {
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: block;
}

.heading-9 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 50px;
  font-weight: 400;
}

.success-message {
  background-color: var(--black);
  color: var(--black-2);
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-8 {
  font-size: 22px;
  font-weight: 700;
}

.html-embed {
  margin-top: 25px;
}

.body-3 {
  background-color: #2f3034;
  font-family: Montserrat, sans-serif;
}

.div-block-blog-top {
  flex: 0 auto;
  align-self: flex-end;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.image-blog-top {
  flex: 0 auto;
  align-self: center;
  max-width: none;
  max-height: none;
  margin: 20px 0;
}

.heading-blog-top {
  flex: 0 auto;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 400;
  display: block;
}

.container-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-blog {
  min-height: auto;
}

.grid-6 {
  grid-template-rows: 25vh 25vh 25vh;
  grid-auto-columns: 1fr;
}

.image-13 {
  min-width: auto;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-blog-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-transform: none;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.link-blog-1, .link-blog-2 {
  text-decoration: none;
}

.div-block-blog-1 {
  background-color: #2f3034;
  max-width: 35vw;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-blog-1:hover {
  width: auto;
  max-width: 35vw;
  padding: 1vw;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 48%;
  min-height: auto;
  max-height: none;
  margin: 1%;
  padding-left: 0;
  display: block;
  position: relative;
}

.collection-list {
  flex: 1;
  order: 0;
  align-self: center;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-wrapper {
  flex-flow: column;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  max-width: none;
  max-height: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-15 {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--black-2);
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: 70vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.lottie-animation-6 {
  z-index: 92;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 5vw;
  max-height: none;
  margin-top: 4vh;
  margin-right: 4vw;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.heading-10 {
  color: #fff;
}

.image-blog-main {
  width: 40vw;
  max-width: none;
  height: 40vh;
}

.grid-7 {
  grid-row-gap: 246px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.container-blog1 {
  z-index: 90;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.heading-11 {
  color: var(--cornflower-blue);
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  height: 4svh;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
}

.image-cgi-benefits {
  width: 130px;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.heading-12 {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  align-self: center;
  font-size: 50px;
  line-height: 80px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.paragraph-7 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  max-width: 850px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: block;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1450px;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.lottie-animation-7 {
  z-index: 92;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.lottie-animation-7:hover {
  border: 6px none var(--whie);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  max-height: none;
  padding: 5px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-18 {
  background-color: var(--black-2);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 10vh;
  display: flex;
}

.link-block-9 {
  z-index: 92;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80px;
  margin-top: 20px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.grid-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column dense;
  align-self: center;
  place-items: center;
  width: 90vw;
  max-width: 1200px;
}

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

.div-block-19 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.heading-13 {
  color: var(--cornflower-blue);
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.8rem;
}

.link-block-10 {
  z-index: 91;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-blog-1-copy {
  background-color: #2f3034;
  max-width: 35vw;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-blog-1-copy:hover {
  width: auto;
  max-width: 35vw;
  padding: 1vw;
}

.div-block-blog-2 {
  background-color: #2f3034;
  max-width: 35vw;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-blog-2:hover {
  width: auto;
  max-width: 35vw;
  padding: 1vw;
}

.section-5 {
  background-color: var(--black);
  height: 100vh;
}

.section-6 {
  background-color: var(--black);
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  display: block;
}

.image-16 {
  text-decoration: none;
}

.link-cgi-benefits {
  background-color: var(--black-2);
  cursor: pointer;
  border: 0 #000;
  border-radius: 0;
  max-width: none;
  text-decoration: none;
}

.link-cgi-benefits:hover {
  padding: 10px;
}

.section-7 {
  flex-flow: column;
  display: flex;
}

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

.link-what-is-cgi {
  background-color: var(--black-2);
  cursor: pointer;
  max-width: none;
  text-decoration: none;
}

.link-what-is-cgi:hover {
  padding: 10px;
}

.div-block-20 {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: block;
}

.div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  text-align: center;
}

.image-exit:hover {
  padding: 4px;
}

.image-what-is-cgi {
  width: 500px;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.div-block-17-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1500px;
  height: 90vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-steps-of-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 95vw;
  min-width: auto;
  max-width: 1450px;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

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

.text-block-9 {
  color: var(--whie);
  align-self: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 2rem;
  line-height: 3rem;
}

.heading-14 {
  color: var(--cornflower-blue);
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 2.8rem;
  line-height: 2.6rem;
}

.text-block-10 {
  color: var(--whie);
  align-self: center;
  padding: 25px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.div-block-18-copy {
  background-color: var(--black-2);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 10vh;
  display: flex;
}

.div-block-black-2 {
  background-color: var(--black-2);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 5px;
  display: flex;
}

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

.field-label {
  color: var(--cornflower-blue);
}

.div-block-25 {
  background-color: var(--black-2);
  border-radius: 20px;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  color: var(--cornflower-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-size: 20px;
  display: flex;
}

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

  .paragraph {
    padding-top: 20px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .link {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 0;
    font-size: 1.4em;
    line-height: 1em;
  }

  .container {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #0000;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 5vh;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link {
    margin-bottom: 5vh;
    padding: 3vh;
  }

  .dropdown-wrapper {
    z-index: 2;
    width: 100vw;
  }

  .dropdown-trigger {
    width: 100vw;
  }

  .text-block-2 {
    margin-left: 10px;
  }

  .dropdown-content {
    width: 100vw;
  }

  .text-block-3 {
    margin-right: 60px;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5em;
  }

  .div-block-transperent {
    margin-top: 0;
    padding: 4vh;
  }

  .column {
    margin-top: auto;
  }

  .link-terms-of-use {
    width: 100%;
  }

  .section-2 {
    margin-top: 0;
  }

  .div-block-2 {
    width: 100vw;
  }

  .header-contact-form {
    max-width: 55vw;
  }

  .image-8 {
    min-width: 146px;
  }

  .div-block-4 {
    background-color: #2f303480;
    flex: 1;
    width: auto;
    min-width: auto;
    max-width: 60%;
    max-height: 35%;
    margin-top: 205px;
    margin-bottom: 0;
    margin-left: 100px;
  }

  .services-image {
    width: 300px;
    max-width: none;
    max-height: none;
    margin-left: 50px;
  }

  .link-block-6 {
    line-height: 20px;
  }

  .hiw {
    width: 100vw;
  }

  .hiw-block {
    width: 90vw;
  }

  .container-6 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/CGI_Lighthouse_en.jpg');
    background-position: 42% 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    max-width: none;
    height: 90vh;
    max-height: none;
    transform: translate(0);
  }

  .link-4-copy {
    width: 100%;
  }

  .image_hiw {
    width: 20vw;
    max-width: none;
    height: auto;
  }

  .lottie-animation-2 {
    display: none;
  }

  .div-block-12 {
    z-index: 2;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: -100%;
    margin-right: 0%;
    padding: 20px;
    position: fixed;
    inset: 0%;
  }

  .lottie-animation-3 {
    z-index: 15;
    cursor: pointer;
    background-color: #2f303480;
    border-radius: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .link-contact {
    margin-left: -20px;
    margin-right: 40px;
  }

  .container-terms-of-use {
    margin-left: -100%;
    display: none;
  }

  .lottie-animation-4 {
    z-index: 15;
    cursor: pointer;
    background-color: #2f303480;
    border-radius: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .section-3 {
    margin-top: 0;
  }

  .heading-7 {
    margin-left: 20px;
  }

  .paragraph-6 {
    align-self: center;
    margin-left: 30px;
  }

  .lottie-animation-5 {
    z-index: 21;
    background-color: var(--black-2);
    cursor: pointer;
    border-radius: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;
    display: flex;
    position: sticky;
    top: 20px;
  }

  .section-4 {
    margin-top: 0;
  }

  .div-beacon {
    background-color: var(--black);
    height: 30px;
  }

  .container-blog1 {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .image-cgi-benefits {
    width: 130px;
    margin-top: 50px;
  }

  .paragraph-7 {
    max-width: 550px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-17 {
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: 700px;
    height: auto;
  }

  .link-block-9 {
    background-color: var(--black-2);
    border-radius: 9px;
    max-width: 70px;
    margin-top: 25px;
    margin-right: 30px;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-13 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

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

  .image-what-is-cgi {
    width: 400px;
    margin-top: 50px;
  }

  .div-block-17-copy, .div-block-steps-of-work {
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: 700px;
    height: auto;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-9 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-14 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    z-index: auto;
    margin-top: auto;
    position: sticky;
    top: 0;
  }

  .paragraph {
    font-size: 1em;
    line-height: 1.3em;
  }

  .link {
    padding: 10px;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: sticky;
  }

  .nav-link {
    align-self: flex-start;
    margin-bottom: 5vh;
    padding: 3vh;
  }

  .dropdown-trigger {
    padding: 2vh;
  }

  .text-block-2 {
    margin-left: 29px;
  }

  .dropdown-link {
    flex-direction: column;
    align-items: center;
  }

  .text-block-3 {
    text-align: center;
    max-width: 50vw;
    margin-left: 75px;
    margin-right: 75px;
    padding-right: 0;
    font-size: 1em;
    line-height: 1.3em;
  }

  .div-block-transperent {
    padding: 2vh;
  }

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

  .column {
    justify-content: center;
  }

  .link-terms-of-use {
    width: 100%;
  }

  .header-contact-form {
    max-width: 80vw;
  }

  .column-2 {
    padding-top: 160px;
    padding-bottom: 10px;
  }

  .image-8 {
    align-self: flex-end;
    min-width: 140px;
    margin-left: 58px;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .text-block-6 {
    margin-right: 60px;
  }

  .div-block-4 {
    background-color: #2f303480;
    width: 60%;
    max-width: none;
    height: 230px;
    max-height: 25%;
    margin-top: 190px;
    margin-left: 110px;
  }

  .services-image {
    align-self: center;
    width: 200px;
    max-width: none;
    height: 200px;
    max-height: none;
    margin-left: 0;
  }

  .hiw-block {
    width: auto;
  }

  .paragraph-4 {
    margin-right: 11px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .container-6 {
    background-position: 37% 0;
    background-size: auto 80%;
    margin-top: -189px;
  }

  .link-4-copy {
    width: 50%;
  }

  .image_hiw {
    align-self: center;
    width: 20vw;
    max-width: none;
    height: auto;
  }

  .lottie-animation-2 {
    z-index: auto;
    background-color: var(--black);
    border-radius: 6px;
    flex: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 20px;
    padding: 3px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-12 {
    z-index: 2;
    background-color: var(--black);
    flex-flow: column;
    place-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: -100%;
    margin-right: 0%;
    padding: 10px;
    position: fixed;
    inset: 0%;
  }

  .link-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    display: flex;
  }

  .image-12 {
    flex: 1;
    align-self: auto;
    max-width: 70%;
    display: block;
  }

  .lottie-animation-3 {
    z-index: 5;
    cursor: pointer;
    background-color: #2f303480;
    border-radius: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .link-contact {
    margin-left: 0;
    margin-right: 20px;
  }

  .lottie-animation-4, .lottie-animation-5 {
    z-index: 5;
    cursor: pointer;
    background-color: #2f303480;
    border-radius: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .div-block-blog-top {
    margin-bottom: 20px;
  }

  .image-blog-top {
    align-self: flex-end;
  }

  .heading-12 {
    align-self: flex-start;
    margin-left: 10vw;
    font-size: 44px;
  }

  .paragraph-7 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    height: auto;
  }

  .lottie-animation-7 {
    border: 1px none var(--black-2);
  }

  .link-block-9 {
    border: 2px none var(--black-2);
    border-radius: 9px;
    width: 50px;
    max-width: none;
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
  }

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

  .section-5 {
    height: auto;
  }

  .div-block-17-copy {
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    height: 90vh;
  }

  .div-block-steps-of-work {
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    height: auto;
  }

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

  .text-block-9 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

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

  .text-block-10 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

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

  .text-block-11 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    z-index: 0;
    margin-top: 0%;
    top: 0;
  }

  .paragraph {
    align-self: center;
    min-width: auto;
    margin-top: 0;
    padding: 10px;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.1em;
  }

  .link {
    flex: none;
    align-self: auto;
    margin: 100px auto 0;
    padding: 10px;
    font-size: 2em;
  }

  .nav-menu {
    z-index: 15;
  }

  .dropdown-trigger {
    padding: 3vh;
  }

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

  .dropdown-link {
    flex-direction: column;
    align-items: center;
  }

  .text-block-3 {
    text-align: center;
    justify-content: center;
    max-width: 50vw;
    margin-left: 50px;
    margin-right: 49px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-transperent {
    padding: 3vh;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-black {
    padding: 15px;
  }

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

  .link-terms-of-use {
    font-size: 12px;
  }

  .section-2 {
    top: auto;
  }

  .column-2 {
    justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .grid-2 {
    place-items: end center;
  }

  .image-8 {
    flex: 1;
    align-self: center;
    min-width: 100px;
    max-width: none;
  }

  .div-block-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-6 {
    align-self: flex-end;
    max-width: 100vw;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-4 {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    min-width: 60vw;
    max-width: 60vw;
    height: auto;
    max-height: 20vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 60px;
  }

  .services-image {
    align-self: center;
    width: 200px;
    max-width: none;
    max-height: none;
    margin-left: 0;
  }

  .container-6 {
    background-position: 35% 0;
    background-size: 950px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-top: 0;
  }

  .link-4-copy {
    margin-left: 20px;
    margin-right: 0;
    font-size: 12px;
  }

  .image-12 {
    max-width: 60%;
  }

  .lottie-animation-3 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .link-contact {
    margin: 30px 10px 20px -20px;
  }

  .div-block-13 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .image-contact-link {
    max-width: 60%;
    margin-left: 0;
  }

  .div-block-14 {
    height: 10px;
    display: inline-block;
  }

  .container-terms-of-use {
    margin-left: -100%;
    display: none;
  }

  .lottie-animation-4 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .section-3 {
    top: auto;
  }

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

  .paragraph-6 {
    align-self: flex-start;
    margin-left: 10px;
    font-size: 12px;
  }

  .lottie-animation-5 {
    z-index: 21;
    background-color: var(--black-2);
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    position: sticky;
  }

  .section-4 {
    top: auto;
  }

  .div-beacon {
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-8 {
    margin-left: 20px;
  }

  .div-block-blog-top {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-blog-top {
    flex: 1;
    align-self: center;
    max-width: none;
  }

  .lottie-animation-6 {
    max-width: 6vw;
  }

  .container-blog1 {
    height: auto;
  }

  .image-cgi-benefits {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-12 {
    align-self: flex-start;
    margin-left: 10vw;
    font-size: 8svw;
  }

  .paragraph-7 {
    max-width: 250px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-block-17 {
    max-width: 310px;
    height: auto;
  }

  .link-block-9 {
    background-color: var(--black-2);
    border-style: none;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-13 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .image-what-is-cgi {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-17-copy {
    max-width: 310px;
    height: 90vh;
  }

  .div-block-steps-of-work {
    max-width: 310px;
    height: auto;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .heading-14 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .div-block-black-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-25 {
    height: 120px;
  }

  .text-block-11 {
    padding-top: 20px;
  }
}

#w-node-a912083a-ea01-1577-fd60-2898bfd4b8cc-25a82543, #w-node-fe947337-c8b7-9b32-b4c9-838edf0729a3-25a82543, #w-node-fe947337-c8b7-9b32-b4c9-838edf0729a7-25a82543, #w-node-_95c1c348-b037-50f1-13ac-1db82660273e-25a82543, #w-node-_1ec3c7a3-a0f6-6aa4-6e84-4a7d06abc39e-25a82543, #w-node-a912083a-ea01-1577-fd60-2898bfd4b8cc-e83d0127, #w-node-_484675fe-c602-09ae-a5b5-fd53f19f33b1-e83d0127, #w-node-_484675fe-c602-09ae-a5b5-fd53f19f33b5-e83d0127, #w-node-_484675fe-c602-09ae-a5b5-fd53f19f33b9-e83d0127, #w-node-_484675fe-c602-09ae-a5b5-fd53f19f33bd-e83d0127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a10de7ba-6305-7bce-0cd7-7f43ed01284a-f3b30042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7b01aa5a-73b4-c51a-252f-ffff9982d63b-f3b30042, #w-node-_1750d34f-bd04-b93c-49a6-84ff968238bc-f3b30042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0182b776-2e96-3598-bc9d-1acc7249c271-075b4a1d {
  align-self: start;
}

#w-node-_0182b776-2e96-3598-bc9d-1acc7249c276-075b4a1d, #w-node-_0182b776-2e96-3598-bc9d-1acc7249c27d-075b4a1d, #w-node-_0182b776-2e96-3598-bc9d-1acc7249c284-075b4a1d, #w-node-_0182b776-2e96-3598-bc9d-1acc7249c28b-075b4a1d, #w-node-_0182b776-2e96-3598-bc9d-1acc7249c294-075b4a1d, #w-node-_0182b776-2e96-3598-bc9d-1acc7249c29b-075b4a1d, #w-node-_2722978d-c939-543d-9abe-0ba2108410df-a875a172 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Trenda';
  src: url('../fonts/trenda.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto_Condensed.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}