* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Serif', sans-serif;
	text-decoration: none;
	color: black;
	scrollbar-color: #aaa #111;
	scrollbar-width: thin;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* *:focus {
    outline: none;
} */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
   background-color: #111;
}

::-webkit-scrollbar-thumb {
   background-color: #aaa;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button { display: none; }

.hideImportant {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: rgb(255, 255, 255);
}

body.full {
	padding-left: 0;
}

body.white {
	background-color: rgb(255, 255, 255);
}

a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rotate180 {
	transform: rotate(180deg);
}




.icon.telephone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m20 22.6-3.5-6.8-2 1C12.1 18 7.5 9 9.7 7.8l2-1L8.5 0 6.3 1C-1 4.8 10.5 27 17.9 23.7l2.1-1z'/%3E%3C/svg%3E");
  }
  
  .icon.gps {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C7.8 0 4 3.4 4 7.6c0 6.2 6.4 7 8 16.4 1.6-9.5 8-10.2 8-16.4C20 3.4 16.2 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
  }
  
  .icon.email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 23.65C4.23 23.65 0 18.77 0 12.48 0 5.75 4.76.35 13.28.35 19.49.35 24 4.4 24 9.95c0 8.72-10.33 11.02-9.81 6.05a4.56 4.56 0 0 1-4.05 2.35c-2.52 0-4.08-1.84-4.08-4.8 0-4.45 2.92-8.2 6.37-8.2 1.66 0 2.8.87 3.28 2.21l.47-1.63h2.33c-.24.83-2.32 8.53-2.32 8.53-.65 2.66 1.35 2.71 3.12 1.3 3.33-2.58 3.5-9.33-1-12.14C13.5.72 2.53 2.52 2.53 12.3c0 5.6 3.95 9.38 9.83 9.38 3.44 0 5.54-.93 7.3-1.95l1.17 1.7c-1.7.96-4.46 2.2-8.78 2.2zM9.7 9.35a10.2 10.2 0 0 0-1.18 4.42c0 3.6 3.52 3.63 5.25.24.72-1.4 1.17-3.17 1.17-4.53 0-2.92-3.5-3.44-5.24-.14z'/%3E%3C/svg%3E");
  }
  
  .icon.facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 8H6v4h3v12h5V12h3.6l.4-4h-4V6.3c0-1 .2-1.3 1.1-1.3H18V0h-3.8C10.6 0 9 1.6 9 4.6V8z'/%3E%3C/svg%3E");
  }
  
  .icon.youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.61 3.18c-3.6-.24-11.63-.24-15.23 0C.48 3.45.03 5.8 0 12c.03 6.18.48 8.55 4.38 8.82 3.6.24 11.63.24 15.23 0 3.9-.27 4.36-2.62 4.39-8.82-.03-6.18-.48-8.55-4.38-8.82zM9 16V8l8 4-8 4z'/%3E%3C/svg%3E");
  }
  
  .icon.menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 24 24'%3E%3Cpath fill-rule='nonzero' d='M11 16.75c0-.42.34-.75.75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75zm-9-5c0-.42.34-.75.75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75zm4-5c0-.42.34-.75.75-.75h14.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 6.75z'/%3E%3C/svg%3E");
  }
  
  .icon.telephoneWhite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 22.6-3.5-6.8-2 1C12.1 18 7.5 9 9.7 7.8l2-1L8.5 0 6.3 1C-1 4.8 10.5 27 17.9 23.7l2.1-1z'/%3E%3C/svg%3E");
  }
  
  .icon.gpsWhite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 0C7.8 0 4 3.4 4 7.6c0 6.2 6.4 7 8 16.4 1.6-9.5 8-10.2 8-16.4C20 3.4 16.2 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
  }
  
  .icon.emailWhite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.04 23.65C4.23 23.65 0 18.77 0 12.48 0 5.75 4.76.35 13.28.35 19.49.35 24 4.4 24 9.95c0 8.72-10.33 11.02-9.81 6.05a4.56 4.56 0 0 1-4.05 2.35c-2.52 0-4.08-1.84-4.08-4.8 0-4.45 2.92-8.2 6.37-8.2 1.66 0 2.8.87 3.28 2.21l.47-1.63h2.33c-.24.83-2.32 8.53-2.32 8.53-.65 2.66 1.35 2.71 3.12 1.3 3.33-2.58 3.5-9.33-1-12.14C13.5.72 2.53 2.52 2.53 12.3c0 5.6 3.95 9.38 9.83 9.38 3.44 0 5.54-.93 7.3-1.95l1.17 1.7c-1.7.96-4.46 2.2-8.78 2.2zM9.7 9.35a10.2 10.2 0 0 0-1.18 4.42c0 3.6 3.52 3.63 5.25.24.72-1.4 1.17-3.17 1.17-4.53 0-2.92-3.5-3.44-5.24-.14z'/%3E%3C/svg%3E");
  }
  
  .icon.facebookWhite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 8H6v4h3v12h5V12h3.6l.4-4h-4V6.3c0-1 .2-1.3 1.1-1.3H18V0h-3.8C10.6 0 9 1.6 9 4.6V8z'/%3E%3C/svg%3E");
  }
  
  .icon.youtubeWhite {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19.61 3.18c-3.6-.24-11.63-.24-15.23 0C.48 3.45.03 5.8 0 12c.03 6.18.48 8.55 4.38 8.82 3.6.24 11.63.24 15.23 0 3.9-.27 4.36-2.62 4.39-8.82-.03-6.18-.48-8.55-4.38-8.82zM9 16V8l8 4-8 4z'/%3E%3C/svg%3E");
  }




  div.icon.menu {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	background-size: 66%;
	background-repeat: no-repeat;
	background-position: center;
}




.head {
	height: 100vh;
	position: relative;
    transition: opacity 0.15s ease 0s;
}

