/*! DO NOT TOUCH, CREATE ANOTHER CSS FILE */

:root {
  --main-primary-color: #1f59bb;
  --main-secondary-color: rgba(53, 151, 245, 0.1);
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-arrow-right:before {
  content: "\f061";
}
.fa-search:before {
  content: "\f002";
}
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  font-weight: 900;
}
/*! CSS Used from: http://127.0.0.1:5500/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
h2,
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.rounded-0 {
  border-radius: 0 !important;
}
.my-3 {
  margin-top: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
/*! CSS Used from: http://127.0.0.1:5500/landing.css */
.btn-primary {
  background-color: var(--main-primary-color);
}
.btn-outline-primary {
  border-color: var(--main-primary-color);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.wrapper {
  background: #fff;
}
nav {
  display: flex;
  justify-content: space-between;
  padding: 1rem 4rem;
  align-items: center;
  background: #fff;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  list-style: none;
  margin: 0 10px;
}
.header-about {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-content: center;
  align-items: center;
}
.header__section {
  margin-bottom: 2rem;
}
.description__section {
  background: rgba(53, 151, 245, 0.1);
  width: 100%;
}
.clan_cards {
  width: 100%;
}
.description__cards {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: -8rem;
  margin-top: 7rem;
}
.description__card {
  background: rgba(31, 89, 187, 0.25);
  box-shadow: 0 4px 10px rgba(31, 89, 187, 0.15);
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
  max-width: 230px;
  opacity: 0.8;
  height: 240px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: relative; */
}
/* .description__card p {
  position: absolute;
  bottom: 1rem;
} */
.description__goals {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 15rem;
}
.goals__texts {
  padding: 1rem;
}
.goals__texts a {
  color: #000;
}
@media only screen and (max-width: 700px) {
  .header-about {
    grid-template-columns: 1fr;
  }
  .header__about__text {
    order: 1;
  }
  .description__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: -8rem;
    margin-top: 6rem;
  }
  .description__card {
    max-height: 11rem;
  }
  .description__goals {
    flex-direction: column;
    padding-top: 20rem;
  }
}
.section-three > div {
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}
.section-three > div > div {
  flex-basis: 350px;
}
.section-three h2,
.section-three p {
  padding: 2rem;
}
.bg-blue {
  background: #1f59bb !important;
}
/*! CSS Used from: http://127.0.0.1:5500/Landing-page.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: Nunito;
  overflow-x: none;
}
.container {
  width: 90vw;
  margin: auto;
}
ul {
  list-style-type: none;
}
header {
  display: flex;
  padding-top: 2.6rem;
}
a {
  text-decoration: none;
}
.section-three > div {
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}
.section-three > div > div {
  flex-basis: 350px;
}
.section-three h2,
.section-three p {
  padding: 2rem;
}
.section-four {
  padding-bottom: 3rem;
}
.section-four .section-four-title {
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 0;
  margin-top: 3rem;
}
.section-four .section-four-title a:hover {
  color: #1e1666;
}
.section-four .course-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section-four .course-wrap .course div {
  width: 20rem;
  height: 20rem;
  background-color: #c4c4c4;
  border-radius: 0.4rem;
  margin: 1rem;
}
.section-four .course-wrap .course .para-1,
.section-four .course-wrap .course .para-2,
.section-four .course-wrap .course .para-3 {
  margin-left: 1rem;
  border-radius: 0.2rem;
  margin-top: 0.6rem;
}
.section-four .course-wrap .course .para-1 {
  width: 13rem;
  height: 1rem;
  background: #7d7d7d;
}
.section-four .course-wrap .course .para-2,
.section-four .course-wrap .course .para-3 {
  width: 20rem;
  height: 0.5rem;
  background: #c4c4c4;
}
.section-four .course-wrap .course {
  margin-bottom: 2rem;
}
.section-four .tools-used {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.section-five {
  background: rgba(53, 151, 245, 0.1);
  padding: 7rem 0;
}
.section-five > div:first-child:nth-child(1) {
  color: #1e1666;
  margin-bottom: 3rem;
}
.section-five .testimonies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.section-five div .testimony {
  background: #fff;
  width: 310px;
  min-height: 16rem;
  padding: 3rem;
  border-radius: 10px;
}
.section-five .testimonies .testimony .student-image {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  box-shadow: 2px 3px 3px rgba(196, 196, 196, 0.25);
}
.section-five .testimonies .testimony-1 .student-image {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: url("http://127.0.0.1:5500/img/svgs/Ellipse.svg");
}
.section-five .testimonies .testimony-2 .student-image {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: url("http://127.0.0.1:5500/img/svgs/Ellipse-1.svg");
}
.section-five .testimonies .testimony-3 .student-image {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: url("http://127.0.0.1:5500/img/svgs/Ellipse-2.svg");
}
.section-five .testimonies .testimony > div {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.section-five > div:last-child {
  width: 70vw;
  padding-top: 4rem;
  margin: auto;
}
.section-five > div:last-child p {
  margin-bottom: 2rem;
}
.section-six {
  background: #051442;
  padding: 2rem 0rem;
}
.section-six h2 {
  padding-bottom: 2rem;
}
.section-six .footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.section-six li {
  line-height: 2;
}
.section-six a:hover {
  opacity: 0.7;
}
.section-six li,
.section-six a {
  color: #fff;
  font-size: 0.9rem;
}
footer {
  background: #041139;
  padding: 2rem 0;
}
.bg-blue {
  background: #1f59bb !important;
}
.btn-md {
  padding: 0.75rem 2rem;
  width: 278px;
  border-radius: 10px;
  width: 278px;
  height: 50px;
  text-align: center;
}
.btn-md:hover {
  opacity: 0.92;
}
.text-sm {
  font-size: 0.9rem;
}
.text-md {
  font-size: 1.2rem;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-center {
  text-align: center;
}
.footer-text-bold {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
}
@media (max-width: 960px) {
  .btn-md {
    padding: 0.5rem 0.5rem;
  }
  .section-five .testimonies {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    justify-items: center;
  }
  .section-five .testimonies > .testimony-3 {
    grid-column: 1/3;
  }
}
@media (max-width: 787px) {
  header {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .section-five .testimonies .testimony {
    grid-column: 1/3;
  }
}
@media (max-width: 490px) {
  .section-four .course-wrap .course div {
    width: 16rem;
    height: 16rem;
  }
  .section-four .course-wrap .course .para-2,
  .section-four .course-wrap .course .para-3 {
    width: 16rem;
  }
  .section-four .course-wrap .course .para-1 {
    width: 10rem;
  }
}
/*! CSS Used from: https://kit-free.fontawesome.com/releases/latest/css/free.min.css ; media=all */
@media all {
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fas {
    font-family: "Font Awesome 5 Free";
  }
  .fas {
    font-weight: 900;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(http://127.1:5500/icons/fa-regular-400.eot);
  src: url(http://127.1:5500/icons/fa-regular-400.eot#iefix)
      format("embedded-opentype"),
    url(http://127.1:5500/icons/fa-regular-400.woff2) format("woff2"),
    url(http://127.1:5500/icons/fa-regular-400.woff) format("woff"),
    url(http://127.1:5500/icons/fa-regular-400.ttf) format("truetype"),
    url(http://127.1:5500/icons/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(http://127.1:5500/icons/fa-solid-900.eot);
  src: url(http://127.1:5500/icons/fa-solid-900.eot#iefix)
      format("embedded-opentype"),
    url(http://127.1:5500/icons/fa-solid-900.woff2) format("woff2"),
    url(http://127.1:5500/icons/fa-solid-900.woff) format("woff"),
    url(http://127.1:5500/icons/fa-solid-900.ttf) format("truetype"),
    url(http://127.1:5500/icons/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.eot);
  src: url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.eot#iefix)
      format("embedded-opentype"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.woff2)
      format("woff2"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.woff)
      format("woff"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.ttf)
      format("truetype"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-regular-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.eot);
  src: url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.eot#iefix)
      format("embedded-opentype"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.woff2)
      format("woff2"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.woff)
      format("woff"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.ttf)
      format("truetype"),
    url(https://kit-free.fontawesome.com/releases/latest/webfonts/free-fa-solid-900.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUbOvISTs.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUZevISTs.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUbuvISTs.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUb-vISTs.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUYevI.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIMeaBXso.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOuaBXso.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIO-aBXso.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaB.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUbOvISTs.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUZevISTs.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUbuvISTs.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUb-vISTs.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUYevI.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUbOvISTs.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUZevISTs.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUbuvISTs.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUb-vISTs.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUYevI.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
