@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700;9..40,800&family=Epilogue:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
html {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  background-color: #FBFBFB;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  line-height: 140%;
  font-weight: 400;
}

p,
a,
li {
  font-weight: 300;
}

.navbar {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0px;
  height: 100px;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar.sticky {
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}
.navbar .container {
  height: 100%;
}
.navbar .nav-pills {
  display: block;
  text-align: end;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-pills {
    display: flex;
    align-items: center;
    gap: 1.2vw;
  }
}
.navbar .nav-item {
  margin-bottom: 20px;
  position: relative;
}
.navbar .nav-item a.dropdown-toggle::after {
  color: #ef5828;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .nav-item + .nav-item {
    margin-left: 16px;
    margin-top: 0;
    position: relative;
  }
}
.navbar .nav-item .dropdown-menu {
  border: 0;
  box-shadow: 0px 8px 12px #ccc;
  padding: 0;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  border-bottom: 1px solid #f0f1f4;
  padding: 8px 16px;
  background: transparent;
}
.navbar .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #ef5828;
  font-weight: 700;
  color: #fff;
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .admission a {
  background: #ffd077;
  border-radius: 64px;
  padding: 11px 20px;
  color: #000;
  font-weight: 600;
  transition: 0.5s all ease-in-out;
}
.navbar .admission a:hover {
  background: #ef5828;
  color: #fff;
}
.navbar .navbar-brand {
  padding-left: 20px;
}
.navbar .navbar-brand img {
  display: block;
  height: 70px;
  aspect-ratio: 2/3;
  object-fit: contain;
}
.navbar .nav-link {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-link {
    padding: 11px 0px;
    font-size: 14px;
  }
}
.navbar .nav-link.active {
  color: #ef5828;
  position: relative;
  background-color: transparent;
  font-weight: 700;
}
.navbar .nav-link:hover {
  color: #ef5828;
}

.header-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sm h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #161458;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .header-sm h4 {
    margin-right: 10px;
    font-size: 12px;
    display: none;
  }
}
.header-sm ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header-sm ul {
    gap: 4px;
  }
}
.header-sm ul + ul {
  margin-top: 15px;
}
.header-sm ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 767px) {
  .header-sm ul li {
    width: auto;
  }
}
.header-sm ul li:hover i {
  background-color: #161458;
  color: #fff;
}
.header-sm ul li i {
  border: 1px solid #161458;
  color: #161458;
  width: 40px;
  display: flex;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  align-items: center;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .header-sm ul li i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.header-sm ul li span {
  padding: 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  border-radius: 4px;
  font-size: 14px;
  line-height: normal;
  color: #161458;
  background-color: #eee;
}

@media (max-width: 991px) {
  .sidebar .side-space {
    padding-top: 50px;
    padding-right: 40px;
  }
  .sidebar .side-space img {
    cursor: pointer;
  }
  .sidebar .all-items {
    text-align: end;
    padding-top: 30px;
  }
}
.fotter-section {
  background-color: #1d1b1e;
  padding: 40px;
}
.fotter-section .fotter-last {
  display: flex;
  justify-content: center;
}
.fotter-section .fotter-last p {
  color: #fff !important;
  font-size: 1.02vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .fotter-section {
    background-color: #1d1b1e;
  }
  .fotter-section .fotter-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }
  .fotter-section .fotter-container .fotter-detail {
    display: flex;
    flex-direction: column;
    gap: 4.19vw;
  }
  .fotter-section .fotter-container .fotter-detail .fotter-logo img {
    height: 59px;
    width: 170px;
  }
  .fotter-section .fotter-container .fotter-detail .fotter-text {
    width: 72.4vw;
  }
  .fotter-section .fotter-container .fotter-detail .fotter-text p {
    font-size: 3.1vw;
    color: #fff !important;
  }
  .fotter-section .fotter-container .fotter-detail .fotter-email-phone {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
  }
  .fotter-section .fotter-container .fotter-detail .fotter-email-phone p {
    font-size: 3.1vw;
    color: #fff !important;
  }
  .fotter-section .fotter-container .fotter-links {
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    gap: 3.17vw;
  }
  .fotter-section .fotter-container .fotter-links h6 {
    font-size: 4.02vw;
  }
  .fotter-section .fotter-container .fotter-links li {
    font-size: 4.02vw;
  }
  .fotter-section .fotter-container .fotter-clubs {
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    gap: 3.17vw;
  }
  .fotter-section .fotter-container .fotter-clubs h6 {
    font-size: 4.02vw;
  }
  .fotter-section .fotter-container .fotter-clubs li {
    font-size: 4.02vw;
  }
  .fotter-section .fotter-container .fotter-icons {
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    gap: 3.17vw;
  }
  .fotter-section .fotter-container .fotter-icons p {
    font-size: 4.02vw;
    color: #fff !important;
  }
  .fotter-section .fotter-container .fotter-icons .icons {
    display: flex;
    gap: 4vw;
  }
  .fotter-section .fotter-container .fotter-icons .icons img {
    height: 7vw;
  }
  .fotter-section .fotter-last {
    margin-top: 6vw;
  }
  .fotter-section .fotter-last p {
    text-align: center;
    font-size: 3.6vw;
    line-height: 7vw;
    color: #fff !important;
  }
}
.bg-banner {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .bg-banner {
    height: 613px;
  }
}
.bg-banner img {
  display: block;
  object-fit: contain;
  max-height: 100%;
}