.head .plateImg {
	height: 40vw;
	position: absolute;
	top: 0;
	right: 15vw;
	width: 40vw;
	border-radius: 500rem;
	bottom: 0;
	margin: auto;
	border: dashed 1px rgba(0, 0, 0, 0.66);
	background-image: url('/wp-content/uploads/cover1-1536x864.webp');
	transition: right 0.6s ease-out 0.15s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.head .plateImg.active {
    right: 15vw;
}

.head .plate {
	position: absolute;
	left: 15vw;
	background-color: #222;
	color: green;
	top: 0;
	bottom: 0;
	padding: 10vh;
	width: 40vw;
	height: 40vw;
	border-radius: 500px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
    transition: left 0.6s ease-out 0.15s;
}

.head .plate.active {
    left: 15vw;
}

.head .plate h2 {
	font-size: 2rem;
	color: white;
	font-weight: 800;
	text-align: center;
	font-family: 'Literata';
	line-height: 3rem;
}

.head .plate h3 {
	color: white;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1rem;
}

.head .plate hr {
	width: 70%;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	margin: 2rem auto 0;
}

.head .plate .links {
	display: flex;
	justify-content: space-around;
	max-width: max-content;
	margin: 4rem auto 0;
	align-items: center;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
}

.head .plate .links a {
	color: white;
	padding: 1rem;
	min-width: 9rem;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 1rem;
	max-width: 9rem;
}

.head .plate .links a:hover {
	background-color: rgba(255, 255, 255, 0.11);
}

.head .plate .links a:nth-child(1) {
	min-width: calc(9rem + 1px);
	max-width: calc(9rem + 1px);
}

.head .plate .links a:nth-child(3) {
	min-width: calc(7rem - 1px);
	max-width: calc(7rem - 1px);
}

/* .head .plate .links a:first-child {
	min-width: calc(10rem + 2px);
}

.head .plate .links a:nth-child(2) {
	min-width: 8rem;
}

.head .plate .links a:last-child {
	border-right: dashed 1px rgba(255, 255, 255, 0);
} */

.head .plate .links span {
	display: block;
	height: 6rem;
	margin: 0;
	background-color: rgba(255, 255, 255, 0);
	border-right: dashed 1px rgba(255, 255, 255, 0.33);
}

.head .plate .contactBubble {
	display: flex;
	max-width: max-content;
	margin: 0rem auto 0;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
}

.head .plate .contactBubble .box {
	border-right: dashed 1px rgba(255, 255, 255, 0.33);
	border-left: dashed 1px rgba(255, 255, 255, 0);
}

.head .plate .contactBubble .box:last-child {
	border-right: dashed 1px rgba(255, 255, 255, 0);
}

.head .plate .contactBubble .icon {
	display: block;
	width: 3rem;
	height: 3rem;
	background-color: #222;
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: left 0.3s ease 0s, top 0.3s ease 0s;
	margin: 0.5rem 0.5rem 0 0.5rem;
}

.head .plate .contactBubble .icon:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

/* .head .plate .contactBubble .icon:first-child {
	border-left: medium none;
} */

/* .head .plate .contactBubble .icon.telephoneWhite {
    left: 1vw;
	top: 19vw;
    transition: left 0.3s ease 0s, top 0.3s ease 0s;
}

.head .plate .contactBubble .icon.telephoneWhite.active {
	left: -3vw;
}

.head .plate .contactBubble .icon.gpsWhite {
	left: 1.5vw;
	top: 23vw;
    transition: left 0.3s ease 0.15s, top 0.3s ease 0.15s;
}

.head .plate .contactBubble .icon.gpsWhite.active {
	left: -2.5vw;
	top: 24vw;
}

.head .plate .contactBubble .icon.emailWhite {
	left: 3vw;
	top: 26.5vw;
    transition: left 0.3s ease 0.3s, top 0.3s ease 0.3s;
}

.head .plate .contactBubble .icon.emailWhite.active {
	left: -1vw;
	top: 28.5vw;
}

.head .plate .contactBubble .icon.facebookWhite {
	left: 5.5vw;
	top: 30.5vw;
    transition: left 0.3s ease 0.45s, top 0.3s ease 0.45s;
}

.head .plate .contactBubble .icon.facebookWhite.active {
	left: 1.5vw;
	top: 32.5vw;
}

.head .plate .contactBubble .icon.youtubeWhite {
	left: 9vw;
	top: 34vw;
    transition: left 0.3s ease 0.6s, top 0.3s ease 0.6s;
}

.head .plate .contactBubble .icon.youtubeWhite.active {
	left: 5vw;
	top: 36vw;
} */




.announcements {
	background-color: #222;
	padding: 7rem 10vw 0 10vw;
}

.announcements .wrapper {
	display: flex;
	width: 70vw;
	margin: 0 auto;
}

.announcements .wrapper .explain {
	text-align: right;
}

.announcements .wrapper .explain .name h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.75rem;
	color: white;
	padding-right: 2rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	padding: 2rem;
}

.announcements .wrapper .explain a {
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.9rem;
	display: block;
	margin: 0 0 0 auto;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	width: 51%;
	/* margin-top: 1rem; */
	padding-right: 2rem;
	padding-top: 2rem;
	/* border-top: dashed 1px rgba(255, 255, 255, 0.33); */
}

.announcements .wrapper .announcement {
	display: flex;
	flex-direction: column;
}

.announcements .wrapper .announcement p {
	color: white;
	padding-left: 2rem;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.announcements .wrapper .announcement span {
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.9rem;
	font-weight: 300;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	padding-left: 2rem;
	padding-top: 2rem;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
	max-width: max-content;
	padding-right: 2rem;
	padding-bottom: 2rem;
}




.announcements2 {
	background-color: #222;
	padding: 7rem 10vw 7rem 10vw;
}

.announcements2 .wrapper {
	display: flex;
	width: 70vw;
	margin: 0 auto;
}

.announcements2 .wrapper .explain {
	text-align: right;
}

.announcements2 .wrapper .explain .name h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.75rem;
	color: white;
	padding-right: 2rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	padding: 2rem;
}

