:root {
  --primary: #95d50b;
  --secondary: linear-gradient(90deg, rgba(86, 89, 139, 1) 30%, rgba(40, 46, 73, 1) 100%);
  --tertiary: #DBF2FF;
  --tertiary-foreground: #EEF5FD;
  --final: #8aba05;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 900;
}

section {
  padding: 50px 0px;
}

.container {
  max-width: 1700px;
}

.left-radius {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.right-radius {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.f48 {
  font-size: 48px !important;
}

.f38 {
  font-size: 38px;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.text-white {
  color: white;
}

.green-button {
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--primary);
  padding: 10px 20px !important;
  border-radius: 10px;
  font-weight: bold;
  color: #000 !important;
  width: 165px;
}

.green-button-long {
  border: none;
  background-color: var(--primary);
  color: #000;
  padding: 5px 30px;
  font-weight: 900;
  border-radius: 10px;
}

.green-button svg,
.black-button svg,
.green-button-long svg {
  height: auto;
  width: 15px;
}

.black-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #000;
  padding: 10px 20px !important;
  border-radius: 10px;
  font-weight: bold;
  width: 150px;
}

.whatsapp-button span {
  color: white;
  background-color: #42C452;
  padding: 3px 35px 3px 35px;
  border-radius: 15px;
  font-size: 34px;
}

.whatsapp-button img {
  height: auto;
  width: 35px;
  margin-right: -1.6rem;
  position: relative;
  z-index: 2;
}

.chat-button span {
  color: white;
  background-color: #FFCE1F;
  padding: 3px 35px 3px 35px;
  border-radius: 15px;
  font-size: 34px;
}

.chat-button img {
  height: auto;
  width: 35px;
  margin-right: -1.6rem;
  position: relative;
  z-index: 2;
}

.LogIn img {
  height: auto;
  width: 34px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 5px 5px 5px 5px;
  background: rgb(86, 89, 139);
  background: linear-gradient(90deg, rgba(86, 89, 139, 1) 50%, rgba(40, 46, 73, 1) 100%);
}

/* Header / Navbar */

.Header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all .5s ease;
}

.fixed-top {
  background: linear-gradient(90deg, rgba(86, 89, 139, 0.5) 50%, rgba(40, 46, 73, 0.5) 100%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.Header .navbar-brand img {
  height: auto;
  width: 180px;
}

.Header .dropdown-menu.show {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}

.Header .dropdown-item {
  color: white;
  font-size: 14px;
  background-color: black;
  text-align: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.Header .dropdown-item:hover {
  color: var(--primary);
}

.Header .nav {
  gap: 1.2vw;
}

.Header .nav-link {
  font-size: 13px;
  color: #fff;
}

.Header .nav-link:hover {
  color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.Header .nav-btns {
  margin: 0 0 0 1vw;
}

/* HeaderContent Start */

.HeaderContent {
  background: rgb(86, 89, 139);
  background: linear-gradient(90deg, rgba(86, 89, 139, 1) 50%, rgba(40, 46, 73, 1) 100%) !important;
  color: white;
}

.HeaderContent .InnerContent {
  padding: 70px 0 0 0;
}

.InnerContent h1 {
  font-size: 60px;

}

.InnerContent h1 span,
li svg {
  color: var(--primary);
}

.InnerContent p:first-child {
  font-size: 14px;
}

.InnerContent ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
}

.InnerContent .ClientsLogo {
  gap: 1vw;
  margin-top: 40px;
}

.HeaderContent .BannerImage img {
  margin-left: 4rem;
  margin-top: 4rem;
  width: 690px;
  height: auto;
}

/* PlaceOrder */

.PlaceOrder {
  background-color: #dbf2ff;
}

.HomeOrderForm h2 {
  font-size: 48px;

  color: #000;
}

.HomeOrderForm p {
  font-size: 14px;
  color: #000;
}

.HomeOrderForm .form-group {
  padding: 20px;
  border-radius: 20px;
  color: white;
  background-color: var(--primary);
}

.HomeOrderForm .Email {
  background-color: #181717;
}

.HomeOrderForm .form-control,
.HomeOrderForm .form-select {
  padding: 15px 20px;
  border-radius: 15px;
  border: none;
}

.HomeOrderForm .form-control:focus,
.HomeOrderForm .form-select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.HomeOrderForm .form-control::placeholder,
.HomeOrderForm .form-select::placeholder {
  font-size: 14px;
  color: #000 !important;
}

.HomeOrderForm .TotalPrice {
  gap: 20px;
}

.HomeOrderForm .TotalPrice p:first-child {
  font-weight: 600;
  font-size: 4px;
}

.HomeOrderForm .TotalPrice p:nth-child(2) {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
}

.HomeOrderForm button {
  font-size: 20px;
  background-color: var(--primary);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
}

.HomeOrderForm button svg {
  height: auto;
  width: 15px;
}

/* Features */

.Features .FeaturesImg img {
  width: 484px;
  height: 323px;
  margin-left: -2rem;
}

.Features .FeatureWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  grid-gap: 20px;
  gap: 20px;
}

.FeatureWrapper .Feature {
  gap: 20px;
}

.Features .FeaturesHeading h2 {
  font-size: 60px;
}

.Features .FeaturesHeading p {
  font-size: 18px;
}

.Features .Feature {
  gap: 20px;
}

.Features .Feature .FeatureImg {
  height: 67px;
  width: 67px;
  background: var(--secondary);
}

.Features .Feature img {
  height: 44px;
  width: 44px;
}

.Features .Feature p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
}

.Feature .FeaturePara p:nth-child(2) {
  font-size: 14px;
}

/* Cta */

.Cta {
  background-color: #eef5fd;
}

.Cta h2 {
  font-size: 48px;
}

.Cta .CtaContent ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0;
}

