/* 
Strip unit from variable (ex: 1.6rem -> 1.6)
*/
/* 
Calculate line height - multiply base by font size after stripping unit value 
Default base should be 1.5 but you can pass in a different base value if needed.
*/
/* 
Apply tint (lighten) and shade (darken) to color variables
*/
/* 
0 - 720px:      xs (Phone)
721 - 1000px:    sm (Tablet Portrait)
1001 - 1200px:   md (Tablet Landscape)
[1201 - 1800px] - Where our normal styles apply
1800px +:       xl (Big Desktop)

1em = 16px * 
Max Width(ems) = Desired Max Width * 16px
*/
.u-font-code {
  font-family: "Source Code Pro", monospace !important;
  font-weight: 400 !important;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  font-family: "Source Code Pro", monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem !important;
  line-height: 21px;
  background-image: url("/assets/layout/texture-got-grid-pattern.png");
  background-repeat: repeat;
  background-color: #d2dcd7;
  background-size: 30px;
  position: relative;
  min-height: 100vh;
  color: #e3e3e3;
  margin: 0 auto;
}
@media only screen and (min-width: 125em) {
  body {
    font-size: 1.6rem !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 62.5em) {
  body {
    max-height: 100vh;
    height: 100vh;
    overflow: auto;
  }
}

main {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 45em) {
  .wrapper {
    padding: 60px 0 0 0;
  }
}
.wrapper.scrolled .section:not(:first-child) {
  width: 100%;
  padding-top: 6rem;
}
.wrapper.scrolled .section:not(:first-child) .section__container {
  max-width: 80%;
}
@media only screen and (max-width: 62.5em) {
  .wrapper.scrolled .section:not(:first-child) .section__container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 45em) {
  .wrapper.scrolled .section:not(:first-child) .section__container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 125em) {
  .wrapper {
    max-width: 1920px;
  }
}

.portrait-bg {
  display: block;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  transition: opacity 0.5s linear 0.1s, background-image 0.3s linear;
  z-index: 1 !important;
}
.portrait-bg[data-bg=bg1] {
  background-image: url("/assets/layout/bg-portrait-01.png");
}
.portrait-bg[data-bg=bg2] {
  background-image: url("/assets/layout/bg-portrait-04.png");
}
.portrait-bg[data-bg=bg3] {
  background-image: url("/assets/layout/bg-portrait-03.png");
}
.portrait-bg[data-bg=bg4] {
  background-image: url("/assets/layout/bg-portrait-02.png");
}
@media only screen and (max-width: 62.5em) {
  .portrait-bg {
    background-image: none;
  }
}
.portrait-bg.scrolled {
  opacity: 0.4;
}

@font-face {
  font-family: "Raleway", system-ui;
  src: url(/assets/fonts/raleway/Raleway-VariableFont_wght.ttf) format("ttf");
  font-weight: 700 800;
}
p:not(:last-child) {
  margin-bottom: 2rem;
}

i {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  font-weight: 900;
}

h1, h2 {
  font-family: "Raleway", system-ui;
  text-align: right;
}
h1 > span, h2 > span {
  color: #cc2936;
}

h1 {
  font-size: 4.5vmax !important;
  line-height: 90px;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #cc2936;
  text-align: right;
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  font-weight: 800;
}
@media only screen and (max-width: 62.5em) {
  h1 {
    font-size: 6vmax !important;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 62.5em) {
  h1 {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #e3e3e3;
    margin: 0 auto;
    position: relative;
    font-size: 4vmax !important;
    line-height: 60px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
h1 > .heading {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 62.5em) {
  h1 > .heading {
    margin-bottom: 0;
  }
}
h1 > .subheading {
  font-family: "Source Code Pro", monospace;
  font-size: 1.5vmax !important;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  text-wrap: nowrap;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 75em) {
  h1 > .subheading {
    font-size: 1.4rem !important;
    line-height: 21px;
  }
}
@media only screen and (max-width: 62.5em) {
  h1 > .subheading {
    font-size: 2vmax !important;
    line-height: 24px;
    text-wrap: wrap;
    text-align: center;
  }
}
@media only screen and (max-width: 45em) {
  h1 > .subheading {
    font-size: 1.3vmax !important;
    line-height: 19.5px;
  }
}

h2 {
  font-size: 3vmax !important;
  line-height: 45px;
  margin-bottom: 4rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: auto;
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cc2936;
  border: none;
  outline: none;
  border-radius: 8px;
  font-family: "Source Code Pro", monospace;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
}
.button:hover, .button:focus, .button:active {
  background-color: rgb(163.2, 32.8, 43.2);
}
.button__container {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 4rem;
}
@media only screen and (max-width: 62.5em) {
  .button__container {
    padding: 0 2rem;
  }
}

.cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cards__card {
  width: calc((100% - 4rem) / 3);
  padding: 2rem;
  border-radius: 0 10px 0 10px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 3px rgb(178.5, 178.5, 178.5);
  position: relative;
  min-height: 200px;
}
.cards__card:not(:nth-last-child(-n+3)) {
  margin-bottom: 2rem;
}

.blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.blocks--col3 > div {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 45em) {
  .blocks--col3 > div {
    width: 100%;
  }
  .blocks--col3 > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.blocks__block {
  padding: 2rem;
  border-radius: 0 10px 0 10px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 3px rgb(178.5, 178.5, 178.5);
}
.blocks__block p {
  font-weight: 300;
}
.blocks__headline--interior {
  font-size: 2.4rem !important;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.nav {
  position: fixed;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 60px;
  color: #1582c3;
  z-index: 100000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-image: linear-gradient(to right, transparent, #e3e3e3 50%);
}
@media only screen and (max-width: 62.5em) {
  .nav {
    background-image: none;
    background-color: #e3e3e3;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.nav::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.nav.scrolled {
  background-image: linear-gradient(to right, transparent, #e3e3e3 30%);
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 5px #999999;
}
.nav.scrolled .nav__logo img {
  opacity: 1;
}
@media only screen and (max-width: 62.5em) {
  .nav.scrolled .nav__right {
    max-width: 100%;
  }
}
.nav.scrolled::after {
  opacity: 0.8;
}
.nav * {
  max-height: 80px;
}
.nav__container {
  width: 100%;
  height: 60px;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  z-index: 10 !important;
  position: relative;
}
@media only screen and (min-width: 125em) {
  .nav__container {
    max-width: 1920px;
  }
}
@media only screen and (max-width: 62.5em) {
  .nav__container {
    padding: 0 2rem;
  }
}
.nav__logo {
  display: inline-flex;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 62.5em) {
  .nav__logo {
    width: 20%;
  }
}
.nav__logo img {
  height: 100%;
  width: auto;
  max-height: 40px;
  opacity: 0;
  transition: opacity, ease, 0.3s;
}
.nav__right {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
  max-width: 60%;
  transition: max-width 0.3s linear;
}
@media only screen and (max-width: 62.5em) {
  .nav__right {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 45em) {
  .nav__right {
    height: 60px;
    justify-content: flex-end;
    align-items: center;
  }
}
.nav__link {
  width: calc((100% - 6rem) / 4);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.4rem !important;
  line-height: 14px;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease color, 0.3s ease font-weight;
}
@media only screen and (max-width: 62.5em) {
  .nav__link {
    padding: 1rem;
    font-size: 1.2rem !important;
    line-height: 12px;
  }
}
@media only screen and (max-width: 45em) {
  .nav__link {
    display: none;
  }
}
.nav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: background-color, ease, 0.3s;
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  font-weight: 700;
  color: #cc2936;
}
.nav__link:hover::after, .nav__link:focus::after, .nav__link:active::after {
  background-color: #cc2936;
}
.nav__link i {
  margin-right: 1rem;
}
.nav__mobile-trigger {
  display: none;
}
@media only screen and (max-width: 45em) {
  .nav__mobile-trigger {
    display: inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 1rem;
    width: 40px;
    height: 40px;
    color: #cc2936;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: background-color, ease, 0.3s;
    border: 1px solid #cc2936;
    border-radius: 5px;
  }
  .nav__mobile-trigger:hover, .nav__mobile-trigger:focus, .nav__mobile-trigger:active {
    background-color: rgb(163.2, 32.8, 43.2);
    color: #e3e3e3;
  }
}

.portrait {
  display: none;
}
@media only screen and (max-width: 62.5em) {
  .portrait {
    display: flex;
    width: 100%;
    height: auto;
  }
  .portrait img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.section {
  width: 60%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: 0;
  z-index: 50;
  transition: width 0.3s linear;
  color: #333333;
  min-height: 100vh;
}
@media only screen and (min-width: 125em) {
  .section {
    padding: 0;
  }
}
@media only screen and (max-width: 96.25em) {
  .section {
    padding: 2rem;
  }
}
@media only screen and (max-width: 62.5em) {
  .section {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .section:not(:first-child) {
    padding: 0 2rem !important;
  }
}
@media only screen and (max-width: 45em) {
  .section:not(:first-child) {
    padding: 6rem 2rem 4rem 2rem !important;
  }
}
@media only screen and (max-width: 62.5em) {
  .section:first-child {
    align-items: flex-start !important;
  }
  .section:first-child .section__container {
    align-items: flex-start !important;
  }
}
.section:not(:first-child) .section__container {
  align-items: flex-start !important;
  padding: 4rem 0;
}
@media only screen and (max-width: 62.5em) {
  .section:not(:first-child) .section__container {
    align-items: center !important;
  }
}
.section__container {
  width: 100%;
  height: 100%;
  z-index: 10000 !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 62.5em) {
  .section__container {
    padding: 2rem 0 !important;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 45em) {
  .section__container {
    padding: 0 !important;
  }
}
.section__content {
  width: 100%;
}
.section__copy {
  width: 100%;
  padding: 2rem;
  border-radius: 0 10px 0 10px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 3px rgb(178.5, 178.5, 178.5);
}
.section__copy:not(:last-child) {
  margin-bottom: 4rem;
}

.coming-soon {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Raleway", system-ui;
  font-size: 5rem !important;
  line-height: 75px;
}

.intro {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 75em) {
  .intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.intro__details {
  flex-grow: 1;
}
@media only screen and (max-width: 62.5em) {
  .intro__details {
    width: 100%;
  }
  .intro__details > p {
    text-shadow: 2px 2px #000000;
  }
}
@media only screen and (max-width: 62.5em) {
  .intro__details .blocks {
    padding: 0 2rem;
  }
}
.intro__details .blocks__block {
  background-image: none !important;
  color: #1f1f1f;
}

/*# sourceMappingURL=main.min.css.map */