.announcements2 .wrapper .explain a {
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.9rem;
	display: block;
	margin: 0 0 0 auto;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	width: 51%;
	/* margin-top: 1rem; */
	padding-right: 2rem;
	padding-top: 2rem;
	/* border-top: dashed 1px rgba(255, 255, 255, 0.33); */
}

.announcements2 .wrapper .announcement {
	display: flex;
	flex-direction: column;
}

.announcements2 .wrapper .announcement p {
	color: white;
	padding-left: 2rem;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.announcements2 .wrapper .announcement span {
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.9rem;
	font-weight: 300;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	padding-left: 2rem;
	padding-top: 2rem;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
	max-width: max-content;
	padding-right: 2rem;
	padding-bottom: 2rem;
}




.identity {
	display: flex;
	align-items: center;
	justify-content: center;
}

.identity .img {
	width: 50vw;
	height: 100vh;
	object-fit: cover;
	background-image: url('/wp-content/uploads/cover2-1024x683.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.identity .block {
	/* flex: 2; */
	display: flex;
	flex-direction: column;
	width: 50vw;
	padding: 5rem 10rem 5rem 5rem;
}

.identity .block h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: #222;
	color: white;
	letter-spacing: -0.5px;
	font-weight: 800;
}

.identity .block p {
	padding: 2rem;
	border-left: dashed 1px rgba(0, 0, 0, 0.66);
}

.identity .block a {
	padding: 2rem;
	border-left: dashed 1px rgba(0, 0, 0, 0.66);
	border-top: dashed 1px rgba(0, 0, 0, 0.66);
	max-width: max-content;
	color: rgba(0, 0, 0, 0.66);
	font-size: 0.9rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}




.identity2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(34, 34, 34);
}

.identity2 img {
	width: 50vw;
	height: 100vh;
	object-fit: cover;
}

.identity2 .block {
	/* flex: 2; */
	display: flex;
	flex-direction: column;
	width: 50vw;
	padding: 5rem 10rem 5rem 5rem;
}

.identity2 .block h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: #222;
	color: white;
	letter-spacing: -0.5px;
	font-weight: 400;
	background-color: white;
	color: black;
}

.identity2 .block p {
	padding: 2rem;
	border-left: dashed 1px rgba(0, 0, 0, 0.66);
	color: white;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
}

.identity2 .block a {
	padding: 2rem;
	border-left: dashed 1px rgba(0, 0, 0, 0.66);
	border-top: dashed 1px rgba(0, 0, 0, 0.66);
	max-width: max-content;
	color: rgba(0, 0, 0, 0.66);
	font-size: 0.9rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	color: white;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
	color: rgba(255, 255, 255, 0.63);
}




.examinations4 {
	padding: 0 15vw;
	background-color: #222;
}

.examinations4 .table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	margin: 0 auto;
}

.examinations4 .table .block {
	grid-row: 1 / 4;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.examinations4 .table .block h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 800;
	margin: 0 auto;
}

.examinations4 .table p {
	color: white;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
	padding: 0 1rem;
	height: 8rem;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
}

.examinations4 .table p:nth-child(2),
.examinations4 .table p:nth-child(4),
.examinations4 .table p:nth-child(6),
.examinations4 .table p:nth-child(8),
.examinations4 .table p:nth-child(11),
.examinations4 .table p:nth-child(14),
.examinations4 .table p:nth-child(17),
.examinations4 .table p:nth-child(20) {
	border-left: medium none;
}

.examinations4 .table p:nth-child(20),
.examinations4 .table p:nth-child(21),
.examinations4 .table p:nth-child(22) {
	border-bottom: medium none;
}




.examinations3 {
	padding: 0 15vw;
	background-color: #222;
}

.examinations3 table {
	border-collapse: collapse;
	table-layout: fixed;
}

.examinations3 table td {
	padding: 3rem 2rem;
	vertical-align: middle;
	color: white;
	font-family: 'Noto Sans', sans-serif;
	width: 33%;
	border: dashed 1px rgba(255, 255, 255, 0.33);
}

.examinations3 table td:nth-child(2), .examinations3 table td:nth-child(3) {
	border-top: medium none;
}

.examinations3 table td:last-child {
	border-right: medium none;
}

.examinations3 table td:first-child {
	border-left: medium none;
}

.examinations3 table td.block {
	background-color: white;
	border-top: solid 1px white;
}

.examinations3 table tr:last-child td {
	border-bottom: medium none;
}

.examinations3 table td.block h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 800;
	margin: 0 auto;
}




.examinations {
	padding: 0 15vw;
	background-color: #222;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
}