.CtaBottom {
  gap: 30px;
}

.CtaBottom .Certified {
  box-shadow: 0px 5px 19px -10px rgba(0, 0, 0, 0.31);
  border-radius: 10px;
  padding: 0 10px;
}

.CtaBottom a {
  font-size: 18px;
  font-weight: 900;
}

.Certified .CertifiedPara p:nth-child(1) {
  font-size: 18px;
  font-weight: 900;
}

.Certified .CertifiedPara p:nth-child(2) {
  font-size: 14px;
}

.Cta .CtaImg img {
  height: auto;
  width: 500px;
  mix-blend-mode: multiply;
}

/* WhyChoose */

.WhyChoose {
  background-image: var(--secondary);
}

.WhyChoose .WhyChooseContent {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.WhyChoose .ContentWrapper {
  gap: 40px;
}

.WhyChoose .Shape1 {
  position: absolute;
  width: 70px;
  height: 80px;
  top: -9.2%;
  right: 25px;
  background-color: var(--primary);
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 100% 100%, 56% 71%, 0 100%, 0 0);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 100% 100%, 56% 71%, 0 100%, 0 0);
}

.WhyChoose .Shape1 img {
  width: 38px;
  height: 38px;
}

.WhyChoose .Shape2 {
  position: absolute;
  width: 12px;
  height: 19px;
  top: -9%;
  right: 94.5px;
  background-color: var(--final);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.WhyChoose .WhyChooseContent p:nth-child(3) {
  font-size: 16px;
  font-weight: 900;
}

.WhyChoose .WhyChooseContent p:nth-child(4) {
  font-size: 14px;
}

/* Services */

.Services .ServiceHeadings p:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
  background-image: var(--secondary);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.Services .ServiceHeadings h2 {
  font-size: 46px;
}

.Services .ServiceHeadings p:nth-child(2) {
  font-size: 16px;
}

.Services .nav-link {
  color: #000;
  border-right: 2px solid #d5cece;
  padding: 30px 50px 30px 30px;
}

.Services .nav-link.active {
  color: var(--primary);
  border-color: #000;
}

.Services .nav-link img {
  width: 40px;
  height: 40px;
}

.Services .tab-pane p:nth-child(1) {
  font-size: 25px;
  font-weight: 600;
}

.Services .tab-pane p:nth-child(2) {
  font-size: 16px;
}

/* ContentArea */

.ContentArea {
  background-color: var(--tertiary-foreground);
}

.ContentArea .ContentHeadings h2 {
  font-size: 46px;
}

.ContentArea .ContentHeadings p {
  font-size: 16px;
  line-height: 1.5;
}

.ContentHeadings ul li p:nth-child(1) {
  font-size: 24px;
  line-height: 1;
}

.ContentHeadings ul svg {
  height: 19px;
  width: 25px;
}

.ContentHeadings h3 {
  font-size: 38px;
}

.ContentArea .Offer,
.Offer p,
.Offer img,
.Offer a {
  position: relative;
  z-index: 2;
}

.ContentArea .Offer .ContentAreaImg {
  position: absolute;
  width: 665px;
  height: 555px;
  z-index: 1;
}

.ContentArea .OfferContent {
  width: 50%;
  padding: 2vw 0 0 2vw;
}

.Offer .Discount {
  font-size: 38px;
  font-weight: 900;
  color: transparent;
  background-image: var(--secondary);
  background-clip: text;
  -webkit-background-clip: text;
}

.Offer .Discount .MailIcon {
  width: 62px;
  height: 62px;
}

/* Writers */

.Writers {
  background-image: var(--secondary);
}

.Writers h2 {
  font-size: 64px;
}

.Writers p {
  font-size: 16px;
}

.Writers .WriterSlider .swiper-slide {
  width: 28vw !important;
}

.Writers .WriterSlider .swiper-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.Writers .Writer {
  background-color: #fff;
  padding: 30px;
  border: 2px solid var(--primary);
  border-radius: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.Writer .WriterDetails img {
  height: 67px;
  width: 67px;
}

.Writer .WriterDetails p:nth-child(1),
.Writer .WriterDetails p:nth-child(2),
.Writer span,
.Writer .HireWriter a:nth-child(2) {
  font-weight: 600;
}

.Writer .WriterSubjects p {
  font-weight: 900;
  font-size: 13px;
  padding: 10px;
  border-radius: 50px;
  background-color: #EEF6FB;
}

.Writer .HireWriter a:nth-child(1) {
  font-weight: 900;
  background-color: var(--primary);
  padding: 15px 25px;
  border-radius: 10px;
}

.Writers .swiper-wrapper {
  padding: 60px 0;
}

.Writers .swiper-scrollbar {
  background-color: transparent;
  height: 19px !important;
  border: 2px solid #fff;
  padding: 2px;
  width: 60% !important;
  left: 50% !important;
  transform: translate(-50%, 0%);
  overflow: hidden;
}

.Writers .swiper-scrollbar-drag {
  background-color: var(--primary);
  width: 59.4% !important;
}

/* Integrity */

.Integrity .IntegrityHeadings h2 {
  font-size: 47px;
}

.Integrity .IntegrityHeadings p {
  font-size: 16px;
  line-height: 1.5;
}

.IntegrityPoints {
  gap: 1vw;
}

.Integrity .IntegrityPoints p {
  padding: 20px 26px;
  font-size: 16px;
  border: 2.5px solid #9b9b9b;
}

/* Process */

.Process {
  background: url(/_next/static/media/processBg.a4cc2f02.webp) center/cover no-repeat;
}

.Processes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
}

.Processes .arrowright {
  position: absolute;
  z-index: 10;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.Processes .arrowleft {
  position: absolute;
  z-index: 10;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Process .ProcessBox {
  background-color: white;
  border-radius: 20px;
  gap: 40px;
}

.Process .ProcessHeadings h2 {
  font-size: 44px;
}

.Process .ProcessHeadings p {
  font-size: 16px;
}

.Process .ProcessIcon {
  position: relative;
}

.Process .ProcessIcon img:nth-child(1) {
  position: absolute;
  width: 103px;
  height: 103px;
  top: 45%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.Process .ProcessIcon img:nth-child(2) {
  width: 224px;
  height: 147px;
}

.Process .ProcessContent p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
}

.Process .ProcessContent p:nth-child(2) {
  font-size: 14px;
}

.Process .ProcessImg img {
  width: 487px;
  height: 446px;
  margin-top: -5.5rem;
  margin-left: 1rem;
}

/* CertifiedWriters */

.CertifiedWriters .row {
  gap: 5vw;
}

.CertifiedWriters .WriterImages {
  position: relative;
  width: 100%;
  height: 607px;
}

.WriterImages img {
  position: absolute;
  mix-blend-mode: multiply;
}

.WriterImages .Image1 {
  width: 76px;
  height: 76px;
  top: 0;
  right: 30%;
}

.WriterImages .Image2 {
  width: 172px;
  height: 172px;
  top: 10%;
  left: 20%;
}

.WriterImages .Image3 {
  width: 77px;
  height: 76px;
  top: 25%;
  left: 0%;
}

.WriterImages .Image4 {
  width: 230px;
  height: 230px;
  top: 25%;
  right: 5%;
}

.WriterImages .Image5 {
  width: 307px;
  height: 307px;
  bottom: 1%;
  left: 5%;
}

.WriterImages .Image6 {
  width: 118px;
  height: 118px;
  bottom: 10%;
  right: 0%;
}

.WriterImages .Image7 {
  width: 77px;
  height: 76px;
  bottom: 0%;
  right: 25%;
}

.CertifiedHeadings h2 {
  font-size: 64px;
  font-weight: 600;
}

.CertifiedHeadings p {
  font-size: 24px;
  color: #000;
}

.CertifiedHeadings p span {
  color: white;
  padding: 5px 15px;
  border-radius: 8px;
  background-image: var(--secondary);
}

.CertifiedWriters .WriterSlide {
  background-image: var(--secondary);
  color: white;
  padding: 40px 40px 40px 40px;
  border-radius: 30px;
  position: relative;
}

.WriterSlide img:nth-child(1) {
  width: 118px;
  height: 118px;
}

.WriterSlide .WriterInfo p:nth-child(1) {
  font-size: 31px;
}

.WriterSlide .Details img:nth-child(2) {
  width: 165px;
}

.WriterSlide .Details img:nth-child(3) {
  width: 140px;
}

.WriterSlide .WriterInfo p:nth-child(2) {
  border-bottom: 1px dashed white;
}

.WriterSlide .WriterAbout p {
  font-size: 20px;
  width: 100%;
  margin: 20px 20px 40px 20px;
}

.WriterSlide .WriterAbout img {
  width: 128px;
  height: 128px;
  position: absolute;
  right: 2%;
  bottom: 0%;
}

.CertifiedWriters .swiper-wrapper {
  padding-bottom: 40px;
}

.CertifiedWriters .swiper-scrollbar {
  background-color: transparent;
  height: 19px !important;
  border: 2px solid #000;
  padding: 2px;
  left: 50% !important;
  transform: translate(-50%, 0%);
  overflow: hidden;
}

.CertifiedWriters .swiper-scrollbar-drag {
  background-color: var(--primary);
}

/* Faq */

.Faq {
  background-color: var(--tertiary);
}

.Faq .FaqHeading h2 {
  font-size: 54px;
  font-weight: 600;
}

.Faq .FaqHeading p {
  font-size: 24px;
}

.Faq .tab-content>.tab-pane {
  background-image: var(--secondary);
  padding: 30px 40px;
  border-radius: 30px;
  border-bottom: 8px solid var(--primary);
}

.Faq .tab-pane p:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
}

.Faq .tab-pane p:nth-child(2) {
  font-size: 16px;
}

.Faq .nav .nav-link {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  background-color: #FCFCFC;
  padding: 20px;
  border-radius: 25px;
  border-bottom: 5px solid var(--primary);
}

/* Footer */

.Footer {
  background-image: var(--secondary);
  color: #fff;
}

.Footer .Attention .AttentionHeading,
.Footer .Serv .ServiceHeading,
.Footer .Usefull .UsefullHeading,
.Footer .ContactUs .ContactHeading {
  font-size: 30px;
  font-weight: 600;
}

.Footer .Attention p:nth-child(2) {
  font-size: 16px;
}

.Attention .FooterSocialLinks p:nth-child(1) {
  font-weight: 600;
}

.Attention svg {
  width: 36px;
  height: 36px;
  background-color: #D9D9D9;
  color: #2D324F;
  border-radius: 50%;
  padding: 5px;
}

.FooteImages .logo {
  width: 464px;
  height: 182px;
  margin-top: -5.5rem;
}

.FooteImages .guarantee {
  width: 116px;
  height: 114px;
}

.FooteImages .paypal {
  width: 294px;
  height: 114px;
}

.ContactUs a {
  font-size: 20px;
}

.ContactUs .phone,
.ContactUs .wp {
  width: 30px;
  height: 30px;
}

.ContactUs .mail {
  width: 48px;
  height: 48px;
}

.BottomBar p {
  font-size: 16px;
}

.Footer .container-fluid {
  color: #000;
  background-color: var(--primary);
  padding: 15px 0px;
}

.Footer .BottomBar p {
  padding-left: 5.6vw;
}

/* Reviews */

.Reviews .row {
  padding: 0 5vw;
  justify-content: center;
}

.ReviewsSlider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ReviewsSlider .swiper-pagination-bullet {
  margin-right: 40px;
}

.ReviewsSlider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #9b9b9b;
}

.ReviewsSlider .swiper-pagination-bullet-active {
  background-image: var(--secondary);
}

.Reviews .swiper-slide {
  margin: 0 !important;
}

.Reviews h2 {
  font-size: 75px;
}

.Reviews .Review {
  gap: 30px;
}

.Review .ReviewPara {
  padding: 0vw 30px 0px 6.5vw;
}

.ReviewPara div p img {
  width: 140px;
  height: 34px;
}

.ReviewPara div p {
  font-size: 16px;
  border-bottom: 1px dashed black;
}

.Reviews .Review .Para {
  font-size: 20px;
  text-wrap: balance;
}

.ReviewerInfo {
  background-image: var(--secondary);
  padding: 15px 60px 15px 6.5vw;
}

.Review .WriterImg {
  width: 97px;
  height: 97px;
}

.Review .ReviewerInfo p:nth-child(1) {
  font-size: 31px;
  color: #fff;
}

.Review .Details div img {
  height: 24px;
  width: 133px;
}

.ReviewerInfo .Quote {
  width: 76px;
  height: 76px;
}

.WhyChoose .swiper-pagination {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 20px;
}

.WhyChoose .swiper-pagination-bullet-active {
  background: #8aba05;
}

section.pricing-service .nav {
  border-radius: 20px;
  padding: 30px 20px;
  border: 1px solid black;
}

section.pricing-service .nav img {
  width: 170px;
  height: 170px;
  display: block;
  margin-left: auto;
  margin-top: auto;
}

section.pricing-service .nav div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 30px;
  column-gap: 30px;

}

