:root {
  --colors--dark-slate-grey: #3a3a3f;
  --colors--white: white;
  --colors--drk-grey: #131314;
  --colors--accent-red: #d32028;
  --colors--yellow: #fff714;
  --sizes--logo-initial-xl: 400px;
  --sizes--logo-initial-s: 50px;
  --sizes--logo-m-xl-margin-l: -350px;
  --sizes--logo-n-xl-margin-l: 390px;
  --sizes--logo-m-s-margin-l: -35px;
  --sizes--logo-n-s-margin-l: 42px;
  --colors--transparent: rgba(255, 255, 255, 0);
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: #fff;
}

.container {
  height: 200px;
  overflow: hidden;
}

.text-block {
  color: var(--colors--dark-slate-grey);
  text-align: center;
  width: 70%;
  max-width: 800px;
  font-family: Awconquerordidot Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.text-block.sub {
  margin-top: 28px;
}

.heading {
  text-align: center;
  margin-top: 44px;
  font-family: Playball;
  font-size: 70px;
}

.image-2 {
  width: 100%;
  height: auto;
  margin-top: -128px;
  display: block;
}

.container-2 {
  height: 350px;
  overflow: hidden;
}

.section {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Roboto;
  font-weight: 400;
  display: block;
}

.section.light_bg {
  color: #3a3a3f;
  background-image: url('../images/lighr_concrete_bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1700px;
  background-attachment: scroll;
  font-family: Josefin Sans, sans-serif;
  display: block;
}

.section.light_bg.light-footer {
  background-image: url('../images/iStock_000006288950Medium-light-footer.jpg');
  background-size: 1700px;
}

.section.dark_bg {
  color: var(--colors--white);
  background-image: url('../images/dark_bg_fonal.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1200px;
  background-attachment: fixed;
  flex-direction: column;
  padding: 40px 10vw 80px;
  font-family: Josefin Sans, sans-serif;
  display: block;
}

.section.dark_bg.nopadding {
  padding: 0 0;
}

.section.dark_bg.windos-next {
  background-image: url('../images/Partner-hero_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  height: 450px;
  padding: 140px 0 0;
  display: flex;
}

.image-9 {
  width: 360px;
}

.paragraph {
  color: var(--colors--drk-grey);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 150px;
  font-family: aw-conqueror-didot, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
}

.paragraph.p-on-blk {
  color: var(--colors--white);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.hero-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  height: 80vh;
  display: flex;
  position: relative;
}

.hero-container-bottom {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.nav-link {
  color: var(--colors--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  flex: 1;
  align-items: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  position: relative;
}

.nav-link.wht-type {
  color: var(--colors--white);
  font-size: 12px;
}

.menu-content {
  background-color: var(--colors--accent-red);
  text-align: center;
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 7%;
  min-width: 96px;
  height: 55px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.menu-content.wrk-logo {
  background-color: var(--colors--accent-red);
  height: 55px;
  padding-bottom: 10px;
}

.menu-content.wrk-menu {
  background-color: var(--colors--accent-red);
  opacity: 1;
  width: 90%;
  transform: translate(0, -20px)scale(.9);
}

.menu-container {
  z-index: 1500;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dynamic-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  font-family: aw-conqueror-didot, sans-serif;
  font-size: 62px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.merging-effect {
  display: none;
}

.dynamic-text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.h2 {
  color: var(--colors--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.h2.loaderh2 {
  z-index: 1350;
  opacity: 0;
  color: var(--colors--white);
  position: absolute;
  top: 48%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2.centered {
  text-align: center;
  margin-bottom: 10px;
}

.h2.banner-header {
  margin-bottom: 0;
}

.spacer {
  width: 170px;
  display: none;
}

.load-animation {
  z-index: 30;
  background-color: #d32028;
  flex-direction: row;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.logo-initial {
  z-index: 1050;
  transform: translate(0, 5px);
}

.logo-initial.wrk-logo {
  width: 40px;
}

.logo-initial.m {
  width: 50px;
  margin-right: -2px;
  top: -60px;
}

.logo-initial.n {
  width: 50px;
  top: -60px;
}

.n-wrapper {
  background-color: var(--colors--accent-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-n {
  z-index: 1050;
  width: 50px;
  display: inline-block;
  position: relative;
}

.logo-n.wrk-logo {
  width: 40px;
}

.loader-logo-m {
  width: 15vw;
  position: relative;
  transform: translate(-50vw);
}

.loader-logo-n {
  width: 15vw;
  transform: translate(50vw);
}

.div-block-2 {
  width: 100%;
  display: none;
}

.text-block-2 {
  text-align: center;
  font-family: aw-conqueror-didot, sans-serif;
  font-size: 62px;
  font-weight: 400;
}

.logo-container {
  background-color: var(--colors--accent-red);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 96px;
  height: 55px;
  padding-top: 6px;
  padding-left: 11px;
  padding-right: 9px;
  display: flex;
  position: relative;
}

.logo-container.wrk-logo {
  background-color: var(--colors--accent-red);
  transform: translate(0, -20px)scale(.8);
}

.logo-svg, .logo-svg.loadersvg, .logo-svg.wrk-logo {
  color: var(--colors--white);
}

.link-2 {
  color: var(--colors--drk-grey);
  text-decoration: none;
}

.port-hero-img {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 450px;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.port-hero-img:hover {
  box-shadow: none;
}

.port-hero-img-img {
  width: 100%;
  max-width: none;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 45px;
  display: flex;
}

.columns {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 100px;
  display: flex;
}

.h3 {
  text-transform: uppercase;
  margin-bottom: -10px;
}

.h3.port-sub {
  color: var(--colors--white);
  margin-bottom: -10px;
  font-size: 15px;
}

.h3.port-sub.asdda {
  margin-bottom: 10px;
}

.port-descriptor {
  color: var(--colors--white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.cursor-wrapper {
  z-index: 1600;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  border: 2px none var(--colors--drk-grey);
  background-color: var(--colors--white);
  opacity: 1;
  mix-blend-mode: exclusion;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.cursor.testcursosr {
  z-index: 1050;
  opacity: .8;
  mix-blend-mode: luminosity;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
}

.svg-arrow {
  color: var(--colors--drk-grey);
  width: 12px;
}

.svg-arrow.lower {
  transform-style: preserve-3d;
  margin-top: -5px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.pointer-arrow-div {
  align-items: flex-start;
  width: 30px;
  height: 15px;
  display: flex;
  position: relative;
}

.pointer-arrow-div.upper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 27px;
}

.pointer-arrow-div.lower {
  align-items: flex-start;
  width: 27px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  display: grid;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  margin-top: 100px;
  padding: 0;
}

.cell-2 {
  justify-content: flex-end;
}

.heading-2 {
  font-family: aw-conqueror-didot, sans-serif;
  font-size: 24px;
}

.paragraph-3 {
  text-align: center;
  font-size: 16px;
  font-weight: 200;
}

.port-flex-img-hero {
  z-index: 1020;
  cursor: none;
  flex-direction: column;
  align-items: center;
  width: 55vw;
  transition: height .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.port-flex-img-hero.hero-aspect.port-img-right, .port-flex-img-hero.hero-img-right {
  order: 2;
}

.port-flex-block {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 140px;
  transition: all .2s;
  display: none;
  position: relative;
}

.port-flex-block.img-right {
  justify-content: flex-end;
}

.port-flex-txt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20vw;
  margin-bottom: 5px;
  display: block;
}

.port-flex-txt.port-txt-1st {
  order: 1;
}

.port-flex-txt.hero-txt-left {
  text-align: right;
  order: 1;
}

.port-hero-img-image {
  z-index: 1001;
  object-position: 0% 0%;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.port-hero-drop-shadow {
  z-index: 1000;
  filter: blur(7px);
  color: var(--colors--drk-grey);
  width: 100%;
}

.port-hero-shadow-container {
  z-index: 1000;
  width: 55vw;
  margin-top: -10px;
  position: relative;
}

.port-hero-shadow-container.hero-shadow-right {
  order: 3;
}

.loader-logo-scg {
  color: #7f3e3e;
  width: 300px;
  position: relative;
}

.section-2 {
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-11 {
  width: 140px;
}

.paragraph-4 {
  font-weight: 300;
  line-height: 22px;
}

.separator {
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.autoslider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 12px 8px 6px rgba(19, 19, 20, .85);
}

.mask {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
}

.slide-nav {
  height: 20px;
  margin-top: -30px;
  font-size: 8px;
  position: relative;
}

.slide-container {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.slide {
  height: auto;
}

.static-slide {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.work-container {
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  font-weight: 300;
  position: relative;
}

.div-block-9 {
  text-align: center;
  width: 40vw;
  margin: 80px auto 60px;
  position: relative;
}

.button {
  background-color: var(--colors--yellow);
  color: var(--colors--drk-grey);
  text-align: center;
  text-transform: uppercase;
  border-radius: 18px;
  width: 160px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: loretta, sans-serif;
  font-size: 13px;
  transition: all .2s;
  display: block;
  position: relative;
}

.button:hover {
  letter-spacing: 1px;
  width: 190px;
}

.modal-container {
  z-index: 2000;
  background-color: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 300vw;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: absolute;
  top: 120px;
}

.banner-grid.grid-1 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 100vw;
  transform: translate(0);
}

.banner-grid.full-grid {
  display: none;
}

.banner-grid.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  transform: translate(100vw);
}

.html-embed {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.banner-container {
  border-radius: 10px;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .4);
}

.white-bg {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 500px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.rest {
  background-color: var(--colors--accent-red);
  width: 300px;
  height: 250px;
  display: none;
  position: relative;
  transform: translate(100vw);
}

.div-block-10 {
  position: relative;
}

.div-block-11 {
  border-radius: 15px;
  max-width: 900px;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 5px 8px 5px rgba(19, 19, 20, .85);
}

.teal-bg {
  background-color: rgba(1, 178, 142, .7);
  width: 100%;
  padding: 60px 10vw 100px;
}

.quick-stack-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.work-bottom-cell {
  background-color: var(--colors--white);
  border-radius: 10px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.image-12 {
  width: 100%;
}

.image-13, .image-14, .image-15 {
  width: 100%;
  position: relative;
  top: 0;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  width: 100%;
}

.image-16 {
  width: 220px;
}

.div-block-12 {
  background-image: url('../images/spray-bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 800px;
  width: 100%;
  height: 50px;
}

.paragraph-6 {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 40px;
  font-family: loretta, sans-serif;
}

.footer-txt-spacer {
  padding-left: 7px;
  padding-right: 7px;
}

.link-3 {
  color: var(--colors--dark-slate-grey);
  text-decoration: none;
  transition: color .2s;
}

.link-3:hover {
  color: var(--colors--accent-red);
}

.div-block-13 {
  background-image: url('../images/Partner-hero_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/spray-bg-wht.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 800px;
  width: 100%;
  height: 60px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-bottom-cell-flex {
  background-color: var(--colors--white);
  cursor: pointer;
  border-radius: 10px;
  width: 45%;
  height: 250px;
  display: block;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
}

.work-bottom-cell-flex.hp-cell-1 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.work-bottom-cell-flex.hp-cell-2 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.work-bottom-cell-flex.hp-cell-3 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.work-bottom-cell-flex.hp-cell-4 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 550px;
  margin-top: 60px;
  display: block;
  position: relative;
}

.transition {
  z-index: 2500;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-trigger {
  display: block;
}

.transition-content {
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-bg {
  background-color: var(--colors--accent-red);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

.container-3 {
  height: 50vh;
  display: none;
}

.logo-container-trigger {
  z-index: 1560;
  cursor: pointer;
  width: 100px;
  height: 30px;
  display: none;
  position: absolute;
  top: 20px;
}

.logo-container-trigger.work {
  width: 100px;
  height: 30px;
  top: 10px;
}

.hidden-stuff {
  display: none;
}

.work-modal-test {
  background-color: var(--colors--dark-slate-grey);
  width: 100%;
  height: 100%;
  min-height: 100%;
  transform: translate(100vw);
}

.navlink-container {
  opacity: 0;
  color: var(--colors--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 25%;
  margin-top: 14px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: none;
  position: relative;
}

.navlink-container:hover {
  opacity: .5;
}

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

.navlink-container.left:hover {
  opacity: .6;
}

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

.navlink-container.right:hover {
  opacity: .6;
}

.nav-txt {
  text-decoration: none;
}

.polygon-container-left {
  background-color: var(--colors--accent-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 14%;
  display: flex;
  position: absolute;
  transform: translate(0);
}

.polygon-container-right {
  background-color: var(--colors--accent-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 57%;
  display: flex;
  position: absolute;
  transform: translate(0);
}

.polygon-container {
  z-index: 1400;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-text {
  color: #fff;
  text-align: center;
  font-family: aw-conqueror-didot, sans-serif;
  font-size: 36px;
  position: relative;
}

.load-text.upper {
  text-align: right;
  width: 50%;
}

.logo-h {
  width: 200px;
}

.logo-v {
  width: 180px;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  height: 50vh;
}

.cell-6 {
  justify-content: flex-end;
  align-items: center;
}

.button-2 {
  background-color: var(--colors--accent-red);
  text-align: center;
  border-radius: 12px;
  width: 200px;
  padding-top: 12px;
  transition: all .2s;
}

.button-2:hover {
  width: 260px;
}

@media screen and (min-width: 1280px) {
  .section.light_bg {
    background-repeat: repeat;
    background-size: 2100px;
  }

  .section.dark_bg {
    background-repeat: repeat;
    background-size: 1440px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-container {
    max-width: 1600px;
  }

  .hero-container-bottom {
    max-width: 900px;
  }

  .nav-link {
    font-size: 14px;
  }

  .dynamic-text, .text-block-2 {
    font-size: 80px;
  }

  .port-hero-img {
    height: 480px;
  }

  .port-hero-img:hover {
    height: 580px;
  }

  .grid {
    grid-column-gap: 44px;
    grid-template-columns: 1fr .5fr;
  }

  .quick-stack-2 {
    grid-column-gap: 37px;
  }

  .port-flex-img-hero.hero-aspect {
    height: auto;
  }

  .navlink-container.left {
    padding-right: 40px;
  }

  .navlink-container.right {
    padding-left: 40px;
  }

  .quick-stack-5 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .section.light_bg {
    background-size: contain;
  }

  .section.dark_bg {
    background-size: 1500px;
    flex-direction: column;
    display: flex;
  }

  .image-9 {
    width: 400px;
  }

  .paragraph {
    margin-top: 140px;
    margin-bottom: 171px;
    font-size: 26px;
    line-height: 42px;
  }

  .hero-container-bottom {
    max-width: 1000px;
  }

  .menu-content.wrk-logo {
    opacity: 1;
    width: 90%;
  }

  .h2 {
    font-size: 16px;
  }

  .spacer {
    width: 240px;
  }

  .load-animation {
    position: fixed;
  }

  .div-block-2 {
    display: none;
    overflow: visible;
  }

  .port-hero-img {
    height: 520px;
  }

  .port-hero-img:hover {
    height: 620px;
  }

  .columns {
    justify-content: flex-start;
    max-width: 2000px;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .h3.port-sub {
    margin-bottom: -5px;
  }

  .port-descriptor {
    font-size: 15px;
    line-height: 22px;
  }

  .cursor.testcursosr {
    width: 55px;
    height: 55px;
  }

  .grid {
    grid-template-columns: 1fr .25fr;
    max-width: 2000px;
  }

  .port-flex-block {
    margin-bottom: 170px;
  }

  .paragraph-5 {
    text-align: center;
    font-weight: 300;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 15px;
  }

  .menu-content {
    width: 5%;
  }

  .h2 {
    font-size: 17px;
  }

  .logo-initial, .logo-n {
    width: 55px;
  }

  .h3.port-sub {
    font-size: 17px;
  }

  .port-descriptor {
    font-size: 16px;
    line-height: 24px;
  }

  .port-flex-img-hero {
    max-width: 1000px;
  }

  .port-flex-block {
    max-width: 1600px;
    margin-bottom: 220px;
  }

  .port-flex-txt {
    width: 20vw;
    max-width: 350px;
  }

  .port-hero-shadow-container {
    max-width: 1000px;
  }

  .work-modal-test {
    z-index: 1400;
    background-color: #745f5f;
    width: 0%;
    min-height: 100vh;
    position: absolute;
    right: 0;
  }

  .navlink-container.left {
    padding-right: 60px;
  }

  .navlink-container.right {
    padding-left: 60px;
  }

  .polygon-container {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    flex-wrap: wrap;
    align-items: center;
  }

  .section.dark_bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .paragraph {
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-container-bottom {
    max-width: 620px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-link {
    font-size: 12px;
  }

  .dynamic-text {
    justify-content: center;
    align-items: center;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-size: 58px;
    line-height: 72px;
  }

  .dynamic-text-wrapper {
    text-align: center;
    margin-top: 60px;
  }

  .spacer {
    width: 160px;
  }

  .logo-initial, .logo-n {
    width: 40px;
  }

  .div-block-2 {
    width: 660px;
  }

  .text-block-2 {
    font-size: 58px;
    line-height: 64px;
  }

  .logo-container {
    width: 100px;
    height: 65px;
  }

  .port-hero-img, .port-hero-img:hover {
    height: 350px;
  }

  .column {
    padding-left: 30px;
  }

  .h3.port-sub {
    font-size: 14px;
  }

  .port-descriptor {
    font-size: 12px;
    line-height: 22px;
  }

  .cursor.testcursosr {
    width: 40px;
    height: 40px;
  }

  .svg-arrow {
    width: 9px;
  }

  .pointer-arrow-div.upper {
    width: 20px;
    height: 15px;
  }

  .pointer-arrow-div.lower {
    width: 20px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr .5fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .port-flex-block {
    margin-bottom: 100px;
  }

  .port-flex-txt.port-txt-1st {
    width: 25vw;
  }

  .quick-stack-5 {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  .section.dark_bg {
    padding: 40px 0 40px 0;
  }

  .image-9 {
    width: 320px;
  }

  .paragraph {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 18px;
  }

  .hero-container {
    justify-content: space-around;
    height: 100svh;
  }

  .hero-container-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    flex: 0 auto;
    align-self: center;
    margin-top: 4vh;
    margin-bottom: 4vh;
    font-size: 16px;
  }

  .nav-link:hover {
    color: rgba(255, 255, 255, .7);
  }

  .menu-content {
    flex-direction: column;
    justify-content: space-around;
    width: 100px;
    height: 12vh;
  }

  .menu-container {
    height: 0;
  }

  .dynamic-text {
    width: 500px;
    height: 160px;
    font-size: 46px;
    line-height: 58px;
  }

  .dynamic-text-wrapper {
    margin-top: 10px;
  }

  .h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 13px;
    position: relative;
  }

  .spacer {
    display: none;
  }

  .load-animation {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .m-wrapper {
    height: 100%;
  }

  .logo-initial {
    width: 35px;
    left: 9px;
  }

  .n-wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    overflow: visible;
  }

  .logo-n {
    width: 35px;
    right: 3px;
  }

  .div-block-2 {
    width: 500px;
    height: 130px;
    display: none;
  }

  .text-block-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .logo-container {
    background-color: var(--colors--accent-red);
    order: -1;
    width: 80px;
    height: 50px;
    padding-bottom: 3px;
  }

  .logo-svg {
    color: var(--colors--white);
  }

  .port-hero-img, .port-hero-img:hover {
    height: 250px;
  }

  .port-hero-img-img {
    width: 100%;
    height: auto;
  }

  .column {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .h3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .h3.port-sub {
    margin-bottom: -15px;
    padding-top: 0;
  }

  .port-descriptor {
    margin-left: auto;
    margin-right: auto;
  }

  .cursor-wrapper {
    cursor: auto;
  }

  .port-para-break {
    display: none;
  }

  .grid {
    flex-direction: column;
    grid-auto-flow: row;
    align-items: center;
    display: block;
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-stack-2 {
    grid-row-gap: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2 {
    text-align: center;
    align-items: flex-start;
  }

  .port-flex-img-hero {
    order: 1;
    width: 85vw;
  }

  .port-flex-img-hero.hero-aspect.port-img-right, .port-flex-img-hero.hero-img-right {
    order: 1;
  }

  .port-flex-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
  }

  .port-flex-txt {
    text-align: center;
    order: 3;
    width: 80vw;
  }

  .port-flex-txt.port-txt-1st {
    order: 2;
    width: 80vw;
  }

  .port-flex-txt.hero-txt-left {
    text-align: center;
    order: 3;
  }

  .port-hero-drop-shadow {
    margin-top: 0;
  }

  .port-hero-shadow-container {
    order: 2;
    width: 85vw;
  }

  .port-hero-shadow-container.hero-shadow-right {
    order: 2;
  }

  .logo-container-trigger {
    display: none;
  }

  .navlink-container.left {
    order: 3;
    padding-right: 0;
    display: none;
  }

  .navlink-container.right {
    order: 5;
    padding-left: 0;
    display: none;
  }

  .logo-h {
    width: 140px;
  }

  .logo-v {
    width: 120px;
  }

  .quick-stack-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 90vh;
  }

  .section.light_bg {
    height: auto;
  }

  .section.dark_bg {
    height: auto;
    padding: 40px 0;
  }

  .paragraph {
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-container {
    justify-content: space-around;
    height: 70vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    margin-top: 6vh;
    margin-bottom: 6vh;
    font-size: 17px;
  }

  .menu-content {
    justify-content: center;
    height: 6vh;
    margin-top: 0;
    margin-bottom: 5vh;
  }

  .dynamic-text {
    width: 340px;
    font-size: 38px;
    line-height: 46px;
  }

  .h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .logo-initial, .logo-n {
    width: 30px;
  }

  .div-block-2 {
    width: 350px;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .port-hero-img, .port-hero-img:hover {
    height: 250px;
  }

  .port-hero-img-img {
    width: auto;
    height: 100%;
  }

  .column {
    padding-top: 30px;
    padding-left: 20px;
  }

  .columns {
    margin-top: 30px;
  }

  .port-flex-block {
    margin-bottom: 70px;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .button-2 {
    margin-top: 30px;
  }
}

#w-node-d0ffca33-c5ba-535b-b013-5c5339a6e219-38ca1c25 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b9b220d0-9a53-a1e9-a2c4-13940d02a4a4-38ca1c25, #w-node-d9d2c3fa-1098-e14e-d4c5-f41a07e18649-38ca1c25 {
  grid-column: span 3 / span 3;
}

#w-node-_93707370-49fc-85b2-6580-5b9a6b39888e-38ca1c26 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ef37a0fe-5f2b-41ba-963c-e22c3fdce548-38ca1c26, #w-node-ef37a0fe-5f2b-41ba-963c-e22c3fdce54a-38ca1c26, #w-node-ef37a0fe-5f2b-41ba-963c-e22c3fdce54c-38ca1c26, #w-node-_5e84c7e8-c2b7-e8d3-b11f-d6460123aac6-38ca1c26 {
  justify-self: center;
}

#w-node-_5e84c7e8-c2b7-e8d3-b11f-d6460123aac8-38ca1c26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5e84c7e8-c2b7-e8d3-b11f-d6460123aaca-38ca1c26, #w-node-_714888cb-5fae-6ca7-f3a8-3ce7211f4180-38ca1c26 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_93707370-49fc-85b2-6580-5b9a6b39888e-38ca1c26 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0ffca33-c5ba-535b-b013-5c5339a6e219-38ca1c25 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_02ad2877-e8f9-9bde-b03e-9de8eee21b80-38ca1c25, #w-node-_61e48545-1607-beaf-268d-3b3ab793f641-38ca1c25, #w-node-d14c1342-475e-6258-541c-e3dd886a416e-38ca1c25 {
    grid-column: span 3 / span 3;
  }
}


