*,
::after,
::before {
    box-sizing: border-box;
}
body,
html {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.73;
}
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-gap: 0px;
    min-height: 100vh;
    padding-bottom: 0;
}
h1,
h2,
h3,
h4,
.content__title,
.tm-header-box-title,
a {
    line-height: 1.2em;
}
h1,
h2,
h3,
.content__title,
.tm-header-box-title,
h4 {
    font-family: "HN-Co";
    font-weight: 600;
    margin: 0;
}
h3,
.tm-header-box-title {
    font-size: 24px;
}
a {
    color: #f75c0f;
    text-decoration: none;
}

header {
    background: #1a1a1a;
}

.navbar {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
    justify-content: space-between;
}
.logo {
    align-self: end;
}
.logo img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.navbar__cta-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.navbar nav a {
    color: #fff;
    text-decoration: none;
    padding: 0 6px;
    font-weight: 700;
    font-size: 15px;
}
header nav ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 10px;
}
nav li {
    list-style-type: none;
}
ul {
}
.wrap-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.btn {
    background-color: #d50404;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 0.2em 1em;
    line-height: 1.5em;
    border-radius: 8px;
    text-shadow: 1px 1px rgb(0 0 0 / 33%);
    font-family: 'HN-Co';
    font-weight: 900;
}
.btn--cta {
    font-size: 18px;
}
.navbar__cta > .btn:last-child {
    margin-left: 10px;
}
article {
    padding: 0;
}
footer {
    background: #182a46;
    padding: 20px;
    color: rgba(255, 255, 255, 0.9);
}
article img {
    width: auto;
    max-width: 100%;
    height: auto;
}
h1,
.content__title {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}
.hero__title {
    text-align: left;
}
h3,
.tm-header-box-title,
h2 {
    font-weight: 900;
}
h1 + p,
.content__title + p,
h2 + p,
h3 + p {
    margin-top: 0;
}
p {
    margin-bottom: 40px;
}
.swiffy-slider {
    --swiffy-slider-item-gap: 0%;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-item-ratio: 370/155;
}

.swiffy-slider li picture {
    height: auto !important;
    width: 370px !important;
    text-align: center;
    width: 100% !important;
}
.slider-item-ratio .slider-container > *::after {
    padding-top: 155px !important;
}
.swiffy-slider picture,
.swiffy-slider picture > img {
    width: 370px !important;
    height: 155px !important;
    overflow: hidden;
}
footer {
    background: #161715;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.footer__logo_info {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.footer__info {
    text-align: right;
    font-size: 12px;
}

.footer__terms {
    font-size: 11px;
    font-style: italic;
}

