.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fce3d6;
  opacity: 1;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.logo-image-top {
  width: 60px;
}

.body {
  background-color: #fce3d6;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
}

.logo-block {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Kabrio trial', sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0px;
}

.image {
  width: 150px;
  padding-right: 7px;
  padding-left: 7px;
}

.hero-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/MacBook-Pro-16_---3-1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.width {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usual-heading {
  margin-top: 15px;
  color: #333;
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
}

.usual-heading.h2 {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-left: 6px;
  font-size: 40px;
  line-height: 44px;
}

.normal-paragraph {
  margin-top: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0px;
}

.normal-paragraph.imagooor {
  margin-top: 0px;
  margin-bottom: 0px;
}

.normal-paragraph.white {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.image-2 {
  width: 90%;
  opacity: 1;
}

.button {
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #c2410c;
  box-shadow: 5px 8px 0 -2px #333;
  -webkit-transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, color 400ms ease, background-color 400ms ease;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.button:hover {
  background-color: #333;
  box-shadow: 5px 8px 0 -2px #c2410c;
  color: #fff;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.button-two {
  padding: 10px 20px;
  border: 3px solid #c2410c;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 5px 8px 0 -2px #333;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #c2410c;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.button-two:hover {
  background-color: #c2410c;
  color: #fff;
}

.about-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fac0b5;
}

.supply-and-tax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

._0-tax {
  padding: 17px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fce3d6;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}

._1-quad-supply {
  padding: 17px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fce3d6;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}

.roadmap {
  height: auto;
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url('../images/MacBook-Pro-16_---1-5.png');
  background-position: 50% 100%;
  background-size: cover;
}

.roadmap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  margin-top: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.phases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 20px;
  background-color: #fce3d6;
}

.phases.incrasepadding {
  padding-right: 29px;
  padding-left: 29px;
}

.roadmap-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.image-3 {
  position: absolute;
  left: -12%;
  top: -26%;
  right: auto;
  bottom: auto;
  width: 50px;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.phase-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  opacity: 0;
}

.fs-copyclip_button {
  padding: 0.6rem 2rem 0.65rem;
  border-radius: 500px;
  background-color: #5c2aff;
  color: #fff;
  text-align: center;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.fs-copyclip_button.button {
  margin-bottom: 7px;
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #c2410c;
  font-weight: 600;
  text-transform: capitalize;
}

.fs-copyclip_button.button:hover {
  background-color: #333;
}

.top-link {
  padding: 20px;
  border: 1px none transparent;
  color: #333;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.top-link:hover {
  border-radius: 12px;
  background-color: rgba(250, 192, 181, 0.9);
  color: #333;
}

.top-link.white {
  color: #fff;
}

.logo-and-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px none #000;
}

.navbar-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #373737;
  box-shadow: 0 -3px 6px 0 #2c2424;
}

.bottombar-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #fff;
}

.links-broad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.visible-mobile-links {
  display: none;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.right-hero-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .image {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .usual-heading {
    font-size: 48px;
    line-height: 50px;
  }

  .usual-heading.h2 {
    padding-left: 0px;
    font-size: 38px;
    line-height: 42px;
  }

  .normal-paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .button {
    font-size: 16px;
    line-height: 16px;
  }

  .button-two {
    font-size: 16px;
    line-height: 16px;
  }

  .roadmap-list {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo {
    padding-left: 0px;
  }

  .links {
    display: none;
  }

  .image.hide {
    display: none;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.edited {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .left-hero-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-hero-div {
    display: none;
  }

  .usual-heading {
    font-size: 46px;
    line-height: 48px;
  }

  .usual-heading.h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .image-2 {
    width: 70%;
  }

  .buttons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phases {
    padding: 18px;
  }

  .phases.incrasepadding {
    padding: 18px;
  }

  .fs-copyclip_button.button {
    display: none;
  }

  .top-link {
    padding: 8px;
    border-radius: 12px;
    background-color: #c2410c;
    color: #fff;
  }

  .top-link.pooper {
    margin-top: 0px;
  }

  .navbar-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bottom-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .links-broad {
    display: none;
  }

  .visible-mobile-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .visible-mobile-links.under {
    margin-top: 13px;
  }

  .right-hero-div-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .left-hero-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-hero-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .usual-heading {
    font-size: 38px;
    line-height: 40px;
  }

  .usual-heading.h2 {
    font-size: 28px;
  }

  .normal-paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .normal-paragraph.white {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .button {
    padding: 10px 18px;
  }

  .buttons {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._0-tax {
    padding: 13px;
    font-size: 16px;
    line-height: 16px;
  }

  ._1-quad-supply {
    padding: 13px;
    font-size: 16px;
    line-height: 16px;
  }

  .roadmap {
    margin-top: -2px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .phases {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .phases.incrasepadding {
    padding: 20px 18px;
  }

  .roadmap-list {
    font-size: 16px;
    line-height: 16px;
  }

  .image-3 {
    width: 40px;
  }

  .fs-copyclip_button.button {
    display: none;
  }

  .top-link.pooper {
    margin-top: 0px;
  }

  .navbar-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visible-mobile-links {
    margin-top: 0px;
  }

  .visible-mobile-links.under {
    margin-top: 13px;
  }

  .right-hero-div-2 {
    display: none;
  }
}

#w-node-c58d0778-3f9b-dd4d-3be7-71586f0e1254-9d286f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2f78a9c-c4f3-84ef-9564-2caedc1d86ef-9d286f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef913f47-4309-2c1b-f1a5-ebc7b23c535d-9d286f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e4fb56c-ca2e-775f-5012-a46832a48cfa-9d286f64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-BoldItalic.ttf') format('truetype'), url('../fonts/Kanit-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraBold.ttf') format('truetype'), url('../fonts/Kanit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kabrio trial';
  src: url('../fonts/Kabrio-Extrabold-Italic-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}