.color-red {
    color: #ff0400
}

.color-red-02 {
    color: #ca2128
}

.color-white {
    color: #fff
}

.color-black {
    color: #262626
}

.form-field {
    display: block
}
.justify-center{
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-field--is-active .form-field__control {
    border: 1px solid #ff0400
}

.form-field--is-active .form-field__label {
    color: #ff0400;
    font-size: .75rem;
    transform: translateY(-10px)
}

.form-field--is-filled .form-field__label {
    font-size: .75rem;
    transform: translateY(-10px)
}

.form-field__label {
    display: block;
    left: 0;
    margin: 0;
    padding: .65rem;
    padding-top: .8rem;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    z-index: 11;
    color: #fff
}

.form-field__control {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #fff
}

.form-field__input,
.form-field__textarea {
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #999;
    color: #fff;
    display: block;
    margin-top: 24px;
    outline: 0;
    padding: 0 12px 10px 12px;
    width: 100%
}

.form-field__textarea {
    height: 150px
}

[include*="form-input-select()"] {
    display: block;
    padding: 0;
    position: relative;
    color: #fff;
    display: block;
    border-radius: 0;
    box-shadow: none;
    width: 100%
}

[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2
}

[include*="form-input-select()"] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    outline: none;
    color: #fff
}

[include*="form-input-select()"] select:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: none
}

[include*="form-input-select()"] option {
    color: #1e1e1e
}

[include*="form-input-select()"] x:-o-prefocus,
[include*="form-input-select()"]::after {
    display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    [include*="form-input-select()"] select::-ms-expand {
        display: none
    }

    [include*="form-input-select()"] select:focus::-ms-value {
        background: rgba(0, 0, 0, 0);
        color: #000
    }
}

@-moz-document url-prefix() {
    [include*="form-input-select()"] {
        overflow: hidden
    }

    [include*="form-input-select()"] select {
        width: 120%;
        width: calc(100% + 3em)
    }

    @supports(-moz-appearance: none) {
        [include*="form-input-select()"] select {
            width: 100%
        }
    }

    [include*="form-input-select()"] select:-moz-focusring {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000
    }
}

@supports(-moz-appearance: none) {
    [include*="form-input-select()"] {
        width: 100%
    }
}

[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    right: 16px
}

[include*="form-input-select()"]::before {
    bottom: 55%;
    border-width: 0 6.5px 8px 6.5px;
    border-bottom-color: #fff
}

[include*="form-input-select()"]::after {
    border-width: 8px 6.5px 0 6.5px;
    border-top-color: #fff;
    top: 55%
}

@-moz-document url-prefix() {
    [include*="form-input-select()"] {
        border-right: 1px solid #fff
    }

    [include*="form-input-select()"]:hover {
        border-right: 1px solid #fff
    }
}

[include*="form-input-select()"]:hover select {
    box-shadow: 0 2px 3px rgba(0, 91, 166, .1) inset;
    border-color: #fff
}

[include*="form-input-select()"]:hover select:focus {
    outline-color: rgba(0, 0, 0, 0)
}

[include*="form-input-select()"]:hover::before {
    border-bottom-color: #fff
}

[include*="form-input-select()"]:hover::after {
    border-top-color: #fff
}

[include*="form-input-select()"] select {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 1rem .65rem;
    line-height: normal;
    transition: border-color .2s ease, outline .2s ease
}

[include*="form-input-select()"] select:focus {
    outline: 1px solid #fff;
    border-color: #ff0400;
    color: #fff
}

[include*="form-input-select()"] select[disabled],
[include*="form-input-select()"] select:disabled {
    opacity: .4;
    cursor: not-allowed
}

[include*="form-input-select()"] select:not(:focus):invalid {
    color: #fff
}

.cover-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-top: .75rem
}

.sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45px;
    height: 5px;
    top: 0;
    background: #ca2128
}

.img-hov {
    overflow: hidden
}

.img-hov img {
    height: 100%;
    width: 100%;
    transition: transform .5s;
    display: block
}

