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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	line-height: 1.6;
	color: #333;
	background: #ffffff;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.2rem;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.col-8 {
	width: 66.666%;
	padding: 0 10px;
}

.col-4 {
	width: 33.333%;
	padding: 0 10px;
}

.col-12 {
	width: 100%;
	padding: 0 10px;
}

.column {
	padding: 0 15px;
}

.column.half {
	width: 50%;
	float: left;
}

.column.one-1 {
	width: 100%;
}

.column.builder.half {
	width: 50%;
	float: left;
	padding: 0 1.2rem;
}

.column.builder.one-1 {
	width: 100%;
	padding: 0 1.2rem;
}

.main-wrap {
	background: #ffffff;
}

.top-bar {
	background: #31463b;
	padding: 7px 0 5px;
	border-bottom: 3px solid #528bb1;
}

.top-bar-content {
	display: block;
}

.trending-ticker {
	color: #ffffff;
	text-align: center;
}

.trending-ticker .heading {
	font-weight: 600;
	margin-right: 15px;
	font-size: 18px;
}

.trending-ticker ul {
	display: inline-block;
	list-style: none;
}

.trending-ticker ul li {
	display: inline;
	margin-right: 20px;
}

.trending-ticker ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

.trending-ticker ul li a:hover {
	color: #61a229;
}







.main-head {
	background: #ffffff;
	padding: 47px 0 19px;
}

.main-head header.centered {
	text-align: center;
}

.logo-image {
	max-width: 450px;
	height: auto;}

.navigation-wrap {
	background: #31463b;
	border-top: 3px solid #528bb1;
	position: relative;
}

.navigation {
	position: relative;
}

.navigation .mobile {
	display: none;
	padding: 15px 0;
	cursor: pointer;
}

.navigation .mobile .text {
	color: #ffffff;
	font-size: 18px;
	margin-right: 10px;
}

.navigation .mobile .hamburger {
	color: #ffffff;
	font-size: 24px;
}

.menu-novo-menu-container {
	display: block;
}

