@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");
body {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    position: relative;
    background-color: #fbf8f5;
    min-height: 100vh;
    overflow-anchor: none;
}
body,
body a {
    color: #000;
}
body.scroll-off {
    overflow: hidden;
}
strong,
b {
    font-weight: 700;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.duration {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* header */
header {
    overflow: hidden;
    background: #fff;
    border-radius: 0px 0 20px 20px;
}

/* title */
#title {
    padding: 30px 0 16px;
    text-align: center;
}
#title h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
}

#title2 {
    /* display: none; */
    padding: 20px;
    text-align: center;
}
#title2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 25px;
}

/* title */

.title-box {
    display: none;
}

.inner {
    /* padding: 16px 20px 0; */
}

.inner2 {
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 20px 0;
}

header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 14px;
}
header .inner p {
    text-align: right;
    font-weight: 500;
    font-size: 10px;
    line-height: 110%;
    color: #000;
    width: 96px;
}
header .inner p span {
    font-weight: 700;
}

/* logo */
#logo {
	margin-right: auto;
	padding-right: 20px;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */
/* /header */

/* content */
#content {
    overflow: hidden;
    padding: 0 20px;
}
#content .items {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#content .item {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
#content .item .info {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.td-title {
    justify-content: center;
    margin-bottom: 10px;
}
.td-title p span {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    font-size: 25px;
}
#content .item .logo {
    overflow: hidden;
    height: 44px;
    margin: 0 0 10px;
}
#content .item .logo svg,
#content .item .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}
#content .item .line p {
    font-size: 2.7vw;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
#content .item .text {
    flex-direction: row;
    justify-content: space-between;
}
#content .item .text .td {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
#content .item .text .td:nth-child(2n) {
    align-items: flex-end;
}
#content .item .text .td:nth-child(2n + 1) {
    align-items: flex-start;
}

#content .item .text .td:first-child {
    padding-top: 0;
    margin-top: 0;
}
#content .item .text .td p {
    line-height: 15px;
}
#content .item .item-btn {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    height: 37px;
    margin: 0 auto;
    color: #fff;
    background: #ffaf50;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .item .item-btn:hover {
    background: #ff6b00;
}
#content .item .item-btn .btn {
    font-weight: 700;
    font-size: 11px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#content .item .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
/* /content */

/* footer */
footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
}
/* /footer */

@media (min-width: 640px) {
    .inner {
        padding: 33px 24px;
    }
    #content .item {
        width: calc(50% - 50px);
    }
}

@media (min-width: 640px) {
    /* header */
    header {
        padding: 0 44px;
    }

    header .inner p {
        width: unset;
        font-size: 16px;
    }
    .title-box {
        display: block;
    }

    /* header */

    /* content */
    #content .items {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        margin: 0 -20px;
    }
    #content .item {
        width: calc(50% - 50px);
        padding: 20px 13px 15px;
        margin: 0 7.5px 16px;
    }

    #content .item .item-btn {
        height: 60px;
    }

    #content .item .text .td p {
        line-height: 20px;
    }
    header .inner {
        justify-content: space-between;
    }

    /* /content */

    /* footer */
    footer {
        padding: 40px 20px;
    }
    /* /footer */
    #content .items {
        flex-wrap: wrap;
        flex-direction: row;
    }
    #content .item .item-btn .btn {
        font-size: 16px;
    }
    #content .item .text .td .icon {
        margin-right: 20px;
    }
}

@media (min-width: 900px) {
    .inner {
        margin: 0 auto;
    }
    header {
        border-radius: 0px 0 100px 100px;
    }
    header .inner p {
        text-align: right;
    }

    /* content */
    /* #content .item {
        width: calc(33% - 50px);
    } */
    #content .item .logo {
        height: 75px;
        margin: 0 0 15px;
    }
    /* /content */
}
@media (min-width: 1024px) {
    #content .item .text .td {
        font-size: 16px;
    }
    header {
        display: flex;
        justify-content: center;
    }

    #title h1 {
        font-size: 40px;
        line-height: 49px;
    }

    #title2 {
        padding: 0;
        margin: 46px 16px;
    }
    #title2 .inner {
        padding: 0;
    }

    header .inner {
        width: 810px;
        padding: 33px 24px;
    }

    .content2 {
        display: block;
    }

    .td-title p {
        font-size: 16px;
    }

    .inner {
        max-width: 1220px;
        margin: 0 auto;
    }
    #title2 {
        display: block;
    }
    .td-title {
        margin-bottom: 25px;
    }

    /* content */
    #content .items {
        margin: 0 -10px;
    }
    #content .item {
        width: calc(20% - 60px);
        min-width: 235px;
        font-size: 16px;
    }

    /* /content */
    #title {
        padding: 50px 0 10px;
    }

    #content .item {
        padding: 20px 13px 24px;
    }
}

@media (min-width: 1143px) {
    header .inner {
        width: 1090px;
    }
}

@media (min-width: 1264px) {
    header .inner {
        width: 1170px;
    }


    .inner2 {
        max-width: 1220px;
    }


    #content .item {
        padding: 20px 28px 24px;
    }
    #title {
        padding: 70px 0 10px;
    }
}

@media (min-width: 1600px) {
    /* footer */
    footer {
        padding: 50px 20px;
    }
    /* /footer */
}
