/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(10px, 1.2121vw, 24px);
  line-height: 1.5;
  color-scheme: light;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: sans-serif;
  font-display: swap;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Make images easier to work with */
img, picture, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ol, ul {
  list-style: none;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Create a root stacking context */
#root, #__next {
  isolation: isolate;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: initial;
  }
}
/* Bootstrap breakpoints */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  html {
    scroll-behavior: smooth;
    font-size: 16px;
    line-height: 1.5;
    color-scheme: light;
  }
}
/* colors */
:root {
  --distance: 100vh;
  --height: 100vh;
  --rotateX: 0deg;
  --rotateY:0deg;
}

/* some global utility classes */
.gradient_text--color, .email__id:hover .email__text2 {
  background: rgb(177, 90, 169);
  background: linear-gradient(135deg, rgb(177, 90, 169) 0%, rgb(236, 163, 116) 40%, rgb(211, 86, 87) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
}

* {
  outline: red 0 solid;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  color: #ffffff;
}

.landscape__mode {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgb(177, 90, 169);
  background: linear-gradient(135deg, rgb(177, 90, 169) 0%, rgb(236, 163, 116) 40%, rgb(211, 86, 87) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: none;
}

.preloader_wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 999;
}

.element {
  position: fixed;
  inset: 0;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.element--animate {
  animation-name: element;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes element {
  100% {
    opacity: 0;
  }
}
.colors {
  width: 100vw;
  height: var(--height);
}

.color1__background {
  background: rgb(236, 163, 116);
  transform: translateY(-200vh);
}

.color1--animate {
  animation-name: color1;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes color1 {
  100% {
    transform: translateY(calc(var(--distance)));
  }
}
.color2__background {
  background: rgb(211, 86, 87);
}

.color2--animate {
  transform: translateY(-100vh);
  animation-name: color2;
  animation-duration: 1.5s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}

@keyframes color2 {
  100% {
    transform: translateY(calc(var(--distance)));
  }
}
.color3__background {
  background: rgb(177, 90, 169);
}

.color3--animate {
  animation-name: color3;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes color3 {
  100% {
    transform: translateY(calc(var(--distance)));
  }
}
@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
  .landscape__mode {
    display: flex;
  }
  .header, .main, .footer {
    display: none !important;
  }
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) and (orientation: portrait) {
  .landscape__mode {
    display: none;
  }
  .header, .main, .footer {
    display: block;
  }
}
.nav-link {
  font-weight: 700;
  color: #ffffff;
}

.nav-link:focus, .nav-link:hover {
  background: rgb(177, 90, 169);
  background: linear-gradient(135deg, rgb(177, 90, 169) 0%, rgb(236, 163, 116) 40%, rgb(211, 86, 87) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  background-color: #ffffff;
  color: #000000;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  min-height: 100vh;
  max-height: 100vh;
}

.footer__text {
  height: 4.5rem;
  overflow: hidden;
}

.footer__text-mask {
  animation: scrolling_text 13s 3s ease-out infinite;
}

@keyframes scrolling_text {
  3% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  28% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  53% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  78% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}
.footer__text-options {
  font-size: 2.5rem;
  font-weight: 500;
}

.footer__social {
  transform: translateY(-2.5rem);
}

.footer__social-icons > img {
  max-width: 0.8rem;
}

.email__title {
  font-size: 1.3rem;
  font-weight: 500;
}

.email__id {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #000000;
}
.email__id .email__text1 {
  text-transform: capitalize;
  color: #d9d9d9;
  color: #b0b0b0;
}

.footer__locations {
  padding-bottom: 2rem;
}

.footer__city {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer__address, .footer__phone {
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer__phone {
  color: #000000;
  text-decoration: none;
}
.footer__phone:hover {
  color: #000000;
}

.footer__divider {
  height: 1px;
  background-color: #d2d2d2;
  margin-bottom: 2rem;
}

.footer__copyright {
  font-size: 0.8rem;
  line-height: 1.5;
}

.fullbleed--image {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
}
.fullbleed--image::before {
  content: "";
  position: absolute;
}
.fullbleed--image::after {
  content: " ";
  position: absolute;
}

.font-size-1 {
  font-size: 0.5rem;
}

.font-size-2 {
  font-size: 1rem;
}

.font-size-3 {
  font-size: 1.5rem;
}

.global-padding-top-size-1 {
  padding-top: 1rem;
}

.global-padding-bottom-size-1 {
  padding-bottom: 1rem;
}

.global-padding-left-size-1 {
  padding-left: 1rem;
}

.global-padding-right-size-1 {
  padding-right: 1rem;
}

.global-padding-top-size-1_5 {
  padding-top: 1.5rem;
}

.global-padding-bottom-size-1_5 {
  padding-bottom: 1.5rem;
}

.global-padding-left-size-1_5 {
  padding-left: 1.5rem;
}

.global-padding-right-size-1_5 {
  padding-right: 1.5rem;
}

.global-padding-top-size-2 {
  padding-top: 2rem;
}

.global-padding-bottom-size-2 {
  padding-bottom: 2rem;
}

.global-padding-left-size-2 {
  padding-left: 2rem;
}

.global-padding-right-size-2 {
  padding-right: 2rem;
}

.global-padding-top-size-2_5 {
  padding-top: 2.5rem;
}

.global-padding-bottom-size-2_5 {
  padding-bottom: 2.5rem;
}

.global-padding-left-size-2_5 {
  padding-left: 2.5rem;
}

.global-padding-right-size-2_5 {
  padding-right: 2.5rem;
}

.global-padding-top-size-3 {
  padding-top: 3rem;
}

.global-padding-bottom-size-3 {
  padding-bottom: 3rem;
}

.global-padding-left-size-3 {
  padding-left: 3rem;
}

.global-padding-right-size-3 {
  padding-right: 3rem;
}

.global-padding-top-size-3_5 {
  padding-top: 3.5rem;
}

.global-padding-bottom-size-3_5 {
  padding-bottom: 3.5rem;
}

.global-padding-left-size-3_5 {
  padding-left: 3.5rem;
}

.global-padding-right-size-3_5 {
  padding-right: 3.5rem;
}

.global-padding-top-size-4 {
  padding-top: 4rem;
}

.global-padding-bottom-size-4 {
  padding-bottom: 4rem;
}

.global-padding-left-size-4 {
  padding-left: 4rem;
}

.global-padding-right-size-4 {
  padding-right: 4rem;
}

.global-padding-top-size-4_5 {
  padding-top: 4.5rem;
}

.global-padding-bottom-size-4_5 {
  padding-bottom: 4.5rem;
}

.global-padding-left-size-4_5 {
  padding-left: 4.5rem;
}

.global-padding-right-size-4_5 {
  padding-right: 4.5rem;
}

.global-padding-top-size-5 {
  padding-top: 5rem;
}

.global-padding-bottom-size-5 {
  padding-bottom: 5rem;
}

.global-padding-left-size-5 {
  padding-left: 5rem;
}

.global-padding-right-size-5 {
  padding-right: 5rem;
}

.global-margin-top-size-1 {
  margin-top: 1rem;
}

.global-margin-bottom-size-1 {
  margin-bottom: 1rem;
}

.global-margin-left-size-1 {
  margin-left: 1rem;
}

.global-margin-right-size-1 {
  margin-right: 1rem;
}

.global-margin-top-size-1_5 {
  margin-top: 1.5rem;
}

.global-margin-bottom-size-1_5 {
  margin-bottom: 1.5rem;
}

.global-margin-left-size-1_5 {
  margin-left: 1.5rem;
}

.global-margin-right-size-1_5 {
  margin-right: 1.5rem;
}

.global-margin-top-size-2 {
  margin-top: 2rem;
}

.global-margin-bottom-size-2 {
  margin-bottom: 2rem;
}

.global-margin-left-size-2 {
  margin-left: 2rem;
}

.global-margin-right-size-2 {
  margin-right: 2rem;
}

.global-margin-top-size-2_5 {
  margin-top: 2.5rem;
}

.global-margin-bottom-size-2_5 {
  margin-bottom: 2.5rem;
}

.global-margin-left-size-2_5 {
  margin-left: 2.5rem;
}

.global-margin-right-size-2_5 {
  margin-right: 2.5rem;
}

.global-margin-top-size-3 {
  margin-top: 3rem;
}

.global-margin-bottom-size-3 {
  margin-bottom: 3rem;
}

.global-margin-left-size-3 {
  margin-left: 3rem;
}

.global-margin-right-size-3 {
  margin-right: 3rem;
}

.global-margin-top-size-3_5 {
  margin-top: 3.5rem;
}

.global-margin-bottom-size-3_5 {
  margin-bottom: 3.5rem;
}

.global-margin-left-size-3_5 {
  margin-left: 3.5rem;
}

.global-margin-right-size-3_5 {
  margin-right: 3.5rem;
}

.global-margin-top-size-4 {
  margin-top: 4rem;
}

.global-margin-bottom-size-4 {
  margin-bottom: 4rem;
}

.global-margin-left-size-4 {
  margin-left: 4rem;
}

.global-margin-right-size-4 {
  margin-right: 4rem;
}

.global-margin-top-size-4_5 {
  margin-top: 4.5rem;
}

.global-margin-bottom-size-4_5 {
  margin-bottom: 4.5rem;
}

.global-margin-left-size-4_5 {
  margin-left: 4.5rem;
}

.global-margin-right-size-4_5 {
  margin-right: 4.5rem;
}

.global-margin-top-size-5 {
  margin-top: 5rem;
}

.global-margin-bottom-size-5 {
  margin-bottom: 5rem;
}

.global-margin-left-size-5 {
  margin-left: 5rem;
}

.global-margin-right-size-5 {
  margin-right: 5rem;
}

.mx-auto {
  margin-inline: auto;
}

.global-lr-paddings {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Bootstrap breakpoints */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .no--mobile {
    display: none !important;
  }
  .container {
    padding-inline: 1.25rem;
  }
  .navbar-toggler-icon {
    background-image: url("../images/nav.svg");
    width: 1.25rem;
    height: 1.25rem;
  }
  .navbar-toggler {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    padding-inline: 0;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar-brand {
    max-width: 50vw;
  }
  .mobile__navbar {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    display: none;
  }
  .mobile_navbar-close {
    margin-inline: 1.25rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.5rem;
  }
  .mobile_navbar-close path {
    fill: rgba(0, 0, 0, 0.45);
  }
  .mobile_navbar__item {
    width: 100vw;
    height: 100vh;
  }
  .mobile_navbar__item .navbar-nav {
    text-align: center;
  }
  .mobile_navbar__item .navbar-nav .nav-item {
    font-size: 2.5rem;
  }
  .location_cards {
    position: relative;
  }
  .location__card {
    overflow: hidden;
  }
  .location_single_cards {
    position: relative;
    min-height: 30vh;
    max-height: 30vh;
    overflow: hidden;
  }
  .location_single_card {
    position: absolute;
    width: 100%;
    min-height: 30vh;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .location_single_card--active {
    opacity: 1;
    z-index: 99;
  }
  .location_cards_counter {
    position: absolute;
    bottom: 2.95rem;
    right: 0;
  }
  .location__controls {
    left: 0 !important;
  }
  .footer__text {
    height: 2.5625rem;
  }
  .footer__text-options {
    font-size: 1.5625rem;
  }
  .email__title {
    font-size: 1.25rem;
  }
  .email__id {
    font-size: 1.25rem;
  }
  .email__text2 {
    background: rgb(177, 90, 169);
    background: linear-gradient(135deg, rgb(177, 90, 169) 0%, rgb(236, 163, 116) 40%, rgb(211, 86, 87) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
  }
  .footer__social {
    transform: translateY(1rem);
  }
  .footer__social-icons > img {
    max-width: 1.25rem;
  }
  .footer--divider-container {
    padding-inline: 0;
  }
  .arrows_wrapper {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 110;
  }
  .arrow {
    width: 2.5rem;
    display: inline-block;
    padding: 0.75rem;
    border-radius: 50%;
    border: 1px solid black;
    margin-inline: 0.25rem;
  }
  .arrow.highlighted {
    background-color: #000000;
  }
  .arrow.highlighted path {
    fill: #ffffff;
  }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .only--mobile {
    display: none !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1400px and up) */
.tagline__text {
  font-size: 4rem;
  font-weight: 700;
  transition: background 0.75s ease-in-out;
  transform-style: preserve-3d;
  transform: perspective(5000px) rotateY(var(--rotateX)) rotateX(var(--rotateY));
}

.tagline--text:hover {
  background-position: 54.5rem 0;
}

.tagline {
  min-height: 50vh;
}

.tagline__sub {
  font-weight: 300;
}

.video {
  position: relative;
  max-width: 100vw;
}

.video--scrolldown_link {
  display: inline-block;
  transform: translate(200px, 50px);
}

.video__img {
  width: 100%;
  max-width: 100%;
}

.who_we_are {
  min-height: 100vh;
  max-height: 100vh;
  background-color: #ffffff;
  color: #000000;
}

.wwa__name, .ot__name, .oc__name, .op__name {
  font-size: 1.25rem;
  font-weight: 300;
  color: #666666;
  position: relative;
}

.wwa__name::after, .ot__name::after, .oc__name::after, .op__name::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  padding: 1.5px;
  background-color: #201B50;
  margin-left: 1rem;
}

.wwa__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.wwa__text {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #666666;
}

.our_process {
  min-height: 100vh;
  max-height: 100vh;
  background-color: #000000;
  background-image: url("../images/process-bg-image.webp"), url("../images/process-bg-image.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.op__text {
  font-size: 8rem;
  font-weight: 500;
  display: block;
}

.op__text1 {
  transform: translateY(2.5rem);
}

.op__text2 {
  transform: translate(8rem, -2.5rem);
}

.op__name {
  color: #ffffff;
  transform: translateY(-2rem);
}

.op__name::after {
  background-color: #ffffff;
}

.op_cards_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.op__card {
  padding: 2rem;
  border-right: 1px #A0A0A0 solid;
  overflow: hidden;
  position: relative;
}
.op__card .op__pcopy {
  opacity: 0;
}

.op__card:last-child {
  border-right: none;
}

.op__card:hover {
  background-color: #ffffff;
  color: #000000;
  border-right: 2px #ffffff solid;
}
.op__card:hover .op__pcopy {
  opacity: 1;
}

.op__card:last-child:hover {
  border-right: none;
}

.op__card--active {
  background-color: #ffffff;
  color: #000000;
  border-right: none;
}

.op__pname {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}

.op__pcopy {
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
}

.our_clients {
  background-color: #ffffff;
  padding-top: 7.5rem;
}

.brands > img {
  margin: 3rem auto 0 auto;
  max-width: 33.33%;
}

.our_team {
  background-color: #ffffff;
  padding-top: 7.5rem;
}

.ot__name {
  margin-bottom: 3rem;
}

.team__wrapper {
  color: #000000;
  border-bottom: 1px solid #d2d2d2;
}

.team__name {
  font-size: 1.3rem;
  font-weight: 500;
}

.team__image {
  filter: grayscale(100%);
  opacity: 0;
}

.team__wrapper--active {
  background-color: #000000;
  color: #ffffff;
}
.team__wrapper--active .team__image {
  filter: grayscale(100%);
  opacity: 1;
}

.team__wrapper:hover {
  background-color: #000000;
  color: #ffffff;
}
.team__wrapper:hover .team__image {
  opacity: 1;
}

.team__quote {
  font-size: 0.8rem;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.team__quote::before {
  content: open-quote;
  display: block;
  font-size: 5rem;
  position: absolute;
  left: 0px;
  top: -3.75rem;
}

.team__quote::after {
  content: close-quote;
  display: block;
  font-size: 5rem;
  position: absolute;
  right: 0px;
  bottom: -5.63rem;
}

/* Bootstrap breakpoints */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .header--topnav {
    padding-block: 1.25rem;
  }
  .tagline {
    min-height: 50vh;
  }
  .tagline__text {
    max-width: 100%;
    font-size: 2.8125rem;
    line-height: 1;
  }
  .tagline__sub {
    padding-top: 1rem;
  }
  .video--scrolldown_link {
    transform: translate(0%, 0%);
    position: absolute;
    top: -25px;
  }
  .video--scrolldown_link .video__scrolldown {
    max-width: 50%;
  }
  .video__img {
    max-height: 100vh;
    object-fit: cover;
  }
  .who_we_are {
    min-height: 100vh;
    max-height: 100vh;
  }
  .wwa__title {
    font-size: 1.75rem;
    line-height: 1.07;
  }
  .wwa__text {
    font-size: 1.75rem;
  }
  .our_clients {
    padding-top: 5rem;
  }
  .our_team {
    padding-top: 5rem;
  }
  .op__text {
    font-size: 2.5rem;
  }
  .op__text1 {
    transform: translateY(2.5rem);
  }
  .op__text2 {
    transform: translate(1.5rem, 1.5rem);
  }
  .op__name {
    transform: translateY(0rem);
    position: absolute;
    bottom: 65vh;
  }
  .op_cards_wrapper {
    bottom: 0px;
  }
  .op_cards_counter {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000000;
  }
  .op__pname {
    font-size: 1.875rem;
  }
  .op_cards {
    position: relative;
  }
  .op__card {
    padding: 1.5rem;
    background-color: #ffffff;
    color: #000000;
  }
  .op__card .op__pcopy {
    opacity: 1;
  }
  .op_single_cards {
    position: relative;
    min-height: 55vh;
    max-height: 55vh;
    overflow: hidden;
  }
  .op_single_card {
    position: absolute;
    min-height: 55vh;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .op_single_card.op_single_card--active {
    opacity: 1;
  }
  .brands > img {
    max-width: 50%;
  }
  .team__wrapper {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    max-height: 50rem;
    transition: max-height 0.3s linear;
  }
  .team__wrapper.team__wrapper--collapsed {
    max-height: 7.5rem;
    background-color: #ffffff;
    color: #000000;
  }
  .team__wrapper.team__wrapper--collapsed .team__name {
    font-size: 1.25rem;
    text-align: left;
  }
  .team__name {
    font-size: 1.56rem;
    line-height: 1.4;
    text-align: center;
  }
  .team__quote {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    max-width: 90%;
  }
  .team__quote::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .team__quote::after {
    position: absolute;
    right: 50%;
    bottom: -6rem;
    transform: translateX(50%);
  }
  .team__image {
    opacity: 1;
  }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1400px and up) */

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