body {
	font-family: "ff-tisa-sans-web-pro", Helvetica, Arial, sans-serif!important;
}

.has-irots-maxwidth {
	margin-left: auto;
	margin-right: auto;
}

.gap-0 {
	gap: 0px;
}

.p-30 {
	padding: 30px;
}

.h-100 {
	height: 100%;
}

.box-shadow {
	box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
	.p-lg-50 {
		padding: 50px;
	}
}

.custom-fullwidth-page-for-og .custom-title {
	font-size: 2.1em;
    margin-top: 0;
    margin-bottom: 13px;
}

@media (min-width: 992px) {
	.custom-fullwidth-page-for-og .custom-title {
		font-size: 3.1em;
	}
}

.custom-fullwidth-page-for-og .custom-p {
    font-size: 1.15em;
	margin-bottom: 30px;
}

.custom-fullwidth-page-for-og .wp-block-button__link {
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #ee2d24;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
	font-size: 1em;
}

.custom-fullwidth-page-for-og .wp-block-button.btn-black .wp-block-button__link {
	background: #333333;
    color: #ffffff;
    text-decoration: none;
}

.custom-fullwidth-page-for-og .wp-block-button.btn-black .wp-block-button__link:hover {
	background: #ffffff;
    color: #333333;
    text-decoration: none;
}