/*=============================================================================*/
/*                                     RESET                                   */
/*=============================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ul {
	list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input,
textarea {
	color: #333;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

td {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	color: #282f35;
}

input[type=submit],
input[type=button],
button {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*=============================================================================*/
/*                                     FONTS                                   */
/*=============================================================================*/
@font-face {
	font-family: 'PT Sans Narrow';
	src: url("../fonts/PTSans-Narrow/PTSans-Narrow.eot");
	src: local("../fonts/PTSans-Narrow/PT Sans Narrow"), local("../fonts/PTSans-Narrow/PTSans-Narrow"), url("../fonts/PTSans-Narrow/PTSans-Narrow.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Narrow/PTSans-Narrow.woff") format("woff"), url("../fonts/PTSans-Narrow/PTSans-Narrow.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans Narrow';
	src: url("../fonts/PTSans-Narrow/PTSans-NarrowBold.eot");
	src: local("../fonts/PTSans-Narrow/PT Sans Narrow Bold"), local("../fonts/PTSans-Narrow/PTSans-NarrowBold"), url("../fonts/PTSans-Narrow/PTSans-NarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Narrow/PTSans-NarrowBold.woff") format("woff"), url("../fonts/PTSans-Narrow/PTSans-NarrowBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT Serif';
	src: url("../fonts/PTSerif/PTSerif-Bold.eot");
	src: local("../fonts/PTSerif/PT Serif Bold"), local("../fonts/PTSerif/PTSerif-Bold"), url("../fonts/PTSerif/PTSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Bold.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT Serif';
	src: url("../fonts/PTSerif/PTSerif-Regular.eot");
	src: local("../fonts/PTSerif/PT Serif"), local("../fonts/PTSerif/PTSerif-Regular"), url("../fonts/PTSerif/PTSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Serif';
	src: url("../fonts/PTSerif/PTSerif-Italic.eot");
	src: local("../fonts/PTSerif/PTSerif-Italic"), local("../fonts/PTSerif/PTSerif-Italic"), url("../fonts/PTSerif/PTSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Italic.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Assistant';
	src: url("../fonts/Assistant/Assistant-Bold.eot");
	src: url("../fonts/Assistant/Assistant-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant/Assistant-Bold.woff2") format("woff2"), url("../fonts/Assistant/Assistant-Bold.woff") format("woff"), url("../fonts/Assistant/Assistant-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant';
	src: url("../fonts/Assistant/Assistant-ExtraBold.eot");
	src: url("../fonts/Assistant/Assistant-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant/Assistant-ExtraBold.woff2") format("woff2"), url("../fonts/Assistant/Assistant-ExtraBold.woff") format("woff"), url("../fonts/Assistant/Assistant-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant';
	src: url("../fonts/Assistant/Assistant-Regular.eot");
	src: url("../fonts/Assistant/Assistant-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant/Assistant-Regular.woff2") format("woff2"), url("../fonts/Assistant/Assistant-Regular.woff") format("woff"), url("../fonts/Assistant/Assistant-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant';
	src: url("../fonts/Assistant/Assistant-SemiBold.eot");
	src: url("../fonts/Assistant/Assistant-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant/Assistant-SemiBold.woff2") format("woff2"), url("../fonts/Assistant/Assistant-SemiBold.woff") format("woff"), url("../fonts/Assistant/Assistant-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant';
	src: url("../fonts/Assistant/Assistant-Light.eot");
	src: url("../fonts/Assistant/Assistant-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant/Assistant-Light.woff2") format("woff2"), url("../fonts/Assistant/Assistant-Light.woff") format("woff"), url("../fonts/Assistant/Assistant-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
.ctct-text,
.ctct-email,
.ctct-tel {
	border: none;
    border-radius: 20px;
    color: #577a8d;
    font-size: 25px;
    height: 68px;
    padding: 0 30px;
	background: #fefefe;
}
.ctct-form-wrapper .ctct-submit {
    border-radius: 20px;
    color: #577a8d;
    font-size: 25px;
    height: 68px;
    padding: 0 30px;
	background-color: #f7a759;
    color: #fff;
    text-align: center;
    transition: .5s;
	border: none;
}
.ctct-input-container {
	display: flex;
	margin-inline-start: 26px;
}
.ctct-form-wrapper .ctct-input-container label {
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.26em;
	position: relative;
}
.ctct-form-wrapper .ctct-input-container label:before {
	background-color: #d8d8d8;
    background-position: 45% 45%;
    background-repeat: no-repeat;
    background-size: 65%;
    border: 1px solid #adb5bd;
    content: '';
    cursor: pointer;
    display: block;
    height: 20px;
    left: -26px;
    position: absolute;
    top: .15em;
    transition: .2s;
    width: 20px;
}
.ctct-form-wrapper .ctct-input-container input:checked + label:before {
	background-color: #f4856d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    border-color: #f4856d;
}
[type="checkbox"], [type="radio"] {
	display: none;
}
.footer-form .ctct-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.ctct-form-field-checkbox,
.ctct-form-field-submit {
	grid-column: span 2;
}
.ctct-form input::placeholder {
    font-size: 22px;
}
@media (max-width: 1440px) {
	.ctct-text,
	.ctct-email,
	.ctct-tel,
	.ctct-form-wrapper .ctct-submit {
		height: 60px;
	}
	.ctct-form-wrapper .ctct-submit {
		font-size: 22px;
	}
}
@media (max-width: 1220px) {
	.ctct-form-wrapper .ctct-input-container label {
		font-size: 16px;
		padding-inline-start: 10px;
	}
}
@media (max-width: 768px) {
	.ctct-text,
	.ctct-email,
	.ctct-tel,
	.ctct-form-wrapper .ctct-submit {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.ctct-text,
	.ctct-email,
	.ctct-tel,
	.ctct-form-wrapper .ctct-submit {
		height: 50px;
	}
	.ctct-form-wrapper .ctct-input-container label {
		font-size: 14px;
	}
	.ctct-form-wrapper .ctct-input-container label:before {
		height: 14px;
		left: -24px;
		width: 14px;
	}
	.footer-form .ctct-form {
		display: block;
	}
}