/* section.pricing-service .nav-item {
  width: 300px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 20px;

} */

section.pricing-service .nav-item .nav-link {
  color: black;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  width: 300px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 20px;

}

section.pricing-service .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--secondary);
  color: white;

}

section.pricing-service .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

section.pricing-service .swiper-slide {
  text-align: center;
  font-size: 22px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: row !important;
  align-items: baseline;
}

section.pricing-service .swiper {
  overflow: visible;
}

section.pricing-service .swiper-slide div {
  background: var(--secondary);
  color: white;
  padding: 13px;
  display: flex;
  position: relative;
  width: 300px;
  justify-content: flex-start;
}

section.pricing-service .swiper-slide div img {
  position: absolute;
}

section.pricing-service .swiper-slide div img {
  position: absolute;
  right: -20px;
  top: -42px;
  width: 80px;
  height: 80px;
}

section.order-info form div {
  display: flex;
  gap: 10px;
  align-items: center;
}

section.order-info form div select,
section.order-info form div textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 7px;
  background: transparent;
  color: white;
  border: 1px solid white;
}

section.order-info form div textarea {
  padding: 20px 10px;
}
section.order-info form div textarea::placeholder{
  color: white;
}

section.order-info form div label {
  width: 20%;
}

input[type="file"] {
  margin: 30px 0px;
  width: 33%;
}