.footer__company {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.video--mask {
    -webkit-mask-image: url(../img/mask-default-image.svg);
    mask-image: url(../img/mask-default-image.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: inline-block;
}
.hero {
    background: #232323;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid #47430e;
}
.hero__content video {
    /* height: auto; */
    /* width: 350px; */
    height: 300px;
    width: auto;
}

.hero__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.hero__content > :nth-child(1) {
    text-align: left;
    line-height: 0;
}
.hero__content > :nth-child(2) {
    text-align: center;
    line-height: 0;
    padding: 10px 20px;
}

.hero__title {
    font-size: 39px;
    color: #ebebeb;
    color: #ffd659;
    font-family: "HN-Co";
    font-weight: 900;
    line-height: 1.2em;
}

.hero__grid {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.hero__ban {
    background: #ffd659;
    display: inline-block;
    border-radius: 4px;
    background-image: linear-gradient(45deg, #ffd659, #ffdc68);
}

.her__ban__title {
    font-family: 'HN-Co';
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: .2em .5em;
    line-height: 1.2em;
}
.o-row {
    background: #1a1a1a;
    padding: 20px 0;
}
.o-row img {
}
.slider-container {
    gap: 0;
}
section {
    position: relative;
}
.padded {
    padding: 80px 40px;
}
section.uk-section-secondary {
    background: #232323;
}
section.uk-section-muted {
    background: #f2f2f2;
}

.squared {
    background-color: #fff;
    color: #2f2f2f;
    border: 6px solid rgb(91 91 66 / 53%);
    padding: 20px 20px;
    border-radius: 20px;
}
img.bordered {
    border: 6px solid #e6e9e4;
    border-radius: 10px;
}
.wrap-content.squared > .content__title + p,
.wrap-content.squared > h1 + p {
    margin-bottom: 10px;
}

.wrap-content.squared .grid .paginate > p:first-child {
    margin-top:0;
}
.massive-cta {
    margin: 20px auto;
    text-align: center;
}
.massive-cta-headline {
    font-size: 30px;
}
.massive-cta .btn {
    margin: 20px auto;
    font-size: 30px;
}
/**
grid
*/
.grid {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}

.grid-1-1 {
    grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-1-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-width-1-3 {
    grid-column: span 1;
}
.grid-width-2-3 {
    grid-column: span 2;
}
.grid-center {
    align-items: center;
}

/**
Header Button
**/
/* From uiverse.io by @menezes11 */
.tm-header-box {
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    background: #faec1b;
    border: 1px solid rgb(15 15 15 / 10%);
    padding: 4px 10px;
    line-height: 1em;
}

.tm-header-box * {
    color: #161100;
}

.tm-header-box:hover {
    background: #fff600;
    text-decoration: none !important;
}

.tm-header-box:focus,
.tm-header-box:active {
    background: #fff600;
    outline: none !important;
    border: 1px solid #073668 !important;
    box-shadow: 0 0 5px rgb(90 87 88 / 0.5);
}

.tm-header-box-title {
    margin-bottom: 0px;
    text-align: left;
    line-height: 1em;
    font-size: 35px;
}

.tm-header-box .tm-header-box-title {
    margin: 0;
    font-weight: 700;
}

.tm-header-box {
    position: relative;
    outline: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 3px;
    cursor: pointer;
}

.tm-header-box:hover {
    transition: 0.4s;
    transition-delay: 0.3s;
    box-shadow: 0 0 2px #000, 0 0 10px #000;
    border-color: #000;
}

.tm-header-box span {
    position: absolute;
}

.tm-header-box span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ae00ff);
}

.tm-header-box:hover span:nth-child(1) {
    left: 100%;
    transition: 0.7s;
}

.tm-header-box span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0950a0);
}

.tm-header-box:hover span:nth-child(3) {
    right: 100%;
    transition: 0.7s;
    transition-delay: 0.35s;
}

.tm-header-box span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ae00ff);
}

.tm-header-box:hover span:nth-child(2) {
    top: 100%;
    transition: 0.7s;
    transition-delay: 0.17s;
}

.tm-header-box span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #0950a0);
}

.tm-header-box:hover span:nth-child(4) {
    bottom: 100%;
    transition: 0.7s;
    transition-delay: 0.52s;
}

.tm-header-box:active {
    transition: 0.1s;
}

.tm-header-box:active span:nth-child(1),
.tm-header-box:active span:nth-child(2) {
    transition: none;
    transition-delay: none;
}

/* header box button hover animation */
/**
Header Button
**/

