/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Red */
/* Gold */
/* Green */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* Third party brand colors */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/** container widths */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

@media screen and (max-width: 1050px) {
  html {
    scroll-padding-top: 64px;
  }
}
.site-header {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto !important;
}

.site-header {
  background-color: #000 !important;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1050px) {
  .site-header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-block: 2.5rem;
  }
}
@media (min-width: 1050px) {
  .page--node-type-landing-page .site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: unset;
  }
}
.site-header__branding {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  justify-content: space-between;
}
@media (min-width: 1050px) {
  .site-header__branding {
    justify-content: initial;
  }
}
.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

nav a {
  margin-left: 30px;
  text-decoration: none;
  color: #333;
  color: var(--Color-white, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.site-header__toggle {
  appearance: none;
  background: transparent;
  border: 0;
}

@media screen and (max-width: 1050px) {
  #gscm-logo {
    height: auto;
    width: 180px;
    padding: 10px;
  }
  .site-header__toggle {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 8px;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 1050px) and (min-width: 1050px) {
  .site-header__toggle {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .site-header__toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  .site-header__nav {
    display: none;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #000;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  .site-header__nav a {
    display: block;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    margin: 0;
  }
  .site-header__nav.is-open {
    display: flex;
  }
}
@media screen and (max-width: 1050px) and (min-width: 1050px) {
  .site-header__nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
  .site-header__nav a {
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 1050px) {
  .site-header__nav .site-header__nav #download-agenda,
  .site-header__nav .site-header__nav #contact-us {
    border: 0;
    background: transparent;
    padding: 12px;
    color: #fff;
  }
}
.site-header__nav a {
  color: #fff;
  text-decoration: none;
}

#download-agenda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  background: #000;
}
#download-agenda:hover {
  background-color: rgb(251.2311557789, 67.8140703518, 8.7688442211);
}

#contact-us {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
  color: #000;
  background: #fff;
}
#contact-us:hover {
  background-color: rgb(251.2311557789, 67.8140703518, 8.7688442211);
}

.page--node-type-landing-page .main-content {
  max-width: unset;
  padding-inline: 0;
}

#main-wrapper {
  min-height: 100vh;
}

#main-wrapper #main {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 150px;
  line-height: 72px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  padding: 30px 300px 40px 300px;
  background-color: #000;
}

.question-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 200px;
  background: #8841F7;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: -100px;
  /* margin-bottom: 86px; */
}

.inner-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

.footer-heading {
  color: white;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

#download-agenda-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
#download-agenda-footer:hover {
  background-color: rgb(251.2311557789, 67.8140703518, 8.7688442211);
}

#contact-us-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
  background: #fff;
  color: #111;
}
#contact-us-footer:hover {
  background-color: rgb(251.2311557789, 67.8140703518, 8.7688442211);
}

#message {
  color: white;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.display-mobile-socials {
  display: none;
}

.bottom-icon-nav {
  display: contents;
}

.bottom-icon-nav {
  display: grid;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.bottom-icon-nav img {
  object-fit: contain;
}

svg {
  width: 175px;
}

#malta-ent {
  height: 70px;
}

#silicon-cat {
  height: 70px;
}

#final-vm {
  height: 55px;
}

#km-malta {
  height: 115px;
}

#hilton-img {
  height: 90px;
}

@media screen and (max-width: 1050px) {
  svg {
    width: 130px;
  }
  #malta-ent {
    width: 83px;
    height: 80px;
  }
  #silicon-cat {
    height: 55px;
  }
  #final-vm {
    height: 55px;
  }
  #km-malta {
    height: 65px;
  }
  #hilton-img {
    height: 60px;
  }
  .site-footer {
    /* display: block; 
    align-items: center;
    padding: 80px 20px;
    background-color: #000;*/
    height: auto !important;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    background-color: #000;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
  }
  .question-container {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    margin-bottom: 0px;
  }
  .inner-footer-container {
    display: block;
    text-align: center;
    padding: 0;
    margin: 20px auto;
    gap: 20px;
    padding: 0 15px;
  }
  .cta-actions {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    width: 100%;
  }
  .display-mobile-socials {
    display: block;
    margin-bottom: 50px;
  }
  .bottom-icon-nav {
    align-items: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    padding-bottom: 25px;
  }
  #message {
    color: white;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.layout {
  max-width: 80rem;
  margin-block-end: 2.25rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .layout {
    margin-block-end: 4.125rem;
    padding-inline: 3.125rem;
  }
}

.layout--fourcol-section {
  gap: 1.25rem;
}
.layout--fourcol-section > .layout__region {
  flex: 0 0 calc(50% - 0.625rem);
}
@media only screen and (min-width: 62rem) {
  .layout--fourcol-section > .layout__region {
    flex: 0 0 calc(25% - 0.9375rem);
  }
}

.u-full-width {
  max-width: unset;
  padding-inline: unset;
}

.u-border-top {
  position: relative;
  margin-block-start: 3rem;
  padding-block-start: 3rem;
}
.u-border-top::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 2.5rem);
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: #000;
}
@media only screen and (min-width: 48rem) {
  .u-border-top::before {
    width: calc(100% - 6.25rem);
  }
}

.u-border-bottom {
  position: relative;
  margin-block-end: 3rem;
  padding-block-end: 3rem;
}
.u-border-bottom::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 2.5rem);
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: #000;
}
@media only screen and (min-width: 48rem) {
  .u-border-bottom::after {
    width: calc(100% - 6.25rem);
  }
}

.u-padding-top-s {
  padding-top: 1.875rem;
}

.u-padding-top-m {
  padding-top: 3.75rem;
}

.u-padding-top-l {
  padding-top: 5.625rem;
}

.u-padding-top-x {
  padding-bottom: 7.5rem;
}

.u-padding-bottom-s {
  padding-bottom: 1.875rem;
}

.u-padding-bottom-m {
  padding-bottom: 3.75rem;
}

.u-padding-bottom-l {
  padding-bottom: 5.625rem;
}

.u-padding-bottom-x {
  padding-bottom: 7.5rem;
}

/*# sourceMappingURL=layout.css.map */