input[type="file"] {
  margin: 30px 0px;
}

section.order-info form div div {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}

section.order-info form div div input {
  width: 100%;
  padding: 8px 6px;
  border-radius: 10px;
}

section.order-info form div div label {
  width: 41%;
}

section.order-info form div a {
  width: 260px;
  background: var(--primary);
  padding: 7px;
  text-align: center;
  font-size: 20px;
}

input[type="checkbox"] {
  width: 10px;
  width: 3% !important;
}

section.order-info form {
  background: var(--secondary);
  color: white;
  padding: 30px 20px;
}



.order-summary {
  background: var(--primary);
  color: black;
  padding: 20px;
}

.order-summary span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}

.order-summary .page {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 0px;
}

img.chatgpt {
  width: 230px;
  height: 64px;
}
@media (max-width: 1920px) {
  /* HeaderContent */

  .HeaderContent .BannerImage img {
    margin-top: 6rem;
    margin-left: 0rem;
    height: auto;
    width: 733px;
  }



  .Header .whatsapp-button span {
    background-color: #42C452;
    padding: 3px 20px 3px 35px !important;
    border-radius: 10px;
    font-size: 24px;
  }

  .Header .whatsapp-button img {
    width: 49px;
    margin-right: -1.6rem;
  }

  .InnerContent .ClientsLogo {
    gap: .5vw;
  }

  /* OrderForm */

  .HomeOrderForm h2 {
    font-size: 75px;
  }

  .HomeOrderForm p {
    font-size: 20px;
  }

  .HomeOrderForm .form-group {
    font-size: 24px;
  }

  .HomeOrderForm .form-control::placeholder {
    font-size: 16px;
  }

  .HomeOrderForm .TotalPrice p:first-child {
    font-size: 41px;
  }

  .HomeOrderForm .TotalPrice p:nth-child(2) {
    font-size: 47px;
  }

  .HomeOrderForm button {
    font-size: 40px;
  }

  .HomeOrderForm button svg {
    width: 30px;
  }

  /* Features */

  .Features .FeaturesImg img {
    width: 584px;
    height: 423px;
    margin-left: -4rem;
  }

  .Features .FeatureWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    gap: 40px;
  }

  .Features .Feature .FeatureImg {
    height: 67px;
    width: 67px;
    padding: 20px;
  }

  .Features .Feature img {
    height: 44px;
    width: 44px;
  }

  .Features .Feature p:nth-child(1) {
    font-size: 18px;
  }

  .Feature .FeaturePara p:nth-child(2) {
    font-size: 14px;
  }

  /* Cta */

  .Cta h2 {
    font-size: 60px;
  }

  .Cta .CtaContent ul {
    margin: 40px 0;
  }

  .CtaBottom {
    gap: 40px;
  }

  .CtaBottom a {
    font-size: 24px;
  }

  .Certified .CertifiedPara p:nth-child(1) {
    font-size: 18px;
  }

  .Certified .CertifiedPara p:nth-child(2) {
    font-size: 16px;
  }

  .Cta .CtaImg img {
    height: auto;
    width: 850px;
    margin-left: 5rem;
    margin-top: -2.5rem;
  }

  /* WhyChoose */

  .WhyChoose .WhyChooseContent {
    padding: 30px;
  }

  .WhyChoose .ContentWrapper {
    gap: 4.5vw;
  }

  .WhyChoose .Shape1 {
    width: 70px;
    height: 80px;
    top: -9.2%;
    right: 25px;
  }

  .WhyChoose .Shape1 img {
    width: 58px;
    height: 58px;
  }

  .WhyChoose .Shape2 {
    width: 12px;
    height: 19px;
    top: -9%;
    right: 94.5px;
  }

  .WhyChoose .WhyChooseContent p:nth-child(3) {
    font-size: 20px;
  }

  .WhyChoose .WhyChooseContent p:nth-child(4) {
    font-size: 16px;
  }

  /* Services */

  .Services .ServiceHeadings p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    background-image: var(--secondary);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  .Services .ServiceHeadings h2 {
    font-size: 46px;
  }

  .Services .ServiceHeadings p:nth-child(2) {
    font-size: 16px;
  }

  .Services .nav-link {
    color: #000;
    border-right: 2px solid #d5cece;
    padding: 30px 50px 30px 30px;
  }

  .Services .nav-link.active {
    color: var(--primary);
    border-color: #000;
  }

  .Services .nav-link img {
    width: 40px;
    height: 40px;
  }

  .Services .tab-pane p:nth-child(1) {
    font-size: 25px;
    font-weight: 600;
  }

  .Services .tab-pane p:nth-child(2) {
    font-size: 16px;
  }

  /* ContentArea */

  .ContentArea .ContentHeadings h2 {
    font-size: 46px;
  }

  .ContentArea .ContentHeadings p {
    font-size: 16px;
    line-height: 1.8;
  }

  .ContentHeadings ul li p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
  }

  .ContentHeadings ul svg {
    height: 19px;
    width: 25px;
  }

  .ContentHeadings h3 {
    font-size: 38px;
  }

  .ContentArea .Offer .ContentAreaImg {
    width: 665px;
    height: 555px;
    z-index: 1;
  }

  .ContentArea .OfferContent {
    width: 50%;
    padding: 2vw 0 0 3vw;
  }

  .Offer .Discount {
    font-size: 38px;
    text-wrap: balance;
  }

  .Offer .Discount .MailIcon {
    width: 62px;
    height: 62px;
  }

  .ContentArea .whatsapp-button span {
    padding: 3px 35px 3px 35px;
    border-radius: 15px;
    font-size: 34px;
  }

  .ContentArea .whatsapp-button img {
    width: 69px;
    margin-right: -1.4rem;
  }

  .ContentArea .chat-button span {
    padding: 3px 45px 3px 45px;
    border-radius: 15px;
    font-size: 34px;
  }

  .ContentArea .chat-button img {
    width: 69px;
    margin-right: -1.6rem;
  }

  /* Writers */

  .Writers h2 {
    font-size: 64px;
  }

  .Writers p {
    font-size: 16px;
  }

  .Writers .swiper-wrapper {
    padding: 30px 0 60px 0;
  }

  .Writers .WriterSlider .swiper-slide {
    width: 27.4vw !important;
  }

  .Writers .Writer {
    padding: 30px;
    border-radius: 40px;
  }

  .Writer .WriterDetails .WriterIcon {
    height: 67px;
    width: 67px;
  }

  .WriterDetails .Dets img {
    height: 24px;
    width: 108px;
  }

  .Writer .WriterSubjects p {
    font-size: 13px;
    padding: 10px;
    border-radius: 50px;
  }

  .Writer .HireWriter a:nth-child(1) {
    padding: 15px 25px;
    border-radius: 10px;
  }

  .Writers .swiper-scrollbar {
    height: 19px !important;
    padding: 2px;
    width: 60% !important;
    left: 50% !important;
  }

  .Writers .swiper-scrollbar-drag {
    width: 59.4% !important;
  }

  /* Integrity */

  .Integrity .IntegrityHeadings h2 {
    font-size: 47px;
  }

  .Integrity .IntegrityHeadings p {
    font-size: 16px;
    line-height: 1.5;
  }

  .IntegrityPoints {
    gap: 1vw;
  }

  .Integrity .IntegrityPoints p {
    padding: 20px 26px;
    font-size: 16px;
    border-radius: 15px;
  }

  /* Process */

  .Processes {
    gap: 55px;
  }

  .Processes .arrowright {
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .Processes .arrowleft {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 70%);
  }

  .Process .ProcessBox {
    gap: 20px;
  }

  .ProcessBox .ProcessContent {
    padding-right: 15px;
  }

  .Process .ProcessHeadings h2 {
    font-size: 64px;
  }

  .Process .ProcessHeadings p {
    font-size: 20px;
  }

  .Process .ProcessIcon img:nth-child(1) {
    width: 103px;
    height: 103px;
    top: 45%;
    left: 38%;
    transform: translate(-50%, -50%);
  }

  .Process .ProcessIcon img:nth-child(2) {
    width: 224px;
    height: 147px;
  }

  .Process .ProcessContent p:nth-child(1) {
    font-size: 30px;
    line-height: 1;
  }

  .Process .ProcessContent p:nth-child(2) {
    font-size: 14px;
  }

  .Process .ProcessImg img {
    width: 487px;
    height: 446px;
    margin-top: -5.5rem;
    margin-left: 1rem;
  }

  /* CertifiedWriters */

  .CertifiedWriters .row {
    gap: 5vw;
  }

  .CertifiedWriters .WriterImages {
    width: 100%;
    height: 607px;
  }

  .WriterImages .Image1 {
    width: 76px;
    height: 76px;
    top: 0;
    right: 30%;
  }

  .WriterImages .Image2 {
    width: 172px;
    height: 172px;
    top: 10%;
    left: 20%;
  }

  .WriterImages .Image3 {
    width: 77px;
    height: 76px;
    top: 25%;
    left: 0%;
  }

  .WriterImages .Image4 {
    width: 230px;
    height: 230px;
    top: 25%;
    right: 5%;
  }

  .WriterImages .Image5 {
    width: 307px;
    height: 307px;
    bottom: 1%;
    left: 5%;
  }

  .WriterImages .Image6 {
    width: 118px;
    height: 118px;
    bottom: 10%;
    right: 0%;
  }

  .WriterImages .Image7 {
    width: 77px;
    height: 76px;
    bottom: 0%;
    right: 25%;
  }

  .CertifiedHeadings h2 {
    font-size: 64px;
  }

  .CertifiedHeadings p {
    font-size: 24px;
  }

  .CertifiedHeadings p span {
    padding: 5px 15px;
    border-radius: 8px;
  }

  .CertifiedWriters .WriterSlide {
    padding: 40px 40px 40px 40px;
    border-radius: 30px;
  }

  .WriterSlide img:nth-child(1) {
    width: 118px;
    height: 118px;
  }

  .WriterSlide .WriterInfo p:nth-child(1) {
    font-size: 31px;
  }

  .WriterSlide .Details img:nth-child(2) {
    width: 165px;
  }

  .WriterSlide .Details img:nth-child(3) {
    width: 140px;
  }

  .WriterSlide .WriterAbout p {
    font-size: 20px;
    margin: 20px 20px 40px 20px;
  }

  .WriterSlide .WriterAbout img {
    width: 128px;
    height: 128px;
    right: 2%;
    bottom: 0%;
  }

  .CertifiedWriters .swiper-wrapper {
    padding-bottom: 40px;
  }

  .CertifiedWriters .swiper-scrollbar {
    height: 19px !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }

  /* Faq */

  .Faq .FaqHeading h2 {
    font-size: 54px;
  }

  .Faq .FaqHeading p {
    font-size: 24px;
  }

  .Faq .tab-content>.tab-pane {
    padding: 30px 40px;
    border-radius: 30px;
    border-bottom: 8px solid var(--primary);
  }

  .Faq .tab-pane p:nth-child(1) {
    font-size: 30px;
  }

  .Faq .tab-pane p:nth-child(2) {
    font-size: 16px;
  }

  .Faq .nav .nav-link {
    font-size: 30px;
    padding: 20px;
    border-radius: 25px;
    border-bottom: 5px solid var(--primary);
  }

  /* Footer */

  .Footer {
    background-image: var(--secondary);
    color: #fff;
  }

  .Footer .Attention .AttentionHeading,
  .Footer .Serv .ServiceHeading,
  .Footer .Usefull .UsefullHeading,
  .Footer .ContactUs .ContactHeading {
    font-size: 30px;
    font-weight: 600;
  }

  .Footer .Attention p:nth-child(2) {
    font-size: 16px;
  }

  .Attention .FooterSocialLinks p:nth-child(1) {
    font-weight: 600;
  }

  .Attention svg {
    width: 36px;
    height: 36px;
    background-color: #D9D9D9;
    color: #2D324F;
    border-radius: 50%;
    padding: 5px;
  }

  .FooteImages .logo {
    width: 464px;
    height: 182px;
    margin-top: -5.5rem;
  }

  .FooteImages .guarantee {
    width: 116px;
    height: 114px;
  }

  .FooteImages .paypal {
    width: 294px;
    height: 114px;
  }

  .ContactUs a {
    font-size: 20px;
  }

  .ContactUs .phone,
  .ContactUs .wp {
    width: 30px;
    height: 30px;
  }

  .ContactUs .mail {
    width: 48px;
    height: 48px;
  }

  .BottomBar p {
    font-size: 16px;
  }

  .Footer .container-fluid {
    color: #000;
    background-color: var(--primary);
    padding: 15px 0px;
  }

  .Footer .BottomBar p {
    padding-left: 5.6vw;
  }

}