.img-hov img:hover {
    transform: scale(1.2);
    max-width: 100%
}

.element-01 {
    position: absolute;
    top: 0
}

.element-02 {
    position: absolute;
    right: 0;
    top: 0
}

.card-img {
    border-radius: 50%
}

section {
    position: relative
}

@media screen and (min-width: 1600px) {
    .container.\--mw-1440 {
        max-width: 1440px
    }
}

.top-banner {
    height: 100vh;
    padding-top: 15rem
}

.top-banner.\--sub-banner {
    height: 798px;
    padding-top: 13rem
}

.top-banner.\--sub-banner .top-banner__wrap {
    text-align: unset
}

@media screen and (max-width: 991px) {
    .top-banner.\--sub-banner {
        height: 100%;
        padding-top: 7rem
    }
}

.top-banner.\--sub {
    height: 100%;
    padding-top: 13rem
}

.top-banner.\--sub .top-banner__wrap {
    text-align: unset
}

@media screen and (max-width: 1299px) {
    .top-banner.\--sub {
        padding-top: 7.5rem
    }
}

.top-banner__wrap {
    text-align: end
}

@media screen and (max-width: 991px) {
    .top-banner {
        height: 80vh;
        padding-top: 10rem
    }
}

@media screen and (max-width: 767px) {
    .top-banner {
        height: 75vh
    }
}

.card-style {
    position: relative;
    margin: 10px 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 270px;
    height: 95%;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, .15);
    transition: all .3s ease
}

.card-style:hover {
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, .2)
}

.card-style .card-thumbnail {
    background: #000;
    height: auto;
    overflow: hidden
}

.card-style .card-thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(0, 0.5, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0, 0.5, 0.5, 1);
    transition: all .3s cubic-bezier(0, 0.5, 0.5, 1)
}

.card-style:hover .card-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

.fa-send:before {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 13px
}

.card-style .card-content {
    position: relative;
    bottom: 20px;
    background: #fff;
    width: 100%;
    height: 40%;
    max-height: max-content;
    padding: 30px;
    text-align: left;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all .3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all .3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all .3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all .3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s
}

.card-style .card-content .send {
    position: absolute;
    top: -30px;
    right: 10px;
    height: 60px;
    width: 60px;
    background: #197;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s ease;
    transition-delay: .3s;
    opacity: 0
}

.card-style:hover .card-content .send {
    opacity: 1
}

.card-style .card-content .card-title {
    margin: 0;
    padding: 0 0 10px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize
}

.card-style .card-content .card-sub-title {
    margin: 0;
    padding: 0 0 20px;
    font-weight: 400;
    text-transform: capitalize
}

.card-style .card-content .description {
    color: #666;
    line-height: 1.8em
}

.card-style .card-content .post-meta {
    margin: 30px 0 0;
    color: #999
}

.card-style .card-content .post-meta .time-stamp {
    margin: 0 80px 0 0
}

.card-style .card-content .post-meta a {
    color: inherit;
    text-decoration: none
}

.card-news {
    position: relative;
    margin: 10px 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 30rem;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, .15);
    transition: all .3s ease;
    cursor: pointer
}

.card-news.\--horizontal {
    display: grid;
    grid-template-columns: 4fr 2fr
}

.card-news.\--horizontal .img-responsive {
    width: auto;
    height: 100%
}

.card-news.\--horizontal .card-news__title {
    font-size: 32px
}

.card-news.\--horizontal .card-news__content {
    padding: 1.5rem
}

.card-news.\--horizontal .card-news__desc {
    font-size: 18px;
    height: 70px
}

.card-news.\--horizontal .card-news__btn {
    bottom: 4rem;
    top: auto
}

.card-news.\--horizontal:hover .card-news__desc {
    height: 300px !important
}

@media screen and (max-width: 1299px) {
    .card-news.\--horizontal {
        grid-template-columns: 100%
    }

    .card-news.\--horizontal .card-news .card-thumbnail {
        height: auto;
        overflow: hidden
    }

    .card-news.\--horizontal .img-responsive {
        width: 100%;
        height: auto
    }

    .card-news.\--horizontal .card-news__btn {
        bottom: auto;
        top: -30px
    }
}

