@font-face {
    font-family: Attentica;
    src: url('/fonts/Attentica4FUltraLight.ttf');
}

* {
    box-sizing: border-box;
}

body {
    background-color: #202020;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    padding: 0 20px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.d-flex {
    display: flex;
}
.w-33 {
    width: 33.3333%;
}
.w-50 {
    width: 50%;
}
.w-66 {
    width: 66.6666%;
}

.w-25 {
    width: 25%;
}
.w-75 {
    width: 75%;
}

.h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: Attentica;
    font-weight: 300;
    font-size: 87px;
    margin-top: 100px;
    margin-bottom: 90px;
}
.h1 span {
    display: block;
    text-align: center;
    font-size: 58px;
}

.title {
    color: #ed7e79;
    text-transform: uppercase;
    font-family: 'Anonymous Pro', monospace;
    font-size: 34px;
    line-height: 55px;
    margin-bottom: 16px;
}
.title-1 {
	margin-left: 70px;
}

.text {
    color: #d7d7d7;
    font-size: 20px;
    margin-bottom: 40px;
}
.text-1 {
	padding-right: 40px;
}

.img {

}
.img img {
    width: 100%;
    object-fit: cover;
}
img.img-1 {
    max-width: 340px;
    height: 220px;
}
img.img-2 {
    max-width: 340px;
    height: 200px;
}
img.img-3 {
    max-width: 340px;
    height: 260px;
}
img.img-4 {
    max-width: 340px;
    height: 200px;
}
img.img-5 {
    max-width: 100%;
    /* height: 200px; */
    margin-bottom: 30px;
}
img.img-6 {
    max-width: 250px;
    /* height: 200px; */
    object-fit: contain;
    margin-left: auto;
    display: block;
}

.inner-block-1 {
    padding-right: 40px;
}
.inner-block-11 {
    display: flex;
    height: 100%;
}
.inner-block-11::before {
    content: "";
    width: 4px;
    /* height: 300px; */
    background-color: #653f3e;
    display: block;
    flex: none;
    margin-bottom: 30px;
}
.inner-block-111 {
    padding-left: 70px;
}

.inner-block-2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #653f3e;
    margin-bottom: 60px;
    margin-right: 60px;
}

.inner-block-3 {
	
}
.inner-block-4 {
    display: flex;
    /* height: 100%; */
}
.inner-block-4::before {
    content: "";
    width: 4px;
    /* height: 300px; */
    background-color: #653f3e;
    display: block;
    flex: none;
    margin-bottom: 30px;
    margin-top: 10px;
}
.inner-block-44 {
    padding-left: 15px;
}
.inner-block-5 {
    margin-top: 60px;
}

.red-line-1 {
	height: 4px;
	margin: 30px 70px;
    background-color: #653f3e;
}

.footer-inner {
    margin: 0 70px;
    margin-top: 50px;
}

footer a {
	text-decoration: none;
	color: #d7d7d7;
}