*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  clear: both;
}

@font-face {
  font-family: "mellisa_handwrittenregular";
  src: url("../fonts/mellisa-webfont.woff2") format("woff2"), url("../fonts/mellisa-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 300px) and (max-width: 400px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  body {
    background: url("../images/bg-hero-300.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .hero h1 {
    font-size: 32px !important;
  }
  .hero h2 {
    font-size: 16px !important;
  }
  .hero .circle {
    visibility: hidden;
  }
  .about {
    margin-top: 15% !important;
  }
  .about p.about-intro {
    font-size: 24px !important;
    padding: 1em !important;
  }
  .about .text-columns p {
    margin-bottom: 1em !important;
  }
  .about .styled-h3 {
    padding-top: 1em !important;
  }
  .location p {
    padding: 1em !important;
    font-size: 20px !important;
  }
  .location .block {
    padding: 1em !important;
  }
  .location h2 {
    padding: 0 1em !important;
    font-size: 40px !important;
  }
  .location h6 span, .location h6 {
    font-size: 20px !important;
  }
  .location .block .badge {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }
  .prices .pricing-table thead th {
    font-size: 18px !important;
  }
  .prices .pricing-table tbody td {
    font-size: 16px !important;
  }
  .school p.school-intro {
    font-size: 32px !important;
  }
  .school h4 {
    font-size: 40px !important;
  }
  .school p {
    font-size: 20px !important;
  }
  .prices .pricing-table thead th, .prices .pricing-table tbody td {
    font-size: 12px !important;
    padding: 12px 6px !important;
  }
  .prices p {
    padding: 1em !important;
  }
  .contact h4 {
    font-size: 18px !important;
  }
  .about .services h4 {
    font-size: 28px !important;
  }
  .school .progression h2 span {
    line-height: 1.4em !important;
  }
  .navbar-top .navbar-brand img {
    width: 140px !important;
  }
  .about .services .block {
    min-height: 150px !important;
    margin-top: 1em !important;
  }
  .about .services {
    padding-top: 1em !important;
  }
  .school p.school-intro {
    padding: 1em !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
  .navbar-toggle {
    margin-right: 20px !important;
  }
  .navbar {
    height: auto;
  }
  .hero a.whatsapp {
    width: 160px !important;
  }
  .about .text-columns p {
    padding: 0 15px !important;
    font-size: 20px !important;
  }
  .about .video-container {
    margin: 1em !important;
  }
  .styled-h3 h3 {
    font-size: 18px !important;
  }
  .contact h5, .school .progression h2 span {
    font-size: 40px !important;
  }
  .contact p {
    font-size: 20px !important;
    padding: 0 15px;
  }
  .school .progression h2 {
    font-size: 32px !important;
  }
  .navbar-top #myNavbar ul li {
    margin-top: 18px !important;
  }
  .navbar-top .navbar-brand {
    height: 50px !important;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  body {
    background: url("../images/bg-hero-400.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .hero h1 {
    font-size: 40px !important;
  }
  .hero h2 {
    font-size: 16px !important;
  }
  .hero .circle {
    visibility: hidden;
  }
  .about {
    margin-top: 6em !important;
  }
  .about p.about-intro {
    font-size: 24px !important;
    padding: 1em !important;
  }
  .about .text-columns p {
    margin-bottom: 1em !important;
  }
  .about .styled-h3 {
    padding-top: 1em !important;
  }
  .location p {
    padding: 1em !important;
    font-size: 20px !important;
  }
  .location h2 {
    padding: 0 1em !important;
    font-size: 40px !important;
  }
  .location .block .badge {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }
  .prices .pricing-table thead th {
    font-size: 18px !important;
  }
  .prices .pricing-table tbody td {
    font-size: 16px !important;
  }
  .school p.school-intro {
    font-size: 32px !important;
  }
  .school h4 {
    font-size: 40px !important;
  }
  .school p {
    font-size: 20px !important;
  }
  .prices .pricing-table thead th {
    font-size: 14px !important;
  }
  .prices p {
    padding: 1em !important;
  }
  .contact h4 {
    font-size: 18px !important;
  }
  .about .services h4 {
    font-size: 28px !important;
  }
  .school .progression h2 span {
    line-height: 1.4em !important;
  }
  .navbar-top .navbar-brand img {
    width: 160px !important;
  }
  .navbar-top .navbar-brand {
    height: 50px !important;
  }
  .about .services .block {
    min-height: 150px !important;
    margin-top: 1em !important;
  }
  .about .services {
    padding-top: 1em !important;
  }
  .school p.school-intro {
    padding: 1em !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
  .navbar-toggle {
    margin-right: 20px !important;
  }
  .hero a.whatsapp {
    width: 200px !important;
  }
  .about .text-columns p {
    padding: 0 15px !important;
    font-size: 20px !important;
  }
  .about .video-container {
    margin: 1em !important;
  }
  .styled-h3 h3 {
    font-size: 22px !important;
  }
  .navbar-top #myNavbar ul li {
    margin-top: 18px !important;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  body {
    background: url("../images/bg-hero-500.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .hero h1 {
    font-size: 48px !important;
  }
  .hero h2 {
    font-size: 18px !important;
  }
  .hero .circle {
    visibility: hidden;
  }
  .about {
    margin-top: 6em !important;
  }
  .about p.about-intro {
    font-size: 30px !important;
    padding: 1em !important;
  }
  .about .text-columns p {
    margin-bottom: 1em !important;
  }
  .about .styled-h3 {
    padding-top: 1em !important;
  }
  .location p {
    padding: 1em !important;
  }
  .location h2 {
    padding: 0 1em !important;
    font-size: 48px !important;
  }
  .location .block .badge {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
  }
  .prices .pricing-table thead th {
    font-size: 18px !important;
  }
  .prices .pricing-table tbody td {
    font-size: 16px !important;
  }
  .school p.school-intro {
    font-size: 32px !important;
  }
  .navbar-top .navbar-brand img {
    width: 180px !important;
  }
  .about .services .block {
    min-height: 150px !important;
  }
  .school p.school-intro {
    padding: 1em !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
  .navbar-top #myNavbar ul li {
    margin-top: 18px !important;
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  body {
    background: url("../images/bg-hero-700.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .hero h1 {
    font-size: 56px !important;
  }
  .hero h2 {
    font-size: 20px !important;
  }
  .about {
    margin-top: 22% !important;
  }
  .about p.about-intro {
    padding: 1em !important;
  }
  .navbar-top .navbar-brand img {
    width: 200px !important;
  }
  .about .services .block {
    margin-top: 1em !important;
    min-height: 150px !important;
  }
  .school p.school-intro {
    padding: 1em 1em !important;
  }
  .location p {
    padding: 2em 1em !important;
  }
  .location h2 {
    padding: 0 1em !important;
    font-size: 48px !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
  .about .text-columns p {
    padding-bottom: 20px;
  }
  .navbar-top #myNavbar ul li {
    margin-top: 18px !important;
  }
}
@media (min-width: 700px) and (max-width: 800px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  body {
    background: url("../images/bg-hero-800.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 10em !important;
  }
  .hero h1 {
    font-size: 64px !important;
  }
  .hero h2 {
    font-size: 28px !important;
  }
  .location p {
    padding: 2em !important;
  }
  .navbar-top #myNavbar ul li {
    padding-left: 15px !important;
  }
  .navbar-top .navbar-brand img {
    width: 200px !important;
  }
  .about .text-columns p {
    padding-bottom: 20px;
  }
  .about p.about-intro {
    padding: 1em !important;
  }
  .about .services .block {
    min-height: 150px !important;
  }
  .school p.school-intro {
    padding: 1em 2em !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
  .navbar-top #myNavbar ul li {
    margin-top: 18px !important;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  body {
    background: url("../images/bg-hero-1000.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .navbar {
    height: 130px;
  }
  .about {
    margin-top: 22% !important;
  }
  .hero h1 {
    font-size: 72px !important;
  }
  .hero h2 {
    font-size: 32px !important;
  }
  .about p.about-intro {
    padding: 1em 1em !important;
  }
  .school p.school-intro {
    padding: 1em 1em !important;
  }
  .school h4 {
    padding-top: 1em;
  }
  .location p {
    padding: 2em !important;
  }
  .navbar-right {
    margin-right: 20px !important;
  }
  .form-container .row {
    margin: 0 20px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  body {
    background: url("../images/bg-hero-1200.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 10em !important;
  }
  .hero h1 {
    font-size: 90px !important;
  }
  .navbar-right {
    margin-right: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body {
    background: url("../images/bg-hero-1800.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 15em !important;
  }
  .hero h1 {
    font-size: 90px !important;
  }
  .navbar-right {
    margin-right: 20px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  body {
    background: url("../images/bg-hero-1800.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 20em !important;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  body {
    background: url("../images/bg-hero-1800.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 30% !important;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  body {
    background: url("../images/bg-hero-1800.png") #0451A9 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about {
    margin-top: 30% !important;
  }
  .container {
    width: 1080px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: url("../images/bg-hero-min.png") #0451A9;
  background-size: 100%;
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  color: #141471;
}

p {
  color: #333;
  font-size: 18px;
  margin-bottom: 2rem;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

.display-sm {
  display: none;
}

.navbar-top .navbar-toggle .icon-bar {
  background: #fff !important;
}

.navbar-collapse {
  box-shadow: none !important;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.navbar-top {
  padding: 15px;
}
.navbar-top .navbar-brand {
  height: 100px;
}
.navbar-top .navbar-brand img {
  width: 220px;
}
.navbar-top .navbar-toggle {
  margin-top: 20px;
}
.navbar-top .navbar-toggle .icon-bar {
  background: #141471;
}
.navbar-top #myNavbar ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 25px;
  margin-top: 35px;
  /* Fade in */
}
.navbar-top #myNavbar ul li a {
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-top #myNavbar ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFEC43;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.navbar-top #myNavbar ul li a:hover::after,
.navbar-top #myNavbar ul li a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}
.navbar-top #myNavbar ul li a:hover {
  background: none;
}
.navbar-top #myNavbar ul li a:focus {
  background: none;
}
.navbar-top .navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.navbar-top {
  background-color: rgba(4, 81, 169, 0); /* fully transparent initially */
  transition: transform 0s ease, background-color 0.3s ease;
  will-change: transform;
  border: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
}

.navbar-top.scrolled {
  background-color: rgba(4, 81, 169, 0.95);
  background: linear-gradient(180deg, rgba(4, 81, 169, 0.95), rgba(4, 81, 169, 0));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero {
  padding-top: 140px;
}
.hero h1 {
  font-family: "mellisa_handwrittenregular", arial;
  font-weight: 400;
  font-size: 112px;
  color: #FFEC43;
  text-align: center;
  line-height: 1.5em;
  background: linear-gradient(to bottom, #FFEC43, #FFF7B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.hero h2 span {
  font-weight: 700;
}
.hero a.whatsapp {
  text-align: center;
  width: 240px;
  display: block;
  margin: 4rem auto 2rem auto;
}
.hero a.whatsapp img {
  width: inherit;
}
.hero .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(157, 157, 157, 0.2) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.hero .animated-arrow {
  width: 24px;
  height: auto;
  animation: float 1.5s ease-in-out infinite;
  opacity: 0.9;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(50);
  }
}

.about {
  margin-top: 50em;
}
.about .styled-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 2em;
}
.about .styled-h3 h3 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.about .styled-h3::before,
.about .styled-h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 236, 67, 0.2);
}
.about p.about-intro {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
  padding: 1em 2em;
}
.about .text-columns {
  padding: 0 2em;
}
.about .text-columns p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.about .video-container {
  background-image: url("../images/video-bg-min.png");
  background-size: cover;
  background-position: center;
  padding: 10px 10px 50px 10px;
  max-width: 1024px;
  margin: 5em auto;
  overflow: hidden;
}
.about .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.about .services {
  padding: 3em 0;
  text-align: center;
}
.about .services h4 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 32px;
  font-weight: 600;
}
.about .services p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}
.about .services .block {
  padding: 20px 25px 10px 25px;
  background: #0A439D;
  border-radius: 12px 12px 0 0;
  margin-top: 2em;
  min-height: 220px;
  text-align: left;
}
.about .services img {
  border-radius: 0 0 12px 12px;
}

.location h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.location .styled-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 2em;
}
.location .styled-h3 h3 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.location .styled-h3::before,
.location .styled-h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 236, 67, 0.2);
}
.location h4 {
  font-family: "mellisa_handwrittenregular", arial;
  font-size: 56px;
  color: #FFEC43;
  text-align: center;
  padding-top: 20px;
}
.location p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 2em 6em;
  text-align: center;
}
.location h5 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.location h5 span {
  font-weight: 400;
  color: #B7DDFF;
}
.location h6 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.location h6 span {
  color: #fff;
  font-size: 28px;
}
.location .block {
  background: #0A439D;
  padding: 3em 4em;
  border-radius: 12px;
  margin: 4em 0 3em 0;
  position: relative;
}
.location .block label {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
.location .block .badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #FFEC43;
  color: #0A439D;
  font-weight: bold;
  font-family: inter, sans-serif;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.location .map {
  background: #fff;
  padding: 6px 6px 2px 6px;
  border-radius: 8px;
  margin-top: 2em;
}

.school {
  padding-top: 4em;
}
.school .styled-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.school .styled-h3 h3 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.school .styled-h3::before,
.school .styled-h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 236, 67, 0.2);
}
.school p.school-intro {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
  padding: 1em 4em;
}
.school p.school-intro span {
  font-weight: 600;
}
.school .school-content {
  text-align: center;
}
.school h4 {
  font-family: inter, arial;
  font-size: 48px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  margin-top: 20px;
}
.school p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
}
.school label {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}
.school img {
  border-radius: 12px;
}
.school .progression {
  margin-top: 3em;
}
.school .progression h2 {
  font-family: "Inter", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2em;
  padding-bottom: 1em;
}
.school .progression h2 span {
  font-family: "mellisa_handwrittenregular", arial;
  font-size: 56px;
  color: rgb(255, 236, 67);
  text-align: left;
  font-weight: 300;
}
.school .progression ul {
  list-style: disc;
  padding-top: 2em;
  margin-left: 20px;
}
.school .progression ul li {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 4px 0 4px 20px;
}
.school .progression .top-padding-20 {
  padding-top: 20px;
}
.school .bottom-border {
  border-bottom: 1px solid rgba(255, 236, 67, 0.2);
  padding-bottom: 3em;
}

.prices {
  padding-top: 4em;
}
.prices .styled-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.prices .styled-h3 h3 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.prices .styled-h3::before,
.prices .styled-h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 236, 67, 0.2);
}
.prices p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  padding-top: 1em;
}
.prices .pricing-table {
  margin: 2em auto;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
}
.prices .pricing-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #0A439D;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 1em;
}
.prices .pricing-table thead th,
.prices .pricing-table tbody td {
  border: 1px solid #0052cc; /* inner cell borders */
  width: 25%; /* 4 columns = 100% / 4 */
}
.prices .pricing-table thead th {
  background-color: #0A3D8F;
  padding: 12px;
  font-weight: 600;
  font-size: 22px;
  font-family: inter, arial;
  line-height: 1.2em;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.prices .pricing-table thead th.title {
  color: #FFEC43;
}
.prices .pricing-table table td:nth-child(1),
.prices .pricing-table table td:nth-child(4) {
  color: #B7DDFF;
}
.prices .pricing-table table td:nth-child(2),
.prices .pricing-table table td:nth-child(3) {
  font-weight: bold;
}
.prices .pricing-table thead th span {
  font-weight: normal;
  font-size: 16px;
  color: #D0DFFF;
}
.prices .pricing-table tbody td {
  padding: 12px 12px;
  border-top: 1px solid #0049b5;
  font-size: 20px;
  font-family: inter, arial;
}
.prices .pricing-table table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.prices .pricing-table .check {
  color: #00FF94;
  margin-right: 6px;
  font-weight: bold;
}

.contact {
  padding-top: 1em;
}
.contact .styled-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 1em;
  padding-top: 1em;
}
.contact .styled-h3 h3 {
  font-family: "Inter", sans-serif;
  color: #FFEC43;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.contact .styled-h3::before,
.contact .styled-h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 236, 67, 0.2);
}
.contact p {
  font-family: "Inter", sans-serif;
  color: #B7DDFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  padding-top: 1em;
}
.contact h4 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  padding-top: 1em;
}
.contact h4 span {
  color: #B7DDFF;
}
.contact h4 a:hover {
  color: #fff;
}
.contact ul.social {
  text-align: center;
}
.contact ul.social li {
  display: inline-block;
  padding: 2em 1em;
}
.contact ul.social li img {
  width: 42px;
}
.contact ul.social a:hover img {
  opacity: 0.7;
}
.contact h5 {
  font-family: "mellisa_handwrittenregular", arial;
  font-size: 56px;
  color: #FFEC43;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact form {
  padding: 2em 0;
  /* Label style */
  /* Input and Textarea base style */
  /* On hover */
  /* On focus */
}
.contact form label {
  color: #fff;
  font-family: inter, arial;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.contact form input.form-control,
.contact form textarea.form-control {
  background-color: #0A3D8F;
  border: 1px solid #B7DDFF;
  color: #fff;
  border-radius: 4px;
  padding: 28px 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inter, arial;
  font-size: 16px;
}
.contact form textarea.form-control {
  height: 166px;
}
.contact form input.form-control:hover,
.contact form textarea.form-control:hover {
  border-color: #FFEC43;
}
.contact form input.form-control:focus,
.contact form textarea.form-control:focus {
  border-color: #FFEC43;
  outline: none;
  box-shadow: 0 0 5px rgba(255, 236, 67, 0.5);
}
.contact form .inquiry-button {
  background-color: #FFEC43;
  color: #0A439D;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 1em;
}
.contact form .button-submit {
  text-align: center;
}
.contact form .inquiry-button:hover {
  background-color: #0A439D;
  color: #FFEC43;
}

footer p {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

/*# sourceMappingURL=style.css.map */