@media (max-width:1600px) {
  .container {
    max-width: 1250px;
  }
  .Review .ReviewerInfo p:nth-child(1){
    font-size: 20px;
  }
  .Review .Details div img {
    height: 16px;
    width: 117px;
}

  .HomeOrderForm h2,
  .Features .FeaturesHeading h2,
  .Cta h2,
  .Writers h2,
  .Process .ProcessHeadings h2,.Reviews h2 {
    
    font-size: 45px;
  }

  .Faq .FaqHeading h2,
  .ContentArea .ContentHeadings h2 {
    font-size: 35px;
  }

  .HomeOrderForm p,
  .Features .FeaturesHeading p,
  .WhyChoose .WhyChooseContent p:nth-child(4),
  .ContactUs a,
  .Process .ProcessHeadings p {
    font-size: 16px;
  }

  .WhyChoose .WhyChooseContent p:nth-child(3),
  .ContentArea .chat-button span,
  .ContentArea .whatsapp-button span,
  .CertifiedHeadings p,
  .Faq .FaqHeading p,
  .WriterSlide .WriterAbout p {
    font-size: 18px;
  }

  .HomeOrderForm .TotalPrice p:nth-child(2),
  .HomeOrderForm .TotalPrice p:first-child,
  .HomeOrderForm button,
  .Services .ServiceHeadings h2,
  .Offer .Discount,

  .CertifiedHeadings h2 {


    font-size: 26px;
  }

  .Process .ProcessImg img {
    width: 300px;
    height: 300px;
    /* margin-top: -5.5rem; */
    /* margin-left: 1rem; */
  }

  .ProcessBox .ProcessContent {
    padding: 0px 10px;
  }

  .Integrity .IntegrityPoints p {
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
  }

  .Process .ProcessContent p:nth-child(2) {
    font-size: 12px;
    margin: 0px;
    font-weight: 500;
  }

  .Faq .tab-pane p:nth-child(1) {
    font-size: 22px;
  }

  .ContentArea .whatsapp-button img,
  .ContentArea .chat-button img {
    width: 40px;
  }

  .Process .ProcessIcon img:nth-child(1) {
    width: 80px;
    height: 80px;
  }

  .Process .ProcessBox {
    gap: 5px;
  }

  .WhyChoose .ContentWrapper {
    gap: .5vw;
  }

  .Process .ProcessIcon img:nth-child(2) {
    width: 184px;
    height: 120px;
  }

  .Features .FeaturesImg img {
    width: 450px;
    height: auto;
  }

  .ClientsLogo img {
    width: 110px;
    height: auto;
  }

  .HeaderContent .BannerImage img {
    margin-top: 6rem;
    margin-left: 0rem;
    height: auto;
    width: 100%;
  }


  .Header .navbar-brand img,
  .FooteImages .logo {

    width: 200px;
  }

  .FooteImages .paypal {
    width: 200px;
    height: 88px;
  }

  .navbar .green-button {
    width: 135px;
    padding: 10px;
  }

  .Header .nav {
    gap: 10px;
  }

  .ContactUs .phone,
  .ContactUs .wp {
    width: 25px;
    height: 25px;
  }

  .Header .nav-link {
    font-size: 14px;
  }

  .Faq .nav .nav-link {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .Header .whatsapp-button span {
    background-color: #42C452;
    padding: 3px 20px 3px 35px !important;
    border-radius: 10px;
    font-size: 16px;
  }

  .Header .whatsapp-button img {
    width: 38px;
    margin-right: -1.6rem;
  }

  .Header .HeaderSocialIcons img,
  .LogIn img {
    height: auto;
    width: 24px;
  }

  .HeaderContent .InnerContent {
    padding: 6rem 0 0 0;
  }

  .Feature .FeaturePara p:nth-child(2) {
    font-size: 13px;
  }

  .Features .FeatureWrapper {
    gap: 25px;
  }

  .HomeOrderForm button {
    padding: 5px;
  }

  .HeaderContent .InnerContent h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .HeaderContent .InnerContent p {
    font-size: 16px;
  }

  .Cta .CtaImg img {
    height: auto;
    width: 670px;
    margin: 0px;

  }

  .Cta p,
  .Cta .CtaContent ul li,
  .ContentArea .ContentHeadings p {
    font-size: 14px;
    line-height: unset;
  }

  .Cta h2 {
    font-size: 30px;
  }

  .Cta .CtaContent ul {
    margin: 0px 0px 5px;
  }

  .CtaBottom a,
  .Process .ProcessContent p:nth-child(1) {

    font-size: 20px;
  }

  .FooteImages .guarantee {
    width: 100px;
    height: 98px;
  }

  .ContentArea .Offer .ContentAreaImg {
    width: 549px;
    height: 455px;

  }

  .Services .nav-link {
    padding: 30px 0px;
    width: 150px;
  }

  .Processes .arrowright,
  .Processes .arrowleft {
    width: 120px;
  }

  .WriterSlide .Details img:nth-child(2) {
    width: 80px;
  }

  .WriterSlide .Details img:nth-child(3) {
    width: 120px;
  }
  .WhyChoose .Shape1{
    right: 18px;
  }
  .WhyChoose .WhyChooseContent p:nth-child(3){
    font-size: 15px ;
    font-weight: 900;
 position: relative;
 z-index: 1;
  }
  
}

@media (max-width:1200px) {
  .container {

    max-width: 992px;
  }

  .Header .navbar-brand img,
  .FooteImages .logo {
    width: 130px;
  }

  .Header .nav {
    gap: 0px;
  }

  .Header .whatsapp-button img {
    width: 30px;
  }

  .Header .whatsapp-button span,
  .InnerContent ul li,
  .HeaderContent .InnerContent p {

    font-size: 14px;
  }

  .navbar .green-button {
    width: 130px;
  }

  .LogIn {
    padding: 0px;
  }

  .HeaderContent .InnerContent h1 {
    font-size: 32px;
  }

  .InnerContent p {
    font-size: 14px;
  }


}

@media (max-width:992px) {
  .container {

    max-width: 100%;
  }
  .Header{
    position: relative;
    background: linear-gradient(90deg, rgba(86, 89, 139, 0.5) 50%, rgba(40, 46, 73, 0.5) 100%) !important;

  }

  h1,
  h2,
  h3 {
    font-size: 25px !important;
  }
/* 
  p {
    font-size: 14px !important;
  } */

  .InnerContent ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 10px;
    row-gap: 10px;
    margin: 20px 0;
  }
  .InnerContent .ClientsLogo,.HeaderContent .BannerImage img{
    margin-top: 10px;
  }
  .HeaderContent .InnerContent{
    padding: 40px 0px;
  }
  .Features .FeaturesImg img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}