/**
grid
*/
@media screen and (max-width: 1300px) {
    .content__title,
    h1 {
        font-size: 40px;
    }
    h2,
    .tm-header-box-title,
    h3 {
        font-size: 22px;
    }
    p {
        margin-bottom: 20px;
    }
    header .logo img {
        max-width: 270px;
    }
    .navbar nav ul {
        gap: 2px;
    }
    .navbar nav a {
        font-size: 14px;
    }
    .wrap-content {
        max-width: 980px;
    }
    .hero__title {
        font-size: 26px;
    }
    .hero__content > :nth-child(1) img {
        max-height: 300px;
        width: auto;
    }
    .hero__content video {
        height: 300px;
        width: auto;
    }
    .hero__grid img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .content__title,
    h1 {
        font-size: 30px;
    }
    h3,
    .tm-header-box-title,
    h2 {
        font-size: 20px;
    }

    header .logo {
        padding: 0;
        margin: 0 auto;
    }
    header .logo img {
        max-width: 160px;
    }
    .navbar {
        padding-right: 5px;
    }
    .navbar nav ul {
        margin-top: 8px;
        gap: 0px;
    }
    .navbar nav a {
        font-size: 13px;
        padding: 0 5px;
    }
    .tm-header-box {
        min-height: 40px;
        margin-right: 10px;
    }
    .tm-header-box-title {
        font-size: 20px;
    }
    .wrap-content {
        max-width: 800px;
    }
    .hero__title {
        font-size: 22px;
    }
    .hero__grid {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero__grid img {
        max-width: 80%;
        height: auto;
    }
    .hero__content > :nth-child(1) img {
        max-height: 250px;
        width: auto;
    }
    .hero__content video {
        height: 250px;
        width: auto;
    }
}
@media screen and (max-width: 800px) {
    .content__title,
    h1 {
        font-size: 28px;
    }
    header .logo {
        padding: 10px 0 0;
    }
    header .logo img {
        max-width: 100%;
    }
    .logo {
        align-self: center;
    }
    .wrap-content {
        max-width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .navbar__cta {
        position: fixed;
        bottom: 0;
        z-index: 999;
        display: block;
        width: 100%;
    }
    .navbar__cta-nav {
        align-items: center;
        gap: 0;
        display: block;
    }
    .navbar nav ul {
        gap: 5px;
    }
    .navbar nav a {
        font-size: 16px;
    }
    .tm-header-box-title {
        font-size: 28px;
        text-align: center;
    }
    .tm-header-box {
        min-height: 60px;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .navbar__cta-nav .navbar__nav {
        order: 1;
    }
    .navbar__cta-nav .navbar__cta {
        order: 2;
    }
    .footer__logo_info {
        flex-direction: column;
        gap: 20px;
    }
    .footer__info {
        text-align: center;
    }
    .hero__content {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero__content > :nth-child(2) {
        padding: 10px 0;
    }
    .hero__grid {
        justify-content: center;
    }
    .hero__grid img {
        max-width: 100%;
    }
    .grid {
        display: grid;
        grid-auto-flow: row;
        gap: 20px;
        justify-items: center;
    }
    .footer__company {
        gap:0;
    }
    .grid-1-1,
    .grid-1-2,
    .grid-1-3 {
        grid-template-columns: 1fr;
    }
    .hero__title {
        font-size: 40px;
        text-align: center;
    }
    .padded {
        padding: 40px 20px;
    }
    footer {
        padding: 60px 40px 80px;
    }
}
@media screen and (max-width: 500px) {
    .navbar__cta > .btn:last-child {
        margin: 10px auto;
    }
    .navbar__cta .btn {
        display: block;
    }
    article img {
        float: none;
        clear: both;
        align-self: center;
        display: block;
        margin: 10px auto;
    }
    .hero__content {
        flex-direction: column;
    }
    .hero__content video {
        height: unset;
        width: 300px;
    }
    .massive-cta-headline {
        font-size: 26px;
    }
    .massive-cta .btn {
        font-size: 24px;
    }
    .swiffy-slider picture, .swiffy-slider picture > img {
        width: 300px !important;
        height: 126px !important;
    }
    .slider-item-ratio .slider-container > *::after {
        padding-top: 126px !important;
    }
}

/**
Section Splitters
*/
.tm-section-splitter.tm-section-splitter-bl-inside + section::before,
.tm-section-splitter.tm-section-splitter-bl::after,
.tm-section-splitter.tm-section-splitter-br-inside + section::before,
.tm-section-splitter.tm-section-splitter-br::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    height: 150px;
    width: 150px;
}
@media (max-width: 960px) {
    .tm-section-splitter.tm-section-splitter-bl-inside + section::before,
    .tm-section-splitter.tm-section-splitter-bl::after,
    .tm-section-splitter.tm-section-splitter-br-inside + section::before,
    .tm-section-splitter.tm-section-splitter-br::after {
        width: 75px;
        height: 75px;
    }
}
.tm-section-splitter.tm-section-splitter-bl::after {
    left: 0;
    bottom: -149px;
    transform: rotate(270deg);
}
@media (max-width: 960px) {
    .tm-section-splitter.tm-section-splitter-bl::after {
        bottom: -74px;
    }
}
.tm-section-splitter.tm-section-splitter-br::after {
    right: 0;
    bottom: -149px;
}
@media (max-width: 960px) {
    .tm-section-splitter.tm-section-splitter-br::after {
        bottom: -74px;
    }
}
.tm-section-splitter.tm-section-splitter-bl-inside + section::before {
    top: -149px;
    left: 0;
    transform: rotate(180deg);
}
@media (max-width: 960px) {
    .tm-section-splitter.tm-section-splitter-bl-inside + section::before {
        top: -74px;
    }
}
.tm-section-splitter.tm-section-splitter-br-inside + section::before {
    top: -149px;
    right: 0;
    transform: rotate(90deg);
}
@media (max-width: 960px) {
    .tm-section-splitter.tm-section-splitter-br-inside + section::before {
        top: -74px;
    }
}
.tm-section-splitter.tm-section-splitter-bl-inside + .tm-section-default::before,
.tm-section-splitter.tm-section-splitter-bl-inside + .uk-section-default::before,
.tm-section-splitter.tm-section-splitter-bl::after,
.tm-section-splitter.tm-section-splitter-br-inside + .tm-section-default::before,
.tm-section-splitter.tm-section-splitter-br-inside + .uk-section-default::before,
.tm-section-splitter.tm-section-splitter-br::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20500%20500%22%20enable-background%3D%22new%200%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2C0L0%2C0L0%2C0L0%2C0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M500%2C500C484.7%2C217%2C283.8%2C15.3%2C33.7-1h466.8v469.2L500%2C500z%22%2F%3E%3C%2Fsvg%3E") !important;
}
.tm-section-splitter.tm-section-splitter-bl-inside + .tm-section-primary::before,
.tm-section-splitter.tm-section-splitter-bl-inside + .uk-section-primary::before,
.tm-section-splitter.tm-section-splitter-bl.tm-section-primary::after,
.tm-section-splitter.tm-section-splitter-br-inside + .tm-section-primary::before,
.tm-section-splitter.tm-section-splitter-br-inside + .uk-section-primary::before,
.tm-section-splitter.tm-section-splitter-br.tm-section-primary::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20500%20500%22%20enable-background%3D%22new%200%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23182A46%22%20d%3D%22M0%2C0L0%2C0L0%2C0L0%2C0z%22%2F%3E%3Cpath%20fill%3D%22%23182A46%22%20d%3D%22M500%2C500C484.7%2C217%2C283.8%2C15.3%2C33.7-1h466.8v469.2L500%2C500z%22%2F%3E%3C%2Fsvg%3E") !important;
}
.tm-section-splitter.tm-section-splitter-bl-inside + .tm-section-secondary::before,
.tm-section-splitter.tm-section-splitter-bl-inside + .uk-section-secondary::before,
.tm-section-splitter.tm-section-splitter-bl.tm-section-secondary::after,
.tm-section-splitter.tm-section-splitter-br-inside + .tm-section-secondary::before,
.tm-section-splitter.tm-section-splitter-br-inside + .uk-section-secondary::before,
.tm-section-splitter.tm-section-splitter-br.tm-section-secondary::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20500%20500%22%20enable-background%3D%22new%200%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23232323%22%20d%3D%22M0%2C0L0%2C0L0%2C0L0%2C0z%22%2F%3E%3Cpath%20fill%3D%22%23232323%22%20d%3D%22M500%2C500C484.7%2C217%2C283.8%2C15.3%2C33.7-1h466.8v469.2L500%2C500z%22%2F%3E%3C%2Fsvg%3E") !important;
}
.tm-section-splitter.tm-section-splitter-bl-inside + .tm-section-muted::before,
.tm-section-splitter.tm-section-splitter-bl-inside + .uk-section-muted::before,
.tm-section-splitter.tm-section-splitter-bl.tm-section-muted::after,
.tm-section-splitter.tm-section-splitter-br-inside + .tm-section-muted::before,
.tm-section-splitter.tm-section-splitter-br-inside + .uk-section-muted::before,
.tm-section-splitter.tm-section-splitter-br.tm-section-muted::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20500%20500%22%20enable-background%3D%22new%200%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23F2F2F2%22%20d%3D%22M0%2C0L0%2C0L0%2C0L0%2C0z%22%2F%3E%3Cpath%20fill%3D%22%23F2F2F2%22%20d%3D%22M500%2C500C484.7%2C217%2C283.8%2C15.3%2C33.7-1h466.8v469.2L500%2C500z%22%2F%3E%3C%2Fsvg%3E") !important;
}

/**
Section Splitters
*/
@media screen and (min-width: 1300px) {
}
/**
Carousel Slider
*/
/* 340px*2 + 32px*2 */
@media screen and (min-width: 850px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 2;
    }
}
/* 340px*3 + 56px*2 */
@media screen and (min-width: 1260px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 3;
    }
}
/* 340px*4 + 56px*2 */
@media screen and (min-width: 1660px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 4;
    }
}
/* 340px*5 + 56px*2 */
@media screen and (min-width: 2050px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 5;
    }
}
/* 340px*6 + 56px*2 */
@media screen and (min-width: 2300px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 6;
    }
}

/* @media screen and (min-width: 1020px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 3;
    }
}

@media screen and (min-width: 1360px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 4;
    }
}

@media screen and (min-width: 1700px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 5;
    }
}

@media screen and (min-width: 2040px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 6;
    }
}

@media screen and (min-width: 2380px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 7;
    }
}
@media screen and (min-width: 2720px) {
    .swiffy-slider {
        --swiffy-slider-item-count: 8;
    }
} */
/**
Carousel
*/
