@font-face {
  font-family: "F37 Judge";
  src: url("../fonts/F37Judge-Bold.ttf") format("TrueType");
  font-weight: 700;
}

@font-face {
  font-family: "F37 Judge";
  src: url("../fonts/F37Judge-Regular.ttf") format("TrueType");
  font-weight: 400;
}

@font-face {
  font-family: "F37 Judge";
  src: url("../fonts/F37Judge-RegularExtended.ttf") format("TrueType");
  font-weight: 400;
  font-stretch: expanded;
}

@font-face {
  font-family: 'Inter';
  src:url("../fonts/Inter-Regular.ttf") format("TrueType");
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src:url("../fonts/Inter-SemiBold.ttf") format("TrueType");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src:url("../fonts/Inter-Bold.ttf") format("TrueType");
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}
html, body { height: 100%; }
/* 
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*
  5. Improve media defaults
*/
img, picture, video, canvas, img {
  display: block;
  max-width: 100%;
}
/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}
/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.pt-4 {
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 1rem;
}


h1 {
  font-weight: normal;
  line-height: 1.2;    
}

.wrapper {
  max-width: 1644px;
  margin: 0 auto;  
}

.fb-33 {  
  display: none;
}

.fb-66 {
  flex-basis: 100%;
}

.fb-50 {
  flex-basis: 100%;
}
.lh-0 {
  line-height: 93%;
}

.lh-3 {
  line-height: 1.3;
}
.align-right {
  margin: 0 0 0 auto;
}
.h1 {
  font-family: "F37 Judge", Arial, sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 3.125rem)
}

.h-xl {
  font-family: "F37 Judge", Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 4.375rem);  
  font-weight: bold;  
}

.h-xl2 {
  font-family: "F37 Judge", Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 4.375rem);
  font-weight: 400;  
  color: #fff;    
}
.u-case {
  text-transform: uppercase;
}

.bold { font-weight: bold; }
.judge {
  font-family: "F37 Judge", Arial, sans-serif;
}

.inter {
  font-family: "Inter", Arial, sans-serif;
}

.button {  
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  padding: 1.0625rem 2.125rem;
  border: none;  
}

.button:hover {
  cursor: pointer;  
}

.button:hover, .button:focus-visible {
  transition: all 200ms cubic-bezier(0,0,.58,1)!important;
}

.l-blue {
  background-color: #00ddf4;
}

.l-blue:hover, .l-blue:focus-visible {
  background-color: #55c1e6;
  border-color: #55c1e6;  
}

.pink {
  background-color: #E424FF;
}

.pink:hover, .pink:focus-visible {
  opacity: 80%;
}

.black { background-color: #000; border-color: #000; }
.span-color {
  color: #7B27FF;
}

.black:hover, .black:focus-visible { background-color: #333; border-color: #333; }

.xl {
  font-size: 1.75rem;
  line-height: 1.25;
}

.med {
  font-size: 1.375rem;
  line-height: 1.35;
}

.sml {
  font-size: 1rem;
}

.s-bold {
  font-weight: 600;
}
.white {
  color: white;
}

.container { min-height: 95vh; background-color: #f4f7f8; }

.hide-tablet { display: none; }

@media (min-width: 1440px) {
  .mw-75 {
    max-width: 75%;
  }
  .mw-85 {
    max-width: 85%;
  }
}

@media (min-width: 1280px) {
  .hide-tablet { display: block; }
}

main { background-color: #f4f7f8; }

/* Header */
.logo-section {
  padding: 1.5rem 1rem;
  background-color: #fff;
}
.logo-section img {
  max-width: 250px;
}
.p-header {
  font-family: "F37 Judge", Arial, sans-serif;
  font-stretch: expanded;  
}

.top-section {
  color: #fff;
  background-color: #7B27FF;
  padding: 3.75rem 1rem;
}

.top-section-wrapper {
  display: flex;
  gap: 5rem;  
}

@media (min-width: 768px) {
  .logo-section {
    padding: 2rem 2.5rem;
  }
  .logo-section img {
    max-width: 350px;
  }
  .top-section {
    padding: 3.75rem 2.5rem;
  }
}

@media (min-width: 1440px) {  
  .logo-section {
    padding: 2.5rem 6rem;
  }
  .logo-section img {    
    max-width: 460px;
  }
  .top-section {
    padding: 12.5rem 6rem;
  }

  .fb-33 {
    flex-basis: 33.33%;
    display: block;
  }
  .fb-66 {
    flex-basis: 66.67%;
  }
}

/* Form Section */

.asterisk {
  color: #ff0000;
}

.form-header-container {
  padding: 3.75rem 1rem;
}

.form-header-wrapper {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.mt-sp1, .mt-sp2 {
  margin-top: 0;
}


.form-container {
  padding: 2.5rem;
  background-color: #fff;
  max-width: 600px;
}

.form-fields-container {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

form li {
  list-style-type: none;
}
form ul {
  padding: 0;
}

.fw {
  width: 100%;
}
.f-height {
  min-height: 2.5rem;
}    
input, textarea {
  border-radius: 0;
  border: 1px solid #707070;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.375rem;
}
select {
  border-radius: 0;
  border: 1px solid #707070;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.375rem;
}
label {
  font-family: "Inter", Arial, sans-serif;
}
.contact-container {
  display: flex;
  gap: 1rem;
}


.d-none {
  display: none;
}

.counter {
  display: none;
}
@media (min-width: 768px) {
  .form-header-container {
    padding: 3.75rem 2.5rem;
  }
  .form-container {
    padding: 2.5rem;
  }
}


@media (min-width: 1440px) {
  .form-header-container {
    padding: 6rem;
  }
  .form-container {
    padding: 2.5rem;
  }

  .mt-sp1 {
    margin-top: 1rem;
  }
    
}




@media (max-width: 1279px) {
  .form-fields-container {
    gap: 2rem;
  }
  .mb-6 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .form-fields-container, .form-header-wrapper {
    flex-wrap: nowrap;
  }
  .form-header-wrapper {
    gap: 8rem;
  }  
  .fb-50 {
    flex-basis: 50%;
  }
}



/* Footer */

footer {
  background-color: #000;
}

footer p {
  font-size: 1.125rem;
}

.footer-container {
  padding: 1.5rem 1rem;
}

.footer-container img {
  max-width: 110px;
}

.footer-wrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-end;  
}

.footer-menu {
  padding-left: 0;
  list-style: none;  
}



.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}

.footer-link:hover {  
  background-color: initial;
  background-image: linear-gradient(to right,#00ddf4,#00ddf4);
  background-position: 0 calc(1.1em - calc(1em/16));
  background-repeat: no-repeat;
  background-size: 100% 4px;
  text-decoration: none;
}

.footer-item {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer-container {
    padding: 2rem 2.5rem;
  }
  .footer-container img {
    max-width: 125px;
  }
}

@media (min-width: 1280px) {
  .footer-menu {
    display: flex;
    gap: min(500px, calc(50vw - 600px))
  }
  .footer-left, .footer-right {
    display: flex;
    gap: 2em;
  }
  .footer-item { margin: 0; }
  .footer-menu li { margin: 0; }
}

@media (min-width: 1440px) {
  .footer-container {
    padding: 2.5rem 6rem;
  }
  .footer-container img {    
    max-width: 150px;
  }
}