.head {
	width:50%;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.head2 {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-top:-100px;

}

.disclaimer {
	font-family:Oswald;
	font-size:20px;
	text-align:center;
}

.footer {
	width:60%;
		display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

.bus {
	width:20%;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.slide-in-fwd-left {
	-webkit-animation: slide-in-fwd-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-fwd-left2 {
	-webkit-animation: slide-in-fwd-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-left {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-left {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
.first {
	background: #043f7f;
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-align: center;
	padding-left:100px;
	padding-right:100px;
	padding-top:20px;
	padding-bottom:30px;
}

.second {
	background:;
	text-align:center;
		padding-top:10px;
	padding-bottom:30px;
		padding-left:100px;
	padding-right:100px;

}

.section1 {
	font-family: Oswald;
	font-size: 48px;
}

.section2white {
	font-family: Oswald;
	font-size: 40px;
}

.section2blue {
		font-family: Oswald;
	font-size: 40px;
	color:#043f7f
}

p {
		font-family: Raleway;
	font-size: 25px;
}

ol {
	margin-top:-25px;
	color:#043f7f;
}

li {
	font-family: Raleway;
	font-size:25px;
	padding-top:30px;
	font-weight:600;
}

.bounce-in-left {
	-webkit-animation: bounce-in-left 1.1s both;
	        animation: bounce-in-left 1.1s both;
}

@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

  /* --- The toggle switch --- */
  .lang-toggle-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
 
  .lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #043f7f;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 6px;
    user-select: none;
  }
 
  .lang-label {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
 
  .lang-label.active {
    background: var(--primary);
    color: #fff;
  }
 
:root {
  --primary: #2563eb;
  --border: #cbd5e1;
}

.switch {
  position: relative;
  width: 44px;
  height: 24px;
  background: var(--border);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s;
}

.switch.is-es {
  background: var(--primary);
}

.switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.switch.is-es::after {
  transform: translateX(20px);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 600,
  'GRAD' 0,
  'opsz' 48,
}

/* From Uiverse.io by cssbuttons-io */ 
.button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: black;
  z-index: 1;
  font-family:Raleway;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: black;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #000;
}

.button:hover:before {
  top: -35%;
  background-color: #000;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #000;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}



/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Tablets and small laptops */
@media (max-width: 900px) {

	.head,
	.head2 {
		width: 80%;
	}

	.head2 {
		margin-top: -60px;
	}

	.bus {
		width: 35%;
	}

	.footer {
		width: 85%;
	}

	.first,
	.second {
		padding-left: 40px;
		padding-right: 40px;
	}

	.section1 {
		font-size: 36px;
	}

	.section2white,
	.section2blue {
		font-size: 30px;
	}

	p,
	li {
		font-size: 22px;
	}
}

/* Phones */
@media (max-width: 600px) {

	.head,
	.head2 {
		width: 92%;
	}

	.head2 {
		margin-top: -40px;
	}

	.bus {
		width: 45%;
	}

	.footer {
		width: 95%;
	}

	.first,
	.second {
		padding-left: 20px;
		padding-right: 20px;
	}

	.first {
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.second {
		padding-top: 5px;
		padding-bottom: 25px;
	}

	.section1 {
		font-size: 28px;
		line-height: 1.25;
	}

	.section2white,
	.section2blue {
		font-size: 24px;
		line-height: 1.3;
	}

	p,
	li {
		font-size: 18px;
		padding-top: 20px;
	}

	ol {
		margin-top: -10px;
		padding-left: 20px;
	}

	.lang-toggle-wrap {
		margin-bottom: 20px;
		justify-content: center;
	}
	
	/* Tame the bounce/slide animations so content isn't flying in
	   from far off-screen on narrow viewports */
	@-webkit-keyframes bounce-in-left {
		0% { -webkit-transform: translateX(-150px); transform: translateX(-150px); opacity: 0; }
		38% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
		55% { -webkit-transform: translateX(-20px); transform: translateX(-20px); }
		72% { -webkit-transform: translateX(0); transform: translateX(0); }
		81% { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
		90% { -webkit-transform: translateX(0); transform: translateX(0); }
		100% { -webkit-transform: translateX(0); transform: translateX(0); }
	}
	@keyframes bounce-in-left {
		0% { transform: translateX(-150px); opacity: 0; }
		38% { transform: translateX(0); opacity: 1; }
		55% { transform: translateX(-20px); }
		72% { transform: translateX(0); }
		81% { transform: translateX(-8px); }
		90% { transform: translateX(0); }
		100% { transform: translateX(0); }
	}

	@-webkit-keyframes slide-in-fwd-left {
		0% { -webkit-transform: translateZ(-400px) translateX(-250px); transform: translateZ(-400px) translateX(-250px); opacity: 0; }
		100% { -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); opacity: 1; }
	}
	@keyframes slide-in-fwd-left {
		0% { transform: translateZ(-400px) translateX(-250px); opacity: 0; }
		100% { transform: translateZ(0) translateX(0); opacity: 1; }
	}
}

/* Small phones */
@media (max-width: 380px) {

	.section1 {
		font-size: 23px;
	}
	.section2white,
	.section2blue {
		font-size: 20px;
	}

	p,
	li {
		font-size: 16px;
	}

	.lang-label {
		font-size: 12px;
		padding: 5px 8px;
	}
}
