.antialiased .nav__font {
  font-family: obliqua, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .antialiased .nav__laptop {
    display: none;
  }
}
.antialiased .section-1 .nibble {
  position: absolute;
  right: 0px;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1 .nibble {
    left: 50%;
    top: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.antialiased .section-1 .nibble__text {
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1 .nibble__text {
    display: none;
  }
}
.antialiased .section-1 .nibble__arrow {
  background-image: url(/images/arrow.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
  transform: rotate(20deg) translate(-100px, 80px);
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1 .nibble__arrow {
    display: none;
  }
}
.antialiased .section-1 .nibble__avatar {
  height: 450px;
  min-height: 50%;
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1 .nibble__avatar {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .antialiased .section-orange-small {
    height: 100px;
  }
}
.antialiased .feature-home {
  background-color: #E0E0E0;
  margin-top: -2em;
  padding-top: 2em;
  height: 600px;
}
.antialiased .feature-home-title {
  font-size: 48px !important;
  color: #434343 !important;
}
.antialiased .feature-circle {
  height: 250px;
  width: 250px;
  background-color: #634A6D;
  border-radius: 50%;
}
.antialiased .feature-circle-background {
  height: 300px;
  width: 300px;
  background-color: #D6D6D6;
  border-radius: 50%;
}
.antialiased .feature-circle-background-2 {
  height: 375px;
  width: 375px;
  background-color: #E1E1E1;
  border-radius: 50%;
}
.antialiased .feature-circle-background-3 {
  height: 450px;
  width: 450px;
  background-color: #E7E7E7;
  border-radius: 50%;
}
.antialiased .feature-circle-text {
  font-family: grenadine-mvb, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 72px !important;
  color: #ffffff !important;
  margin-top: -30px;
  margin-bottom: -20px;
}
.antialiased .feature-circle-subtext {
  font-family: grenadine-mvb, sans-serif !important;
  font-style: normal !important;
  font-size: 18px !important;
  color: #ffffff !important;
}
.antialiased .feature-circle-2 {
  height: 235px;
  width: 235px;
  background-color: #ffffff;
  border-radius: 50%;
}
.antialiased .feature-circle-3 {
  height: 230px;
  width: 230px;
  background-color: #634A6D;
  border-radius: 50%;
}
.antialiased .section-1-order {
  height: 225px;
}
@media only screen and (min-width: 992px) {
  .antialiased .section-1-order {
    height: 225px;
  }
}
.antialiased .section-1-order .hero-logo {
  margin-top: 70px;
}
.antialiased .section-1-order .nibble {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 65px;
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1-order .nibble {
    left: 50%;
    top: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.antialiased .section-1-order .nibble__text {
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1-order .nibble__text {
    display: none;
  }
}
.antialiased .section-1-order .nibble__arrow {
  background-image: url(/images/arrow.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
  transform: rotate(20deg) translate(-100px, 80px);
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1-order .nibble__arrow {
    display: none;
  }
}
.antialiased .section-1-order .nibble__avatar {
  height: 425px;
  min-height: 50%;
  margin-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .antialiased .section-1-order .nibble__avatar {
    height: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .antialiased .section-1-order .nibble__avatar {
    height: 150px;
  }
}
.antialiased .mode {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .antialiased .mode {
    padding: 0 15px !important;
  }
}
@media screen and (width: 768px) {
  .antialiased .mode {
    flex: 0 0 40%;
    max-width: 50%;
    padding: 0 15px !important;
  }
  .antialiased .mode:nth-child(odd) {
    margin-left: auto !important;
  }
  .antialiased .mode:nth-child(even) {
    margin-right: auto !important;
  }
}
.antialiased .mode:hover {
  transform: scale(1.05);
}
.antialiased .mode .category {
  border: 3px solid transparent;
  border-radius: 25px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #e4e4e4;
}
@media only screen and (max-width: 992px) {
  .antialiased .mode .category {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .antialiased .mode .category {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .antialiased .mode .category {
    width: 270px;
  }
}
.antialiased .mode .category__body {
  border-radius: 25px;
  height: 175px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .antialiased .mode .category__body {
    height: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .antialiased .mode .category__body {
    height: 175px;
  }
}
@media only screen and (max-width: 992px) {
  .antialiased .mode .category__body__network {
    height: 145px;
  }
}
.antialiased .mode .category__body__head {
  font-family: grenadine-mvb, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: white;
}
.antialiased .mode .category__body__speed {
  font-family: obliqua, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: white;
}
.antialiased .mode .category__body__speed__mobile {
  color: white;
  font-family: obliqua, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
.antialiased .mode .category__body__content {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .antialiased .mode .category__body__content {
    font-size: 11px;
  }
}
.antialiased .mode .category__title {
  font-family: grenadine-mvb, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #3e3e3e;
  font-size: 40px;
}
.antialiased .mode .category__title span {
  margin-left: 5px;
  font-size: 12px;
  color: #3e3e3e;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .antialiased .mode .category__title span {
    display: block;
  }
}
.antialiased .mode .category__grey {
  background-color: #545454;
}
.antialiased .mode .category__brown {
  background-color: #844b18;
}
.antialiased .mode .category__orange {
  background-color: #be5f00;
}
.antialiased .mode .category__red {
  background-color: #a7462f;
}
.antialiased .mode .category__blue {
  background-color: #376a88;
}
.antialiased .mode .category__purple {
  background-color: #533e5b;
}
.antialiased .line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.antialiased .line1 {
  stroke-dasharray: 50 207;
  stroke-width: 6;
}
.antialiased .line2 {
  stroke-dasharray: 50 60;
  stroke-width: 6;
}
.antialiased .line3 {
  stroke-dasharray: 50 207;
  stroke-width: 6;
}
.antialiased .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.antialiased .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.antialiased .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.more_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.more_info h2 {
  color: #376a88;
  font-family: obliqua, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
.more_info h2 span {
  font-size: 60px;
  line-height: 1;
}

.fast_lane img {
  height: 40px;
  width: 40px;
}
.fast_lane h2 {
  font-size: 24px !important;
  font-weight: 100 !important;
}

.dot-flashing {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -20px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #ee7d19;
    opacity: 0.5;
  }
  50%, 100% {
    background-color: #ffffff;
    opacity: 1;
  }
}
.dot-flashing2 {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing2 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing2::before,
.dot-flashing2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing2::before {
  left: -20px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing2 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing2::after {
  left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dotFlashing2 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing2 {
  0% {
    background-color: #4c4c4c;
    opacity: 0.5;
  }
  50%, 100% {
    background-color: #ffffff;
    opacity: 1;
  }
}