.examinations .block {
	grid-row: 1 / 4;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.examinations .block h4 {
	font-size: 1.75rem;
	font-weight: 800;
	padding: 0 2rem;
	background-color: #222;
	max-width: max-content;
	line-height: 5rem;
	margin: 0 auto;
	color: white;
}

.examinations .block a {
	font-size: 0.9rem;
	text-align: center;
	line-height: 2rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	color: rgba(0, 0, 0, 0.65);
}

.examinations > div {
	color: white;
	text-align: center;
	/* border-bottom: dashed 1px rgba(255, 255, 255, 0.33); */
	margin-bottom: 1rem;
	margin: 0;
	/* padding: 2rem 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.examinations > div p {
	color: white;
	/* border-left: dashed 1px rgba(255, 255, 255, 0.33); */
	/* min-height: 3rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding: 0 2rem; */
	/* border-bottom: dashed 1px rgba(255, 255, 255, 0.33); */
}

.examinations > div p span {
	color: white;
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	min-height: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	font-family: 'Noto Sans';
	text-align: left;
	font-weight: 400;
}

.examinations > div:nth-child(20) p span, .examinations > div:nth-child(21) p span, .examinations > div:nth-child(22) p span {
	border-bottom: medium none;
}

.examinations > div:nth-child(8) p span, .examinations > div:nth-child(11) p span, .examinations > div:nth-child(14) p span, .examinations > div:nth-child(17) p span, .examinations > div:nth-child(20) p span {
	border-left: medium none;
}




.examinations2 {
	padding: 15vh 15vw 15vh 15vw;
	background-color: white;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
}

.examinations2 .block {
	grid-row: 1 / 4;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgb(34, 34, 34);
}

.examinations2 .block h4 {
	font-size: 1.75rem;
	font-weight: 400;
	padding: 0 2rem;
	background-color: #222;
	max-width: max-content;
	line-height: 5rem;
	margin: 0 auto;
	color: white;
	background-color: white;
	color: black;
}

.examinations2 .block a {
	font-size: 0.9rem;
	text-align: center;
	line-height: 2rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	color: rgba(0, 0, 0, 0.65);
	color: rgba(255, 255, 255, 0.63);
}

.examinations2 > a {
	color: white;
	text-align: center;
	/* border-bottom: dashed 1px rgba(255, 255, 255, 0.33); */
	margin-bottom: 1rem;
	margin: 0;
	/* padding: 2rem 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.examinations2 > a p {
	color: white;
	/* border-left: dashed 1px rgba(255, 255, 255, 0.33); */
	/* min-height: 3rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding: 0 2rem; */
	/* border-bottom: dashed 1px rgba(255, 255, 255, 0.33); */
}

.examinations2 > a p span {
	color: white;
	/* padding: 2rem 0; */
	border-left: dashed 1px rgba(255, 255, 255, 0.33);
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	min-height: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	color: black;
	border-left: dashed 1px rgba(0, 0, 0, 0.66);
	border-bottom: dashed 1px rgba(0, 0, 0, 0.66);
}

.examinations2 > a:nth-child(20) p span, .examinations2 > a:nth-child(21) p span, .examinations2 > a:nth-child(22) p span {
	border-bottom: medium none;
}

.examinations2 > a:nth-child(8) p span, .examinations2 > a:nth-child(11) p span, .examinations2 > a:nth-child(14) p span, .examinations2 > a:nth-child(17) p span, .examinations2 > a:nth-child(20) p span {
	border-left: medium none;
}




.team h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 800;
	margin: 15vh auto 10vh;
}

.personnel {
	padding: 0 15vw 15vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5rem;
	margin: 0 0 10vh;
}

.personnel .person {
	position: relative;
	height: 8rem;
	display: flex;
}

.personnel .person:nth-child(2n+1) {
	justify-content: end;
}

.personnel .person img {
	width: 8rem;
	height: 8rem;
	border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	border: dashed 1px rgba(0, 0, 0, 0.66);
	padding: 0.25rem;
}

.personnel .person:nth-child(2n+1) img {
	left: unset;
	right: 0;
}

.personnel .person .info {
	padding-left: 8rem;
	max-width: 23rem;
}

.personnel .person:nth-child(2n+1) .info {
	padding-left: 0;
	padding-right: 8rem;
}

.personnel .person .info h5 {
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	font-size: 1.25rem;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.66);
	padding-left: 1rem;
	padding-right: 2rem;
}

.personnel .person:nth-child(2n+1) .info h5 {
	text-align: right;
	padding-left: 2rem;
	padding-right: 1rem;
}

.personnel .person .info p {
	padding-left: 1rem;
	padding-top: 0.5rem;
}

.personnel .person:nth-child(2n+1) .info p {
	padding-left: 0;
	padding-right: 1rem;
	text-align: right;
}




.contact {
	display: flex;
	min-height: 100vh;
	flex-direction: row-reverse;
	margin-top: 10rem;
}

.contact iframe {
	height: 75vh;
	width: 75vh;
	padding: 3rem;
	border: dashed 1px rgba(0, 0, 0, 0.66) !important;
	border-left: medium none !important;
	margin-top: 3rem;
}

.contact .black {
	padding: 0 5rem 5rem 0;
	width: 50vw;
	margin-left: -1rem;
	z-index: 1;
}

.contact .black h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 400;
}

.contact .black .info .bubble {
	margin: 1rem 0;
	display: flex;
	align-items: center;
}

.contact .black .info .bubble .icon {
	width: 2rem;
	height: 2rem;
	background-color: #222;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 500px;
}

.contact .black .info .bubble p {
	padding-left: 1rem;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.95rem;
}

.contact .black .schedule {
	background-color: #222;
	padding: 2rem 5rem 5rem 5rem;
	max-width: 36rem;
}

.contact .black .schedule h5 {
	font-size: 1.75rem;
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 400;
	text-align: center;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	line-height: 6rem;
}

.contact .black .schedule .table .row {
	display: flex;
}

.contact .black .schedule .table .row p {
	flex: 1;
	color: white;
	text-transform: uppercase;
	line-height: 3rem;
	padding: 0 1rem;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	border-right: dashed 1px rgba(255, 255, 255, 0.33);
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.95rem;
	text-align: right;
}

.contact .black .schedule .table .row:last-child p {
	border-bottom: medium none;
}

.contact .black .schedule .table .row span {
	flex: 1;
	text-align: center;
	color: white;
	line-height: 3rem;
	padding: 0 1rem;
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	border-right: dashed 1px rgba(255, 255, 255, 0.33);
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.95rem;
	text-align: left;
	word-spacing: 0.25rem;
}