@media screen and (max-width: 1199px) {
    .card-news {
        height: 27rem
    }
}

.card-news__content {
    position: relative;
    padding: 1rem 1.5rem
}

.card-news__title {
    color: #262626;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.05;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.card-news__desc {
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .3s ease;
    line-height: 1.3
}

@media screen and (max-width: 575px) {
    .card-news__desc {
        height: 100px
    }
}

.card-news__btn {
    background: #283383;
    position: absolute;
    right: 1rem;
    top: -30px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0
}

.card-news__bottom {
    position: absolute;
    width: 100%;
    padding: 1rem;
    left: 0;
    bottom: 0;
    list-style: none;
    padding: 1rem;
    padding-left: 1.5rem;
    margin: 0;
    display: flex;
    gap: .75rem;
    background: #fff
}

.card-news__bottom li {
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: 12px;
    color: #aeadad
}

.card-news:hover .card-news__content .card-news__desc {
    height: 180px;
    -webkit-line-clamp: inherit
}

.card-news:hover .card-news__btn {
    opacity: 9
}

.card-news .card-thumbnail {
    background: #000;
    height: auto;
    overflow: hidden
}

.card-news .card-thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(0, 0.5, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0, 0.5, 0.5, 1);
    transition: all .3s cubic-bezier(0, 0.5, 0.5, 1)
}

.card-news:hover .card-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

.card-special {
    position: relative;
    width: 100%;
    height: 30rem;
    margin: 10px 0px;
    z-index: 2
}

.card-special__img {
    position: absolute;
    top: 50px;
    left: -6rem;
    right: 0;
    margin: auto;
    transform: rotate(21deg);
    width: auto;
    height: 18rem;
    animation: move 3s ease infinite
}

@keyframes move {
    50% {
        top: 70px
    }
}

.card-special__logo {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    width: 9rem
}

@media screen and (max-width: 1199px) {
    .card-special {
        height: 27rem
    }

    .card-special__img {
        height: 16rem
    }

    .card-special__logo {
        width: 7rem
    }
}

@media screen and (max-width: 991px) {
    .card-special__img {
        height: 14rem
    }
}

@media screen and (max-width: 575px) {
    .card-special__img {
        height: auto;
        left: -3rem
    }
}

.card-download {
    padding: 1rem;
    display: flex;
    gap: .5rem;
    background: rgba(50, 7, 7, .3);
    border-radius: 10px;
    transition: all .4s;
    cursor: pointer
}

.card-download .icon {
    width: 5rem;
    height: 3rem;
    display: inline-flex
}

.card-download__content {
    color: #fff
}

.card-download__content .title {
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.card-download__content span {
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: underline;
    font-size: 16px
}

.card-download:hover {
    background: #320707
}

.timeline {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem
}

@media screen and (max-width: 1199px) {
    .timeline {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .timeline {
        margin-top: 1rem
    }
}

.timeline::before {
    content: "";
    background: #ff0400;
    width: 2px;
    height: 140%;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%)
}

.timeline-item {
    width: 100%;
    margin-bottom: 100px
}

.timeline-item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .timeline-item {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 767px) {
    .timeline-item {
        margin-bottom: 30px
    }
}

.timeline-item .img-shrimp {
    position: absolute;
    left: 57%
}

@media screen and (max-width: 767px) {
    .timeline-item .img-shrimp {
        display: none
    }
}

.timeline-item:nth-child(odd) .img-shrimp {
    right: 57%;
    left: auto
}

.timeline-item:nth-child(odd) .timeline-content {
    float: right
}

.timeline-item:nth-child(odd) .timeline-content .date {
    right: auto;
    left: 0
}

.timeline-item:nth-child(odd) .timeline-content .img-cover {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: unset;
    transform: unset
}

.timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.timeline-item::after {
    content: "";
    display: block;
    clear: both
}

.timeline-content {
    position: relative;
    text-align: left;
    width: 47%;
    padding: 1.5rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3)
}

