@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
    background: linear-gradient(91.38deg, #FF3D00 1.41%, rgba(251, 123, 52, 0.907292) 122.8%);
	padding: 64px 0;
}
@media only screen and (max-width: 768px) {
    footer {
        padding: 64px 0 144px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__inner--top{
	display: flex;
	justify-content: space-between;
	align-items: start;
	max-width: 645px;
	margin: 0 auto 32px;
}
.footer__inner--top > div{
    max-width: 200px;
    width: 31.007751938%;
}
.footer__inner--top > div:nth-of-type(1) img{
    width: auto;
    height: 64px;
}
div.footer__inner--top--media p{
	color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}
div.footer__inner--top--media p:nth-of-type(1){
    margin-bottom: 12px;
}
div.footer__inner--top--media a{
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    border: 2px solid #fff;
    padding: 12px 0;
}
.footer__inner--top > div:nth-of-type(3) p{
	color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}
.footer__inner--top > div:nth-of-type(3) > div{
    display: flex;
	justify-content: center;
	align-items: center;
}
.footer__inner--top > div:nth-of-type(3) > div a{
    max-width: 40px;
    width: 20%;
    margin: 0 4%;
}

@media only screen and (max-width: 768px) {
    .footer__inner--top{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer__inner--top > div{
        max-width: 180px;
        width: 53.731343283%;
    }
    .footer__inner--top > div:nth-of-type(1) img{
        width: auto;
        height: 40px;
    }
    .footer__inner--top > div.footer__inner--top--media{
        display: none;
    }
    div.footer__inner--top--media{
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 24px;
    }
    div.footer__inner--top--media a{
        display: block;
        color: #fff;
        font-weight: 700;
    }
    .footer__inner--top > div:nth-of-type(3) p{
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer__inner--top > div:nth-of-type(3) > div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer__inner--top > div:nth-of-type(3) > div a{
        max-width: 40px;
        width: 20%;
        margin: 0 4%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--bottom
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__bottom{
    display: flex;
	justify-content: space-between;
	align-items: top;
	max-width: 335px;
	margin: 0 auto 32px;
}
.footer__bottom--left{
    max-width: 193px;
    width: 57.611940298%;
}
.footer__bottom--left div{
    margin-bottom: 24px;
}
.footer__bottom--left div:last-of-type{
    margin-bottom: 0;
}
.footer__bottom--left div p{
	color: #fff;
    font-size: 10px;
}
.footer__bottom--left div a{
    display: block;
	color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.footer__bottom--right{
    max-width: 110px;
    width: 32.835820895%;
}
.footer__bottom--right a{
    display: block;
    color: #fff;
    font-size: 10px;
    margin-bottom: 16px;
}
.footer__bottom--right a:last-of-type{
    margin-bottom: 0;
}
.footer__copyright{
	color: #fff;
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
    .footer__bottom{
        display: block;
        max-width: 100%;
        padding: 0 20px;
    }
    .footer__bottom--left{
        max-width: 100%;
        width: 100%;
    }
    .footer__bottom--left div:last-of-type {
        margin-bottom: 24px;
    }
    .footer__bottom--right{
        max-width: 100%;
        width: 100%;
    }
}