.contact .black .schedule .table .row:last-child span {
	border-bottom: medium none;
}

.contact .black .schedule .table .row span:last-child {
	border-right: medium none;
}




footer {
	padding: 6rem 0;
	background-color: #222;
}

footer .footer {
	display: flex;
	margin: 4rem auto 0;
	width: 90%;
	max-width: 26rem;
	min-height: 25rem;
}

footer .footer .left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: dashed 1px rgba(255, 255, 255, 0.33);
	padding-right: 2rem;
}

footer .footer .left .logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

footer .footer .left .logo h4 {
	font-size: 2.5rem;
	color: white;
	font-weight: 800;
	font-family: 'Literata';
	line-height: 3rem;
}

footer .footer .left .logo h5 {
	color: white;
	letter-spacing: 0.5px;
	font-weight: 400;
}

footer .footer .right {
	flex: 1;
	padding-left: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .footer .right .links {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

footer .footer .right .links a {
	color: white;
	min-width: 10rem;
	height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 10rem;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9rem;
}

footer .footer .right .links span {
	display: block;
	height: 1px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	min-width: 9rem;
	max-width: 9rem;
}

footer .footer .right .contactBubble {
	display: flex;
	gap: 1rem;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
	padding-top: 1rem;
	max-width: max-content;
}

footer .footer .right .contactBubble a {
	min-width: 3rem;
	max-width: 3rem;
	height: 3rem;
	border-radius: 500px;
	border: dashed 1px rgba(255, 255, 255, 0.33);
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: center;
}

footer .copyright {
	display: flex;
	justify-content: space-between;
	margin: 1rem auto 0rem;
	max-width: 36rem;
	border-top: dashed 1px rgba(255, 255, 255, 0.33);
	padding: 1rem 1rem 0;
	width: 90%;
}

footer .copyright p {
	color: white;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9rem;
}

footer .copyright p:last-child {
	text-align: right;
}

footer .copyright p em {
	color: white;
	font-style: normal;
	font-family: 'Noto Sans', sans-serif;
}

footer .copyright p a {
	font-family: 'Noto Sans', sans-serif;
	color: #37DFA4;
	border-bottom: dashed 1px #37DFA4;
	padding-bottom: 0.25rem;
}




.espaWrap {
	position: fixed;
	bottom: 0rem;
	right: 0rem;
	background-color: white;
	z-index: 1;
	overflow: hidden;
	border: dashed 1px rgba(0, 0, 0, 0.66);
	border-bottom: medium none;
	border-right: medium none;
	max-width: 100%;
}

.espaWrap img {
    display: block;
    width: 100%;
    height: auto;
}



.cc-banner.cc-bottom {
	width: 50%;
	margin: 0 auto;
	display: flex;
	border: dashed 1px rgba(0, 0, 0, 0.66);
	border-bottom: medium none;
	padding: 1rem;
	gap: 1rem;
}

.cc-banner.cc-bottom .cc-message {
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 0.9rem;
	flex: 1;
	line-height: 1.25;
}

.cc-banner.cc-bottom .cc-message span {
	font-family: 'Noto Sans', sans-serif;
	padding-bottom: 0.25rem;
}

.cc-banner.cc-bottom .cc-message .cc-link {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.85rem;
	padding: 0;
	opacity: 1;
	text-decoration: none;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.33);
	max-width: max-content;
}

.cc-banner.cc-bottom .cc-compliance {
	display: flex;
	gap: 1rem;
}

.cc-banner.cc-bottom .cc-compliance .cc-btn {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	border-radius: 0;
	padding: 0 1rem;
	line-height: 3rem;
	margin: 0;
	border: medium none;
}

.cc-banner.cc-bottom .cc-compliance .cc-btn.cc-deny {
	font-size: 0.85rem;
	text-decoration: none;
	opacity: 1;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.33);
	max-width: max-content;
	line-height: 1.75;
	padding: 0;
}




.mainMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 3rem;
	z-index: 2;
	background-color: rgb(34, 34, 34);
	/* transition: top 0.3s ease 0s; */
	border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	height: 4rem;
	gap: 1rem;
}

.mainMenu.fixed {
	top: 0;
}

.mainMenu.active {
	top: 0;
}

.mainMenu .logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mainMenu .logo h1 {
	font-size: 1.25rem;
	color: white;
	font-weight: 800;
	font-family: 'Literata';
	line-height: 1.25;
}

.mainMenu .logo span {
	font-size: 1rem;
	color: white;
	font-weight: 400;
	font-family: 'Literata';
	letter-spacing: -0.5px;
	line-height: 1.25;
}

.mainMenu .contactBoxes {
	display: flex;
	gap: 3rem;
}

.mainMenu .contactBoxes .box {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mainMenu .contactBoxes .box .icon {
	width: 1.25rem;
	height: 1.25rem;
}

.mainMenu .contactBoxes .box .data {
	display: flex;
	flex-direction: column;
}

.mainMenu .contactBoxes .box .data p {
	line-height: 1.25;
	font-family: 'Noto Sans', sans-serif;
	color: white;
	font-size: 0.9rem;
}




.placeholder {
	width: 100%;
	height: 4rem;
}




.privacyPage {
	width: 90%;
	max-width: 40rem;
	margin: 8rem auto;
}

.privacyPage h2 {
	font-family: Literata, serif;
	font-size: 2rem;
	margin-bottom: 3rem;
}

.privacyPage h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 900;
	margin-top: 2rem;
}

.privacyPage p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.privacyPage ol {
	margin-left: 2rem;
}

.privacyPage ol li {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 900;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.privacyPage ol li h4 {
	font-family: 'Noto Sans', sans-serif;
}

.privacyPage ol li p {
	font-weight: 400;
}




.espaPage {
	padding-top: 10rem;
	margin: 0 auto;
	width: 95%;
	max-width: 40rem;
}

.espaPage h2 {
	text-align: center;
	font-family: Literata, serif;
	font-size: 2rem;
	margin-bottom: 3rem;
}

.espaPage h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9rem;
	margin-top: 0.5rem;
	text-align: center;
	font-weight: 400;
}