.Features .FeatureWrapper{
  grid-template-columns: auto;
  gap: 10px;
  margin-top: 25px;
}
.Cta .CtaContent ul {
  grid-template-columns: auto;
  margin: 30px 0;
  gap: 10px;
}
.Cta .CtaImg img{
  width: 280px;
  display: block;
  margin: auto;
}
.ContentArea .Offer .ContentAreaImg{
  display: none;
}
.ContentArea .OfferContent{
  width: 100%;
}
.WhyChoose .WhyChooseContent p:nth-child(3){
  font-size: 14px;
  font-weight: bolder;
}
.Writers .WriterSlider .swiper-slide {
  width: 37%!important;
}
.Processes .arrowright, .Processes .arrowleft{
  display: none;
}
}
@media (max-width:768px) {
  .Writers .WriterSlider .swiper-slide {
    width: 100%!important;
  }
  .Process .ProcessImg img{
    margin-top: 1px;
  }
  .Process .ProcessBox {
    gap: 5px;
    padding: 20px;
}
.Processes{
  grid-template-columns: auto;
}
.Faq .nav .nav-link {
 font-size: 13px ;
}
.ProcessBox .ProcessContent,.CertifiedWriters .WriterSlide {
 padding: 10px ;
}
.WriterAbout p,.WriterSlide .WriterAbout p{
  font-size: 14px;
  margin: 10px ;
}
.WriterSlide img:nth-child(1) {
  width: 100px;
  height: 100px;
}
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/93cf8e83fea0985d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/bcab8e0f35e76c30-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/ab714960ac76eb5d-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Hanken_Grotesk_51c366';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/f5005305030a3d81-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: '__Hanken_Grotesk_Fallback_51c366';src: local("Arial");ascent-override: 99.07%;descent-override: 30.02%;line-gap-override: 0.00%;size-adjust: 100.94%
}.__className_51c366 {font-family: '__Hanken_Grotesk_51c366', '__Hanken_Grotesk_Fallback_51c366';font-style: normal
}