.heading-title {
  text-align: center;
}
.heading-title h3 {
  color: #000;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .heading-title h3 {
    font-size: 42px;
  }
}
.heading-title h3 span {
  color: #f68122;
}
.heading-title p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 36px */
}
@media (min-width: 767px) {
  .heading-title p {
    font-size: 16px;
  }
}
.heading-title img {
  width: 270px;
  padding: 0px 0px 40px;
}
@media (min-width: 767px) {
  .heading-title img {
    width: auto;
    padding: 0px 0px 60px;
  }
}

.section-devider {
  padding-top: 80px;
}
@media (min-width: 767px) {
  .section-devider {
    padding-top: 120px;
  }
}

.blog-section {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 0 0px;
  }
}
.blog-section .serch {
  width: 100%;
  margin: 40px auto 0px;
}
@media (min-width: 767px) {
  .blog-section .serch {
    width: 640px;
  }
}
.blog-section .serch .form-group {
  position: relative;
}
.blog-section .serch .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  height: 60px;
  font-size: 16px;
}
.blog-section .serch .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 767px) {
  .blog-section .serch .form-group .form-control {
    padding: 0 105px 0 60px;
  }
}
.blog-section .serch .form-group img {
  position: absolute;
  top: 50%;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
  left: 20px;
}
.blog-section .serch .form-group button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 60px;
  border-radius: 0px 9px 9px 0px;
  background: #F1F1F1;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 18px;
  border: 0;
}
@media (min-width: 767px) {
  .blog-section .serch .form-group button {
    padding: 0 24px;
  }
}
.blog-section .top-blog.single-blog .right-image {
  height: 340px;
}
.blog-section .top-blog:not(.section-devider) {
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  .blog-section .top-blog:not(.section-devider) {
    padding: 20px 0;
  }
}
.blog-section .top-blog .right-image {
  border-radius: 10px;
  border: 2px solid #FFF;
  background-color: #fff;
  padding-right: 0px;
  height: 194px;
  overflow: hidden;
}
.blog-section .top-blog .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.blog-section .top-blog .right-side span {
  color: #F68122;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin-bottom: 4px;
  /* 36px */
  text-transform: capitalize;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .blog-section .top-blog .right-side span {
    margin-top: 0px;
  }
}
.blog-section .top-blog .right-side h1 {
  overflow: hidden;
  margin-bottom: 4px;
  color: #000;
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 44.8px */
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-section .top-blog .right-side p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 36px */
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-section .top-blog .right-side .bottom {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}
.blog-section .top-blog .right-side .bottom img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.blog-section .top-blog .right-side .bottom span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 180%;
  /* 30.6px */
  text-transform: capitalize;
}
.blog-section .latest-blogs .col-md-4 {
  margin-bottom: 40px;
}
.blog-section .latest-blogs h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .blog-section .latest-blogs h2 {
    margin-bottom: 0px;
  }
}
.blog-section .latest-blogs .right-image {
  padding: 0;
}
.blog-section .latest-blogs .right-side {
  margin-top: 12px;
}
.blog-section .latest-blogs .right-side span {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.blog-section .latest-blogs .right-side h1 {
  font-weight: 500;
  font-size: 18px;
}
.blog-section .load-more {
  margin-top: 30px;
  text-align: center;
}
.blog-section .load-more button {
  border-radius: 10px;
  border: 1px solid #F68122;
  padding: 12px 24px;
  color: #F68122;
  background-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.blog-section .back-btn {
  padding: 0 0px;
}
@media (max-width: 767px) {
  .blog-section .back-btn {
    padding: 0px 0px;
  }
}
.blog-section .back-btn a {
  color: #000;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: transparent;
  border: 0;
}
.blog-section .back-btn a img {
  height: 16px;
  background-color: transparent;
  margin-top: 2px;
}
.blog-section .auther {
  text-align: center;
}
@media (min-width: 767px) {
  .blog-section .auther {
    text-align: left;
  }
}
.blog-section .auther .right-image {
  background: transparent;
  border: 0;
  height: 200px !important;
}
@media (min-width: 767px) {
  .blog-section .auther .right-image {
    height: 380px !important;
  }
}
.blog-section .auther .right-image img {
  width: 194px;
  height: 194px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .blog-section .auther .right-image img {
    width: 394px;
    height: 394px;
  }
}
.blog-section .auther .right-side h1 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Barlow;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 76.8px */
  text-transform: capitalize;
}
@media (min-width: 767px) {
  .blog-section .auther .right-side h1 {
    font-size: 48px;
  }
}
.blog-section .auther .right-side p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  text-transform: capitalize;
  margin-top: 8px;
  display: block;
}
@media (min-width: 767px) {
  .blog-section .auther .right-side p {
    margin-top: 28px;
  }
}
.blog-section .auther .right-side svg {
  margin-top: 8px;
}
@media (min-width: 767px) {
  .blog-section .auther .right-side svg {
    margin-top: 20px;
  }
}
.blog-section .auther .right-side .bottom {
  justify-content: center;
}
@media (min-width: 767px) {
  .blog-section .auther .right-side .bottom {
    justify-content: start;
  }
}
.blog-section .auther-latest .right-image {
  background: transparent;
  border: 0;
  height: 160px;
}
@media (min-width: 767px) {
  .blog-section .auther-latest .right-image {
    height: 340px;
  }
}
.blog-section .auther-latest .right-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.blog-section .auther-latest .right-card-image {
  background: transparent;
  border: 0;
  height: 100px;
}
.blog-section .auther-latest .right-card-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.blog-section .auther-latest .right-side span {
  margin-top: 20px;
}
.blog-section .auther-latest .right-side h1 {
  margin: 20px 0px;
}
.blog-section .auther-latest hr {
  border-top: 1px solid #DBE4ED;
  opacity: 1;
  margin: 8px 0;
}
.blog-section .blog-details .blog-info {
  background-color: #fff;
  padding: 30px;
  width: auto;
}
.blog-section .blog-details .blog-info .social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 767px) {
  .blog-section .blog-details .blog-info .social {
    justify-content: flex-start;
  }
}
.blog-section .blog-details .blog-info .social li.ss {
  border-radius: 6px;
  background: #F0F0F0;
  padding: 2px 24px;
  line-height: 26px;
  font-size: 16px;
}
.blog-section .blog-details .blog-info .social li a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: #F0F0F0;
  display: inline-block;
  padding: 6px 24px;
  border-radius: 6px;
}
.blog-section .blog-details .blog-info .social li a.fb {
  background: #3D77E8;
}
.blog-section .blog-details .blog-info .social li a.instagram {
  background: #C8B0B0;
}
.blog-section .blog-details .blog-info .social li a.platform {
  background: #000;
}
.blog-section .blog-details .blog-info .social li a.linkedin {
  background: #1D8CF3;
}
.blog-section .blog-details .blog-info .content-body {
  padding-top: 40px;
}
.blog-section .blog-details .blog-info .content-body * {
  font-family: "Barlow", sans-serif !important;
  line-height: 180% !important;
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
.blog-section .blog-details .blog-info .content-body img {
  display: block;
  max-width: 100%;
  margin: 0 0 22px !important;
  border-radius: 10px !important;
  height: auto !important;
}
.blog-section .blog-details .blog-info .content-body strong {
  font-weight: bold !important;
}
.blog-section .blog-details .blog-info .content-body p {
  margin-bottom: 22px !important;
}
.blog-section .blog-details .blog-info .content-body p h1,
.blog-section .blog-details .blog-info .content-body p h2,
.blog-section .blog-details .blog-info .content-body p h3,
.blog-section .blog-details .blog-info .content-body p h4,
.blog-section .blog-details .blog-info .content-body p h5,
.blog-section .blog-details .blog-info .content-body p h6,
.blog-section .blog-details .blog-info .content-body p strong {
  margin-bottom: 0 !important;
}
.blog-section .blog-details .blog-info .content-body p img {
  margin: 0 !important;
}
.blog-section .blog-details .blog-info .content-body ul {
  padding-left: 20px;
  list-style-type: disc !important;
}
.blog-section .blog-details .blog-info .content-body ul li {
  list-style-type: disc !important;
}
.blog-section .blog-details .blog-info .content-body table {
  table-layout: fixed !important;
  width: 100% !important;
  height: auto !important;
  border: 1px solid #000 !important;
}
.blog-section .blog-details .blog-info .content-body td, .blog-section .blog-details .blog-info .content-body th {
  padding: 8px 16px !important;
  border-right: 1px solid #000 !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
.blog-section .blog-details .blog-info .content-body ul, .blog-section .blog-details .blog-info .content-body ol {
  margin-bottom: 22px !important;
  padding-left: 42px !important;
}
.blog-section .blog-details .blog-info .content-body ul li * + *, .blog-section .blog-details .blog-info .content-body ol li * + * {
  margin-top: 20px !important;
}
.blog-section .blog-details .blog-info .content-body li h1,
.blog-section .blog-details .blog-info .content-body li h2,
.blog-section .blog-details .blog-info .content-body li h3,
.blog-section .blog-details .blog-info .content-body li h4,
.blog-section .blog-details .blog-info .content-body li h5,
.blog-section .blog-details .blog-info .content-body li h6,
.blog-section .blog-details .blog-info .content-body li strong,
.blog-section .blog-details .blog-info .content-body li p {
  margin-bottom: 0 !important;
}
.blog-section .blog-details .blog-info .content-body li + li {
  margin-top: 8px !important;
}
.blog-section .blog-details .blog-info .content-body i,
.blog-section .blog-details .blog-info .content-body em {
  font-style: italic !important;
}
.blog-section .blog-details .blog-info .content-body ol {
  list-style-type: decimal !important;
  padding-left: 20px;
}
.blog-section .blog-details .blog-info .content-body ol li {
  list-style-type: decimal !important;
}
.blog-section .blog-details .blog-info .content-body a {
  color: #F68122 !important;
}
.blog-section .blog-details .blog-info .content-body h1,
.blog-section .blog-details .blog-info .content-body h2,
.blog-section .blog-details .blog-info .content-body h3,
.blog-section .blog-details .blog-info .content-body h4,
.blog-section .blog-details .blog-info .content-body h5,
.blog-section .blog-details .blog-info .content-body h6,
.blog-section .blog-details .blog-info .content-body strong {
  font-weight: 700 !important;
}
.blog-section .blog-details .blog-info .content-body h1 {
  font-size: 38px !important;
  margin-bottom: 32px !important;
  color: #000000 !important;
}
.blog-section .blog-details .blog-info .content-body h2 {
  font-size: 30px !important;
  line-height: 50px !important;
  color: #000000 !important;
  margin-bottom: 20px !important;
}
.blog-section .blog-details .blog-info .content-body h3 {
  font-size: 24px !important;
  color: #000000 !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}
.blog-section .blog-details .blog-info .content-body h4 {
  font-size: 22px !important;
  line-height: 31px !important;
  margin-bottom: 20px !important;
}
.blog-section .blog-details .blog-info .content-body h4 {
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
.blog-section .blog-details .blog-info .content-body span {
  color: #F68122;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 180%;
}

.row {
  --bs-gutter-x: 5rem;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.footer {
  padding: 90px 0 30px;
  background: #1D1B1E;
}
.footer h3 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer ul {
  margin-top: 10px;
}
.footer ul.d-flex {
  gap: 10px;
}
.footer ul.d-flex li a svg {
  transition: all ease-in-out 0.3s;
}
.footer ul.d-flex li a:hover svg {
  display: block;
  opacity: 0.7;
}
.footer ul.d-flex li + li {
  margin-top: 0;
}
.footer ul li + li {
  margin-top: 10px;
}
.footer ul li a {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer p {
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer p a {
  font-weight: 400;
  color: #FFF;
}
.footer p a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../scss/utils/_variables.scss%22,%22../../scss/components/_footer.scss%22,%22../../scss/components/_header.scss%22,%22../../scss/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAQ;ACAA;ACAR;AAAA;EAEE,WFKS;EEJT;EACA;EACA,kBFGU;;;AEAZ;EACE;EACA;EACA;EACA,aFTY;;;AEYd;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;;AAEA;EAEE;;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQE;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AASF;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;EAJF;IAKI;IACA;IACA;;;AAIJ;EACE;EACA;;AAGE;EACE;;AAIJ;EAVF;IAWI;;;AAIA;EADF;IAEI;IACA;IACA;;;AAGJ;EACE;EACA;EAEA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAKN;EACE;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAKN;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGA;EATF;IAUI;IACH;;;AAGC;EACE;EACA;EACA;EACA;;AAEF;EACE;;;AAKN;EACC;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;;AAGE;EARH;IASK;IACA;IACA;;;AAKL;EACC;EACA;;AAEE;EAJH;IAKK;;;AAGJ;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AAEG;EARJ;IASM;;;AAIJ;EACC;EACA;;AAIF;EAEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEI;EAbL;IAcO;IACA;IACA;;;AAIP;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EAIE;IACE;IACA;;EACA;IACD;;EAGD;IACE;IACA;;;AD1RJ;EACE;EACD;;AAGC;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIN;EACE;IACE;;EAGA;IACE;IACA;IACA;IACA;;EAEA;IACE;IAEA;IACA;;EAGE;IACE;IACA;;EAGJ;IACE;;EAEA;IACE;IACA;;EAGJ;IACE;IACA;IACA;;EACA;IACE;IACA;;EAKN;IACE;IACA;IACA;IACA;;EACA;IACE;;EAKF;IACE;;EAIJ;IACE;IACA;IACA;IACA;;EAEA;IACE;;EAGF;IACE;;EAIJ;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAGF;IACE;IACA;;EAEA;IACE;;EAKR;IACE;;EACA;IACE;IACA;IACA;IACA;;;AE1GR;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;AAGF;EACE;EACA;EACA;;;AAKJ;EACE;;AAEA;EACE;EACA;EAEA;EAEA;EACA;EACA;;AAEA;EAVF;IAWI;;;AAGF;EACE;;AAKJ;EACE;EACA;EACA;EACA;EACA;AAKA;;AAHA;EAPF;IAQI;;;AAKJ;EACE;EACA;;AAEA;EAJF;IAKI;IACA;;;;AAKN;EACE;;AAEA;EAHF;IAII;;;;AAIJ;EAEE;;AAEA;EAJF;IAKI;;;AAGF;EACE;EAEA;;AAEA;EALF;IAMI;;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;;AAGF;EAbF;IAcI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;;;AAYF;EACE;;AAIN;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAMA;EACE;EACA;EACA;EACA;;AAUF;EACE;EACA;EAEA;EACA;EACA;EACA;AACA;EACA;EACA;;AACA;EAXF;IAYI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;AACA;EACA;;AAON;EAEE;;AAUF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATF;IAUI;;;AAKJ;EACE;;AAGF;EAKE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAKN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIR;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAMJ;EACE;EACN;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVI;IAWF;;;AAGE;EACE;EACN;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZI;IAaF;;;AAGE;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;;AACA;EAFF;IAGE;;;AAMJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAIF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;;AAIA;EACE;EACA;EAEA;;AAOA;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;AAID;EACG;EACA;EACA;EACT;EACA;;AAGO;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAQR;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;AAGF;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGE;EACE;;AAMJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQE;;AAGF;EACE;;AAIJ;AAAA;EAEE;;AAGF;EACE;EACA;;AACA;EACE;;AAIJ;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AASV;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AACA;EACE;;AAGI;EACE;;AAGA;EACE;EACA;;AAIN;EACE;;AAKJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE%22,%22file%22:%22style.css%22%7D */