.timeline-content .img-cover {
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0
}

.timeline-content .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 1rem
}

.timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.timeline-img {
    width: 18px;
    height: 18px;
    background: #ff0400;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 32px;
    margin-left: -10px
}

.timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
    background-size: cover
}

@media screen and (max-width: 768px) {
    .timeline::before {
        left: 1rem
    }

    .timeline .timeline-img {
        left: 1rem
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 50px
    }

    .timeline .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    }
}

.pagination-container {
    padding-top: 2.5rem;
    text-align: center
}

.pagination-container .pagination {
    padding: 0;
    margin: 0
}

.pagination-item {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #d7dadb;
    transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg)
}

.pagination-item:hover,
.pagination-item.is-active {
    background-color: #bf1218;
    border-right: 1px solid #fff
}

.pagination-item:hover .pagination-link,
.pagination-item.is-active .pagination-link {
    color: #fff
}

.pagination-item.first-number {
    border-left: 1px solid #d7dadb
}

.pagination-link {
    padding: .75rem 1rem;
    display: inline-block;
    text-decoration: none;
    color: #8b969c;
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg)
}

.pagination-item--wide {
    list-style-type: none;
    display: inline-block
}

.pagination-item--wide.first {
    margin: 0 1em 0 0
}

.pagination-item--wide.last {
    margin: 0 0 0 1em
}

.pagination-link--wide {
    text-decoration: none;
    color: #8b969c;
    padding: 1.1em 1.6em
}

.pagination-link--wide:hover {
    color: #fa4248
}

.slider-content {
    position: relative;
    width: 100%;
    height: 100%
}

.slider-content .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider-content .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2248%22 height=%2226%22 viewBox=%220 0 48 26%22 fill=%22none%22%3E%3Cpath d=%22M47.6828 12.2309L36.7739 1.32201C36.382 0.864423 35.6934 0.81108 35.2358 1.20304C34.7782 1.59491 34.7249 2.28359 35.1168 2.74117C35.1534 2.78383 35.1931 2.82367 35.2358 2.86014L44.2792 11.9145H1.09086C0.488429 11.9145 0 12.403 0 13.0055C0 13.608 0.488429 14.0963 1.09086 14.0963H44.2792L35.2358 23.1398C34.7782 23.5317 34.7249 24.2203 35.1168 24.6779C35.5088 25.1355 36.1974 25.1888 36.6549 24.7969C36.6976 24.7603 36.7374 24.7206 36.7739 24.6779L47.6828 13.769C48.1058 13.3436 48.1057 12.6565 47.6828 12.2309Z%22 fill=%22black%22/%3E%3C/svg%3E");
    right: 1rem
}

.slider-content .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2248%22 height=%2226%22 viewBox=%220 0 48 26%22 fill=%22none%22%3E%3Cpath d=%22M0.317246 13.7691L11.2261 24.678C11.618 25.1356 12.3066 25.1889 12.7642 24.797C13.2218 24.4051 13.2751 23.7164 12.8832 23.2588C12.8466 23.2162 12.8069 23.1763 12.7642 23.1399L3.72078 14.0855L46.9091 14.0855C47.5116 14.0855 48 13.597 48 12.9945C48 12.392 47.5116 11.9037 46.9091 11.9037L3.72078 11.9036L12.7642 2.86021C13.2218 2.46834 13.2751 1.77967 12.8832 1.32208C12.4912 0.864497 11.8026 0.811156 11.3451 1.20312C11.3024 1.23968 11.2626 1.27943 11.2261 1.32208L0.317151 12.231C-0.10575 12.6564 -0.105746 13.3435 0.317246 13.7691Z%22 fill=%22black%22/%3E%3C/svg%3E");
    left: 1rem
}

.slider-content .wh-100 {
    width: 100%;
    height: 100%
}

.slider-content__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    padding: 1.5rem
}

.slider-content__desc {
    width: 90%
}