.espaPage img {
	display: block;
	max-width: 100%;
	margin: 5rem 0;
	height: auto;
}

.espaPage hr {
	border-bottom: solid 1px black;
	max-width: 50%;
	margin: 0 auto;
}




.blogPage {
	margin-top: 12rem;
	margin-bottom: 25vh;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 50rem;
}

.blogPage h2 {
	margin-bottom: 2rem;
	font-size: 1.75rem;
	padding: 2rem;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 400;
}

.blogPage p {
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 1rem;
	text-align: justify;
}

.blogPage p em {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: underline;
}

.blogPage p a {
	font-family: 'Noto Sans', sans-serif;
	color: blue;
	padding: 0 0.5rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	text-decoration-thickness: 0.1rem;
}

.blogPage ol {
	margin-bottom: 1rem;
	padding-left: 3rem;
}

.blogPage ol li {
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 0.25rem;
}

.blogPage .author {
	float: left;
	max-width: 24rem;
	background-color: white;
	border-top: dashed 1px rgba(0, 0, 0, 0.66);
	border-right: dashed 1px rgba(0, 0, 0, 0.66);
	margin-left: -26rem;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.66);
	margin-right: 2rem;
}

.blogPage .author img {
	max-width: 20rem;
	margin-top: 2rem;
	margin-left: 2rem;
	border: solid 1px black;
	height: auto;
}

