:root {
  --white: white;
  --yellow: #fff01f;
  --spring-green: #2cf264;
  --deep-pink: #ef2ea9;
  --deep-sky-blue: #2fc2ee;
  --black: #333;
  --black-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agharti Ultra Wide, sans-serif;
  font-size: 13rem;
  font-weight: 100;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agharti Condensed, sans-serif;
  font-size: 13rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agharti Ultra Wide, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agharti Condensed, sans-serif;
  font-size: 8rem;
  font-weight: 100;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--white);
  text-align: justify;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--yellow);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-transform: uppercase;
  font-family: Agharti Ultra Wide, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  position: static;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.max-width-full {
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.contato {
  margin-top: 20vh;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xxhuge {
  flex-direction: column;
  display: flex;
  position: static;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.home-nav_component {
  z-index: 999;
  position: fixed;
}

.home-nav_link-wrapper.is-top-left {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-nav_link-wrapper.is-top-right {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-nav_link-wrapper.is-bottom-left {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-nav_link-wrapper.is-bottom-right {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-nav_link-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Agharti Variable, sans-serif;
  font-size: 5rem;
  line-height: 1;
  transition: all .2s;
}

.home-nav_link-text.is-green:hover {
  color: var(--spring-green);
}

.home-nav_link-text.is-pink:hover {
  color: var(--deep-pink);
}

.home-nav_link-text.is-blue:hover {
  color: var(--deep-sky-blue);
}

.home-nav_link-text.is-yellow:hover {
  color: var(--yellow);
}

.home-video_content-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-video_item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video_layer-vignette {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-video_logo {
  width: 50rem;
  color: #fff;
  position: absolute;
}

.home-video_layer-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav_component {
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_component.is--work {
  background-color: var(--spring-green);
  -webkit-backdrop-filter: blur(50%);
  backdrop-filter: blur(50%);
  display: block;
}

.nav_logo {
  height: 8rem;
}

.nav_logo-link {
  z-index: 10;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav_logo-link.is--menu {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu-list {
  flex: none;
}

.nav_menu-item {
  text-transform: uppercase;
  font-family: Agharti Variable, sans-serif;
  font-size: 2rem;
  line-height: 0;
}

.nav_menu-item.w--current {
  color: var(--black);
  font-weight: 400;
}

.section-header.is--work {
  color: var(--spring-green);
}

.header-text_wrapper, .header-text_wrapper.margin-top.margin-xxhuge {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body.is--work {
  background-color: var(--white);
}

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

.header-text_h1, .header-text_h2 {
  line-height: 1;
}

.header-text_h2.is--work {
  letter-spacing: 3px;
}

.video-reel_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-reel_component.margin-bottom.margin-xxlarge {
  position: relative;
}

.video-reel_component.margin-bottom.margin-xxsmall {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-reel_component.padding-bottom.padding-xxlarge {
  position: relative;
}

.video-reel_video-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 36%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.video-reel_item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-reel_text-wrapper {
  color: var(--white);
  text-transform: uppercase;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading {
  font-size: 5rem;
  font-weight: 300;
}

.heading-2 {
  font-size: 6rem;
  font-weight: 100;
}

.logo-top {
  width: 16rem;
  color: #fff;
  position: static;
}

.d-47-menu-trigger-wrapper {
  z-index: 199;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.d-47-menu-line {
  width: 100%;
  height: 5px;
  background-color: var(--white);
  position: absolute;
}

.link-bottom {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee {
  width: 100%;
  height: 8rem;
  opacity: 0;
  justify-content: flex-start;
  align-items: stretch;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marquee.visible {
  opacity: 1;
}

.marquee.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 16.8em;
  height: 6em;
  object-fit: cover;
  border-radius: 100vw;
  flex: none;
  margin-left: 2em;
  margin-right: 2em;
}

.link-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-line._2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 7rem;
}

.track {
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.main-text {
  z-index: 2;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-family: Agharti Ultra Wide, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill {
  z-index: 3;
  width: 100%;
  height: 0%;
  color: #000;
  text-align: left;
  background-color: #d3fd50;
  justify-content: flex-start;
  align-items: center;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fill.expand {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.fill_is--blue {
  background-color: #5059fd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.menu {
  height: 100vh;
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-top {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-47-menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fill_is--red {
  background-color: #fd5053;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  height: 8rem;
  text-align: center;
  border: 0 solid rgba(255, 255, 255, .49);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1px;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.link.bottom {
  justify-content: flex-end;
}

.heart {
  width: 5.2em;
  margin-left: 3.3em;
  margin-right: 3.3em;
}

.d-47-menu-wrapper {
  z-index: 998;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-color-green {
  background-color: var(--spring-green);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-color-pink {
  background-color: var(--deep-pink);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-color-blue {
  background-color: var(--deep-sky-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-color-yellow {
  background-color: var(--yellow);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-icon {
  width: 9rem;
  flex: 0 auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.track-icon.is--heart, .track-icon.is--rocket, .track-icon.is--knifes {
  width: 7rem;
}

.menu_component {
  z-index: 9999;
  display: flex;
  position: relative;
}

.d-47-social-media-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-47-social-media-link-block {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.d-47-menu-item-image {
  background-image: url('../images/sahin-yesilyaprak-1207044-unsplash-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-image.third {
  background-image: url('../images/gustavo-scafeli-796695-unsplash-min.jpg');
  background-position: 50% 100%;
}

.d-47-menu-item-image.fourth {
  background-image: url('../images/jimmy-fermin-740548-unsplash-min.jpg');
  background-position: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-image.second {
  background-image: url('../images/sanmeet-chahil-697281-unsplash-min.jpg');
  background-position: 50%;
}

.d-47-menu-item-underline {
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}

.d-47-menu-item-wrapper-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-47-link-block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  position: static;
}

.d-47-brand-text {
  z-index: 99;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
  position: relative;
}

.d-47-social-media-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.d-47-menu-item-text {
  z-index: 99;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
}

.d-47-menu-trigger-wrapper-2 {
  z-index: 999;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.d-47-menu-line-2 {
  width: 100%;
  height: 5px;
  background-color: var(--white);
  position: absolute;
}

.d-47-menu-line-2.is--first, .d-47-menu-line-2.is--second {
  height: .4rem;
}

.body-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block {
  height: 100vh;
  background-color: var(--spring-green);
}

.div-block-2 {
  height: 100vh;
  background-color: var(--deep-pink);
}

.div-block-3 {
  height: 100vh;
  background-color: var(--deep-sky-blue);
}

.video-reel_title {
  letter-spacing: 2px;
  font-family: Agharti Ultra Wide, sans-serif;
  font-size: 8rem;
}

.video-reel_client {
  font-family: Agharti Condensed, sans-serif;
  font-size: 6rem;
}

.video-reel_play-wrapper {
  cursor: pointer;
  margin: 0;
  padding: 2rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.play-button {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-reel_play-trigger {
  width: 14rem;
  height: 14rem;
  margin: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-reel_player-wrapper {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-reel_player-wrapper.is--star, .video-reel_player-wrapper.is--tim {
  display: none;
}

.video-reel_embed-wrapper {
  width: 90%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.embed-video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon {
  width: 4rem;
  cursor: pointer;
  object-fit: fill;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.logo-menu {
  width: 16rem;
  color: #fff;
  position: static;
}

.foto-1 {
  height: 23rem;
  object-fit: cover;
  flex: 0 auto;
  padding-left: 2rem;
}

.about-text_wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.paragraph {
  direction: ltr;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph.direction-right {
  direction: ltr;
  text-align: right;
  flex: 0 auto;
}

.paragraph.text-align-center {
  text-align: center;
}

.paragraph.align-justify {
  text-align: justify;
}

.about-text_row {
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.foto-2 {
  height: 22rem;
  object-fit: cover;
  flex: 0 auto;
  padding-right: 2rem;
}

.section-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foto-3 {
  height: 26rem;
  object-fit: contain;
  flex: 0 auto;
  padding-left: 2rem;
  padding-right: 0;
}

.foto-4 {
  height: 26rem;
  object-fit: cover;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 2rem;
}

.foto-2-2 {
  height: 22rem;
  object-fit: cover;
  flex: 0 auto;
  padding-left: 2rem;
  padding-right: 0;
}

.about-video_component {
  z-index: 1;
  width: 100%;
  height: 80rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-awards_component {
  margin-top: 3rem;
  position: static;
}

.about-awards_wrapper {
  margin-bottom: 2rem;
}

.about-awards_row {
  margin-bottom: 4rem;
  display: flex;
}

.layout_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.awward-logo {
  width: 50%;
  flex: 0 auto;
  align-self: center;
}

.text-awards {
  color: var(--white);
  align-self: flex-start;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.about-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-line._2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.numer-awards {
  font-size: 3rem;
  font-weight: 700;
}

.section-social {
  z-index: 0;
  position: relative;
}

.contact_email-item {
  color: var(--white);
  text-transform: none;
  margin-top: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.contact_component {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.contact_prod {
  color: var(--white);
  text-transform: none;
  flex: 1;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
}

.contact_email-list {
  flex: 1;
  order: 1;
  align-self: auto;
}

.contact_prod_wrapper {
  width: auto;
  flex: 0 100%;
}

.contact_data-wapper {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.contact_phone-list {
  flex: 1;
  order: 1;
  align-self: auto;
}

.contact_phone-item {
  color: var(--white);
  text-transform: none;
  margin-top: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .video-reel_item {
    background-color: rgba(0, 0, 0, .3);
  }

  .main-text {
    padding-bottom: 1vw;
  }

  .fill {
    display: none;
  }

  .menu_component {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-nav_link-text.is-green, .home-nav_link-text.is-pink, .home-nav_link-text.is-blue, .home-nav_link-text.is-yellow {
    font-size: 10rem;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .d-47-menu-trigger-wrapper {
    margin-top: 60px;
    margin-left: 20px;
  }

  .main-text {
    padding-bottom: 1vw;
  }

  .fill {
    display: none;
  }

  .d-47-menu-wrapper {
    padding-bottom: 30px;
  }

  .menu_component {
    display: flex;
  }

  .d-47-social-media-wrapper {
    flex-direction: column;
  }

  .d-47-social-media-link-block {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .d-47-link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .d-47-brand-text {
    font-size: 18px;
  }

  .d-47-social-media-text {
    font-size: 12px;
  }

  .d-47-menu-item-text {
    font-size: 28px;
    line-height: 28px;
  }

  .video-reel_title {
    font-size: 6rem;
  }

  .video-reel_client {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_wrapper {
    justify-content: space-around;
  }

  .nav_menu-list {
    flex: 0 auto;
  }

  .nav_menu-item {
    padding: 2rem;
  }

  .d-47-menu-trigger-wrapper {
    margin-top: 60px;
    margin-left: 20px;
  }

  .main-text {
    padding-bottom: .5vw;
    font-size: 16rem;
  }

  .fill {
    display: none;
  }

  .link {
    height: 16rem;
  }

  .d-47-menu-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .menu_component {
    display: flex;
  }

  .d-47-social-media-wrapper {
    flex-direction: column;
  }

  .d-47-social-media-link-block, .d-47-link-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .d-47-brand-text {
    margin-top: 40px;
  }

  .d-47-menu-item-text {
    font-size: 20px;
  }

  .video-reel_title {
    font-size: 4rem;
  }

  .video-reel_client {
    font-size: 3rem;
  }

  .contact_email-item {
    font-size: 2rem;
  }

  .contact_prod {
    margin-bottom: 2rem;
  }

  .contact_email-list {
    flex: 0 auto;
  }

  .contact_data-wapper {
    justify-content: space-between;
  }

  .contact_phone-list {
    flex: 0 auto;
  }

  .contact_phone-item {
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Agharti Condensed';
  src: url('../fonts/Agharti-ThinCondensed.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-BlackUltraWide.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-RegularUltraWide.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-ThinUltraWide.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-HairUltraWide.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-LightUltraWide.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-DemiUltraWide.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Ultra Wide';
  src: url('../fonts/Agharti-BoldUltraWide.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Condensed';
  src: url('../fonts/Agharti-BlackCondensed.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Variable';
  src: url('../fonts/AghartiVF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Condensed';
  src: url('../fonts/Agharti-LightCondensed.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agharti Condensed';
  src: url('../fonts/Agharti-HairCondensed.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}