.menu {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.menu-item {
	position: relative;
}

.menu-item a {
	display: block;
	padding: 1.3rem 2.1em 1.25rem;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	text-shadow: -1px -1px 0px #31463b;
}

.menu-item a:hover {
	background: #528bb1;
	color: #ffffff;
}

.menu-item.current-menu-item a {
	background: #528bb1;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #31463b;
	min-width: 220px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 3px solid #528bb1;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu li a {
	padding: 15px 20px;
	font-size: 16px;
}

.breadcrumbs-wrap {
	padding: 10px 0;
}

.main-featured {
	background: #f5f5f5;
	padding: 53px 0 47px;
}

.slider {
	position: relative;
}

.slides {
	list-style: none;
}

.slides li {
	position: relative;
}

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

.cat {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.cat-title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

.cat-1 {
	background: #61a229;
	color: #ffffff;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	padding: 2rem 1.3em 20px;
	color: #ffffff;
}

.the-date {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	opacity: 0.9;
}

.caption h3 {
	font-size: 30px;
	line-height: 1.0em;
	margin: 0;
}

.caption h3 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

.pages {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 20;
}

.blocks {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.blocks article.large {
	position: relative;
}

.blocks article.large img {
	width: 100%;
	height: auto;
	display: block;
}

.blocks article.large h3 {
	background: #ffffff;
	padding: 15px;
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.0em;
}

.blocks article.large h3 a {
	color: #0064ab;
	text-decoration: none;
}

.blocks article.small {
	display: flex;
	gap: 10px;
	background: #ffffff;
	padding: 10px;
}

.blocks article.small img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.blocks article.small .content {
	flex: 1;
}

.blocks article.small time {
	font-size: 12px;
	color: #888;
	display: block;
	margin-bottom: 3px;
}

.blocks article.small a {
	color: #0064ab;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
}

.main {
	padding: 83px 0 77px;
}

.main-content {
	padding-right: 30px;
}

.page-content h2 {
	font-size: 36px;
	line-height: 1.0em;
	color: #31463b;
	margin-bottom: 1.3em;
	font-weight: 600;
}

.page-content p {
	margin-bottom: 1.3em;
	color: #333;
}

.textwidget.post-content {
	padding: 1.4em;
}

.button-showcase {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
	justify-content: center;
	padding: 40px 0;
}

.maxbutton-3,
.maxbutton-4,
.maxbutton-5,
.maxbutton-6 {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}

.maxbutton-3 .maxbutton,
.maxbutton-4 .maxbutton,
.maxbutton-5 .maxbutton,
.maxbutton-6 .maxbutton {
	width: 260px;
	height: 70px;
	background-color: #31463b;
	background: linear-gradient(rgba(49, 70, 59, 1) 45%, rgba(49, 70, 59, 1));
	border-style: solid;
	border-width: 3px;
	border-color: #528bb1;
	border-radius: 4px;
	text-shadow: -1px -1px 0px #31463b;
	box-shadow: 0px 0px 2px #528bb1;
	display: flex;
	align-items: center;
	padding: 11px 9px;
	cursor: pointer;
	transition: all 0.3s;
}

.maxbutton-3:hover .maxbutton,
.maxbutton-4:hover .maxbutton,
.maxbutton-5:hover .maxbutton,
.maxbutton-6:hover .maxbutton {
	background-color: #528bb1;
	border-color: #31463b;
}

.mb-icon {
	margin-right: 10px;
}

.mb-icon .material-icons {
	font-size: 36px;
	color: #ffffff;
}

.mb-text {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	padding: 3px 5px 1px 5px;
	line-height: 1.0em;
}

.mb-text2 {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 1px 5px 3px 5px;
	line-height: 1.0em;
}

.news-focus {
	margin-top: 97px;
}

.section-head {
	margin-bottom: 43px;
	padding-bottom: 15px;
	border-bottom: 3px solid #528bb1;
	font-size: 36px;
	color: #31463b;
	font-weight: 600;
	line-height: 1.0em;
}

.news-0 {
	display: flex;
	gap: 2rem;
}

.highlights article {
	margin-bottom: 30px;
}

.highlights .image-link {
	display: block;
	margin-bottom: 14px;
}

.highlights img {
	width: 100%;
	height: auto;
}

.highlights h2 {
	font-size: 28px;
	line-height: 1.0em;
	margin-bottom: 14px;
}

.highlights h2 a {
	color: #0064ab;
	text-decoration: none;
	font-weight: normal;
}

.excerpt p {
	color: #333;
	font-size: 18px;
	line-height: 1.6;
}

.listing-meta {
	margin-top: 10px;
}

.meta-item {
	font-size: 14px;
	color: #888;
}

.posts-list {
	list-style: none;
	padding: 0;
}

.posts-list li {
	display: flex;
	gap: 17px;
	margin-bottom: 1.3em;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.posts-list li:last-child {
	border-bottom: none;
}

.posts-list img {
	width: 120px;
	height: 90px;
	object-fit: cover;
}

.posts-list .content {
	flex: 1;
}

.posts-list time {
	font-size: 14px;
	color: #888;
	display: block;
	margin-bottom: 5px;
}

.posts-list a {
	color: #0064ab;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
}

.gallery-block {
	margin-top: 83px;
}

.teacher-showcase {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.teacher-profile {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.teacher-img {
	flex-shrink: 0;
	width: 200px;
}

.teacher-img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.teacher-bio h3 {
	font-size: 28px;
	color: #31463b;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.0em;
}

.teacher-title {
	font-size: 18px;
	color: #528bb1;
	font-weight: 600;
	margin-bottom: 14px;
}

.teacher-bio p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}

.sidebar {
	padding-left: 20px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}

.widget {
	margin-bottom: 43px;
	background: #f5f5f5;
	padding: 2rem 1.3em;
	border-radius: 4px;
}

.widgettitle {
	font-size: 22px;
	color: #31463b;
	margin-bottom: 1.3em;
	font-weight: normal;
	line-height: 1.0em;
}

.widget .textwidget {
	font-size: 18px;
	line-height: 1.6;
}

.widget .textwidget p {
	margin-bottom: 14px;
}

.contact-info-sidebar p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

.contact-info-sidebar .material-icons {
	color: #528bb1;
	font-size: 22px;
}

.sidebar-cta {
	background: #31463b;
	padding: 2rem 1.3em;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
}

.sidebar-cta h4 {
	font-size: 24px;
	margin-bottom: 14px;
	color: #61a229;
}

.sidebar-cta p {
	margin-bottom: 1.3em;
	color: #ffffff;
}

.cta-button {
	display: inline-block;
	padding: 15px 30px;
	background: #528bb1;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	border: 3px solid #61a229;
	text-shadow: -1px -1px 0px #31463b;
	transition: all 0.3s;
}

.cta-button:hover {
	background: #61a229;
	border-color: #528bb1;
}

.schedule-widget {
	font-size: 16px;
}

.schedule-item {
	margin-bottom: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.schedule-item:last-child {
	border-bottom: none;
}

.schedule-day {
	font-weight: 600;
	color: #528bb1;
	margin-bottom: 5px;
	font-size: 18px;
}

.schedule-item p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.testimonial-box {
	background: #ffffff;
	padding: 25px;
	border-left: 5px solid #61a229;
	border-radius: 4px;
}

.testimonial-text {
	font-size: 18px;
	font-style: italic;
	color: #333;
	margin-bottom: 14px;
	line-height: 1.5;
}

.testimonial-author {
	font-size: 16px;
	color: #528bb1;
	font-weight: 600;
	text-align: right;
}

.main-footer {
	background: #31463b;
	color: #ffffff;
	padding: 83px 0 77px 40px;
}

.main-footer .widgets {
	margin-bottom: 50px;
}

.main-footer .widget {
	background: transparent;
	padding: 0;
}

.main-footer .widgettitle {
	color: #61a229;
	font-size: 22px;
	margin-bottom: 1.3em;
	font-weight: normal;
}

.main-footer .textwidget {
	color: #ffffff;
	font-size: 18px;
}

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

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}

.footer-links a:hover {
	color: #61a229;
}

.footer-icon {
	color: #528bb1;
	font-size: 1.25rem;
	vertical-align: middle;
	margin-right: 7px;
}

.lower-foot {
	background: #1f2d27;
	padding: 30px 0;
	border-top: 3px solid #528bb1;
}

.lower-foot .widgets {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lower-foot .textwidget {
	color: #ffffff;
}

.lower-foot .textwidget p {
	margin: 0;
	font-size: 16px;
}

.menu-menu-rodape-container .menu {
	display: flex;
	gap: 2rem;
	justify-content: flex-end;
}

.menu-menu-rodape-container .menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

.menu-menu-rodape-container .menu li a:hover {
	color: #61a229;
}

.menu-menu-rodape-container .menu li a:hover {
	color: #61a229;
}

.pricing-showcase {
	display: flex;
	margin-bottom: 1.3rem;
}

.price-box {
	background: #ffffff;
	padding: 2rem 1.3em;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #528bb1;
}

.price-box.basic {
	border-top-color: #31463b;
}

.price-box.standard {
	border-top-color: #528bb1;
}

.price-box.premium {
	border-top-color: #61a229;
	box-shadow: 0px 0px 5px rgba(97, 162, 41, 0.3);
}

.price-box.exclusive {
	border-top-color: #0064ab;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
}

.price-box h3 {
	font-size: 28px;
	color: #31463b;
	margin-bottom: 1.3em;
	font-weight: 600;
	line-height: 1.0em;
}

.price-amount {
	font-size: 48px;
	color: #528bb1;
	font-weight: 700;
	margin-bottom: 14px;
	line-height: 1.2;
}

.price-desc {
	font-size: 18px;
	color: #333;
	margin-bottom: 1.3em;
	line-height: 1.6;
}

.price-features {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.price-features li {
	padding: 11px 0 9px 30px;
	font-size: 18px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	line-height: 1.4;
}

.price-features li:last-child {
	border-bottom: none;
}

.price-features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #61a229;
	font-weight: bold;
	font-size: 1.25rem;
}

.price-cta {
	display: block;
	text-align: center;
	padding: 15px 30px;
	background: #31463b;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	border: 3px solid #528bb1;
	text-shadow: -1px -1px 0px #31463b;
	transition: all 0.3s;
	font-size: 18px;
}

.price-cta:hover {
	background: #528bb1;
	border-color: #31463b;
}

.faq-container {
	background: #ffffff;
}

.faq-item {
	margin-bottom: 43px;
	padding-bottom: 30px;
	border-bottom: 3px solid #e0e0e0;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	font-size: 28px;
	color: #31463b;
	margin-bottom: 1.3em;
	font-weight: 600;
	line-height: 1.0em;
}

.faq-item .textwidget {
	padding: 0;
}

.faq-item .textwidget p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 1.3em;
}

.faq-item .textwidget p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.wrap {
		padding: 0 15px;
	}
	
	.col-8,
	.col-4 {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	
	.column.half {
		width: 100%;
		float: none;
	}
	
	.column.builder.half {
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	
	.navigation .mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.menu-novo-menu-container {
		display: none;
	}
	
	.trending-ticker ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.button-showcase {
		flex-direction: column;
		align-items: center;
		padding: 1.4em 0;
	}
	
	.maxbutton-3 .maxbutton,
	.maxbutton-4 .maxbutton,
	.maxbutton-5 .maxbutton,
	.maxbutton-6 .maxbutton {
		width: 100%;
		max-width: 280px;
	}
	
	.news-0 {
		flex-direction: column;
	}
	
	.teacher-profile {
		flex-direction: column;
	}
	
	.teacher-img {
		width: 100%;
		text-align: center;
	}
	
	.teacher-img img {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.main-content {
		padding-right: 0;
	}
	
	.sidebar {
		padding-left: 0;
	}
	
	.lower-foot .widgets {
		flex-direction: column;
		text-align: center;
		gap: 1.3rem;
	}
	
	.menu-menu-rodape-container .menu {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.logo-image {
		max-width: 300px;
	}
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	.caption h3 {
		font-size: 22px;
	}
	
	.main {
		padding: 40px 0;
	}
	
	.pricing-showcase {
		flex-direction: column;
	}
	
	.price-box {
		margin-bottom: 1.3rem;
	}
	
	.price-amount {
		font-size: 38px;
	}
	
	.faq-question {
		font-size: 24px;
	}
	
	.main-featured {
		padding: 30px 0;
	}
	
	.trending-ticker .heading {
		display: block;
		margin-bottom: 10px;
	}
	
	.blocks {
		gap: 10px;
	}
	
	.posts-list li {
		flex-direction: column;
	}
	
	.posts-list img {
		width: 100%;
		height: auto;
	}
	
	.section-head a {
		font-size: 28px;
	}
	
	.teacher-showcase {
		gap: 30px;
	}
	
	.main-footer {
		padding: 50px 0 1.4em;
	}
	
	.footer-links {
		text-align: center;
	}
}

.contact-form-wrap {
	background: #ffffff;
	padding: 2rem 1.3em;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.contact-form .form-row {
	display: flex;
	gap: 1.3rem;
	margin-bottom: 1.3em;
}

.contact-form .form-field {
	margin-bottom: 1.3em;
	flex: 1;
}

.contact-form label {
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
	color: #31463b;
	font-size: 18px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 11px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 4px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #528bb1;
}

.contact-form textarea {
	resize: vertical;
	min-height: 120px;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-weight: normal;
}

.checkbox-label input[type="checkbox"] {
	margin-top: 3px;
	width: 18px;
	height: 18px;
}

.form-submit {
	background: #31463b;
	color: #ffffff;
	padding: 15px 40px;
	border: 3px solid #528bb1;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	text-shadow: -1px -1px 0px #31463b;
	transition: all 0.3s;
}

.form-submit:hover {
	background: #528bb1;
	border-color: #31463b;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	padding: 1.4em;
}

.modal-content {
	background: #ffffff;
	padding: 2rem;
	border-radius: 4px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.modal-header {
	margin-bottom: 1.3em;
}

.modal-icon {
	font-size: 64px;
	color: #61a229;
	display: block;
	margin-bottom: 14px;
}

.modal-header h2 {
	font-size: 36px;
	color: #31463b;
	margin: 0;
	line-height: 1.0em;
}

.modal-body {
	margin-bottom: 2rem;
}

.modal-body p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 1.3em;
}

.modal-footer {
	display: flex;
	gap: 1.3rem;
	justify-content: center;
}

.modal-btn {
	padding: 11px 30px;
	border: 2px solid #31463b;
	background: #ffffff;
	color: #31463b;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s;
}

.modal-btn:hover {
	background: #f5f5f5;
}

.modal-btn-primary {
	background: #528bb1;
	border-color: #528bb1;
	color: #ffffff;
}

.modal-btn-primary:hover {
	background: #31463b;
	border-color: #31463b;
}

.contact-info-box p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	font-size: 18px;
}

.contact-info-box .material-icons {
	color: #528bb1;
	font-size: 22px;
}

.policy-page {
	max-width: 900px;
	margin: 0 auto;
}

.policy-page h1 {
	font-size: 48px;
	color: #31463b;
	margin-bottom: 2rem;
	line-height: 1.2;
	font-weight: 700;
}

.policy-page h3 {
	font-size: 28px;
	color: #528bb1;
	margin-top: 2rem;
	margin-bottom: 1.3em;
	font-weight: 600;
	line-height: 1.0em;
}

.policy-page p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 1.3em;
}

.policy-page a {
	color: #0064ab;
	text-decoration: underline;
}

.policy-page a:hover {
	color: #528bb1;
}

.event-block {
	background: #f5f5f5;
	padding: 2rem 1.3em;
	border-radius: 4px;
	border-left: 5px solid #528bb1;
}

.event-block h2 {
	font-size: 32px;
	color: #31463b;
	margin-bottom: 1.3em;
	font-weight: 600;
	line-height: 1.0em;
}

.event-block p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 1.3em;
}

.event-block p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.contact-form .form-row {
		flex-direction: column;
	}
	
	.modal-content {
		padding: 1.4em;
	}
	
	.modal-header h2 {
		font-size: 28px;
	}
	
	.modal-icon {
		font-size: 48px;
	}
	
	.modal-footer {
		flex-direction: column;
	}
	
	.modal-btn {
		width: 100%;
	}
	
	.policy-page h1 {
		font-size: 36px;
	}
	
	.event-block {
		padding: 1.4em 1rem;
	}
	
	.event-block h2 {
		font-size: 26px;
	}
}