.blogPage .author .info {
	margin-top: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.blogPage .author .info h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.85rem;
	color: rgba(0, 0, 0, 0.92);
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.blogPage .author .info h3 span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.85rem;
	color: rgba(0, 0, 0, 0.92);
	text-align: right;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.blogPage .author .info p {
	font-size: 0.8rem;
	margin-bottom: 0;
	text-align: right;
	color: rgba(0, 0, 0, 0.54);
	font-weight: 600;
	text-transform: uppercase;
}




.blogInitial {
	display: flex;
}

.blogInitial .title {
	flex: 1;
	padding-left: 15vw;
	display: flex;
	flex-direction: column;
	margin-right: 5rem;
	align-items: flex-end;
	padding-bottom: 2rem;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.blogInitial .title h4 {
	font-size: 1.75rem;
	padding: 2rem;
	max-width: max-content;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
	letter-spacing: -0.5px;
	font-weight: 800;
}

.blogInitial .title p {
	border-right: dashed 1px rgba(0, 0, 0, 0.66);
	padding-right: 2rem;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	text-align: right;
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.66);
}

.blogInitial .title p:nth-child(2) {
	padding-top: 2rem;
}

.blogInitial .title p:last-child {
	padding-bottom: 2rem;
}

.blogInitial .title p span {
	font-family: 'Noto Sans', sans-serif;
	color: rgba(0, 0, 0, 0.66);
	text-transform: none;
}

.blogInitial .context {
	flex: 1;
	background-color: rgb(34, 34, 34);
	padding-right: 15vw;
	padding-left: 5rem;
	display: flex;
	flex-direction: column;
}

.blogInitial .context p {
	font-family: 'Noto Sans', sans-serif;
	color: white;
	margin-bottom: 2rem;
	margin-top: 5rem;
}

.blogInitial .context a {
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	text-decoration-style: dashed;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 5rem;
}




@media only screen and (max-width: 1700px) {

	.head .plateImg {
		height: 45vw;
		width: 45vw;
		right: 30vw;
	}

	.head .plateImg.active {
		right: 10vw;
	}

	.head .plate {
		width: 45vw;
		height: 45vw;
		left: 25vw;
	}

	.head .plate.active {
		left: 10vw;
	}

}




@media only screen and (max-width: 1640px) {

	.blogPage .author {
		margin-left: -12rem;
	}

}




@media only screen and (max-width: 1600px) {

	.cc-banner.cc-bottom {
		width: 90%;
	}

}




@media only screen and (max-width: 1525px) {

	.head .plateImg {
		height: 50vw;
		width: 50vw;
		/* right: 30vw; */
	}

	.head .plateImg.active {
		right: 5vw;
	}

	.head .plate {
		width: 50vw;
		height: 50vw;
		left: 20vw;
	}

	.head .plate.active {
		left: 5vw;
	}

}




@media only screen and (max-width: 1400px) {

	.examinations4 {
		padding: 0;
	}

	.examinations4 .table {
		width: 90%;
	}

	.identity .block {
		display: flex;
		flex-direction: column;
		width: 50vw;
		padding: 3rem 6rem;
	}

	.identity2 .block {
		display: flex;
		flex-direction: column;
		width: 50vw;
		padding: 3rem 6rem;
	}

	.blogInitial .title {
		padding-left: 5%;
	}

	.blogInitial .context {
		padding-right: 5%;
	}

}




@media only screen and (max-width: 1350px) {

	.head .plate .links a {
		margin: 0.5rem;
		padding: 0.5rem;
	}

}




@media only screen and (max-width: 1300px) {

	.contact .black .schedule {
		padding: 2rem;
	}

}




@media only screen and (max-width: 1275px) {

	.head .plate .links {
		flex-direction: column;
		margin: 2rem auto 0;
		max-width: 100%;
		width: 17rem;
		border-top: medium none;
	}

	.head .plate .links a {
		height: unset;
		margin: 0;
		max-width: 90%;
		min-width: 90%;
	}

	.head .plate .links a:nth-child(1) {
		min-width: 90%;
		max-width: 90%;
	}

	.head .plate .links a:nth-child(3) {
		min-width: 90%;
		max-width: 90%;
	}

	.head .plate .links span {
		height: unset;
		border-right: medium none;
		border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
		width: 100%;
		margin: 0.25rem 0;
	}

	.head .plate .contactBubble {
		border-top: medium none;
		margin: 1rem auto 0;
	}

	.head .plate .contactBubble .icon {
		margin: 0 0.5rem;
	}

}




@media only screen and (max-width: 1190px) {

	.blogPage .author {
		max-width: 18rem;
		margin-left: -9rem;
	}

	.blogPage .author img {
		max-width: 14rem;
	}

}




@media only screen and (max-width: 1150px) {

	.contact .black {
		flex: 1;
		width: unset;
		padding: 0 1rem 0 0;
	}

	.contact iframe {
		flex: 1;
		width: unset;
		padding: 1rem 3rem 1rem 1rem;
		height: 75vh;
	}

}




@media only screen and (max-width: 1100px) {

	.personnel {
		padding: 0 0 10rem 0;
		width: 90%;
		margin: 0 auto;
	}

	.blogPage .author {
		margin-left: 0rem;
	}

}




@media only screen and (max-width: 1050px) {

	.identity {
		flex-direction: column-reverse;
	}

	.identity .block {
		width: 75%;
		padding: 10rem 0;
	}

	.identity .img {
		width: 100vw;
		height: 50vh;
	}

	.blogInitial {
		flex-direction: column;
		align-items: flex-end;
		margin: 0 5%;
	}

	.blogInitial .title {
		margin-top: 5%;
		margin-bottom: 0;
		padding: 0;
		margin-right: 0;
	}

	.blogInitial .context {
		padding: 0 2rem;
		align-items: flex-end;
	}

	.blogInitial .context p {
		text-align: right;
		margin-top: 2rem;
	}

	.blogInitial .context a {
		margin-bottom: 2rem;
	}

}




@media only screen and (max-width: 975px) {

	.contact .black .schedule .table .row p {
		font-size: 0.9rem;
	}

	.contact .black .schedule .table .row span {
		font-size: 0.9rem;
	}

}




@media only screen and (max-width: 950px) {

	.head .plateImg {
		height: 60vw;
		width: 60vw;
		right: 20vw;
	}

	.head .plateImg.active {
		right: 5vw;
	}

	.head .plate {
		width: 60vw;
		height: 60vw;
		left: 20vw;
	}

	.head .plate.active {
		left: 5vw;
	}

	.examinations4 .table {
		grid-template-columns: 1fr 1fr;
	}

	.examinations4 .table .block {
		grid-row: 1 / 3;
	}

	.examinations4 .table p:nth-child(10),
	.examinations4 .table p:nth-child(12),
	.examinations4 .table p:nth-child(14),
	.examinations4 .table p:nth-child(16),
	.examinations4 .table p:nth-child(18),
	.examinations4 .table p:nth-child(22) {
		border-left: medium none;
	}

	.examinations4 .table p:nth-child(11),
	.examinations4 .table p:nth-child(17) {
		border-left: dashed 1px rgba(255, 255, 255, 0.33);
	}

	.examinations4 .table p:nth-child(20),
	.examinations4 .table p:nth-child(21) {
		border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
	}

	.examinations4 .table p:nth-child(22) {
		border-right: dashed 1px rgba(255, 255, 255, 0.33);
	}

}




@media only screen and (max-width: 925px) {

	.contact {
		flex-direction: column;
		margin-bottom: 5rem;
	}

	.contact .black {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.contact .black h4 {
		margin: 0 auto;
	}

	.contact .black .info {
		display: flex;
		margin-top: 3rem;
	}

	.contact .black .info .bubble {
		flex-direction: column;
		flex: 1;
		justify-content: center;
		gap: 0.5rem;
		margin: 0;
	}

	.contact .black .info .bubble p {
		padding-left: 0;
	}

	.contact .black .schedule {
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}

	.contact iframe {
		width: calc(100% - 2rem);
		padding: 2rem;
		height: 75vh;
		min-height: 75vh;
	}

}




@media only screen and (max-width: 900px) {

	.cc-banner.cc-bottom {
		width: 100%;
		border-right: medium none;
		border-left: medium none;
	}

	.cc-banner.cc-bottom .cc-message .cc-link {
		margin-top: 1rem;
	}

	.cc-banner.cc-bottom .cc-compliance {
		flex-direction: column-reverse;
	}

	.mainMenu {
		padding: 0.5rem 1rem;
	}

	.blogPage p {
		font-size: 0.9rem;
	}

	.blogPage ol li {
		font-size: 0.9rem;
	}

}




@media only screen and (max-width: 875px) {

	.personnel {
		grid-template-columns: 1fr;
		max-width: 23rem;
		grid-gap: 3rem;
	}

}




@media only screen and (max-width: 830px) {

	.blogPage .author {
		float: unset;
		max-width: unset;
		margin: 0;
		display: flex;
		border-right: medium none;
		margin-bottom: 1rem;
		align-items: center;
	}

	.blogPage .author img {
		max-width: 8rem;
		border: medium none;
		margin-top: 1rem;
		margin-left: 0;
		margin-bottom: 1rem;
		margin-right: 1rem;
	}

	.blogPage .author .info {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 1rem;
		border-left: dashed 1px rgba(0, 0, 0, 0.66);
		min-height: 10rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 1rem;
	}

	.blogPage .author .info h3 {
		text-align: left;
	}

	.blogPage .author .info p {
		text-align: left;
	}

}




@media only screen and (max-width: 750px) {

	.mainMenu .contactBoxes .box:first-child {
		display: none;
	}

	.head .plateImg {
		height: 25rem;
		border-radius: 0;
		width: 27rem;
		transition: bottom 0.6s ease 0s, width 0.6s ease 0s, height 0.6s ease 0s;
		right: 0;
		left: 0;
		bottom: calc( ( 100vh - 25rem ) / 2);
		top: unset;
	}

	.head .plateImg.active {
		right: 0;
		bottom: 2.5vh;
		margin: 0 auto;
		width: 90%;
		height: 95vh;
	}

	.head .plate {
		width: 27rem;
		height: 25rem;
		border-radius: 0;
		transition: top 0.6s ease 0s;
		left: 0;
		right: 0;
		bottom: unset;
		padding: 5rem;
		margin: 0 auto;
		top: calc( ( 100vh - 25rem ) / 2);
	}

	.head .plate.active {
		left: 0;
	}

}




@media only screen and (max-width: 700px) {

	.identity .block {
		width: 90%;
	}

}




@media only screen and (max-width: 600px) {

	footer .footer {
		flex-direction: column;
	}

	footer .footer .left {
		border-right: medium none;
		border-bottom: dashed 1px rgba(255, 255, 255, 0.33);
		padding-right: 0;
		padding-bottom: 2rem;
	}

	footer .footer .right {
		padding-left: 0;
		padding-top: 2rem;
		align-items: center;
	}

	footer .footer .right .links a {
		text-align: center;
	}

	footer .copyright {
		margin-top: 3rem;
	}

}




@media only screen and (max-width: 650px) {

	.contact .black h4 {
		max-width: 17rem;
		text-align: center;
	}

	.contact .black .info {
		flex-direction: column;
		max-width: 16rem;
		margin-left: auto;
		margin-right: auto;
	}

	.contact .black .info .bubble {
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 1rem;
		gap: 1rem;
	}

}




@media only screen and (max-width: 550px) {

	.examinations4 .table {
		grid-template-columns: 1fr;
		grid-auto-rows: unset;
	}

	.examinations4 .table .block {
		grid-row: 1 / 3;
	}

	.examinations4 .table .block h4 {
		margin: 4rem auto;
	}

	.examinations4 .table p {
		height: unset;
		padding: 1.5rem 0;
		border-left: medium none !important;
	}

	.examinations4 .table p:nth-child(22) {
		border-right: medium none;
	}

}




@media only screen and (max-width: 520px) {

	.blogPage .author img {
		margin-top: 0;
		margin-bottom: 0;
		max-width: 6rem;
	}

	.blogPage .author .info {
		min-height: unset;
		padding: 1rem 0 1rem 1rem;
	}

	.blogPage .author .info h3 {
		margin-bottom: 0;
	}

}




@media only screen and (max-width: 500px) {

	.mainMenu .contactBoxes .box:nth-child(2) {
		display: none;
	}

	.head .plate {
		padding: 5rem 1rem;
		width: 90%;
	}

	.head .plateImg {
		width: 90%;
		display: none;
	}

}




@media only screen and (max-width: 475px) {

	.contact .black .schedule {
		padding: 0 0 1rem 0;
	}

	.contact .black .schedule .table .row p {
		padding: 0 0.5rem 0 0;
		text-align: right;
		line-height: unset;
		height: 3rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.contact .black .schedule .table .row span {
		padding: 0 0.5rem;
		line-height: unset;
		height: 3rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contact iframe {
		padding: 0;
		width: 95%;
	}

	.blogPage .author {
		background-color: rgb(34, 34, 34);
		align-items: flex-start;
	}

	.blogPage .author img {
		margin-left: 1rem;
		margin-top: 1rem;
	}

	.blogPage .author .info {
		padding: 1rem 0;
	}

	.blogPage .author .info h3 {
		color: white;
	}

	.blogPage .author .info p {
		color: rgba(255, 255, 255, 0.59);
	}

}




@media only screen and (max-width: 450px) {

	.blogPage .author {
		background-color: white;
		border-top: medium none;
		border-bottom: medium none;
		align-items: center;
		margin-bottom: 2rem;
	}

	.blogPage .author img {
		margin-top: 0;
		margin-left: 0;
	}

	.blogPage .author .info {
		padding: 1rem 0 1rem 1rem;
	}

	.blogPage .author .info h3 {
		color: black;
	}

	.blogPage .author .info p {
		display: none;
	}

	.blogPage .author .info p:nth-child(2) {
		display: block;
		color: rgba(0, 0, 0, 0.66);
	}

}




@media only screen and (max-width: 425px) {

	.cc-banner.cc-bottom .cc-message {
		text-align: center;
		align-items: center;
	}

	.head .plate .contactBubble .icon {
		margin: 0 0.25rem;
		width: 2.75rem;
	}

	footer .copyright {
		flex-direction: column-reverse;
		justify-content: center;
		gap: 2rem;
		align-items: center;
		padding-top: 4rem;
	}

	footer .copyright p {
		max-width: max-content;
	}

	footer .footer .right .contactBubble a {
		min-width: 2.5rem;
		max-width: 2.5rem;
		height: 2.5rem;
	}

	footer .copyright p:last-child {
		text-align: center;
	}

}




@media only screen and (max-width: 375px) {

	.personnel .person {
		flex-direction: column;
		justify-content: center !important;
		height: unset;
		align-items: center;
	}

	.personnel .person img {
		position: static;
	}

	.personnel .person .info {
		padding: 0 !important;
		margin-top: 0.5rem;
	}

	.personnel .person .info h5 {
		text-align: center !important;
		height: unset;
	}

	.personnel .person .info p {
		padding: 0 !important;
		text-align: center !important;
		margin-top: 0.5rem;
	}

}




@media only screen and (max-width: 350px) {

	.contact .black .schedule .table .row p {
		min-width: 7rem;
	}

	.contact .black .schedule h5 {
		line-height: unset;
		height: 6rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}




@media only screen and (max-width: 300px) {

	.mainMenu .contactBoxes .box:nth-child(3) {
		display: none;
	}

}