.slider-content__list .d-flex {
    align-items: center;
    gap: .75rem
}

.slider-content__list .icon {
    width: 40px !important
}

.slider-content__img {
    display: flex;
    gap: 1rem;
    margin-top: 12%
}

.slider-content__img .img-hov {
    border-radius: 11px
}

.from-message__btn {
    width: 100%;
    max-width: 181px;
    font-size: 14px;
    padding: .75rem 1.5rem;
    border: none;
    border-radius: 100px;
    background: #d9d9d9;
    color: #1e1e1e;
    transition: all .4s
}

.from-message__btn:hover {
    color: #fff;
    background: #ca2128
}

.from-message__social {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 2.5rem
}

.from-message__social li {
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s
}

.from-message__social li svg {
    width: 54px;
    height: 54px;
    display: block;
    fill: #fff;
    padding: 1rem;
    cursor: pointer
}

.from-message__social li:hover {
    border-color: #ca2128;
    background: #ca2128
}

.footer {
    background: #262626;
    color: #fff
}

.footer__warp {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    justify-content: center;
    gap: 1.5rem
}

.footer__warp .list a {
    position: relative
}

.footer__warp .list a::before {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transition: transform ease-in-out 250ms
}

.footer__warp .list a:hover::before {
    transform: scale(1, 1)
}

@media screen and (max-width: 991px) {
    .footer__warp {
        display: flex;
        gap: 1.25rem;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .footer__warp {
        align-items: center;
        justify-content: space-evenly;
        row-gap: .5rem
    }
}

@media screen and (max-width: 575px) {
    .footer__warp {
        justify-content: start
    }
}

.footer__warp img {
    width: 13.5vw
}

@media screen and (max-width: 991px) {
    .footer__warp img {
        width: 150px
    }
}

.footer__col:first-child {
    text-align: end;
    font-size: 14px
}

@media screen and (max-width: 991px) {
    .footer__col:first-child {
        text-align: left;
        width: auto;
        order: 2
    }
}

.footer__col:nth-child(2) {
    text-align: center
}

@media screen and (max-width: 991px) {
    .footer__col:nth-child(2) {
        width: auto;
        order: 1
    }
}

.footer__col:last-child .d-flex {
    gap: 1.5rem
}

@media screen and (max-width: 991px) {
    .footer__col:last-child {
        width: auto;
        order: 3
    }

    .footer__col:last-child .d-flex {
        gap: 1rem
    }
}

@media screen and (max-width: 767px) {
    .footer__col:last-child {
        width: 100%
    }

    .footer__col:last-child .d-flex {
        gap: 5.5rem
    }
}

@media screen and (max-width: 575px) {
    .footer__col:last-child .d-flex {
        gap: 1.5rem
    }
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__copyright {
    text-align: center;
    margin-top: 4rem;
    padding: 1rem;
    background: #bf1218
}

@media screen and (max-width: 991px) {
    .footer__copyright {
        margin-top: 3.5rem
    }
}

@media screen and (max-width: 767px) {
    .footer__copyright {
        margin-top: 3rem
    }
}

@media screen and (max-width: 575px) {
    .footer__copyright {
        margin-top: 2.5rem
    }
}

.sec-about__title {
    font-size: 120px;
    letter-spacing: 2.5rem;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .sec-about__title {
        font-size: 90px
    }
}

@media screen and (max-width: 991px) {
    .sec-about__title {
        font-size: 80px;
        letter-spacing: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .sec-about__title {
        font-size: 60px;
        letter-spacing: 1rem
    }
}

.sec-about .element {
    position: absolute;
    top: -7rem;
    left: 9vw
}

@media screen and (max-width: 1299px) {
    .sec-about .element {
        left: 3vw
    }
}

@media screen and (max-width: 1199px) {
    .sec-about .element {
        left: -4vw
    }
}

@media screen and (max-width: 991px) {
    .sec-about .element {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .sec-contact .cover-bg {
        background-position: top right
    }
}

/*# sourceMappingURL=custom.css.map */