:root {
    --font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}
body {
	color: #333333;
	background-image: url('/images/repository/bg-d-any-02-695b7670bbaad1.22204539.jpg');
	background-attachment: fixed;
	font-weight: 100;
}
header {
    background: linear-gradient(90deg,rgba(205, 0, 0, 1) 0%, rgba(212, 32, 25, 1) 50%, rgba(99, 0, 0, 1) 100%);
}
.container {
	margin: 0 auto;
	max-width: 1410px;
}
@media (min-width: 992px) {
    .header li a {
        color: white;
    }
}
@media only screen and (max-width: 992px) {
  .header ul {
    margin-top: 120px;
  }
}
.header span {
	width: 100%;
	height: 5px;
	border-radius: 50px;
	background-color: white;
	transition: all 0.2s ease-in-out;
}
.breadcrumbs {
    margin: 0 0 3em 0;
    font-size: var(--font-size-xs);
    background: rgba(255,255,255,.9);
    padding: 30px 0;
    color: #333333;
}
.breadcrumbs a {
    color: #333333;
}
.sec03 .formBottom.formBottom {
	place-content: center;
	grid-template-columns: min(100%, 950px);
}
.article {
    background: rgba(255,255,255,0.9);
    padding: 70px 90px;
    max-width: 950px;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .article {
        padding: 70px 20px;
    }
}
#section_4.main-three-boxes {
	background: radial-gradient(circle,rgba(221, 221, 221, 1) 0%, rgba(247, 247, 247, 1) 50%, rgba(221, 221, 221, 1) 100%);
}

#section_4.main-three-boxes .container .box {
	background: transparent;
	border: none;
}

#section_4.main-three-boxes .container .box img {
	width: 50px;
}

#section_4.main-three-boxes .container .box .text {
	text-align: center;
}

#section_4.main-three-boxes .container .box .button .btn {
	padding: 10px 30px;
}
#section_5,
#section_6{
	background: white;
}
.sec10 {
	margin-bottom: 0;
	padding: 70px 0;
	background: rgba(255,255,255,.9);
}
.article h1 {
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 38px;
    line-height: 1em;
}
.article h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg,rgba(205, 0, 0, 1) 0%, rgba(212, 32, 25, 1) 50%, rgba(99, 0, 0, 1) 100%);
    margin: 19px 0 0 -90px;
}
.article h2 {
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 1em;
}
.article p,
.article ul,
.article ol {
    font-weight: 300;
    margin-bottom: 1em;
}
.article ul,
.article ol {
    margin: 0 0 1em 2em;
}
.idc_7.sec10.tpl-03 .box1000 {
	padding: 0;
	border-radius: 5px;
}
.idc_7.sec10.tpl-03 .article-top {
	border-radius: 5px;
    background: white;
}
.idc_7.sec10 .image-frame .image {
	aspect-ratio: auto;
	height: 150px;
    border-radius: 0;
}
.idc_7.sec10.tpl-03 .article-top img {
	border-radius: 0;
}
.idc_7.sec10 .image-frame .image img {
    object-fit: cover;
    border-radius: 0 5px 5px 0;
}
.idc_7.sec10.tpl-03 .box1000 h3 {
	text-align: center;
	font-size: 18px;
	margin: 1em auto 1em auto;
	max-width: 250px;
}
.idc_7.sec10 .rest_of_them .box1000 .image-frame .image img {
	border-radius: 5px 5px 0 0;
}
.idc_9.sec10 .box1000 {
	background: transparent;
}
.idc_9.sec10 .box1000 h3 {
	font-size: 18px;
    height: auto;
}
.idc_9.sec10 .image-frame .image {
	aspect-ratio: auto;
	background: white;
	border-radius: 5px;
    border: 1px solid rgba(0,0,0,.05);
}
@media (min-width: 1200px) {
    .idc_9.sec10 .container {
        grid-template-columns: repeat(5,1fr);
    }
}
.sec10.tpl-03 .rest_of_them {
	column-gap: 30px;
	row-gap: 30px;
}
.sec03 .list {
	margin-top: 0;
}
.sec03 .list .inner {
	background: rgba(255,255,255,.9);
	padding: 72px 40px 40px;
}
.map-02 {
    margin: 0;
    padding: 70px 0;
}

@media (min-width: 1170px) {
  .map-02 {
    height: 650px;
    margin: 0;
    padding: 70px 0;
  }
}
.sec03.id_73 .articleForm form {
	background: rgba(255,255,255,0.9);
	padding: 40px 10px;
	position: static;
	width: 95%;
	margin: 0 auto;
}

@media (min-width: 800px) {
    .sec03.id_73 .articleForm form {
        padding: 50px 90px;
    }
}



.formRow.label {
	font-size: 23px;
	font-weight: 500;
}

.formRow.optionList label {
	font-weight: 500;
}

.formRow.optionList div label {
	font-weight: 100;
}

.formRow.checkbox.lab-00.rodo-01 {
	margin-top: 3em;
}

.articleForm .formRow div {
	font-size: inherit;
}

.articleForm .optionList input[type="checkbox"] {
	align-self: start;
	margin-top: 3px;
}